log

age author description
Sun, 12 Apr 2015 14:19:02 -0400 Adam Chlipala New release
Tue, 07 Apr 2015 14:18:53 -0400 Ziv Scully New mouse events oncontextmenu, onmouseenter, and onmouseleave.
Sun, 08 Mar 2015 11:12:28 -0400 Adam Chlipala Make flattening of reactive HTML trees iterative instead of recursive, to avoid stack overflows
Sun, 08 Mar 2015 11:05:54 -0400 Adam Chlipala Fix dynClass JavaScript reversion
Sun, 08 Mar 2015 10:55:05 -0400 Adam Chlipala Fix interpretation of 'file' argument paths
Fri, 06 Mar 2015 09:46:21 -0500 Adam Chlipala Change MonoReduce to do fixed-pointing, since it sometimes enables more optimizations for itself (e.g., yanking lambdas out of [case]s)
Thu, 05 Mar 2015 15:05:53 -0500 Adam Chlipala Document hexadecimal literals
Thu, 05 Mar 2015 15:03:04 -0500 Adam Chlipala Hexadecimal integer literals, contributed by Gabriel Riba
Thu, 05 Mar 2015 14:58:34 -0500 Adam Chlipala Document new infix operators
Thu, 05 Mar 2015 14:50:31 -0500 Adam Chlipala Some new infix operators, contributed by Gabriel Riba
Tue, 03 Mar 2015 15:55:00 -0500 Adam Chlipala Support 'dynClass' and 'dynStyle' for <body>
Mon, 16 Feb 2015 14:52:56 -0500 Adam Chlipala Evaluate minus and times in MonoOpt
Sun, 26 Oct 2014 14:07:07 +0000 Sergey Mironov Add 'download' attribute to <a/>, part of HTML5
Sat, 14 Feb 2015 08:27:50 -0500 Adam Chlipala Return to working version mode
Sat, 14 Feb 2015 08:17:36 -0500 Adam Chlipala New release
Thu, 12 Feb 2015 15:09:26 -0500 Adam Chlipala The 2nd half of proper CSRF protection related to environment variables
Wed, 11 Feb 2015 13:12:59 -0500 Adam Chlipala An Emacs urweb-mode optimization contributed by John Wiegley
Tue, 10 Feb 2015 09:58:35 -0500 Adam Chlipala Merge
Tue, 10 Feb 2015 09:58:20 -0500 Adam Chlipala Fix resolution of 'file' paths
Thu, 05 Feb 2015 11:09:25 -0500 Adam Chlipala Treat getHeader and getenv as vectors for reading request data supplied implicitly by browsers
Sun, 01 Feb 2015 15:50:54 -0500 Adam Chlipala Don't allow singleton <button> tags
Sun, 01 Feb 2015 12:29:14 -0500 Adam Chlipala A new MonoReduce optimization for lifting 'let' out of field projection; JavaScript compilation for exponentiation
Wed, 28 Jan 2015 08:47:04 -0500 Adam Chlipala Improve wildification for records of type-class witnesses
Thu, 22 Jan 2015 11:26:24 -0500 Adam Chlipala Fix case issue in name mangling for MySQL
Thu, 22 Jan 2015 11:00:17 -0500 Adam Chlipala Reference manual: fix rendering of field removal operators
Thu, 22 Jan 2015 09:55:05 -0500 Adam Chlipala Fix a potential memory bug in fastcgi.c
Thu, 22 Jan 2015 09:46:20 -0500 Adam Chlipala Fix silly mistake from last commit; also switch away from rand() in openssl.c
Mon, 12 Jan 2015 12:02:54 -0500 Adam Chlipala Switch to using OpenSSL PRNG for the one remaining rand()
Wed, 07 Jan 2015 09:25:13 -0500 Adam Chlipala Fix arguments to PQprepare()
Sat, 03 Jan 2015 10:28:36 -0500 Adam Chlipala Return to working version mode