log

age author description
Thu, 30 Sep 2010 18:12:04 -0400 Adam Chlipala Mention empty-third-field 'rewrite' directives
Thu, 16 Sep 2010 15:34:50 -0400 Adam Chlipala Fix typing of cut operators; fix lexing of XML comments
Thu, 09 Sep 2010 12:42:25 -0400 Adam Chlipala Support empty datatypes, which can now be generated via 'variant []'
Tue, 07 Sep 2010 09:47:06 -0400 Adam Chlipala Updating documentation
Tue, 07 Sep 2010 09:21:51 -0400 Adam Chlipala Shortcut invocations for single .ur files
Tue, 07 Sep 2010 09:06:13 -0400 Adam Chlipala 'tryDml' works with Postgres
Tue, 07 Sep 2010 08:28:07 -0400 Adam Chlipala Server-side 'onError'
Sun, 05 Sep 2010 14:00:57 -0400 Adam Chlipala tryDml
Sun, 05 Sep 2010 12:50:06 -0400 Adam Chlipala Support multiple CSS classes for a single tag
Sat, 04 Sep 2010 14:12:02 -0400 Adam Chlipala Add 'title' attribute
Sun, 22 Aug 2010 19:45:07 -0400 Adam Chlipala Confirm boxes; proper event handler setting for ctags
Sun, 22 Aug 2010 13:43:46 -0400 Adam Chlipala Reduce: Inline let-bound variables whose types involve functions
Sat, 21 Aug 2010 10:58:13 -0400 Adam Chlipala Some post-type-checking support for polymorphic variants
Thu, 19 Aug 2010 17:28:52 -0400 Adam Chlipala Polymorphic variants
Tue, 10 Aug 2010 16:02:55 -0400 Adam Chlipala Fix C-side jsification of UTF-8 strings
Tue, 10 Aug 2010 15:55:43 -0400 Adam Chlipala Better UTF-8 escaping for JavaScript and SQL literals
Tue, 10 Aug 2010 14:52:33 -0400 Adam Chlipala HTML comments
Tue, 10 Aug 2010 14:44:26 -0400 Adam Chlipala ML-style comments inside XML
Tue, 27 Jul 2010 14:04:09 -0400 Adam Chlipala Roll back WHERE checking
Tue, 27 Jul 2010 12:12:08 -0400 Adam Chlipala equalAny policies
Tue, 27 Jul 2010 11:42:30 -0400 Adam Chlipala Initial version of equalKnown working for secret
Sun, 13 Jun 2010 14:13:47 -0400 Adam Chlipala List.mapi
Sun, 13 Jun 2010 14:13:06 -0400 Adam Chlipala Catch a missed ReduceLocal of field projection annotations
Sun, 13 Jun 2010 10:55:20 -0400 Adam Chlipala More generous wildification, covering map-records
Sat, 05 Jun 2010 09:42:37 -0400 Adam Chlipala Another run of Specialize, using ReduceLocal on datatype parameters
Thu, 03 Jun 2010 14:44:08 -0400 Adam Chlipala Undo fancy wildification; instead, client code should include extra wildcard con declarations
Thu, 03 Jun 2010 13:35:26 -0400 Adam Chlipala Drop in some new autoconf scripts
Thu, 03 Jun 2010 13:31:48 -0400 Adam Chlipala New release
Thu, 03 Jun 2010 13:04:37 -0400 Adam Chlipala Some serious bug-fix work to get HTML example to compile; this includes fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
Tue, 01 Jun 2010 15:46:24 -0400 Adam Chlipala Allow complex attribute records in Tag