log

age author description
Thu, 21 Nov 2013 15:04:17 -0500 Adam Chlipala Some more EXTRA_DIST
Thu, 21 Nov 2013 14:59:33 -0500 Adam Chlipala Getting more specific about 'src' in EXTRA_DIST
Thu, 21 Nov 2013 14:53:01 -0500 Adam Chlipala Experimenting with distribution via 'make dist', to allow deletion of autogenerated files from version control
Thu, 21 Nov 2013 14:36:57 -0500 Adam Chlipala Regenerate Makefile.in
Thu, 21 Nov 2013 14:32:11 -0500 Anders Kaseorg compileC: Link libraries in the right order
Thu, 21 Nov 2013 14:32:11 -0500 Anders Kaseorg Add missing inter-library dependencies
Sun, 17 Nov 2013 07:54:59 -0500 Adam Chlipala Manual: add a pointer to background reading on inference rule notation
Thu, 14 Nov 2013 06:36:36 -0500 Adam Chlipala Fix more of client-side error handlers
Thu, 14 Nov 2013 06:16:58 -0500 Adam Chlipala Fix regression in execution of 'onError' handlers
Tue, 05 Nov 2013 11:58:52 -0500 Adam Chlipala Identify more local definitions as functions that should be lifted to the top level, which has synergistic effects on inlining later
Mon, 04 Nov 2013 16:00:48 -0500 Adam Chlipala A fancier test for the new SQL constraints subtyping
Mon, 04 Nov 2013 15:14:23 -0500 Adam Chlipala Interpret 'table' signature items more flexibly, automatically adding (Ur) constraints to support a kind of subtyping over (SQL) constraint sets
Mon, 04 Nov 2013 08:38:20 -0500 Adam Chlipala Rename ListPair.map2 to ListPair.mp
Sun, 03 Nov 2013 19:27:30 -0500 Adam Chlipala ListPair.map2, based on code by escalier@riseup.net
Thu, 17 Oct 2013 09:22:38 -0400 Adam Chlipala Save disjointness environments across top-level declarations
Mon, 14 Oct 2013 08:08:57 -0400 Adam Chlipala Change Pthread thread creation logic to avoid Cygwin limitations with setting stack size
Fri, 11 Oct 2013 17:15:28 -0400 Adam Chlipala New header file scheme to support FFI code in either of C or C++ [based on suggestion by Ron de Bruijn]
Thu, 10 Oct 2013 18:31:10 -0400 Adam Chlipala Remove uw_cutErrorLocation() hijinks
Thu, 10 Oct 2013 18:04:29 -0400 Adam Chlipala Remove debug prints
Thu, 10 Oct 2013 18:01:30 -0400 Adam Chlipala Make transactional FFI functions effectful by default
Thu, 10 Oct 2013 14:48:43 -0400 Adam Chlipala Take proper account of signatures changing during page generation
Mon, 07 Oct 2013 14:08:53 +0400 Sergey Mironov Add <dl> <dt> <dd> tags
Thu, 10 Oct 2013 14:01:19 -0400 Adam Chlipala Manual entries for -ccompiler and -print-ccompiler
Mon, 07 Oct 2013 14:07:31 +0400 Sergey Mironov Add xhead type
Mon, 07 Oct 2013 14:07:06 +0400 Sergey Mironov Add <em> and <strong> tags
Wed, 18 Sep 2013 15:45:18 +0400 Sergey Mironov Add -print-ccompiler command line option
Tue, 20 Aug 2013 17:13:50 +0400 Sergey Mironov Add -ccompiler command line argument
Tue, 01 Oct 2013 07:33:20 -0400 Adam Chlipala Add monoize case for 'dml' type
Mon, 30 Sep 2013 16:37:37 -0400 Adam Chlipala Detect more SQL uses without 'database' directive
Thu, 26 Sep 2013 16:22:06 -0400 Adam Chlipala Get -root working properly again
Fri, 13 Sep 2013 10:24:10 -0400 Adam Chlipala Tweak Sergey's patch to work with Postgres
Fri, 13 Sep 2013 10:09:15 -0400 Sergey Mironov Add hex SQL syntax for blobs, such as X'0ABC12343'. Works with sqlite.
Mon, 19 Aug 2013 12:38:43 -0400 Adam Chlipala Potentially exponential search through where to head-normalize in [decompileCon]
Mon, 19 Aug 2013 12:25:32 -0400 Adam Chlipala Allow [where con] to descend within submodule structure; open submodule constraints while checking later signature items
Sat, 10 Aug 2013 10:13:40 -0400 Adam Chlipala Expand coverage of 'functionInside' for Especialize
Fri, 09 Aug 2013 16:13:44 -0400 Adam Chlipala Add 'rel' attribute to <a>
Fri, 09 Aug 2013 16:04:16 -0400 Adam Chlipala Extend Especialize rule: find maximal argument prefixes that end in 1 or more arguments with functional types
Wed, 17 Jul 2013 10:48:31 -0400 Adam Chlipala Make that error message even more helpful
Wed, 17 Jul 2013 10:40:13 -0400 Adam Chlipala Make that new error message text a bit more accurate
Wed, 17 Jul 2013 10:35:43 -0400 Adam Chlipala Tweak error message about naughty GET handlers
Wed, 17 Jul 2013 09:09:48 -0400 Adam Chlipala Postgres unicode printing fix from Artyom Shalkhakov
Sat, 15 Jun 2013 08:18:47 -0400 Adam Chlipala Add Sigcheck phase to avoid issues with signatures in global initializers
Fri, 07 Jun 2013 16:11:52 -0400 Adam Chlipala Undo 'let' inlining tweak; improve optimization of 'case' of type 'transaction'
Sun, 02 Jun 2013 10:17:52 -0400 Adam Chlipala Tweak to 'let' inlining behavior
Sun, 21 Apr 2013 13:32:10 -0400 Adam Chlipala Return to working version mode
Sun, 21 Apr 2013 13:03:20 -0400 Adam Chlipala Get Iflow working again
Sun, 21 Apr 2013 10:29:30 -0400 Adam Chlipala New release
Sun, 21 Apr 2013 10:17:43 -0400 Adam Chlipala Plugging some gaps in the manual
Tue, 16 Apr 2013 11:25:56 -0400 Adam Chlipala Get -css flag working again
Tue, 16 Apr 2013 10:55:48 -0400 Adam Chlipala Basis.tryRpc
Mon, 01 Apr 2013 10:13:49 -0400 Adam Chlipala Change Name_js to skip code snippets that depend on the CSRF-protection signature
Tue, 19 Mar 2013 19:10:31 -0400 Adam Chlipala Attempt to get more static linking for OpenSSL
Fri, 15 Mar 2013 16:09:55 -0400 Adam Chlipala Make Scriptcheck catch more script/message-passing uses, and move the phase earlier in compilation
Tue, 12 Mar 2013 16:21:20 -0400 Adam Chlipala Manual: Reveal JavaScript representation of transaction type family
Tue, 05 Mar 2013 09:29:50 -0500 Adam Chlipala Make CGI programs use Status header to set HTTP status code
Sat, 05 Jan 2013 18:19:20 -0500 Jason Gross Add MLTONARGS to xml/parse
Mon, 31 Dec 2012 09:04:35 -0500 Adam Chlipala Add more HTML singleton tags, anticipating that others may make them available via the FFI
Thu, 27 Dec 2012 15:34:11 -0500 Adam Chlipala Add some name-mangling rules to allow XML attribute 'name' and attributes with dashes
Thu, 13 Dec 2012 17:51:34 -0500 Adam Chlipala Fix determination of MySQL timestamp hour fields (may still be wrong once DST bit flips)
Wed, 12 Dec 2012 16:42:15 -0500 Adam Chlipala Autogenerate some files