log

age author description
Fri, 06 May 2011 16:24:45 -0430 Karn Kallio Corify Basis.unit to empty record; this is needed so that specialize
Sun, 01 May 2011 00:26:08 -0430 Karn Kallio Fix bug in projection of constructors from modules in class rules.
Tue, 26 Apr 2011 00:11:21 -0430 Karn Kallio Fix for projection of type class constructors in signatures.
Mon, 18 Apr 2011 01:21:48 -0430 Karn Kallio Add two html elements: sup and sub
Sun, 17 Apr 2011 13:43:00 -0400 Adam Chlipala Before allowing an indirect return, check (dynamically, for now) that we aren't in an RPC handler
Sun, 17 Apr 2011 11:21:19 -0400 Adam Chlipala Warn that tests ought not to be used
Fri, 15 Apr 2011 16:49:46 -0400 Adam Chlipala Remove commented-out readUtc code; add back indeterminate tm_isdst
Wed, 13 Apr 2011 00:04:41 -0430 Karn Kallio Fix getting UTC time from formatted strings ( in uw_Basis_readUtc ).
Sat, 09 Apr 2011 20:00:52 -0400 Adam Chlipala Send newly created sources with messages to clients
Sat, 09 Apr 2011 14:36:47 -0400 Adam Chlipala Each context gets its own non-repeating sequence of source numbers
Mon, 28 Mar 2011 10:37:49 -0400 Adam Chlipala To generate server-side source JavaScript, try both the old and new strategies; remove an unsound optimization from MonoOpt and make MonoReduce work harder to compensate
Sun, 27 Mar 2011 15:51:37 -0400 Adam Chlipala Escape strings as needed in some error messages within urweb.c
Sun, 27 Mar 2011 15:06:02 -0400 Adam Chlipala Fix MySQL time handling
Sat, 26 Mar 2011 13:43:47 -0400 Adam Chlipala A Gentoo .ebuild file, based mostly on a contribution by moreilcon
Sun, 20 Mar 2011 13:47:39 -0400 Adam Chlipala '--without-emacs' configure option
Sun, 20 Mar 2011 13:15:11 -0400 Adam Chlipala Fix C compilation of empty records; use DESTDIR in 'make install/uninstall'
Fri, 18 Mar 2011 21:01:10 -0400 Adam Chlipala Fix 'readUtc' to work during DST
Fri, 18 Mar 2011 09:46:24 -0400 Adam Chlipala Fix soundness bug in Effectize, which lead to missing effects in event handlers
Fri, 18 Mar 2011 09:12:55 -0400 Adam Chlipala Exit periodic loop if a ROLLBACK fails, to avoid infinite looping when the database server is brought down
Sat, 12 Mar 2011 14:30:08 -0500 Adam Chlipala Change order of linking database libraries to satisfy Cygwin
Sat, 12 Mar 2011 14:20:29 -0500 Adam Chlipala Add a cast to avoid warnings about toupper() on some platforms
Fri, 11 Mar 2011 18:36:24 -0500 Adam Chlipala Make 'ex' kind-generic
Thu, 10 Mar 2011 20:22:03 -0500 Adam Chlipala Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat carriage returns at line ends in .urp files
Thu, 10 Mar 2011 19:26:35 -0500 Adam Chlipala Cope with DOS-format line breaks in source code
Thu, 10 Mar 2011 18:51:15 -0500 Adam Chlipala Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
Wed, 02 Mar 2011 18:35:03 -0500 Adam Chlipala Allow debug and naughtyDebug in client-side code, implemented with alert
Fri, 25 Feb 2011 15:58:08 -0500 Adam Chlipala Fix C jsify[String|Char]
Fri, 25 Feb 2011 15:46:29 -0500 Adam Chlipala Deal with Postgres's wonky type-changing for nullable columns of views
Fri, 25 Feb 2011 11:27:16 -0500 Adam Chlipala sql_arith_option; 'ALL' for relational operators
Tue, 22 Feb 2011 09:39:02 -0500 Adam Chlipala Fix HTTP request parsing bug