Mercurial > urweb
log src/jscomp.sml
age | author | description |
---|---|---|
Tue, 25 Aug 2009 15:19:00 -0400 | Adam Chlipala | Fix inconsistency in bool URLification between C and JavaScript |
Tue, 25 Aug 2009 14:50:19 -0400 | Adam Chlipala | Fix list jsification bug; grid1 working with foreign key, but booleans not getting into database properly |
Tue, 25 Aug 2009 13:57:56 -0400 | Adam Chlipala | grid1 compiles but gets stuck in JS |
Tue, 11 Aug 2009 11:26:37 -0400 | Adam Chlipala | Be careful in Jscomp to avoid interpreting non-boolean/reference types as booleans with ?: |
Sun, 09 Aug 2009 16:13:27 -0400 | Adam Chlipala | Library improvements; proper list [un]urlification; remove server-side ServerCalls; eta reduction in type inference |
Sat, 18 Jul 2009 12:53:26 -0400 | Adam Chlipala | Key events get key code input |
Tue, 16 Jun 2009 17:52:44 -0400 | Adam Chlipala | Fix a variable capture bug in nested JavaScript; some more list stuff |