Mercurial > urweb
log src/c/urweb.c
age | author | description |
---|---|---|
Sat, 09 Apr 2011 14:36:47 -0400 | Adam Chlipala | Each context gets its own non-repeating sequence of source numbers |
Sun, 27 Mar 2011 15:51:37 -0400 | Adam Chlipala | Escape strings as needed in some error messages within urweb.c |
Fri, 18 Mar 2011 21:01:10 -0400 | Adam Chlipala | Fix 'readUtc' to work during DST |
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 |
Fri, 25 Feb 2011 15:58:08 -0500 | Adam Chlipala | Fix C jsify[String|Char] |
Sun, 23 Jan 2011 18:16:30 -0500 | Adam Chlipala | Proper error handling for periodic tasks |