log

age author description
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
Thu, 17 Feb 2011 18:05:08 -0500 Adam Chlipala Syntactic sugar for grouping by variable numbers of columns
Thu, 17 Feb 2011 14:18:18 -0500 Adam Chlipala More information in error message about select of field from unbound table
Thu, 10 Feb 2011 08:46:46 -0500 Adam Chlipala Fix some cookie-related bugs in MonoReduce
Tue, 08 Feb 2011 16:54:01 -0500 Adam Chlipala Notice that Basis.now is effectful; smarter JavaScript encoding of initial source values built using server-side expressions that can't be turned into JavaScript
Thu, 03 Feb 2011 21:04:12 -0500 Adam Chlipala Subqueries may always return NULL
Thu, 03 Feb 2011 11:12:48 -0500 Adam Chlipala Allow negative int patterns
Tue, 25 Jan 2011 06:59:29 -0500 Adam Chlipala Allow 'alt' attribute of <img> (suggested by Karn Kallio)
Sun, 23 Jan 2011 18:16:30 -0500 Adam Chlipala Proper error handling for periodic tasks