Mercurial > urweb
log
age | author | description |
---|---|---|
Thu, 10 Mar 2011 20:22:03 -0500 | Adam Chlipala | Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat carriage returns at line ends in .urp files |
Thu, 10 Mar 2011 19:26:35 -0500 | Adam Chlipala | Cope with DOS-format line breaks in source code |
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 |
Wed, 02 Mar 2011 18:35:03 -0500 | Adam Chlipala | Allow debug and naughtyDebug in client-side code, implemented with alert |
Fri, 25 Feb 2011 15:58:08 -0500 | Adam Chlipala | Fix C jsify[String|Char] |
Fri, 25 Feb 2011 15:46:29 -0500 | Adam Chlipala | Deal with Postgres's wonky type-changing for nullable columns of views |
Fri, 25 Feb 2011 11:27:16 -0500 | Adam Chlipala | sql_arith_option; 'ALL' for relational operators |