log src/cjr_print.sml

age author description
Sat, 07 Jan 2012 15:56:22 -0500 Adam Chlipala First part of changes to avoid depending on C function call argument order of evaluation (omitting normal Ur function calls, so far)
Mon, 02 Jan 2012 17:08:39 -0500 Adam Chlipala Fix handling of quotes in generating C literals
Sat, 17 Dec 2011 09:24:31 -0500 Adam Chlipala Fix C-side unurlification of unboxable Option datatypes
Sun, 04 Dec 2011 14:40:12 -0500 Adam Chlipala timeFormat .urp directive
Sat, 03 Dec 2011 15:59:21 -0500 Adam Chlipala Better error messages about non-SQL-izability of types
Sat, 03 Dec 2011 09:44:07 -0500 Adam Chlipala Catching integer divisions by zero
Fri, 25 Nov 2011 16:30:34 -0500 Adam Chlipala Fix server-side urlification of custom Option types
Wed, 16 Nov 2011 13:51:22 -0430 Karn Kallio Include character encoding in HTTP response headers.
Sun, 21 Aug 2011 13:41:57 -0400 Adam Chlipala Fix another list unurlification segfault bug; List.foldlMi
Sun, 21 Aug 2011 10:55:31 -0400 Adam Chlipala Add prototypes for [un]urlification functions
Sun, 21 Aug 2011 10:39:19 -0400 Adam Chlipala Fix crash in list unurlification
Fri, 19 Aug 2011 08:59:01 -0400 Adam Chlipala Add timestamps to 'app.js' filenames, to prevent inappropriate caching by browsers
Sun, 14 Aug 2011 16:46:36 -0400 Adam Chlipala Fix list urlification
Tue, 02 Aug 2011 17:04:14 -0400 Adam Chlipala Compile self-tail-calls as gotos
Sat, 23 Jul 2011 16:27:04 -0400 Adam Chlipala A few more tweaks to support Clang (including ending use of nested functions)