Sun, 24 Jul 2011 14:49:40 -0400 |
Adam Chlipala |
Client-side 'addSeconds' |
Fri, 22 Jul 2011 15:39:38 -0400 |
Adam Chlipala |
Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds and Basis.toSeconds |
Fri, 15 Jul 2011 10:02:54 -0400 |
Adam Chlipala |
Fixes for detecting pastes and autocompletes for dynamic textboxes |
Wed, 06 Jul 2011 08:35:31 -0400 |
Adam Chlipala |
Add client-side Basis.now and pretty-printing of times |
Sat, 02 Jul 2011 20:49:58 -0430 |
Karn Kallio |
Fix flift. |
Sun, 26 Jun 2011 19:45:21 -0400 |
Adam Chlipala |
Workaround for old IE handling of <option> with no 'value' attribute |
Sun, 29 May 2011 12:44:31 -0400 |
Adam Chlipala |
Properly handle form textboxes that have sources |
Sat, 09 Apr 2011 20:00:52 -0400 |
Adam Chlipala |
Send newly created sources with messages to clients |
Sat, 09 Apr 2011 14:36:47 -0400 |
Adam Chlipala |
Each context gets its own non-repeating sequence of source numbers |
Thu, 06 Jan 2011 14:25:42 -0500 |
Adam Chlipala |
Client-side redirects |
Thu, 23 Dec 2010 17:46:40 -0500 |
Adam Chlipala |
[De]serialization of times in JavaScript; proper integer division in JavaScript; Basis.crypt; Top.mkRead'; more aggressive Mono-level inlining, for values of function-y types |
Fri, 26 Nov 2010 11:57:04 -0500 |
Adam Chlipala |
Fix JavaScript unit unurlification; URL blessing client-side |
Sun, 22 Aug 2010 19:45:07 -0400 |
Adam Chlipala |
Confirm boxes; proper event handler setting for ctags |
Sat, 22 May 2010 16:29:54 -0400 |
Adam Chlipala |
Switch to strings and eval for thunkifying JavaScripted functions |
Sat, 22 May 2010 14:09:06 -0400 |
Adam Chlipala |
Thunking recursive JavaScripted function ASTs, to reduce page load time dramatically |
Tue, 18 May 2010 14:47:56 -0400 |
Adam Chlipala |
URL-escape with '.' instead of '%', to avoid confusing proxies |
Thu, 04 Mar 2010 13:47:16 -0500 |
Adam Chlipala |
Louder jscomp; toUpper/Lower fix for JavaScript |
Tue, 09 Feb 2010 17:00:31 -0500 |
Adam Chlipala |
Set additional request headers for POST RPCs |
Sat, 02 Jan 2010 14:54:15 -0500 |
Adam Chlipala |
JavaScript urlification; more lenient export pattern in Corify; only include scripts in pages that use JavaScript |
Fri, 01 Jan 2010 10:49:36 -0500 |
Adam Chlipala |
Proper client-side attrifyString |
Tue, 29 Dec 2009 13:34:03 -0500 |
Adam Chlipala |
ctextarea; s/header/include in the manual |
Fri, 25 Dec 2009 09:24:21 -0500 |
Adam Chlipala |
Alter JavaScript lastParent() to play nice with Firebug |
Thu, 24 Dec 2009 10:44:53 -0500 |
Adam Chlipala |
Proper JavaScript-side URI escaping/de-escaping; fix C-side URL encoding of big characters |
Tue, 08 Dec 2009 10:46:50 -0500 |
Adam Chlipala |
Context globals; ctype functions |
Sat, 05 Dec 2009 14:01:34 -0500 |
Adam Chlipala |
Represent FFI function names as strings, to deal with cross-file recursion |
Tue, 24 Nov 2009 09:24:25 -0500 |
Adam Chlipala |
Explicitly abort in-flight RPCs onunload |
Sun, 22 Nov 2009 17:57:15 -0500 |
Adam Chlipala |
Proper initial values of dynamic checkboxes in IE |
Sun, 22 Nov 2009 16:40:09 -0500 |
Adam Chlipala |
Get dynamic <select> working in IE |
Sun, 22 Nov 2009 15:30:15 -0500 |
Adam Chlipala |
grid0 working in IE |
Sat, 21 Nov 2009 15:48:08 -0500 |
Adam Chlipala |
Get message-passing working in IE6 |
Sat, 21 Nov 2009 14:29:35 -0500 |
Adam Chlipala |
Send RPCs with POST, to avoid caching |
Sat, 21 Nov 2009 13:50:59 -0500 |
Adam Chlipala |
Deal with bizarre IE6 .innerHTML behavior (which eats some <script> tags) |
Sat, 21 Nov 2009 13:08:01 -0500 |
Adam Chlipala |
Fix for lack of 'apply' method of IE6 native functions |
Sun, 25 Oct 2009 15:29:21 -0400 |
Adam Chlipala |
Use call/cc for recv and sleep |
Sun, 25 Oct 2009 14:07:10 -0400 |
Adam Chlipala |
RPC uses VM support for call/cc |
Thu, 24 Sep 2009 15:45:37 -0400 |
Adam Chlipala |
Add tail call optimization to interpretation |
Thu, 24 Sep 2009 15:36:44 -0400 |
Adam Chlipala |
Grid1 seems to work in latest Firefox |
Thu, 24 Sep 2009 10:50:23 -0400 |
Adam Chlipala |
Main demo pieces all seem to work with interpretation |
Thu, 24 Sep 2009 10:42:59 -0400 |
Adam Chlipala |
demo/increment works with interpretation |
Thu, 24 Sep 2009 07:52:57 -0400 |
Adam Chlipala |
Might have fixed demo/listEdit |
Tue, 22 Sep 2009 17:12:20 -0400 |
Adam Chlipala |
demo/react works with interpretation |
Tue, 22 Sep 2009 15:12:09 -0400 |
Adam Chlipala |
Quoting JavaScript working |
Tue, 22 Sep 2009 14:15:29 -0400 |
Adam Chlipala |
Compiled an 'option' pattern-match |
Tue, 22 Sep 2009 13:41:23 -0400 |
Adam Chlipala |
More interpreter debugging |
Tue, 22 Sep 2009 13:23:27 -0400 |
Adam Chlipala |
Basic arithmetic working with interpretation |
Tue, 22 Sep 2009 12:23:21 -0400 |
Adam Chlipala |
Hopefully complete refactoring of Jscomp to output ASTs; partial implementation of interpreter in runtime system (demo/alert works) |
Tue, 22 Sep 2009 09:53:05 -0400 |
Adam Chlipala |
Iterative versions of some JavaScript list functions |
Sat, 19 Sep 2009 15:59:22 -0400 |
Adam Chlipala |
Plugged a JavaScript memory leak |
Sat, 19 Sep 2009 13:32:33 -0400 |
Adam Chlipala |
Grid sorting working |
Tue, 15 Sep 2009 16:27:24 -0400 |
Adam Chlipala |
Filters displaying properly |
Tue, 15 Sep 2009 16:06:12 -0400 |
Adam Chlipala |
Filters displaying awfully |
Sat, 12 Sep 2009 10:31:34 -0400 |
Adam Chlipala |
Debugging new string urlification |
Sat, 12 Sep 2009 09:31:50 -0400 |
Adam Chlipala |
Change string URLification to avoid using the empty string, which confuses Apache no2slash() |
Tue, 25 Aug 2009 15:19:00 -0400 |
Adam Chlipala |
Fix inconsistency in bool URLification between C and JavaScript |
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 |
Thu, 06 Aug 2009 14:57:44 -0400 |
Adam Chlipala |
<dyn> inside <tr> |
Thu, 06 Aug 2009 14:39:03 -0400 |
Adam Chlipala |
dlist add and delete both working in Iceape and Konqueror |
Thu, 06 Aug 2009 14:24:40 -0400 |
Adam Chlipala |
dlist row add working with Konqueror |
Thu, 06 Aug 2009 11:58:38 -0400 |
Adam Chlipala |
Tweaking dyn() implementation to get grid working |
Thu, 06 Aug 2009 11:54:28 -0400 |
Adam Chlipala |
dtable example and demos both working |