Mercurial > urweb
log src/jscomp.sml
age | author | description |
---|---|---|
Wed, 06 Jul 2011 08:35:31 -0400 | Adam Chlipala | Add client-side Basis.now and pretty-printing of times |
Sat, 09 Apr 2011 14:36:47 -0400 | Adam Chlipala | Each context gets its own non-repeating sequence of source numbers |
Mon, 28 Mar 2011 10:37:49 -0400 | Adam Chlipala | To generate server-side source JavaScript, try both the old and new strategies; remove an unsound optimization from MonoOpt and make MonoReduce work harder to compensate |
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 |
Tue, 08 Feb 2011 16:54:01 -0500 | Adam Chlipala | Notice that Basis.now is effectful; smarter JavaScript encoding of initial source values built using server-side expressions that can't be turned into JavaScript |
Thu, 20 Jan 2011 10:40:40 -0500 | Adam Chlipala | Patch from Vladimir Shabanov to support implicit passing of 'time' values from server to client |