Tue, 06 Oct 2009 10:15:26 -0400 |
Adam Chlipala |
Fix a de Bruijn index bug in map fusion |
Mon, 05 Oct 2009 17:24:21 -0400 |
Adam Chlipala |
Orm searching |
Mon, 05 Oct 2009 17:00:04 -0400 |
Adam Chlipala |
Basic CRUD operations in Orm |
Mon, 05 Oct 2009 16:36:38 -0400 |
Adam Chlipala |
Better location calculation for record unification error messages; infer kind arguments to module-projected variables |
Mon, 05 Oct 2009 12:51:17 -0400 |
Adam Chlipala |
Mangle local table names to avoid keyword clashes in SQL |
Sat, 26 Sep 2009 12:57:01 -0400 |
Adam Chlipala |
New release |
Sat, 26 Sep 2009 12:45:19 -0400 |
Adam Chlipala |
Whitelisting tags that may be self-closed |
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 12:26:30 -0400 |
Adam Chlipala |
Fix sel() generation bug |
Thu, 24 Sep 2009 11:15:21 -0400 |
Adam Chlipala |
demo/more compiles; small problem left with foreign keys in Grid1 |
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:27:47 -0400 |
Adam Chlipala |
Functions working with interpretation |
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 16:18:54 -0400 |
Adam Chlipala |
New release |
Sat, 19 Sep 2009 15:59:22 -0400 |
Adam Chlipala |
Plugged a JavaScript memory leak |
Sat, 19 Sep 2009 14:56:03 -0400 |
Adam Chlipala |
Paging + filtering seemingly working, but runtime system isn't GCing signals properly, so performance goes south quickly |
Sat, 19 Sep 2009 14:42:36 -0400 |
Adam Chlipala |
Progress on sorting + filtering |
Sat, 19 Sep 2009 14:21:25 -0400 |
Adam Chlipala |
Paging mostly working; just need to get it working properly with filtering |
Sat, 19 Sep 2009 13:55:37 -0400 |
Adam Chlipala |
Testing Dlist MaxLength with constant value |
Sat, 19 Sep 2009 13:44:12 -0400 |
Adam Chlipala |
Testing Dlist StartPosition with constant offset |
Sat, 19 Sep 2009 13:32:33 -0400 |
Adam Chlipala |
Grid sorting working |
Sat, 19 Sep 2009 10:56:09 -0400 |
Adam Chlipala |
Hopefully fixed Jscomp bug that was breaking Grid |
Fri, 18 Sep 2009 19:30:09 -0400 |
Adam Chlipala |
Fix C substring implementation |
Thu, 17 Sep 2009 19:15:10 -0400 |
Adam Chlipala |
Pseudo-sort working with filters |
Thu, 17 Sep 2009 19:01:04 -0400 |
Adam Chlipala |
Grid changed to use Dlist.replace; filters stopped working |
Thu, 17 Sep 2009 17:17:49 -0400 |
Adam Chlipala |
Don't try to check if functions are already tail-recursive |
Thu, 17 Sep 2009 17:11:23 -0400 |
Adam Chlipala |
tail example working |
Thu, 17 Sep 2009 16:35:11 -0400 |
Adam Chlipala |
Basic tail recursion introduction seems to be working |
Thu, 17 Sep 2009 14:57:38 -0400 |
Adam Chlipala |
Bad sort functions tested |
Thu, 17 Sep 2009 14:42:02 -0400 |
Adam Chlipala |
Insert dummy Sort parameter |
Thu, 17 Sep 2009 14:27:00 -0400 |
Adam Chlipala |
Make filter argument to render, not create |
Thu, 17 Sep 2009 13:44:08 -0400 |
Adam Chlipala |
Don't try to compile sigString() calls to JavaScript |
Thu, 17 Sep 2009 13:30:56 -0400 |
Adam Chlipala |
Disable GCC inlining to stop goofy errors |
Thu, 17 Sep 2009 12:55:22 -0400 |
Adam Chlipala |
Find more opportunities for 'let' inlining with better purity information |
Thu, 17 Sep 2009 09:25:03 -0400 |
Adam Chlipala |
Print char patterns in C |
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 |
Tue, 15 Sep 2009 15:48:53 -0400 |
Adam Chlipala |
Filters implementation type-checking |
Tue, 15 Sep 2009 13:07:57 -0400 |
Adam Chlipala |
Fix JavaScript char literals; don't generate demo links to nonexistent files |
Tue, 15 Sep 2009 12:41:54 -0400 |
Adam Chlipala |
Escape character constants; lift indices properly in Reduce 'case' simplification |
Tue, 15 Sep 2009 12:23:42 -0400 |
Adam Chlipala |
Fixed a Mono_reduce bug, which was breaking selection enabling in Grid |
Tue, 15 Sep 2009 11:18:20 -0400 |
Adam Chlipala |
Selection working, but switching it on isn't |
Tue, 15 Sep 2009 10:50:49 -0400 |
Adam Chlipala |
Fix Postgres timestamp round-tripping |
Tue, 15 Sep 2009 10:43:01 -0400 |
Adam Chlipala |
Fix MySQL timestamp input |
Tue, 15 Sep 2009 10:18:56 -0400 |
Adam Chlipala |
Summary row with aggregates |
Tue, 15 Sep 2009 09:45:46 -0400 |
Adam Chlipala |
Include 'key' type in Grid |
Tue, 15 Sep 2009 09:40:51 -0400 |
Adam Chlipala |
Dropped in initial aggregate types |
Mon, 14 Sep 2009 19:04:38 -0400 |
Adam Chlipala |
Fix a bug in Jscomp environment calculation for EQuery; smarter embedding of record projection in JavaScript |
Sun, 13 Sep 2009 15:33:11 -0400 |
Adam Chlipala |
Fix some MySQL bugs |
Sun, 13 Sep 2009 13:25:09 -0400 |
Adam Chlipala |
Full Grid1 compiles, thanks to avoiding code size blow-up in mono_reduce |
Sun, 13 Sep 2009 12:00:34 -0400 |
Adam Chlipala |
Have nullable columns working with Dbgrid |
Sat, 12 Sep 2009 15:08:16 -0400 |
Adam Chlipala |
Nullable columns *might* be working, but too much JS is generated for the page to load in finite time |
Sat, 12 Sep 2009 10:36:17 -0400 |
Adam Chlipala |
New release |
Sat, 12 Sep 2009 10:31:49 -0400 |
Adam Chlipala |
Merge |
Sat, 12 Sep 2009 10:31:34 -0400 |
Adam Chlipala |
Debugging new string urlification |
Sat, 12 Sep 2009 10:03:12 -0400 |
Adam Chlipala |
Prevent event bubbling |
Sat, 12 Sep 2009 09:31:50 -0400 |
Adam Chlipala |
Change string URLification to avoid using the empty string, which confuses Apache no2slash() |
Thu, 10 Sep 2009 14:55:27 -0400 |
Adam Chlipala |
Add grid CSS ACL |
Thu, 10 Sep 2009 14:54:47 -0400 |
Adam Chlipala |
Add grid CSS |
Wed, 09 Sep 2009 08:15:46 -0400 |
Adam Chlipala |
Find chances to use mstrcat() |
Wed, 09 Sep 2009 08:00:45 -0400 |
Adam Chlipala |
Don't replace <sc> in blob returns; optimize more 'option' pattern matches; detect more opportunities for 'let' inlining |
Tue, 08 Sep 2009 20:12:17 -0400 |
Adam Chlipala |
Fix memmem() signature; fix mono_reduce environment bookkeeping |
Tue, 08 Sep 2009 19:42:12 -0400 |
Adam Chlipala |
'more' demos working after optimizer fix |
Tue, 08 Sep 2009 11:02:53 -0400 |
Adam Chlipala |
Use cdata for shorter Monad map |
Tue, 08 Sep 2009 10:55:49 -0400 |
Adam Chlipala |
dragList demo working, save for Gecko load delay and highlighting |
Tue, 08 Sep 2009 10:18:19 -0400 |
Adam Chlipala |
dragList almost kinda works |
Tue, 08 Sep 2009 07:48:57 -0400 |
Adam Chlipala |
Start 'more' demo with dbgrid |
Tue, 25 Aug 2009 17:33:13 -0400 |
Adam Chlipala |
New release |
Tue, 25 Aug 2009 17:12:21 -0400 |
Adam Chlipala |
Fix structure wildification to take concrete con decls into account |
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 |
Sat, 22 Aug 2009 16:32:31 -0400 |
Adam Chlipala |
Fixed bug in reduce bind-commutation |
Sat, 22 Aug 2009 12:55:18 -0400 |
Adam Chlipala |
Convert to requiring explicit 'rpc' marker |
Tue, 11 Aug 2009 12:01:54 -0400 |
Adam Chlipala |
JavaScript urlifying of bools; correct Link attribute escaping |
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 |
Thu, 06 Aug 2009 15:23:04 -0400 |
Adam Chlipala |
Fix type class resolution infinite loop, discovered while meeting with Ezra |
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 |
Sun, 19 Jul 2009 17:45:02 -0400 |
Adam Chlipala |
Working on Grid; have gone from one dynamic table bizareness to another |
Sat, 18 Jul 2009 15:08:21 -0400 |
Adam Chlipala |
FFI manual section |
Sat, 18 Jul 2009 13:46:22 -0400 |
Adam Chlipala |
New command-line options; describe simple SQLite build in demo intro |
Sat, 18 Jul 2009 12:53:26 -0400 |
Adam Chlipala |
Key events get key code input |
Sat, 18 Jul 2009 12:37:19 -0400 |
Adam Chlipala |
Testing new events |
Sat, 18 Jul 2009 12:28:25 -0400 |
Adam Chlipala |
Goodbye <font>; hello <h5> and <h6> |
Sat, 18 Jul 2009 11:58:54 -0400 |
Adam Chlipala |
Try to add all applicable JavaScript events |
Sat, 18 Jul 2009 11:01:48 -0400 |
Adam Chlipala |
More command-line options |
Sat, 18 Jul 2009 10:27:32 -0400 |
Adam Chlipala |
Blobs tested in MySQL and SQLite |
Fri, 17 Jul 2009 18:13:02 -0400 |
Adam Chlipala |
Tweaking demos a bit |
Fri, 17 Jul 2009 17:14:23 -0400 |
Adam Chlipala |
Fix month off-by-one for MySQL timestamps |
Fri, 17 Jul 2009 17:09:55 -0400 |
Adam Chlipala |
Timestamps working with SQLite |
Fri, 17 Jul 2009 17:03:37 -0400 |
Adam Chlipala |
Most of demo working with SQLite |
Fri, 17 Jul 2009 16:29:36 -0400 |
Adam Chlipala |
demo/sql works with SQLite |
Fri, 17 Jul 2009 14:04:05 -0400 |
Adam Chlipala |
Check for existence of sequences (MySQL) |
Fri, 17 Jul 2009 13:19:41 -0400 |
Adam Chlipala |
Avoid preparing the same statement twice |
Fri, 17 Jul 2009 12:58:37 -0400 |
Adam Chlipala |
MySQL CGI working |
Fri, 17 Jul 2009 12:34:00 -0400 |
Adam Chlipala |
Fix dependency misordering |
Fri, 17 Jul 2009 12:25:34 -0400 |
Adam Chlipala |
Testing nested queries |
Thu, 16 Jul 2009 18:10:29 -0400 |
Adam Chlipala |
Demo working with MySQL |
Thu, 16 Jul 2009 16:29:13 -0400 |
Adam Chlipala |
Sequence code compiles in MySQL |
Thu, 16 Jul 2009 13:59:30 -0400 |
Adam Chlipala |
MySQL accepts generated demo DDL |
Sun, 12 Jul 2009 16:09:54 -0400 |
Adam Chlipala |
Demo compiles again with Postgres and MySQL; MySQL version lacks sequence code and so doesn't work yet |
Sun, 12 Jul 2009 15:42:24 -0400 |
Adam Chlipala |
demo/sql working with MySQL |
Sun, 12 Jul 2009 15:05:40 -0400 |
Adam Chlipala |
MySQL demo/sql succeeds in reading no rows |
Sun, 12 Jul 2009 13:16:05 -0400 |
Adam Chlipala |
MySQL query gets up to C linking |
Tue, 30 Jun 2009 16:17:32 -0400 |
Adam Chlipala |
Validating views |
Tue, 30 Jun 2009 15:59:41 -0400 |
Adam Chlipala |
Switch to Information Schema from Postgres catalog |
Tue, 30 Jun 2009 15:45:10 -0400 |
Adam Chlipala |
Move all DBMS initialization to #init |
Sun, 28 Jun 2009 16:41:10 -0400 |
Adam Chlipala |
Moved nextval code into Settings |
Sun, 28 Jun 2009 16:22:17 -0400 |
Adam Chlipala |
Moved dml code into Settings |
Sun, 28 Jun 2009 16:03:00 -0400 |
Adam Chlipala |
Moved query code into Settings |
Sun, 28 Jun 2009 13:49:32 -0400 |
Adam Chlipala |
Start of multi-DBMS support |
Sun, 28 Jun 2009 11:49:04 -0400 |
Adam Chlipala |
Move http protocol into its own file |
Sat, 27 Jun 2009 19:07:28 -0400 |
Adam Chlipala |
FastCGI working with lighttpd |
Sat, 27 Jun 2009 17:50:31 -0400 |
Adam Chlipala |
.msgs processing in FastCGI |
Sat, 27 Jun 2009 16:56:32 -0400 |
Adam Chlipala |
Fix memory leak in fastcgi environment management |
Sat, 27 Jun 2009 15:36:56 -0400 |
Adam Chlipala |
Fix env-reading bug in fastcgi; a bunch of non-AJAXy demos working |
Sat, 27 Jun 2009 14:44:00 -0400 |
Adam Chlipala |
Serving Hello via FastCGI |
Sat, 27 Jun 2009 12:38:23 -0400 |
Adam Chlipala |
Successfully starting FastCGI sessions with Apache |
Sat, 27 Jun 2009 10:50:45 -0400 |
Adam Chlipala |
Avoid using prepared statements for non-persistent protocols |
Sat, 27 Jun 2009 10:30:51 -0400 |
Adam Chlipala |
-debug from the command line |
Tue, 23 Jun 2009 17:59:23 -0400 |
Adam Chlipala |
cgi protocol |
Tue, 23 Jun 2009 15:56:04 -0400 |
Adam Chlipala |
Initial implementation of protocols in Settings |
Tue, 23 Jun 2009 15:40:35 -0400 |
Adam Chlipala |
Further refactoring of request.c to work with CGI |
Tue, 23 Jun 2009 14:05:12 -0400 |
Adam Chlipala |
Factor out common request functionality, in preparation for supporting different protocols |
Tue, 23 Jun 2009 12:53:47 -0400 |
Adam Chlipala |
New release |
Thu, 18 Jun 2009 18:06:15 -0400 |
Adam Chlipala |
Fix a bug with 'Some p' patterns, where 'p' needs specialization |
Tue, 16 Jun 2009 17:52:44 -0400 |
Adam Chlipala |
Fix a variable capture bug in nested JavaScript; some more list stuff |
Tue, 16 Jun 2009 14:38:01 -0400 |
Adam Chlipala |
Fix a bug in type class enrichment from substructures |
Sat, 13 Jun 2009 15:42:24 -0400 |
Adam Chlipala |
Fix MonoReduce unsoundness with lets and fns |
Sat, 13 Jun 2009 14:29:36 -0400 |
Adam Chlipala |
<dyn> inside <table>; fix Specialize bug with datatype decls generating other mutually-recursive datatype decls |
Tue, 09 Jun 2009 18:11:59 -0400 |
Adam Chlipala |
Some standard library reorgs and additions; handle mutual datatypes better in Specialize |
Tue, 09 Jun 2009 11:12:34 -0400 |
Adam Chlipala |
Mark current as effectful; add List functions |
Sun, 07 Jun 2009 16:45:00 -0400 |
Adam Chlipala |
Fix datatype import bug in Elaborate; fix server-side source setting; more standard library stuff |
Sun, 07 Jun 2009 14:15:22 -0400 |
Adam Chlipala |
List.all; fix ANDALSO/ORELSE parsing precedence |
Sun, 07 Jun 2009 12:01:55 -0400 |
Adam Chlipala |
&& and || |
Sun, 07 Jun 2009 11:13:18 -0400 |
Adam Chlipala |
Start of Option; Basis.current; fix missed cases in Jscomp.isNullable |
Sat, 06 Jun 2009 15:29:34 -0400 |
Adam Chlipala |
Fix unbound name problem in Jscomp injectors; more List stuff |
Sat, 06 Jun 2009 14:09:30 -0400 |
Adam Chlipala |
List library additions; fix another substructure unification bug |
Tue, 02 Jun 2009 19:28:25 -0400 |
Adam Chlipala |
Lexing some more string escape sequences; JS versions of number read; fix problem with signature unification; escape < more often in Jscomp |
Tue, 02 Jun 2009 15:43:18 -0400 |
Adam Chlipala |
Tweak -- precedence; use right env for final exhaustiveness errors |
Tue, 02 Jun 2009 13:55:10 -0400 |
Adam Chlipala |
Fix relative precedence of ; and case-stuff |
Tue, 02 Jun 2009 12:40:09 -0400 |
Adam Chlipala |
Less whining about match failures; fix singleton record Jscomp bug |
Tue, 02 Jun 2009 11:50:53 -0400 |
Adam Chlipala |
Do 'open constraints' automatically; fix sourceless <cselect> monoize bug; Monad library module |
Sun, 31 May 2009 15:25:27 -0400 |
Adam Chlipala |
Expose resolveClass from Elaborate |
Sun, 31 May 2009 13:43:02 -0400 |
Adam Chlipala |
Fix pathmap bug; expose lower-level heap manipulation from C |
Sun, 31 May 2009 12:41:34 -0400 |
Adam Chlipala |
strcspn and friends |
Sat, 30 May 2009 14:44:29 -0400 |
Adam Chlipala |
Defer pattern-matching exhaustiveness checks and normalize pattern types more thoroughly |
Sat, 30 May 2009 13:29:00 -0400 |
Adam Chlipala |
Substring functions; fix a nasty MonoReduce pattern match substitution bug |
Sat, 30 May 2009 09:59:10 -0400 |
Adam Chlipala |
String.length |
Thu, 28 May 2009 13:47:05 -0400 |
Adam Chlipala |
Fix variable adjustment bug in fn/case alternation |
Thu, 28 May 2009 12:40:55 -0400 |
Adam Chlipala |
Fix EDLet elab_util bug |
Thu, 28 May 2009 12:07:05 -0400 |
Adam Chlipala |
Destructing local let, to the point where demo compiles |
Thu, 28 May 2009 11:45:45 -0400 |
Adam Chlipala |
Use a timeout to avoid errors after unload |
Thu, 28 May 2009 10:35:25 -0400 |
Adam Chlipala |
Demo compiles with pattern-matching-fu |
Thu, 28 May 2009 10:16:50 -0400 |
Adam Chlipala |
fn-pattern code in but not tested yet; hello compiles |
Tue, 26 May 2009 12:25:06 -0400 |
Adam Chlipala |
Chars and more string operations |
Sat, 23 May 2009 10:14:51 -0400 |
Adam Chlipala |
Change monoization of monads to allow partial applications of operations |
Sat, 23 May 2009 09:45:02 -0400 |
Adam Chlipala |
Switch to Maranget's pattern exhaustiveness algorithm |
Thu, 21 May 2009 11:45:04 -0400 |
Adam Chlipala |
Change List.mapM' to avoid leaving functions around |
Thu, 21 May 2009 10:34:56 -0400 |
Adam Chlipala |
ccheckbox |
Thu, 21 May 2009 10:18:20 -0400 |
Adam Chlipala |
Split JavaScript inp() into separate functions |
Sun, 17 May 2009 18:41:43 -0400 |
Adam Chlipala |
Redo Jscomp |
Sun, 17 May 2009 14:36:55 -0400 |
Adam Chlipala |
Fix argument ordering bug in fuse; fix case subsitution bug in MonoReduce |
Sun, 17 May 2009 13:25:57 -0400 |
Adam Chlipala |
Corify FFI datatypes properly; eliminate nested JavaScript markers |
Sat, 16 May 2009 18:09:14 -0400 |
Adam Chlipala |
Loading an FCKeditor |
Sat, 16 May 2009 16:59:24 -0400 |
Adam Chlipala |
Fix initialization of cselect from source |
Sat, 16 May 2009 16:37:48 -0400 |
Adam Chlipala |
Fix another problem with overwrites during JavaScript pattern matching |
Sat, 16 May 2009 16:02:17 -0400 |
Adam Chlipala |
Mutual datatypes through Cjrize |
Sat, 16 May 2009 15:55:15 -0400 |
Adam Chlipala |
Mutual datatypes through Pathcheck |
Sat, 16 May 2009 15:45:12 -0400 |
Adam Chlipala |
Mutual datatypes through Effectize |
Sat, 16 May 2009 15:22:05 -0400 |
Adam Chlipala |
Mutual datatypes through Corify |
Sat, 16 May 2009 15:14:17 -0400 |
Adam Chlipala |
Mutual datatypes through Elaborate |
Sat, 16 May 2009 13:10:52 -0400 |
Adam Chlipala |
Add extra XML preamble nonsense |
Sat, 16 May 2009 12:47:01 -0400 |
Adam Chlipala |
Catch more unclosed bodyless tags in Monoize |
Sat, 16 May 2009 12:41:33 -0400 |
Adam Chlipala |
Fix a Core_untangle bug that missed closure variable references; XHTMLize |
Thu, 14 May 2009 18:13:09 -0400 |
Adam Chlipala |
Fix nasty bugs with longjmp() looping for uw_set_input(); and bad variable indexes for nested JavaScript in jscomp |
Thu, 14 May 2009 13:18:31 -0400 |
Adam Chlipala |
Proper lifting of MonoEnv stored expressions; avoidance of onchange clobbering |
Thu, 14 May 2009 11:04:56 -0400 |
Adam Chlipala |
cselect.onchange |
Thu, 14 May 2009 10:31:11 -0400 |
Adam Chlipala |
Improvements while working on Graftid |
Thu, 14 May 2009 09:33:48 -0400 |
Adam Chlipala |
cselect |
Thu, 14 May 2009 09:11:58 -0400 |
Adam Chlipala |
Fix a nasty binding bug in CoreUtil |
Thu, 14 May 2009 08:15:36 -0400 |
Adam Chlipala |
Testing custom paths |
Thu, 14 May 2009 08:13:54 -0400 |
Adam Chlipala |
Improving/reordering Unpoly and Especialize; pathmaps |
Tue, 12 May 2009 20:15:11 -0400 |
Adam Chlipala |
Stop potential buffer overrun of path_copy |
Tue, 12 May 2009 18:02:25 -0400 |
Adam Chlipala |
Improvements while working on Graftid |
Sun, 10 May 2009 10:13:41 -0400 |
Adam Chlipala |
Use Ur/Web library .mlb |
Tue, 05 May 2009 14:47:11 -0400 |
Adam Chlipala |
Tag CHANGELOG with release date |
Tue, 05 May 2009 14:45:21 -0400 |
Adam Chlipala |
Describe GET/POST |
Tue, 05 May 2009 14:36:16 -0400 |
Adam Chlipala |
Constraint syntax |
Tue, 05 May 2009 14:15:55 -0400 |
Adam Chlipala |
on* handlers |
Tue, 05 May 2009 13:21:26 -0400 |
Adam Chlipala |
Revised query types |
Tue, 05 May 2009 12:49:16 -0400 |
Adam Chlipala |
Table constraint Ur code |
Tue, 05 May 2009 11:59:50 -0400 |
Adam Chlipala |
Revising manual through end of Section 6 |
Tue, 05 May 2009 11:45:03 -0400 |
Adam Chlipala |
Revising manual through end of Section 3 |
Tue, 05 May 2009 10:23:16 -0400 |
Adam Chlipala |
Make Effectize more precise |
Sun, 03 May 2009 16:00:43 -0400 |
Adam Chlipala |
crud3 demo |
Sun, 03 May 2009 15:53:29 -0400 |
Adam Chlipala |
subforms demo |
Sun, 03 May 2009 15:38:49 -0400 |
Adam Chlipala |
cookieSec demo |
Sun, 03 May 2009 15:13:00 -0400 |
Adam Chlipala |
view demo |
Sun, 03 May 2009 14:57:33 -0400 |
Adam Chlipala |
outer demo |
Sun, 03 May 2009 12:49:47 -0400 |
Adam Chlipala |
upload demo |
Sun, 03 May 2009 12:36:25 -0400 |
Adam Chlipala |
css demo |
Sun, 03 May 2009 12:24:39 -0400 |
Adam Chlipala |
url demo |
Sun, 03 May 2009 12:01:55 -0400 |
Adam Chlipala |
constraints demo |
Sat, 02 May 2009 18:46:00 -0400 |
Adam Chlipala |
Update FFI type of Basis.self |
Sat, 02 May 2009 18:41:21 -0400 |
Adam Chlipala |
FFI transactionals |
Sat, 02 May 2009 18:20:15 -0400 |
Adam Chlipala |
Runtime URL and MIME type filtering |
Sat, 02 May 2009 13:37:52 -0400 |
Adam Chlipala |
allow/deny working in Mono_opt |
Sat, 02 May 2009 13:23:07 -0400 |
Adam Chlipala |
Path rewriting |
Sat, 02 May 2009 12:50:52 -0400 |
Adam Chlipala |
Add 'library' directive |
Sat, 02 May 2009 12:10:43 -0400 |
Adam Chlipala |
More FFI compiler options |
Sat, 02 May 2009 11:27:26 -0400 |
Adam Chlipala |
Successfully influenced effectful-ness status of FFI func |
Thu, 30 Apr 2009 17:15:14 -0400 |
Adam Chlipala |
C FFI compiler options |
Thu, 30 Apr 2009 16:25:27 -0400 |
Adam Chlipala |
Lexing character entities |
Thu, 30 Apr 2009 15:10:13 -0400 |
Adam Chlipala |
List notations |
Thu, 30 Apr 2009 14:48:23 -0400 |
Adam Chlipala |
<input type='hidden'> |
Thu, 30 Apr 2009 14:43:55 -0400 |
Adam Chlipala |
Megaform test |
Thu, 30 Apr 2009 13:47:46 -0400 |
Adam Chlipala |
subforms working |
Thu, 30 Apr 2009 11:48:56 -0400 |
Adam Chlipala |
Subforms type-checks; lists urlified and unurlified |
Thu, 30 Apr 2009 11:07:29 -0400 |
Adam Chlipala |
Basis.list |
Tue, 28 Apr 2009 17:26:53 -0400 |
Adam Chlipala |
Subforms |
Tue, 28 Apr 2009 15:15:21 -0400 |
Adam Chlipala |
Views in CHANGELOG |
Tue, 28 Apr 2009 15:04:37 -0400 |
Adam Chlipala |
A view query works |
Tue, 28 Apr 2009 14:02:23 -0400 |
Adam Chlipala |
Preparing to allow views in SELECT FROM clauses |
Tue, 28 Apr 2009 11:18:27 -0400 |
Adam Chlipala |
Outer joins in CHANGELOG |
Tue, 28 Apr 2009 11:14:24 -0400 |
Adam Chlipala |
RIGHT and FULL JOIN |
Tue, 28 Apr 2009 11:05:28 -0400 |
Adam Chlipala |
LEFT JOIN |
Tue, 28 Apr 2009 10:11:56 -0400 |
Adam Chlipala |
INNER JOIN |
Tue, 28 Apr 2009 09:45:17 -0400 |
Adam Chlipala |
Switch to using sql_from_items |
Sun, 26 Apr 2009 12:47:53 -0400 |
Adam Chlipala |
Extra checks on assumptions about SQL results |
Sun, 26 Apr 2009 12:35:45 -0400 |
Adam Chlipala |
sql_ufunc and octet_length |
Sun, 26 Apr 2009 11:07:25 -0400 |
Adam Chlipala |
blobSize |
Sun, 26 Apr 2009 10:54:45 -0400 |
Adam Chlipala |
Blobs in CHANGELOG |
Sun, 26 Apr 2009 10:53:36 -0400 |
Adam Chlipala |
Handling nullable blobs |
Sun, 26 Apr 2009 10:45:59 -0400 |
Adam Chlipala |
Reading blobs from the database |
Sun, 26 Apr 2009 09:02:17 -0400 |
Adam Chlipala |
Returning a blob as page result |
Sat, 25 Apr 2009 14:47:16 -0400 |
Adam Chlipala |
Add MIME type to file |
Sat, 25 Apr 2009 14:35:49 -0400 |
Adam Chlipala |
Only allow single-file upload per control |
Sat, 25 Apr 2009 14:04:38 -0400 |
Adam Chlipala |
Prepared statements with blobs |
Sat, 25 Apr 2009 13:59:11 -0400 |
Adam Chlipala |
Initial support for blobs and upload |
Thu, 23 Apr 2009 16:13:02 -0400 |
Adam Chlipala |
Cookie signatures for RPCs |
Thu, 23 Apr 2009 14:10:10 -0400 |
Adam Chlipala |
Only use cookie signatures when cookies might be read |
Thu, 16 Apr 2009 19:12:12 -0400 |
Adam Chlipala |
Cookie signing working for forms |
Thu, 16 Apr 2009 15:38:01 -0400 |
Adam Chlipala |
Add more buttons to demo, to avoid effectful GET |
Thu, 16 Apr 2009 15:29:39 -0400 |
Adam Chlipala |
Effectness analysis |
Thu, 16 Apr 2009 14:49:25 -0400 |
Adam Chlipala |
Label exported symbols by effect-ness; factor out some common datatypes |
Thu, 16 Apr 2009 14:35:01 -0400 |
Adam Chlipala |
POST support |
Thu, 16 Apr 2009 13:47:20 -0400 |
Adam Chlipala |
Some client-side error handling |
Thu, 16 Apr 2009 13:00:40 -0400 |
Adam Chlipala |
Avoid thread death via message receive |
Thu, 16 Apr 2009 12:43:55 -0400 |
Adam Chlipala |
Show XML |
Thu, 16 Apr 2009 12:36:01 -0400 |
Adam Chlipala |
onError |
Thu, 16 Apr 2009 12:07:21 -0400 |
Adam Chlipala |
Catching duplicate cookie and style paths |
Thu, 16 Apr 2009 12:00:44 -0400 |
Adam Chlipala |
<link> |
Mon, 13 Apr 2009 08:44:32 -0400 |
Adam Chlipala |
Simplify type class requirement for tree demo |
Sun, 12 Apr 2009 14:21:19 -0400 |
Adam Chlipala |
Tiny increment to style test |
Sun, 12 Apr 2009 14:19:15 -0400 |
Adam Chlipala |
Classes as optional arguments to Basis.tag |
Sun, 12 Apr 2009 12:31:54 -0400 |
Adam Chlipala |
Stop tracking CSS classes in XML types |
Sun, 12 Apr 2009 11:08:00 -0400 |
Adam Chlipala |
hello compiles with CSS |
Sun, 12 Apr 2009 10:08:11 -0400 |
Adam Chlipala |
style declarations |
Thu, 09 Apr 2009 16:36:50 -0400 |
Adam Chlipala |
URLs |
Thu, 09 Apr 2009 15:58:36 -0400 |
Adam Chlipala |
Update CHANGELOG |
Thu, 09 Apr 2009 15:51:50 -0400 |
Adam Chlipala |
Use FOREIGN KEY in Tree demo |
Thu, 09 Apr 2009 15:30:15 -0400 |
Adam Chlipala |
CHECK constraints |
Thu, 09 Apr 2009 14:59:29 -0400 |
Adam Chlipala |
Retry failed record summary unifications at the end, in hopes that more has been learned |
Thu, 09 Apr 2009 13:59:34 -0400 |
Adam Chlipala |
More flexible foreign keying |
Thu, 09 Apr 2009 12:31:56 -0400 |
Adam Chlipala |
Made type class system very general; demo compiles |
Tue, 07 Apr 2009 20:38:01 -0400 |
Adam Chlipala |
Get demo type-inferring again |
Tue, 07 Apr 2009 18:47:47 -0400 |
Adam Chlipala |
FOREIGN KEY, without ability to link NULL to NOT NULL (and with some lingering problems in row inference) |
Tue, 07 Apr 2009 16:22:11 -0400 |
Adam Chlipala |
Add primary keys to demo |
Tue, 07 Apr 2009 16:14:31 -0400 |
Adam Chlipala |
PRIMARY KEY |
Tue, 07 Apr 2009 15:04:07 -0400 |
Adam Chlipala |
Enhance table sig item support and get demo compiling again |
Tue, 07 Apr 2009 14:11:32 -0400 |
Adam Chlipala |
Track uniqueness sets in table types |
Tue, 07 Apr 2009 12:24:31 -0400 |
Adam Chlipala |
UNIQUE constraints |
Sun, 05 Apr 2009 16:17:32 -0400 |
Adam Chlipala |
Fixing some regressions and other bugs |
Sun, 05 Apr 2009 12:41:41 -0400 |
Adam Chlipala |
CHANGELOG before release |
Sun, 05 Apr 2009 12:37:38 -0400 |
Adam Chlipala |
Update the manual |
Sun, 05 Apr 2009 12:05:19 -0400 |
Adam Chlipala |
Initialize contexts a little more vigorously |
Sun, 05 Apr 2009 11:48:55 -0400 |
Adam Chlipala |
Chat demo |
Sun, 05 Apr 2009 11:24:55 -0400 |
Adam Chlipala |
RoundTrip demo |
Sun, 05 Apr 2009 10:48:11 -0400 |
Adam Chlipala |
Threads demo |
Sun, 05 Apr 2009 09:26:00 -0400 |
Adam Chlipala |
Avoid generating empty <script> blocks |
Sat, 04 Apr 2009 15:56:47 -0400 |
Adam Chlipala |
sleep and better Scriptcheck |
Sat, 04 Apr 2009 14:55:36 -0400 |
Adam Chlipala |
spawn |
Sat, 04 Apr 2009 14:03:39 -0400 |
Adam Chlipala |
_Really_ implement embedded closure GC; extend Scriptcheck to figure out when client IDs must be assigned |
Sat, 04 Apr 2009 12:54:39 -0400 |
Adam Chlipala |
Fix overzealous Marshalcheck; garbage-collect string-embedded closures when no dyns are active |
Sat, 04 Apr 2009 11:46:24 -0400 |
Adam Chlipala |
Checking spans in dyns |
Thu, 02 Apr 2009 15:12:06 -0400 |
Adam Chlipala |
Redo signal implementation to avoid memory leaks |
Thu, 02 Apr 2009 13:48:59 -0400 |
Adam Chlipala |
Make sure only one pull request runs at a time for each client |
Thu, 02 Apr 2009 13:31:13 -0400 |
Adam Chlipala |
Detect serialization failures |
Thu, 02 Apr 2009 11:42:26 -0400 |
Adam Chlipala |
On start-up, delete/nullify rows mentioning clients or channels |
Thu, 02 Apr 2009 10:57:14 -0400 |
Adam Chlipala |
Don't self-update ctextboxes unnecessarily |
Thu, 02 Apr 2009 10:55:00 -0400 |
Adam Chlipala |
Stop holding client locks throughout request processing |
Sun, 29 Mar 2009 14:13:50 -0400 |
Adam Chlipala |
Expunging nullable fields |
Sun, 29 Mar 2009 13:30:01 -0400 |
Adam Chlipala |
Expunging non-nullable rows |
Sun, 29 Mar 2009 11:37:29 -0400 |
Adam Chlipala |
Redo channels, making them single-client |
Sat, 28 Mar 2009 11:15:42 -0400 |
Adam Chlipala |
Switch back to starting listener on load |
Sat, 28 Mar 2009 11:13:36 -0400 |
Adam Chlipala |
Marshalcheck |
Thu, 26 Mar 2009 18:26:50 -0400 |
Adam Chlipala |
Chat example working nicely, but without dead channel removal |
Thu, 26 Mar 2009 16:22:34 -0400 |
Adam Chlipala |
Preliminary work supporting channels in databases |
Thu, 26 Mar 2009 15:54:04 -0400 |
Adam Chlipala |
Enforce termination of type class instances |
Thu, 26 Mar 2009 15:26:35 -0400 |
Adam Chlipala |
Make sql_injectable class nicer with inclusion |
Thu, 26 Mar 2009 15:13:36 -0400 |
Adam Chlipala |
Type class inclusions |
Thu, 26 Mar 2009 14:37:31 -0400 |
Adam Chlipala |
Type class reductions, but no inclusions yet |
Tue, 24 Mar 2009 15:35:46 -0400 |
Adam Chlipala |
Variable timeouts and client keep-alive |
Tue, 24 Mar 2009 15:05:28 -0400 |
Adam Chlipala |
Fix some AJAX annoyances |
Tue, 24 Mar 2009 14:44:45 -0400 |
Adam Chlipala |
Transactionalize channel operations |
Sun, 22 Mar 2009 16:03:45 -0400 |
Adam Chlipala |
Proper recv |
Sun, 22 Mar 2009 15:16:34 -0400 |
Adam Chlipala |
Press a button to send a message |
Sun, 22 Mar 2009 15:05:07 -0400 |
Adam Chlipala |
First message send delivered, but not interpreted |
Thu, 19 Mar 2009 16:34:13 -0400 |
Adam Chlipala |
Dummy message delivery to clients |
Thu, 19 Mar 2009 13:47:02 -0400 |
Adam Chlipala |
Factor out some common buffer functionality |
Thu, 12 Mar 2009 12:37:02 -0400 |
Adam Chlipala |
Mention src/coq in CHANGELOG |
Thu, 12 Mar 2009 12:34:39 -0400 |
Adam Chlipala |
Spell-check manual |
Thu, 12 Mar 2009 12:30:21 -0400 |
Adam Chlipala |
Update CHANGELOG |
Thu, 12 Mar 2009 12:25:05 -0400 |
Adam Chlipala |
Add guard elim rule |
Thu, 12 Mar 2009 12:23:23 -0400 |
Adam Chlipala |
Update compiler phases |
Thu, 12 Mar 2009 12:18:11 -0400 |
Adam Chlipala |
Describe AJAX RPC structure |
Thu, 12 Mar 2009 12:10:02 -0400 |
Adam Chlipala |
Functional-reactive subsection |
Thu, 12 Mar 2009 11:56:10 -0400 |
Adam Chlipala |
Update old Ur/Web library section, before adding new stuff |
Thu, 12 Mar 2009 11:36:27 -0400 |
Adam Chlipala |
Describe folders |
Thu, 12 Mar 2009 11:27:23 -0400 |
Adam Chlipala |
Revise type inference section |
Thu, 12 Mar 2009 11:18:54 -0400 |
Adam Chlipala |
Revise manual, through static semantics |
Thu, 12 Mar 2009 10:38:13 -0400 |
Adam Chlipala |
Revise manual, through end of Syntax |
Thu, 12 Mar 2009 10:26:04 -0400 |
Adam Chlipala |
Change location/type of [fold] to be more uniform w.r.t. derived folders |
Thu, 12 Mar 2009 10:16:59 -0400 |
Adam Chlipala |
Revising manual, through main syntax section |
Tue, 10 Mar 2009 17:29:03 -0400 |
Adam Chlipala |
Noisy demo |
Tue, 10 Mar 2009 16:38:38 -0400 |
Adam Chlipala |
BatchG demo |
Tue, 10 Mar 2009 15:17:23 -0400 |
Adam Chlipala |
Batch example |
Tue, 10 Mar 2009 13:57:09 -0400 |
Adam Chlipala |
Increment demo |
Tue, 10 Mar 2009 13:46:45 -0400 |
Adam Chlipala |
Prose for ListEdit |
Tue, 10 Mar 2009 12:44:40 -0400 |
Adam Chlipala |
ListEdit demo, minus prose |
Tue, 10 Mar 2009 11:18:01 -0400 |
Adam Chlipala |
React demo |
Tue, 10 Mar 2009 10:49:18 -0400 |
Adam Chlipala |
Alert demo |
Tue, 10 Mar 2009 10:44:26 -0400 |
Adam Chlipala |
Avoid any JavaScript when pages don't need it; update demo prose |
Sun, 08 Mar 2009 20:34:21 -0400 |
Adam Chlipala |
Conversion of functions to CPS, to facilitate ServerCall |
Sun, 08 Mar 2009 13:41:55 -0400 |
Adam Chlipala |
RPC returning an option |
Sun, 08 Mar 2009 13:28:21 -0400 |
Adam Chlipala |
RPC returning a default datatype |
Sun, 08 Mar 2009 12:54:07 -0400 |
Adam Chlipala |
RPC returning an option datatype |
Sun, 08 Mar 2009 12:37:42 -0400 |
Adam Chlipala |
RPC returning an enumeration |
Thu, 26 Feb 2009 16:16:54 -0500 |
Adam Chlipala |
Kind-polymorphic [fst] and friends |
Thu, 26 Feb 2009 13:56:54 -0500 |
Adam Chlipala |
Coq README |
Tue, 24 Feb 2009 16:08:14 -0500 |
Adam Chlipala |
Coq formalization uses TDisjoint |
Tue, 24 Feb 2009 15:54:05 -0500 |
Adam Chlipala |
Folder generation for functors |
Tue, 24 Feb 2009 15:38:01 -0500 |
Adam Chlipala |
Folder generation for functions |
Tue, 24 Feb 2009 15:12:13 -0500 |
Adam Chlipala |
Demos compile again, with manual folders |
Tue, 24 Feb 2009 14:04:07 -0500 |
Adam Chlipala |
Make folders abstract |
Tue, 24 Feb 2009 13:50:39 -0500 |
Adam Chlipala |
Top.Fold.mp |
Tue, 24 Feb 2009 13:46:08 -0500 |
Adam Chlipala |
Top.Fold.concat elaborates |
Tue, 24 Feb 2009 12:01:24 -0500 |
Adam Chlipala |
Switch to TDisjoint from CDisjoint; still need to implement obligation generation at EDisjoint uses |
Sun, 22 Feb 2009 17:39:55 -0500 |
Adam Chlipala |
demo/sum working with manual folders |
Sun, 22 Feb 2009 17:17:01 -0500 |
Adam Chlipala |
demo/hello compiles with kind polymorphism |
Sun, 22 Feb 2009 16:33:55 -0500 |
Adam Chlipala |
Turned off termination checking, for now |
Sun, 22 Feb 2009 16:32:56 -0500 |
Adam Chlipala |
Kind polymorphism through Explify |
Sun, 22 Feb 2009 16:10:25 -0500 |
Adam Chlipala |
Start of kind polymorphism, up to the point where demo/hello elaborates with updated Basis/Top |
Sat, 21 Feb 2009 16:11:56 -0500 |
Adam Chlipala |
Debug reverse-engineering unification |
Sat, 21 Feb 2009 15:33:20 -0500 |
Adam Chlipala |
"Hello world" compiles, after replacing type-level fold with map |
Sat, 21 Feb 2009 14:10:06 -0500 |
Adam Chlipala |
Finish semantics for Featherweight Ur |
Sat, 21 Feb 2009 13:22:30 -0500 |
Adam Chlipala |
Time to start thinking about guards |
Sat, 21 Feb 2009 13:17:06 -0500 |
Adam Chlipala |
Most of expression semantics |
Sat, 21 Feb 2009 11:23:24 -0500 |
Adam Chlipala |
map-only syntax and semantics |
Wed, 18 Feb 2009 09:32:17 -0500 |
Adam Chlipala |
Semantics for ordered rows only |
Tue, 17 Feb 2009 14:49:28 -0500 |
Adam Chlipala |
Start of Featherweight Ur semantics |
Sun, 15 Feb 2009 13:03:09 -0500 |
Adam Chlipala |
Parameterized RPC query |
Sun, 15 Feb 2009 12:33:41 -0500 |
Adam Chlipala |
Initial parsing of RPC results |
Sun, 15 Feb 2009 11:33:53 -0500 |
Adam Chlipala |
Detect AJAX call failures |
Sun, 15 Feb 2009 11:24:16 -0500 |
Adam Chlipala |
Avoid extra slashes in Cjr urlification |
Sun, 15 Feb 2009 10:54:00 -0500 |
Adam Chlipala |
Reading and displaying value via AJAX |
Sun, 15 Feb 2009 10:32:50 -0500 |
Adam Chlipala |
First gimpy RPC |
Sun, 15 Feb 2009 09:27:36 -0500 |
Adam Chlipala |
Export RPC functions and push RPC calls through to Mono |
Sat, 14 Feb 2009 14:07:56 -0500 |
Adam Chlipala |
Start of RPCification |
Tue, 27 Jan 2009 09:53:51 -0500 |
Adam Chlipala |
Use normal fields of ctextboxes |
Sat, 17 Jan 2009 09:55:12 -0500 |
Adam Chlipala |
dlist2 working swimmingly |
Sat, 17 Jan 2009 09:47:30 -0500 |
Adam Chlipala |
Add dynamic content under proper parents |
Fri, 16 Jan 2009 15:49:10 -0500 |
Adam Chlipala |
dlist example working |
Tue, 13 Jan 2009 15:23:48 -0500 |
Adam Chlipala |
Combine lib* directories |
Tue, 13 Jan 2009 15:17:11 -0500 |
Adam Chlipala |
Initial experiments with nested <dyn> |
Sun, 11 Jan 2009 10:41:38 -0500 |
Adam Chlipala |
Do proper insertion of dynamic content within nested DOM containers |
Sun, 11 Jan 2009 10:22:19 -0500 |
Adam Chlipala |
Use header to set default script type |
Sun, 11 Jan 2009 10:05:06 -0500 |
Adam Chlipala |
Hooking a source into an input |
Thu, 08 Jan 2009 10:30:14 -0500 |
Adam Chlipala |
Injected a non-special-case datatype |
Thu, 08 Jan 2009 10:15:45 -0500 |
Adam Chlipala |
Injected a polymorphic, recursive type |
Thu, 08 Jan 2009 09:57:45 -0500 |
Adam Chlipala |
Injected an enumeration |
Fri, 02 Jan 2009 13:03:22 -0500 |
Adam Chlipala |
Injected an option |
Fri, 02 Jan 2009 12:42:39 -0500 |
Adam Chlipala |
Injected a record |
Thu, 01 Jan 2009 16:11:42 -0500 |
Adam Chlipala |
Injecting strings and bools |
Thu, 01 Jan 2009 15:59:02 -0500 |
Adam Chlipala |
Injecting a float |
Thu, 01 Jan 2009 15:11:17 -0500 |
Adam Chlipala |
Injecting an int |
Thu, 01 Jan 2009 11:58:00 -0500 |
Adam Chlipala |
Included a recursive function in JavaScript |
Thu, 01 Jan 2009 11:26:34 -0500 |
Adam Chlipala |
Basic datatype reactives |
Thu, 01 Jan 2009 11:16:57 -0500 |
Adam Chlipala |
Reactive if |
Thu, 01 Jan 2009 11:13:08 -0500 |
Adam Chlipala |
Reactive bool |
Thu, 01 Jan 2009 11:04:09 -0500 |
Adam Chlipala |
Reactive record pattern |
Thu, 01 Jan 2009 10:49:42 -0500 |
Adam Chlipala |
Used an option as a source |
Thu, 01 Jan 2009 10:18:20 -0500 |
Adam Chlipala |
Reactive computation with more base types and records |
Thu, 01 Jan 2009 10:08:22 -0500 |
Adam Chlipala |
Source containing an int |
Tue, 30 Dec 2008 16:11:29 -0500 |
Adam Chlipala |
Double-bind works |
Tue, 30 Dec 2008 16:08:25 -0500 |
Adam Chlipala |
Propagating a change through a bind |
Tue, 30 Dec 2008 15:53:04 -0500 |
Adam Chlipala |
Propagated a source change into a dynamic document element |
Tue, 30 Dec 2008 11:33:31 -0500 |
Adam Chlipala |
Harmonized source-setting between server and client |
Tue, 30 Dec 2008 10:49:42 -0500 |
Adam Chlipala |
Setting a source server-side |
Tue, 30 Dec 2008 09:43:45 -0500 |
Adam Chlipala |
Merge |
Tue, 30 Dec 2008 09:43:41 -0500 |
Adam Chlipala |
Starting to implement source set |
Sun, 21 Dec 2008 12:56:39 -0500 |
Adam Chlipala |
Trivial use of a source |
Wed, 24 Dec 2008 10:48:31 -0500 |
Adam Chlipala |
More manual bug reports from megacz |
Sun, 21 Dec 2008 12:30:57 -0500 |
Adam Chlipala |
Handling singnal bind |
Sun, 21 Dec 2008 12:01:00 -0500 |
Adam Chlipala |
Switch to using dyn() function in JavaScript |
Sat, 20 Dec 2008 18:24:12 -0500 |
Adam Chlipala |
Typo report from megacz |
Sat, 20 Dec 2008 16:19:26 -0500 |
Adam Chlipala |
Successfully generated a page element from a signal |
Sat, 20 Dec 2008 15:46:48 -0500 |
Adam Chlipala |
Initial <dyn> support |
Sat, 20 Dec 2008 14:19:21 -0500 |
Adam Chlipala |
Start of JsComp |
Fri, 19 Dec 2008 12:38:11 -0500 |
Adam Chlipala |
Displayed an alert dialog |
Fri, 19 Dec 2008 11:47:18 -0500 |
Adam Chlipala |
Creation of sources in server code |
Fri, 19 Dec 2008 10:27:58 -0500 |
Adam Chlipala |
Monad type class seems to be working |
Fri, 19 Dec 2008 10:03:31 -0500 |
Adam Chlipala |
Initial conversion to arbitrary-kind classes |
Fri, 19 Dec 2008 09:35:44 -0500 |
Adam Chlipala |
Add initial C support for reactive |
Tue, 09 Dec 2008 14:44:52 -0500 |
Adam Chlipala |
Prepare to release |
Tue, 09 Dec 2008 14:43:43 -0500 |
Adam Chlipala |
Spell check |
Tue, 09 Dec 2008 14:41:19 -0500 |
Adam Chlipala |
Add SQL arithmetic operators |
Tue, 09 Dec 2008 14:06:51 -0500 |
Adam Chlipala |
Proofreading pass |
Tue, 09 Dec 2008 11:57:17 -0500 |
Adam Chlipala |
Building an application |
Tue, 09 Dec 2008 11:52:56 -0500 |
Adam Chlipala |
.urp files |
Tue, 09 Dec 2008 11:40:51 -0500 |
Adam Chlipala |
Installation |
Sun, 07 Dec 2008 15:10:59 -0500 |
Adam Chlipala |
Intro |
Sun, 07 Dec 2008 15:01:21 -0500 |
Adam Chlipala |
The structure of web applications |
Sun, 07 Dec 2008 14:50:03 -0500 |
Adam Chlipala |
Compiler phases |
Sun, 07 Dec 2008 12:21:47 -0500 |
Adam Chlipala |
XML syntax |
Sun, 07 Dec 2008 12:10:51 -0500 |
Adam Chlipala |
DML |
Sun, 07 Dec 2008 12:02:54 -0500 |
Adam Chlipala |
Query syntax |
Sun, 07 Dec 2008 11:19:13 -0500 |
Adam Chlipala |
Treat user-provided error messages as XML |
Sun, 07 Dec 2008 10:59:14 -0500 |
Adam Chlipala |
XML |
Sun, 07 Dec 2008 10:25:55 -0500 |
Adam Chlipala |
Sequences |
Sun, 07 Dec 2008 10:24:23 -0500 |
Adam Chlipala |
DML |
Sun, 07 Dec 2008 10:02:04 -0500 |
Adam Chlipala |
Finish documenting queries; remove a stray [unit] argument |
Sun, 07 Dec 2008 09:19:53 -0500 |
Adam Chlipala |
Start of sql_exp |
Sat, 06 Dec 2008 13:04:48 -0500 |
Adam Chlipala |
Start of Ur/Web library |
Sat, 06 Dec 2008 12:01:12 -0500 |
Adam Chlipala |
Type inference |
Sat, 29 Nov 2008 15:04:57 -0500 |
Adam Chlipala |
Module projection |
Sat, 29 Nov 2008 14:32:33 -0500 |
Adam Chlipala |
selfify |
Sat, 29 Nov 2008 14:09:43 -0500 |
Adam Chlipala |
Module typing |
Sat, 29 Nov 2008 13:50:53 -0500 |
Adam Chlipala |
Signature compatibility |
Sat, 29 Nov 2008 12:58:58 -0500 |
Adam Chlipala |
Signature compatibility |
Sat, 29 Nov 2008 11:33:51 -0500 |
Adam Chlipala |
Declaration typing |
Sat, 29 Nov 2008 10:49:47 -0500 |
Adam Chlipala |
Pattern typing |
Sat, 29 Nov 2008 10:34:56 -0500 |
Adam Chlipala |
Typing |
Sat, 29 Nov 2008 10:05:46 -0500 |
Adam Chlipala |
Definitional equality |
Sat, 29 Nov 2008 09:48:10 -0500 |
Adam Chlipala |
Disjointness |
Sat, 29 Nov 2008 09:34:11 -0500 |
Adam Chlipala |
Kinding |
Thu, 27 Nov 2008 16:55:30 -0500 |
Adam Chlipala |
Shorthands |
Thu, 27 Nov 2008 15:43:10 -0500 |
Adam Chlipala |
Declarations and modules |
Thu, 27 Nov 2008 15:27:17 -0500 |
Adam Chlipala |
Expressions |
Thu, 27 Nov 2008 15:06:29 -0500 |
Adam Chlipala |
Patterns |
Thu, 27 Nov 2008 14:57:47 -0500 |
Adam Chlipala |
Signatures |
Thu, 27 Nov 2008 14:38:53 -0500 |
Adam Chlipala |
Start of manual |
Thu, 27 Nov 2008 13:43:15 -0500 |
Adam Chlipala |
Note optimizations in changelog |
Thu, 27 Nov 2008 12:43:28 -0500 |
Adam Chlipala |
Avoid Especializing polymorphic code |
Thu, 27 Nov 2008 12:34:44 -0500 |
Adam Chlipala |
Ditch use of ElabEnv.env in Especialize, to realize big speed-up |
Thu, 27 Nov 2008 12:04:54 -0500 |
Adam Chlipala |
Untangle and shake within Especialize loop |
Thu, 27 Nov 2008 11:40:13 -0500 |
Adam Chlipala |
Optimize CoreUntangle |
Thu, 27 Nov 2008 11:17:56 -0500 |
Adam Chlipala |
Remove some isUnitCon cases |
Thu, 27 Nov 2008 11:06:10 -0500 |
Adam Chlipala |
Catch another unneeded lift in ElabEnv.pushCRel |
Thu, 27 Nov 2008 10:57:56 -0500 |
Adam Chlipala |
Optimized ElabOps.subConInCon |
Thu, 27 Nov 2008 10:46:45 -0500 |
Adam Chlipala |
Stop using redundant Defunc pass |
Thu, 27 Nov 2008 10:40:29 -0500 |
Adam Chlipala |
Remove unnecessary lifts in ElabEnv.pushCRel |
Thu, 27 Nov 2008 10:13:22 -0500 |
Adam Chlipala |
Remove unnecessary [kindof] calls |
Wed, 26 Nov 2008 15:42:00 -0500 |
Adam Chlipala |
Port Reduce improvements to ReduceLocal |
Wed, 26 Nov 2008 15:03:45 -0500 |
Adam Chlipala |
crud1 compiles with new Reduce |
Wed, 26 Nov 2008 14:51:52 -0500 |
Adam Chlipala |
Fix environments for repeat visits for exp reduction |
Wed, 26 Nov 2008 12:59:32 -0500 |
Adam Chlipala |
Most exp rules for new Reduce |
Wed, 26 Nov 2008 12:13:00 -0500 |
Adam Chlipala |
Start of new Reduce |
Tue, 25 Nov 2008 15:57:16 -0500 |
Adam Chlipala |
Profiling in Makefile |
Tue, 25 Nov 2008 10:05:44 -0500 |
Adam Chlipala |
Fusing writes with recursive function calls |
Sun, 23 Nov 2008 11:47:28 -0500 |
Adam Chlipala |
Ignore SIGPIPE |
Thu, 20 Nov 2008 14:51:14 -0500 |
Adam Chlipala |
Update CHANGELOG for 20081120 |
Thu, 20 Nov 2008 13:54:03 -0500 |
Adam Chlipala |
Fixing demo prose |
Thu, 20 Nov 2008 12:16:30 -0500 |
Adam Chlipala |
Profiling support |
Thu, 20 Nov 2008 11:34:36 -0500 |
Adam Chlipala |
Some demo improvements |
Thu, 20 Nov 2008 10:44:28 -0500 |
Adam Chlipala |
Fix missing initial <html> after restarts |
Thu, 20 Nov 2008 10:41:58 -0500 |
Adam Chlipala |
Update Crud demo to use local functions |
Tue, 18 Nov 2008 13:47:23 -0500 |
Adam Chlipala |
Extend prose about server .exes |
Tue, 18 Nov 2008 13:28:44 -0500 |
Adam Chlipala |
Tag CHANGELOG with release number |
Tue, 18 Nov 2008 13:27:33 -0500 |
Adam Chlipala |
Mention Especialize in CHANGELOG |
Tue, 11 Nov 2008 20:24:55 -0500 |
Adam Chlipala |
Fix type calculation for applying-a-case optimization |
Tue, 11 Nov 2008 19:58:25 -0500 |
Adam Chlipala |
Map distributivity rule in hnormCon |
Tue, 11 Nov 2008 19:20:37 -0500 |
Adam Chlipala |
Add CutMulti |
Tue, 11 Nov 2008 18:39:38 -0500 |
Adam Chlipala |
Handle nullary transaction pages; avoid marking up headers array when reading cookies |
Tue, 11 Nov 2008 16:51:45 -0500 |
Adam Chlipala |
Fix demo regression |
Tue, 11 Nov 2008 16:27:51 -0500 |
Adam Chlipala |
More ThreadedBlog progress |
Tue, 11 Nov 2008 15:32:10 -0500 |
Adam Chlipala |
Ignore UseRel effects in [let] expansions |
Tue, 11 Nov 2008 15:12:24 -0500 |
Adam Chlipala |
Get preliminary ThreadedBlog working |
Tue, 11 Nov 2008 11:49:51 -0500 |
Adam Chlipala |
Get threadedBlog to work |
Sun, 09 Nov 2008 18:19:47 -0500 |
Adam Chlipala |
Remove some allocation |
Sun, 09 Nov 2008 17:27:34 -0500 |
Adam Chlipala |
Prevent overzealous Especialization |
Sun, 09 Nov 2008 16:54:42 -0500 |
Adam Chlipala |
Defunctionalization gets CommentBlog working |
Sun, 09 Nov 2008 12:41:34 -0500 |
Adam Chlipala |
Remove an extra line |
Sun, 09 Nov 2008 11:53:52 -0500 |
Adam Chlipala |
Especialize working reasonably well; need to add new closure representation pass |
Sat, 08 Nov 2008 16:47:04 -0500 |
Adam Chlipala |
Better detection of [let] substitution opportunities |
Sat, 08 Nov 2008 16:02:59 -0500 |
Adam Chlipala |
Especialize handles records better |
Sat, 08 Nov 2008 14:42:52 -0500 |
Adam Chlipala |
Broaden set of possible especializations |
Sat, 08 Nov 2008 13:15:00 -0500 |
Adam Chlipala |
Some small changes while failing to write [restrict] |
Sat, 08 Nov 2008 12:24:23 -0500 |
Adam Chlipala |
Add help text for generated web servers |
Sat, 08 Nov 2008 12:12:50 -0500 |
Adam Chlipala |
Handle EError returning a function; handle multiple cookies in one input header |
Sat, 08 Nov 2008 10:58:59 -0500 |
Adam Chlipala |
Fix parsing of last input header |
Sat, 08 Nov 2008 10:46:14 -0500 |
Adam Chlipala |
[getCookie] reads cookie settings from current page generation |
Sat, 08 Nov 2008 10:33:58 -0500 |
Adam Chlipala |
Resolve all tag named in [Basis]; deal with C compilation failure without leaving /tmp files |
Sat, 08 Nov 2008 09:55:36 -0500 |
Adam Chlipala |
Generated web servers use getopt() |
Thu, 06 Nov 2008 19:43:48 -0500 |
Adam Chlipala |
Tree demo working (and other assorted regressions fixed) |
Thu, 06 Nov 2008 18:49:38 -0500 |
Adam Chlipala |
Tree demo works |
Thu, 06 Nov 2008 17:09:53 -0500 |
Adam Chlipala |
About to begin optimization of recursive transaction functions |
Thu, 06 Nov 2008 15:52:13 -0500 |
Adam Chlipala |
Ensql'ing nullables |
Thu, 06 Nov 2008 15:37:38 -0500 |
Adam Chlipala |
Inserted a NULL value |
Thu, 06 Nov 2008 14:03:50 -0500 |
Adam Chlipala |
Cookies work across pages |
Thu, 06 Nov 2008 12:46:45 -0500 |
Adam Chlipala |
Cookie prose; fix bugs that broke demo compilation |
Thu, 06 Nov 2008 12:22:50 -0500 |
Adam Chlipala |
Cookie demo code; fix error message display |
Thu, 06 Nov 2008 12:08:41 -0500 |
Adam Chlipala |
Reading cookies works |
Thu, 06 Nov 2008 11:29:16 -0500 |
Adam Chlipala |
Setting a cookie |
Thu, 06 Nov 2008 10:48:02 -0500 |
Adam Chlipala |
Cookies through shake2 |
Thu, 06 Nov 2008 10:43:48 -0500 |
Adam Chlipala |
Cookies through explify |
Thu, 06 Nov 2008 10:29:55 -0500 |
Adam Chlipala |
Cookies through elaborate |
Thu, 06 Nov 2008 10:04:03 -0500 |
Adam Chlipala |
Avoid allocating strings for requestHeader |
Thu, 06 Nov 2008 09:47:16 -0500 |
Adam Chlipala |
Request header reading works |
Thu, 06 Nov 2008 09:21:34 -0500 |
Adam Chlipala |
Monoizing FFI transactions correctly |
Tue, 04 Nov 2008 09:33:35 -0500 |
Adam Chlipala |
Nested demo |
Sat, 01 Nov 2008 21:24:43 -0400 |
Adam Chlipala |
Nested save compiles |
Sat, 01 Nov 2008 21:19:43 -0400 |
Adam Chlipala |
Almost have that nested save function compiling |
Sat, 01 Nov 2008 17:19:12 -0400 |
Adam Chlipala |
Fix some type-class detection |
Sat, 01 Nov 2008 16:50:28 -0400 |
Adam Chlipala |
Remove empty writes |
Sat, 01 Nov 2008 16:46:16 -0400 |
Adam Chlipala |
Wrapping works in Blog |
Sat, 01 Nov 2008 16:08:39 -0400 |
Adam Chlipala |
Explify 'let' |
Sat, 01 Nov 2008 15:58:55 -0400 |
Adam Chlipala |
First Unnest tests working |
Sat, 01 Nov 2008 11:17:29 -0400 |
Adam Chlipala |
Elaborating 'let' |
Sat, 01 Nov 2008 10:47:10 -0400 |
Adam Chlipala |
Parsing 'let' |
Fri, 31 Oct 2008 09:30:22 -0400 |
Adam Chlipala |
Replace 'with' with '++' |
Thu, 30 Oct 2008 17:07:34 -0400 |
Adam Chlipala |
Remove _espec tag; add some tag fields |
Thu, 30 Oct 2008 16:58:54 -0400 |
Adam Chlipala |
Especialize |
Thu, 30 Oct 2008 15:39:06 -0400 |
Adam Chlipala |
Don't inline case expressions |
Thu, 30 Oct 2008 15:33:28 -0400 |
Adam Chlipala |
CURRENT_TIMESTAMP |
Thu, 30 Oct 2008 15:16:37 -0400 |
Adam Chlipala |
Time MIN/MAX |
Thu, 30 Oct 2008 15:11:37 -0400 |
Adam Chlipala |
Marshaling time to SQL |
Thu, 30 Oct 2008 14:57:15 -0400 |
Adam Chlipala |
Reading timestamps from SQL |
Thu, 30 Oct 2008 14:40:42 -0400 |
Adam Chlipala |
Add time to some type classes |
Thu, 30 Oct 2008 14:36:48 -0400 |
Adam Chlipala |
time type |
Tue, 28 Oct 2008 15:05:16 -0400 |
Adam Chlipala |
GCCARGS configure option |
Mon, 27 Oct 2008 08:27:45 -0400 |
Adam Chlipala |
Remove need for '() <-' notation |
Mon, 27 Oct 2008 08:16:19 -0400 |
Adam Chlipala |
Switch exit(1) call to uw_error() |
Sun, 26 Oct 2008 08:41:17 -0400 |
Adam Chlipala |
Avoid using libpq when unneeded |
Sat, 25 Oct 2008 18:58:45 -0400 |
Adam Chlipala |
Change 'sed' invocation to work in OSX |
Sat, 25 Oct 2008 12:18:33 -0400 |
Adam Chlipala |
mkdir -p BIN |
Sat, 25 Oct 2008 12:07:10 -0400 |
Adam Chlipala |
Use configure --prefix |
Fri, 24 Oct 2008 19:59:17 -0400 |
adamc |
Make *_w function prototypes match header file |
Fri, 24 Oct 2008 17:39:47 -0400 |
Adam Chlipala |
Add 'package' make target; add LICENSE |
Fri, 24 Oct 2008 17:35:33 -0400 |
Adam Chlipala |
Remove debug print for optional inputs |
Fri, 24 Oct 2008 17:30:07 -0400 |
Adam Chlipala |
Properly freeing libpq results on errors |
Fri, 24 Oct 2008 16:47:18 -0400 |
Adam Chlipala |
Transactions seem to be working |
Fri, 24 Oct 2008 16:13:53 -0400 |
Adam Chlipala |
Stop including functors in paths |
Thu, 23 Oct 2008 18:45:10 -0400 |
Adam Chlipala |
Crud2 demo |
Thu, 23 Oct 2008 18:18:51 -0400 |
Adam Chlipala |
Crud demo |
Thu, 23 Oct 2008 17:52:04 -0400 |
Adam Chlipala |
Prose for Ref and Metaform |
Thu, 23 Oct 2008 17:35:10 -0400 |
Adam Chlipala |
Fix bug with bringing functor argument instances into scope; Ref demo, minus prose |
Thu, 23 Oct 2008 14:03:12 -0400 |
Adam Chlipala |
Metaform demos, minus prose |
Thu, 23 Oct 2008 12:58:35 -0400 |
Adam Chlipala |
Fix nasty de Bruijn substitution bug; TcSum demo |
Thu, 23 Oct 2008 11:59:48 -0400 |
Adam Chlipala |
Counter demo |
Thu, 23 Oct 2008 11:38:31 -0400 |
adamc |
Add newline at end of file |
Thu, 23 Oct 2008 11:13:11 -0400 |
Adam Chlipala |
sml-util -> urweb-util |
Tue, 21 Oct 2008 19:56:20 -0400 |
Adam Chlipala |
Sum prose |
Tue, 21 Oct 2008 19:31:11 -0400 |
Adam Chlipala |
Infering sum rows |
Tue, 21 Oct 2008 19:24:39 -0400 |
Adam Chlipala |
Sum demo, minus inference of {Unit}s |
Tue, 21 Oct 2008 18:44:52 -0400 |
Adam Chlipala |
Sql demo |
Tue, 21 Oct 2008 17:49:14 -0400 |
Adam Chlipala |
Note about demo.sql |
Tue, 21 Oct 2008 17:44:03 -0400 |
Adam Chlipala |
ListShop prose |
Tue, 21 Oct 2008 17:34:20 -0400 |
Adam Chlipala |
Rec demo |
Tue, 21 Oct 2008 17:30:06 -0400 |
Adam Chlipala |
Form example |
Tue, 21 Oct 2008 17:12:22 -0400 |
Adam Chlipala |
Hello prose |
Tue, 21 Oct 2008 17:02:03 -0400 |
Adam Chlipala |
Intro prose |
Tue, 21 Oct 2008 16:41:11 -0400 |
Adam Chlipala |
New implicit argument handling |
Tue, 21 Oct 2008 15:11:42 -0400 |
Adam Chlipala |
Recursive unurlify for Default datatypes |
Tue, 21 Oct 2008 13:56:38 -0400 |
Adam Chlipala |
Remove printing of HTTP headers |
Tue, 21 Oct 2008 13:54:48 -0400 |
Adam Chlipala |
Fix a nasty driver bug, involving memory restarts and marked-up request strings |
Tue, 21 Oct 2008 13:41:03 -0400 |
Adam Chlipala |
listFun uses length |
Tue, 21 Oct 2008 13:24:54 -0400 |
Adam Chlipala |
Simple listShop working |
Tue, 21 Oct 2008 12:06:35 -0400 |
Adam Chlipala |
ListShop skeleton |
Tue, 21 Oct 2008 11:39:13 -0400 |
Adam Chlipala |
Fix XML indenting to ignore comparison operators |
Tue, 21 Oct 2008 11:22:10 -0400 |
Adam Chlipala |
ord_string |
Tue, 21 Oct 2008 11:19:17 -0400 |
Adam Chlipala |
ord_float and ord_bool |
Tue, 21 Oct 2008 11:13:03 -0400 |
Adam Chlipala |
Fix XML detection in presence of comparison operators |
Tue, 21 Oct 2008 11:04:24 -0400 |
Adam Chlipala |
gt, ge |
Tue, 21 Oct 2008 10:56:43 -0400 |
Adam Chlipala |
lt, le working for int |
Tue, 21 Oct 2008 10:40:22 -0400 |
Adam Chlipala |
num_float |
Tue, 21 Oct 2008 10:34:07 -0400 |
Adam Chlipala |
num working for int |
Tue, 21 Oct 2008 09:52:52 -0400 |
Adam Chlipala |
Monoize eq_[bool|string] |
Tue, 21 Oct 2008 09:50:19 -0400 |
Adam Chlipala |
Binops; equality tested on int; lame 404 substitute |
Sun, 19 Oct 2008 16:49:09 -0400 |
Adam Chlipala |
Fix a nasty indent bug, found while working on listFun |
Sun, 19 Oct 2008 15:47:47 -0400 |
Adam Chlipala |
Support for URL prefixes that works with local demo |
Sun, 19 Oct 2008 15:19:41 -0400 |
Adam Chlipala |
Building combined demo app |
Sun, 19 Oct 2008 14:53:38 -0400 |
Adam Chlipala |
Small demo prettifications |
Sun, 19 Oct 2008 14:51:12 -0400 |
Adam Chlipala |
Generating fontified source files |
Sun, 19 Oct 2008 14:13:08 -0400 |
Adam Chlipala |
Generating urp HTML |
Sun, 19 Oct 2008 14:05:00 -0400 |
Adam Chlipala |
Demo HTML generation, minus source code |
Sun, 19 Oct 2008 12:50:49 -0400 |
Adam Chlipala |
Link demo |
Sun, 19 Oct 2008 12:47:10 -0400 |
Adam Chlipala |
Proper configuration and installation |
Sun, 19 Oct 2008 12:12:59 -0400 |
Adam Chlipala |
Proper generation of relation names; checking that sequences exist |
Sun, 19 Oct 2008 11:11:49 -0400 |
Adam Chlipala |
Simple generation of persistent paths |
Thu, 16 Oct 2008 17:31:24 -0400 |
Adam Chlipala |
Fixing overzealous SQL paren-nester |
Thu, 16 Oct 2008 17:15:21 -0400 |
Adam Chlipala |
Indenting paren-nested SQL expressions |
Thu, 16 Oct 2008 16:24:19 -0400 |
Adam Chlipala |
Indenting simple DML properly |
Thu, 16 Oct 2008 16:15:17 -0400 |
Adam Chlipala |
Indenting SELECT sub-clauses properly |
Thu, 16 Oct 2008 16:00:58 -0400 |
Adam Chlipala |
Crud auto-indented correctly |
Thu, 16 Oct 2008 14:52:50 -0400 |
Adam Chlipala |
Fix problem with sig/struct indenting |
Thu, 16 Oct 2008 14:40:28 -0400 |
Adam Chlipala |
Crud indented properly, except for <xml>...</xml> outside parens and sig/struct |
Thu, 16 Oct 2008 14:17:55 -0400 |
Adam Chlipala |
Removed handling of <,> as operators, for now |
Thu, 16 Oct 2008 13:30:40 -0400 |
Adam Chlipala |
Improving indentation of XML after antiquote |
Thu, 16 Oct 2008 13:17:09 -0400 |
Adam Chlipala |
Proper indenting of normal ML-y code after </xml> |
Thu, 16 Oct 2008 13:01:24 -0400 |
Adam Chlipala |
Special case indenting for <xml>...</xml> |
Thu, 16 Oct 2008 12:55:16 -0400 |
Adam Chlipala |
Fix XML indent not to take two tab-tries |
Thu, 16 Oct 2008 12:50:59 -0400 |
Adam Chlipala |
Reasonable indenting for pure XML |
Tue, 14 Oct 2008 17:18:59 -0400 |
Adam Chlipala |
Reusable column handlers for Crud |
Tue, 14 Oct 2008 16:41:48 -0400 |
Adam Chlipala |
lform -> form |
Tue, 14 Oct 2008 16:37:43 -0400 |
Adam Chlipala |
Syntax highlighting for embedded XML |
Mon, 13 Oct 2008 15:31:02 -0400 |
Adam Chlipala |
Reorder font-lock rules to deal better with CDATA |
Sun, 12 Oct 2008 21:33:52 -0400 |
Adam Chlipala |
Good progress on highlighting embedded XML |
Sun, 12 Oct 2008 12:53:45 -0400 |
Adam Chlipala |
Highlighting HTML tags |
Sun, 12 Oct 2008 12:21:54 -0400 |
Adam Chlipala |
Basis and Top syntax-highlight, indent, parse, and type-check |
Sun, 12 Oct 2008 11:50:21 -0400 |
Adam Chlipala |
top.urs indents and type-checks with new twiddle syntax |
Sun, 12 Oct 2008 11:44:43 -0400 |
Adam Chlipala |
Basis indents and type-checks with new twiddle syntax |
Sun, 12 Oct 2008 10:48:01 -0400 |
Adam Chlipala |
More indenting |
Sun, 12 Oct 2008 10:30:08 -0400 |
Adam Chlipala |
Get type definitions font-locking again |
Sun, 12 Oct 2008 10:22:50 -0400 |
Adam Chlipala |
Customized font faces |
Sun, 12 Oct 2008 10:04:17 -0400 |
Adam Chlipala |
First sort-of-working run of urweb-mode |
Sat, 04 Oct 2008 20:05:50 -0400 |
Adam Chlipala |
Expand cases where expression wildcards are allowed |
Sat, 04 Oct 2008 19:56:59 -0400 |
Adam Chlipala |
Improved inference of records of tuples |
Sat, 04 Oct 2008 16:15:13 -0400 |
Adam Chlipala |
Use checkbox in CRUD example |
Sat, 04 Oct 2008 15:54:03 -0400 |
Adam Chlipala |
Small clean-ups in crud; Compiler.check |
Sat, 04 Oct 2008 15:50:28 -0400 |
Adam Chlipala |
Merge CDisjoint and TDisjoint |
Thu, 18 Sep 2008 15:01:01 -0400 |
Adam Chlipala |
Force existence of bin and clib directories |
Sun, 14 Sep 2008 19:22:04 -0400 |
Adam Chlipala |
Fix inexhaustive match |
Sun, 14 Sep 2008 19:14:40 -0400 |
Adam Chlipala |
Crud completed |
Sun, 14 Sep 2008 19:03:55 -0400 |
Adam Chlipala |
Crud update form |
Sun, 14 Sep 2008 15:20:53 -0400 |
Adam Chlipala |
Push writes inside lets |
Sun, 14 Sep 2008 15:10:04 -0400 |
Adam Chlipala |
Crud supports INSERT |
Sun, 14 Sep 2008 11:02:18 -0400 |
Adam Chlipala |
SQL sequences |
Sat, 13 Sep 2008 20:15:30 -0400 |
Adam Chlipala |
Deletion for Crud |
Sat, 13 Sep 2008 20:04:28 -0400 |
Adam Chlipala |
Crud gets column headings |
Sat, 13 Sep 2008 19:53:07 -0400 |
Adam Chlipala |
Name disjointness check changed to case insensitive |
Sat, 13 Sep 2008 19:49:53 -0400 |
Adam Chlipala |
queryX |
Sat, 13 Sep 2008 14:58:57 -0400 |
Adam Chlipala |
Change prefix.cm to work with latest smlnj Debian package |
Sat, 13 Sep 2008 11:13:46 -0400 |
Adam Chlipala |
foldTRX2 |
Sat, 13 Sep 2008 10:44:58 -0400 |
Adam Chlipala |
Optimize immediate writes of query results |
Sat, 13 Sep 2008 10:33:30 -0400 |
Adam Chlipala |
Remove unneeded 'rec' in Reduce |
Sat, 13 Sep 2008 10:30:45 -0400 |
Adam Chlipala |
foldTR2 |
Thu, 11 Sep 2008 19:59:31 -0400 |
Adam Chlipala |
Fixed a mind-numbing De Bruijn bug |
Thu, 11 Sep 2008 18:36:20 -0400 |
Adam Chlipala |
Fix bug in subsignature check for con synonyms |
Thu, 11 Sep 2008 18:32:41 -0400 |
Adam Chlipala |
Crud list works |
Thu, 11 Sep 2008 17:41:52 -0400 |
Adam Chlipala |
Crud listing IDs |
Thu, 11 Sep 2008 13:06:51 -0400 |
Adam Chlipala |
More opportunities to use regions and lack of string copying |
Thu, 11 Sep 2008 12:40:40 -0400 |
Adam Chlipala |
Region memory allocation for query parameters |
Thu, 11 Sep 2008 12:22:06 -0400 |
Adam Chlipala |
Improve detection of opportunities for prepared statements with bool parameters |
Thu, 11 Sep 2008 12:12:22 -0400 |
Adam Chlipala |
Fix memory management bug |
Thu, 11 Sep 2008 11:53:33 -0400 |
Adam Chlipala |
Expand scope of base type conversion coalesce optimizations |
Thu, 11 Sep 2008 11:44:46 -0400 |
Adam Chlipala |
Improve linear-let optimization |
Thu, 11 Sep 2008 11:30:39 -0400 |
Adam Chlipala |
Optimization removes linear let-bindings of impure expressions |
Thu, 11 Sep 2008 10:34:47 -0400 |
Adam Chlipala |
Fix memory bounds checks; specialization of multi-argument polymorphic function works |
Thu, 11 Sep 2008 10:14:59 -0400 |
Adam Chlipala |
Unpolyed a polymorphic function of two arguments |
Thu, 11 Sep 2008 09:36:47 -0400 |
Adam Chlipala |
Unpoly non-recursive function |
Tue, 09 Sep 2008 12:36:13 -0400 |
Adam Chlipala |
Termination checking allows anything in links and actions |
Tue, 09 Sep 2008 11:46:33 -0400 |
Adam Chlipala |
Termination checking |
Tue, 09 Sep 2008 09:15:00 -0400 |
Adam Chlipala |
Datatype positivity check |
Sun, 07 Sep 2008 15:40:42 -0400 |
Adam Chlipala |
Rename 'lw' prefixes to 'uw' |
Sun, 07 Sep 2008 15:35:08 -0400 |
Adam Chlipala |
Automatically add table annotations in UPDATE and DELETE |
Sun, 07 Sep 2008 15:16:10 -0400 |
Adam Chlipala |
First DELETE works |
Sun, 07 Sep 2008 15:12:47 -0400 |
Adam Chlipala |
First UPDATE works |
Sun, 07 Sep 2008 15:05:52 -0400 |
Adam Chlipala |
First INSERT works |
Sun, 07 Sep 2008 14:38:14 -0400 |
Adam Chlipala |
Scratch that change.... |
Sun, 07 Sep 2008 14:30:32 -0400 |
Adam Chlipala |
Remove need to mention table name in expressions for UPDATE and DELETE |
Sun, 07 Sep 2008 14:19:05 -0400 |
Adam Chlipala |
Parsing DELETE |
Sun, 07 Sep 2008 14:15:16 -0400 |
Adam Chlipala |
Parsing UPDATE |
Sun, 07 Sep 2008 14:07:10 -0400 |
Adam Chlipala |
Parsing INSERT |
Sun, 07 Sep 2008 13:52:42 -0400 |
Adam Chlipala |
Elaborated 'delete' |
Sun, 07 Sep 2008 13:51:07 -0400 |
Adam Chlipala |
Elaborated 'update' |
Sun, 07 Sep 2008 13:47:10 -0400 |
Adam Chlipala |
Elaborated 'insert' |
Sun, 07 Sep 2008 13:31:45 -0400 |
Adam Chlipala |
Remove unneeded type annotations in pquery |
Sun, 07 Sep 2008 13:29:01 -0400 |
Adam Chlipala |
pquery working with all four types of columns |
Sun, 07 Sep 2008 12:58:33 -0400 |
Adam Chlipala |
Reading bools from SQL |
Sun, 07 Sep 2008 12:56:46 -0400 |
Adam Chlipala |
Reading ints and floats from SQL |
Sun, 07 Sep 2008 12:19:36 -0400 |
Adam Chlipala |
Error-parsing strings |
Sun, 07 Sep 2008 12:19:15 -0400 |
Adam Chlipala |
Error-parsing floats and bools |
Sun, 07 Sep 2008 12:15:46 -0400 |
Adam Chlipala |
Error-parsing ints |
Sun, 07 Sep 2008 11:56:53 -0400 |
Adam Chlipala |
'read' for strings |
Sun, 07 Sep 2008 11:53:30 -0400 |
Adam Chlipala |
'read' type class |
Sun, 07 Sep 2008 11:41:04 -0400 |
Adam Chlipala |
Parsing strings for floats and bools |
Sun, 07 Sep 2008 11:33:13 -0400 |
Adam Chlipala |
Converting string to int |
Sun, 07 Sep 2008 10:52:51 -0400 |
Adam Chlipala |
Ask GCC to strip executables |
Sun, 07 Sep 2008 10:48:51 -0400 |
Adam Chlipala |
'show' type class; htmlification optimizations |
Sun, 07 Sep 2008 10:20:42 -0400 |
Adam Chlipala |
toString for float and bool |
Sun, 07 Sep 2008 10:13:02 -0400 |
Adam Chlipala |
intToString |
Sun, 07 Sep 2008 10:02:27 -0400 |
Adam Chlipala |
'error' function |
Sun, 07 Sep 2008 09:28:13 -0400 |
Adam Chlipala |
Ran a prepared statement with one string parameter |
Thu, 04 Sep 2008 10:27:21 -0400 |
Adam Chlipala |
Change sqlify[int|float|string] to annotate with SQL types |
Tue, 02 Sep 2008 17:31:45 -0400 |
Adam Chlipala |
Compiling a parametrized query the inefficient way |
Tue, 02 Sep 2008 16:18:05 -0400 |
Adam Chlipala |
Update MLton main file |
Tue, 02 Sep 2008 16:10:07 -0400 |
Adam Chlipala |
First query example working |
Tue, 02 Sep 2008 15:29:45 -0400 |
Adam Chlipala |
First query execution (not retrieving results yet) |
Tue, 02 Sep 2008 14:59:27 -0400 |
Adam Chlipala |
Switch base types to 64-bit versions |
Tue, 02 Sep 2008 14:40:57 -0400 |
Adam Chlipala |
Validating schema of a live database |
Tue, 02 Sep 2008 13:44:54 -0400 |
Adam Chlipala |
Generating SQL files |
Tue, 02 Sep 2008 13:09:54 -0400 |
Adam Chlipala |
Table declarations pushed to Cjr |
Tue, 02 Sep 2008 11:57:25 -0400 |
Adam Chlipala |
Initializing database connection |
Tue, 02 Sep 2008 10:51:41 -0400 |
Adam Chlipala |
'database' declaration threaded through compiler |
Tue, 02 Sep 2008 10:31:16 -0400 |
Adam Chlipala |
Parsing jobs |
Tue, 02 Sep 2008 09:53:15 -0400 |
Adam Chlipala |
Cjrize query |
Sun, 31 Aug 2008 16:54:13 -0400 |
Adam Chlipala |
Monoize ASC/DESC |
Sun, 31 Aug 2008 16:32:49 -0400 |
Adam Chlipala |
Changed EQuery not to use a function in its body |
Sun, 31 Aug 2008 16:26:50 -0400 |
Adam Chlipala |
Monoize aggregates |
Sun, 31 Aug 2008 16:20:34 -0400 |
Adam Chlipala |
Monoize COUNT(*) |
Sun, 31 Aug 2008 16:13:07 -0400 |
Adam Chlipala |
Monoize unops |
Sun, 31 Aug 2008 16:11:15 -0400 |
Adam Chlipala |
Monoize OFFSET |
Sun, 31 Aug 2008 16:10:20 -0400 |
Adam Chlipala |
Monoize LIMIT |
Sun, 31 Aug 2008 16:03:43 -0400 |
Adam Chlipala |
Monoize ORDER BY |
Sun, 31 Aug 2008 15:47:32 -0400 |
Adam Chlipala |
Monoize relops |
Sun, 31 Aug 2008 15:36:15 -0400 |
Adam Chlipala |
Monoize HAVING |
Sun, 31 Aug 2008 15:32:31 -0400 |
Adam Chlipala |
Avoid unnecessary WHERE clause |
Sun, 31 Aug 2008 15:18:00 -0400 |
Adam Chlipala |
Add 'ne' to 'eq' type class |
Sun, 31 Aug 2008 15:15:41 -0400 |
Adam Chlipala |
'eq' type class |
Sun, 31 Aug 2008 15:04:10 -0400 |
Adam Chlipala |
Monoized GROUP BY |
Sun, 31 Aug 2008 14:33:22 -0400 |
Adam Chlipala |
Monoized binary operators |
Sun, 31 Aug 2008 14:27:01 -0400 |
Adam Chlipala |
Monoized a WHERE clause with a comparison |
Sun, 31 Aug 2008 13:58:47 -0400 |
Adam Chlipala |
Monoized and optimized initial query test |
Sun, 31 Aug 2008 10:36:54 -0400 |
Adam Chlipala |
Monoize transaction identifiers; improve disjointness prover on irreducible folds; change 'query' type |
Sun, 31 Aug 2008 09:52:52 -0400 |
Adam Chlipala |
Fix Core con comparison |
Sun, 31 Aug 2008 09:45:23 -0400 |
Adam Chlipala |
Corify transaction wrappers |
Sun, 31 Aug 2008 09:05:33 -0400 |
Adam Chlipala |
Fix shaking of tables |
Sun, 31 Aug 2008 09:00:28 -0400 |
Adam Chlipala |
Corify tables |
Sun, 31 Aug 2008 08:46:22 -0400 |
Adam Chlipala |
Explify tables |
Sun, 31 Aug 2008 08:35:00 -0400 |
Adam Chlipala |
Rename lacweb.c |
Sun, 31 Aug 2008 08:32:18 -0400 |
Adam Chlipala |
Laconic -> Ur |
Thu, 28 Aug 2008 14:48:33 -0400 |
Adam Chlipala |
Transactions and queries, at source level |
Thu, 28 Aug 2008 14:05:47 -0400 |
Adam Chlipala |
Shorthand for multi-binding exp declaration |
Thu, 28 Aug 2008 13:57:12 -0400 |
Adam Chlipala |
Shorthand for multi-binding exp 'fn' |
Thu, 28 Aug 2008 13:39:20 -0400 |
Adam Chlipala |
Shorthand for multi-binding con declaration |
Thu, 28 Aug 2008 13:29:57 -0400 |
Adam Chlipala |
Shorthand for multi-binding con 'fn' |
Thu, 28 Aug 2008 13:13:16 -0400 |
Adam Chlipala |
Checking for well-formed 'val rec' |
Thu, 28 Aug 2008 12:58:11 -0400 |
Adam Chlipala |
Tested aggregate functions with GROUP BY |
Thu, 28 Aug 2008 12:56:08 -0400 |
Adam Chlipala |
More aggregate functions |
Thu, 28 Aug 2008 11:59:46 -0400 |
Adam Chlipala |
COUNT |
Thu, 28 Aug 2008 11:49:38 -0400 |
Adam Chlipala |
SELECTed expressions in ORDER BY |
Thu, 28 Aug 2008 11:17:14 -0400 |
Adam Chlipala |
SELECTing arbitrary expressions |
Thu, 21 Aug 2008 16:03:45 -0400 |
Adam Chlipala |
OFFSET |
Thu, 21 Aug 2008 16:00:01 -0400 |
Adam Chlipala |
LIMIT |
Thu, 21 Aug 2008 15:50:08 -0400 |
Adam Chlipala |
ORDER BY |
Thu, 21 Aug 2008 15:27:04 -0400 |
Adam Chlipala |
Relational operators; string literals for SQL |
Thu, 21 Aug 2008 14:45:31 -0400 |
Adam Chlipala |
Resolving lingering type class constraints |
Thu, 21 Aug 2008 14:09:08 -0400 |
Adam Chlipala |
GROUP BY and HAVING |
Thu, 21 Aug 2008 13:59:49 -0400 |
Adam Chlipala |
Basic GROUP BY |
Thu, 21 Aug 2008 13:47:18 -0400 |
Adam Chlipala |
Change [sql_field] type to get 'where' test to check again |
Thu, 21 Aug 2008 12:54:09 -0400 |
Adam Chlipala |
GROUP BY added to query type, with trivial parsing, for now |
Thu, 21 Aug 2008 12:49:29 -0400 |
Adam Chlipala |
Queries back to working as well as before, after start of refactoring to support grouping |
Sat, 16 Aug 2008 17:50:10 -0400 |
Adam Chlipala |
Integer and float constants in SQL |
Sat, 16 Aug 2008 17:46:26 -0400 |
Adam Chlipala |
Fields in SQL expressions |
Sat, 16 Aug 2008 17:35:28 -0400 |
Adam Chlipala |
SQL boolean operators |
Sat, 16 Aug 2008 17:18:00 -0400 |
Adam Chlipala |
SQL comparison operators |
Sat, 16 Aug 2008 16:57:21 -0400 |
Adam Chlipala |
Signature ascription for type classes |
Sat, 16 Aug 2008 16:30:07 -0400 |
Adam Chlipala |
Fun with type classes and modules |
Sat, 16 Aug 2008 15:58:25 -0400 |
Adam Chlipala |
Looking up in a type class from a module |
Sat, 16 Aug 2008 15:09:53 -0400 |
Adam Chlipala |
Compiling a con-tuple-using test case |
Sat, 16 Aug 2008 15:03:05 -0400 |
Adam Chlipala |
Corifying con-tuples |
Sat, 16 Aug 2008 14:45:23 -0400 |
Adam Chlipala |
Explifying type classes |
Sat, 16 Aug 2008 14:36:17 -0400 |
Adam Chlipala |
Testing type-class-parameterized functions |
Sat, 16 Aug 2008 14:32:18 -0400 |
Adam Chlipala |
Initial type class support |
Sat, 16 Aug 2008 12:35:46 -0400 |
Adam Chlipala |
Inferring sql_type's |
Sat, 16 Aug 2008 12:15:38 -0400 |
Adam Chlipala |
Stub WHERE support |
Sat, 16 Aug 2008 10:54:46 -0400 |
Adam Chlipala |
-timing option for command-line compiler |
Thu, 14 Aug 2008 18:35:08 -0400 |
Adam Chlipala |
Non-star SELECT |
Thu, 14 Aug 2008 15:27:35 -0400 |
Adam Chlipala |
Remove extraneous disjointness goal |
Thu, 14 Aug 2008 15:24:59 -0400 |
Adam Chlipala |
Elaborating 'SELECT *' queries |
Thu, 14 Aug 2008 13:59:11 -0400 |
Adam Chlipala |
Parsing the simplest SQL query |
Thu, 14 Aug 2008 13:20:29 -0400 |
Adam Chlipala |
Parsing and elaborating 'table' |
Tue, 12 Aug 2008 14:55:05 -0400 |
Adam Chlipala |
Finish moving all phases to the new interface |
Tue, 12 Aug 2008 14:40:07 -0400 |
Adam Chlipala |
Consolidating compiler phase interface and adding timing |
Sat, 09 Aug 2008 20:08:29 -0400 |
Adam Chlipala |
Urlifying records |
Sat, 09 Aug 2008 19:46:12 -0400 |
Adam Chlipala |
strings get 'Option' datatype handling; fix datatype unurlifying |
Sat, 09 Aug 2008 19:23:31 -0400 |
Adam Chlipala |
'Option' datatype encoding |
Sat, 09 Aug 2008 16:54:04 -0400 |
Adam Chlipala |
Re-consistent-ify naming of union members |
Sat, 09 Aug 2008 16:48:32 -0400 |
Adam Chlipala |
Lists all the way through |
Sat, 09 Aug 2008 12:50:49 -0400 |
Adam Chlipala |
Tuples syntactic sugar |
Sat, 09 Aug 2008 08:47:36 -0400 |
Adam Chlipala |
A multi-parameter datatype all the way through |
Fri, 08 Aug 2008 17:55:51 -0400 |
Adam Chlipala |
Specialization of single-parameter datatypes |
Fri, 08 Aug 2008 10:59:06 -0400 |
Adam Chlipala |
Parametrized datatypes through corify |
Fri, 08 Aug 2008 10:28:32 -0400 |
Adam Chlipala |
Parametrized datatypes through explify |
Thu, 07 Aug 2008 13:09:26 -0400 |
Adam Chlipala |
Checkboxes |
Sun, 03 Aug 2008 19:52:37 -0400 |
Adam Chlipala |
Update bool to follow datatype representation change |
Sun, 03 Aug 2008 19:49:21 -0400 |
Adam Chlipala |
Datatype representation optimization |
Sun, 03 Aug 2008 19:01:16 -0400 |
Adam Chlipala |
Mono_opt for urlifying bools |
Sun, 03 Aug 2008 18:53:20 -0400 |
Adam Chlipala |
bool in Basis |
Sun, 03 Aug 2008 17:57:47 -0400 |
Adam Chlipala |
FFI datatypes |
Sun, 03 Aug 2008 16:53:13 -0400 |
Adam Chlipala |
Push write inside case |
Sun, 03 Aug 2008 13:30:27 -0400 |
Adam Chlipala |
Optimizing 'case' in Mono_reduce |
Sun, 03 Aug 2008 12:43:20 -0400 |
Adam Chlipala |
Compiled pattern matching to C |
Sun, 03 Aug 2008 11:17:33 -0400 |
Adam Chlipala |
Cjrize ECon |
Sun, 03 Aug 2008 11:03:35 -0400 |
Adam Chlipala |
Cjrize EStrcat |
Sun, 03 Aug 2008 10:48:36 -0400 |
Adam Chlipala |
Cases through monoize |
Sun, 03 Aug 2008 09:26:49 -0400 |
Adam Chlipala |
First part of getting cases through monoize |
Sat, 02 Aug 2008 11:15:32 -0400 |
Adam Chlipala |
Case through corify |
Thu, 31 Jul 2008 16:28:55 -0400 |
Adam Chlipala |
Case through explify |
Thu, 31 Jul 2008 13:08:57 -0400 |
Adam Chlipala |
Elaborating record patterns |
Thu, 31 Jul 2008 11:28:55 -0400 |
Adam Chlipala |
Elaborating module constructor patterns; parsing record patterns |
Thu, 31 Jul 2008 10:44:52 -0400 |
Adam Chlipala |
Patterns for int and string constants |
Thu, 31 Jul 2008 10:31:30 -0400 |
Adam Chlipala |
Pattern match coverage checking |
Thu, 31 Jul 2008 10:06:27 -0400 |
Adam Chlipala |
Elaborating some basic pattern matching |
Tue, 29 Jul 2008 16:38:15 -0400 |
Adam Chlipala |
Parsing basic patterns |
Tue, 29 Jul 2008 16:02:02 -0400 |
Adam Chlipala |
Took more advantage of new ability to exit with an error message |
Tue, 29 Jul 2008 15:43:17 -0400 |
Adam Chlipala |
Storing datatype constructors in type references past monoize |
Tue, 29 Jul 2008 15:25:42 -0400 |
Adam Chlipala |
Unurlifying a datatype; longjmp-based error signaling mechanism |
Tue, 29 Jul 2008 14:28:44 -0400 |
Adam Chlipala |
Start of unurlify for datatypes |
Tue, 29 Jul 2008 13:50:53 -0400 |
Adam Chlipala |
Datatypes through cjrize, modulo decoding |
Tue, 29 Jul 2008 13:32:07 -0400 |
Adam Chlipala |
Datatypes through monoize |
Tue, 29 Jul 2008 13:16:21 -0400 |
Adam Chlipala |
Datatypes through corify |
Tue, 29 Jul 2008 12:30:04 -0400 |
Adam Chlipala |
Add datatype import constructor annotations; datatypes through explify |
Thu, 24 Jul 2008 16:51:24 -0400 |
Adam Chlipala |
Normalize datatype choice during SgiDatatypeImp elaboration |
Thu, 24 Jul 2008 16:48:47 -0400 |
Adam Chlipala |
Datatype import signature-matches abstract datatype |
Thu, 24 Jul 2008 16:41:12 -0400 |
Adam Chlipala |
Abstracting datatypes with signature ascription |
Thu, 24 Jul 2008 16:36:41 -0400 |
Adam Chlipala |
More datatype module stuff |
Thu, 24 Jul 2008 15:49:30 -0400 |
Adam Chlipala |
Basic datatype importing works |
Thu, 24 Jul 2008 15:02:03 -0400 |
Adam Chlipala |
Start of datatype support |
Thu, 24 Jul 2008 11:32:01 -0400 |
Adam Chlipala |
Password inputs |
Thu, 24 Jul 2008 11:16:54 -0400 |
Adam Chlipala |
HTML select |
Thu, 24 Jul 2008 11:10:23 -0400 |
Adam Chlipala |
radio and radioOption |
Thu, 24 Jul 2008 10:41:53 -0400 |
Adam Chlipala |
textarea |
Thu, 24 Jul 2008 10:26:18 -0400 |
Adam Chlipala |
gformText test |
Thu, 24 Jul 2008 10:15:49 -0400 |
Adam Chlipala |
Full gform test works |
Thu, 24 Jul 2008 10:09:21 -0400 |
Adam Chlipala |
Record cut |
Tue, 22 Jul 2008 19:12:25 -0400 |
Adam Chlipala |
gform in proper order |
Tue, 22 Jul 2008 18:46:04 -0400 |
Adam Chlipala |
Meta-programming forms |
Tue, 22 Jul 2008 18:20:13 -0400 |
Adam Chlipala |
Fix opening and corifying of functors |
Tue, 22 Jul 2008 15:22:34 -0400 |
Adam Chlipala |
Fix GET parsing for inputs without = |
Tue, 22 Jul 2008 15:12:20 -0400 |
Adam Chlipala |
Simple forms work |
Sun, 20 Jul 2008 13:30:19 -0400 |
Adam Chlipala |
Almost ready to have a form work |
Sun, 20 Jul 2008 12:21:30 -0400 |
Adam Chlipala |
Form submission type-checking |
Sun, 20 Jul 2008 11:33:23 -0400 |
Adam Chlipala |
Initial form support |
Sun, 20 Jul 2008 10:40:25 -0400 |
Adam Chlipala |
A simpler context encoding |
Sun, 20 Jul 2008 10:11:16 -0400 |
Adam Chlipala |
Form binding parameters threaded through |
Sat, 19 Jul 2008 18:56:57 -0400 |
Adam Chlipala |
Change driver to use Pthreads |
Thu, 17 Jul 2008 14:32:49 -0400 |
Adam Chlipala |
Replaced allocation stubs |
Thu, 17 Jul 2008 14:18:57 -0400 |
Adam Chlipala |
Dynamic arena allocation |
Thu, 17 Jul 2008 13:33:56 -0400 |
Adam Chlipala |
Proper escaping of cdata |
Thu, 17 Jul 2008 13:12:16 -0400 |
Adam Chlipala |
MonoShake |
Thu, 17 Jul 2008 12:59:52 -0400 |
Adam Chlipala |
MonoReduce |
Thu, 17 Jul 2008 12:40:21 -0400 |
Adam Chlipala |
Proper topological sorting in untangle |
Thu, 17 Jul 2008 12:19:44 -0400 |
Adam Chlipala |
Untangle |
Thu, 17 Jul 2008 11:20:07 -0400 |
Adam Chlipala |
Compiled mutual 'val rec' |
Thu, 17 Jul 2008 11:02:10 -0400 |
Adam Chlipala |
Compiled (non-mutual) 'val rec' |
Thu, 17 Jul 2008 10:48:25 -0400 |
Adam Chlipala |
Monoizing (non-mutual) 'val rec' |
Thu, 17 Jul 2008 10:43:16 -0400 |
Adam Chlipala |
Reducing (non-mutual) 'val rec' |
Thu, 17 Jul 2008 10:38:03 -0400 |
Adam Chlipala |
Tagging (non-mutual) 'val rec' |
Thu, 17 Jul 2008 10:23:04 -0400 |
Adam Chlipala |
Corifying (non-mutual) 'val rec' |
Thu, 17 Jul 2008 10:13:18 -0400 |
Adam Chlipala |
Explifying (non-mutual) 'val rec' |
Thu, 17 Jul 2008 10:09:34 -0400 |
Adam Chlipala |
Parsing and elaborating (non-mutual) 'val rec' |
Sun, 13 Jul 2008 20:25:25 -0400 |
Adam Chlipala |
Three-argument web function test |
Sun, 13 Jul 2008 20:24:05 -0400 |
Adam Chlipala |
Multiple arguments to web functions |
Sun, 13 Jul 2008 20:07:10 -0400 |
Adam Chlipala |
Passing an argument to a web function |
Sun, 13 Jul 2008 16:11:25 -0400 |
Adam Chlipala |
Proper handling of non-function-call links |
Sun, 13 Jul 2008 15:47:18 -0400 |
Adam Chlipala |
Serving pages with links |
Sun, 13 Jul 2008 15:44:00 -0400 |
Adam Chlipala |
Serving pages |
Sun, 13 Jul 2008 13:38:23 -0400 |
Adam Chlipala |
Basic web server |
Sun, 13 Jul 2008 12:56:39 -0400 |
Adam Chlipala |
Cjr ready for dispatch code generation |
Sun, 13 Jul 2008 12:51:58 -0400 |
Adam Chlipala |
Print a message on Laconic compilation failure |
Sun, 13 Jul 2008 12:47:54 -0400 |
Adam Chlipala |
Turn on gcc -O3 |
Sun, 13 Jul 2008 12:43:47 -0400 |
Adam Chlipala |
Handling duplicate tags |
Sun, 13 Jul 2008 12:06:47 -0400 |
Adam Chlipala |
Closure code generation almost there |
Sun, 13 Jul 2008 11:43:57 -0400 |
Adam Chlipala |
Starting with closure links |
Sun, 13 Jul 2008 10:17:06 -0400 |
Adam Chlipala |
Remove closure conversion in favor of zany fun with modules, which also replaces 'page' |
Thu, 10 Jul 2008 16:05:14 -0400 |
Adam Chlipala |
Fix dependency graph mismatch in sources |
Thu, 10 Jul 2008 15:58:16 -0400 |
Adam Chlipala |
Optimizing attrification of constants |
Thu, 10 Jul 2008 15:49:14 -0400 |
Adam Chlipala |
More with attributes and efficient serialization |
Thu, 10 Jul 2008 15:19:06 -0400 |
Adam Chlipala |
Stringifying attributes |
Thu, 10 Jul 2008 15:04:32 -0400 |
Adam Chlipala |
Initial HTML attributes support |
Thu, 10 Jul 2008 14:14:23 -0400 |
Adam Chlipala |
Command-line compiler goes the whole nine yards |
Thu, 10 Jul 2008 14:02:54 -0400 |
Adam Chlipala |
Writing HTML |
Thu, 10 Jul 2008 11:13:49 -0400 |
Adam Chlipala |
First executable generated |
Thu, 10 Jul 2008 10:11:35 -0400 |
Adam Chlipala |
page declaration, up through monoize |
Thu, 10 Jul 2008 09:24:43 -0400 |
Adam Chlipala |
Fix record type comparison |
Thu, 10 Jul 2008 09:10:56 -0400 |
Adam Chlipala |
Fill in more types during closure conversion |
Thu, 03 Jul 2008 18:11:14 -0400 |
Adam Chlipala |
Simplify HTML examples, until the dispatching is ready |
Thu, 03 Jul 2008 18:06:52 -0400 |
Adam Chlipala |
Mono optimizations (start with string concat and space eating) |
Thu, 03 Jul 2008 17:53:28 -0400 |
Adam Chlipala |
Monoizing joins and tags |
Thu, 03 Jul 2008 17:39:17 -0400 |
Adam Chlipala |
Monoizing cdata |
Thu, 03 Jul 2008 17:14:35 -0400 |
Adam Chlipala |
More fun with HTML |
Thu, 03 Jul 2008 17:02:42 -0400 |
Adam Chlipala |
XML tags with contents |
Thu, 03 Jul 2008 16:26:28 -0400 |
Adam Chlipala |
Basic XML stuff |
Thu, 03 Jul 2008 11:04:25 -0400 |
Adam Chlipala |
Fancier head normalization pushed inside of Disjoint |
Tue, 01 Jul 2008 16:06:58 -0400 |
Adam Chlipala |
Tested constraints through functors |
Tue, 01 Jul 2008 15:58:02 -0400 |
Adam Chlipala |
Constraints in modules |
Tue, 01 Jul 2008 13:23:46 -0400 |
Adam Chlipala |
Push KUnit and CUnit through the phases |
Tue, 01 Jul 2008 13:19:14 -0400 |
Adam Chlipala |
More with disjointness assumptions |
Tue, 01 Jul 2008 12:25:12 -0400 |
Adam Chlipala |
Disjointness assumptions in expressions |
Tue, 01 Jul 2008 12:10:46 -0400 |
Adam Chlipala |
Disjointness assumptions |
Tue, 01 Jul 2008 11:39:14 -0400 |
Adam Chlipala |
Threading disjointness conditions through Elaborate |
Tue, 01 Jul 2008 10:55:38 -0400 |
Adam Chlipala |
Initial disjointness prover |
Tue, 01 Jul 2008 09:29:49 -0400 |
Adam Chlipala |
Factor some operations into ElabOps |
Sun, 29 Jun 2008 11:23:22 -0400 |
Adam Chlipala |
A little more conservative unification |
Sun, 29 Jun 2008 11:20:34 -0400 |
Adam Chlipala |
More hardcore unification |
Sun, 29 Jun 2008 11:05:38 -0400 |
Adam Chlipala |
Implicit structure members |
Sun, 29 Jun 2008 10:44:36 -0400 |
Adam Chlipala |
Another test of broad unification |
Sun, 29 Jun 2008 10:39:43 -0400 |
Adam Chlipala |
Broaden unification context |
Thu, 26 Jun 2008 12:35:26 -0400 |
Adam Chlipala |
Folding through a functor |
Thu, 26 Jun 2008 12:12:06 -0400 |
Adam Chlipala |
Reduce efold |
Thu, 26 Jun 2008 11:32:29 -0400 |
Adam Chlipala |
Corify efold |
Thu, 26 Jun 2008 11:11:13 -0400 |
Adam Chlipala |
Explify efold |
Thu, 26 Jun 2008 11:09:30 -0400 |
Adam Chlipala |
Elaborate efold |
Thu, 26 Jun 2008 10:02:34 -0400 |
Adam Chlipala |
Cjrize cfold |
Thu, 26 Jun 2008 09:53:52 -0400 |
Adam Chlipala |
Corify cfold |
Thu, 26 Jun 2008 09:51:28 -0400 |
Adam Chlipala |
Explify cfold |
Thu, 26 Jun 2008 09:48:54 -0400 |
Adam Chlipala |
Elaborating cfold |
Thu, 26 Jun 2008 09:09:30 -0400 |
Adam Chlipala |
Proper subsignaturing for sub-structures |
Thu, 26 Jun 2008 09:03:38 -0400 |
Adam Chlipala |
Proper subsignaturing for sub-signatures |
Thu, 26 Jun 2008 08:54:49 -0400 |
Adam Chlipala |
Proper hiding of shadowed bindings in principal signatures |
Sun, 22 Jun 2008 20:11:59 -0400 |
Adam Chlipala |
Signature duplicate entry checking for principal signatures |
Sun, 22 Jun 2008 19:44:01 -0400 |
Adam Chlipala |
Signature duplicate entry checking |
Sun, 22 Jun 2008 19:34:35 -0400 |
Adam Chlipala |
open |
Sun, 22 Jun 2008 19:10:47 -0400 |
Adam Chlipala |
Subsignatures example |
Sun, 22 Jun 2008 19:10:38 -0400 |
Adam Chlipala |
Subsignatures |
Sun, 22 Jun 2008 18:17:21 -0400 |
Adam Chlipala |
include |
Sun, 22 Jun 2008 15:23:16 -0400 |
Adam Chlipala |
Update main.mlton for group compilation |
Sun, 22 Jun 2008 14:23:05 -0400 |
Adam Chlipala |
Separate compilation and automatic basis importation |
Sun, 22 Jun 2008 11:04:10 -0400 |
Adam Chlipala |
Parsing signature files |
Sun, 22 Jun 2008 10:53:11 -0400 |
Adam Chlipala |
Lexer/parser hacks to share code between regular and signature file parsers |
Sun, 22 Jun 2008 10:21:38 -0400 |
Adam Chlipala |
FFI through cjrize |
Sun, 22 Jun 2008 10:17:34 -0400 |
Adam Chlipala |
FFI through cloconv |
Sun, 22 Jun 2008 10:12:23 -0400 |
Adam Chlipala |
FFI through monoize |
Sun, 22 Jun 2008 10:06:50 -0400 |
Adam Chlipala |
Better FFI function handling |
Sun, 22 Jun 2008 10:00:25 -0400 |
Adam Chlipala |
Detecting FFI functions |
Sun, 22 Jun 2008 09:27:29 -0400 |
Adam Chlipala |
Start of FFI |
Thu, 19 Jun 2008 18:13:33 -0400 |
Adam Chlipala |
Give functor.lac a 'main' |
Thu, 19 Jun 2008 17:55:36 -0400 |
Adam Chlipala |
Corifying functors |
Thu, 19 Jun 2008 17:11:24 -0400 |
Adam Chlipala |
Explifying functors |
Thu, 19 Jun 2008 17:04:08 -0400 |
Adam Chlipala |
Elaborating functor applications |
Thu, 19 Jun 2008 16:43:24 -0400 |
Adam Chlipala |
Subtyping for functor signatures |
Thu, 19 Jun 2008 16:35:40 -0400 |
Adam Chlipala |
Elaborating 'where' |
Thu, 19 Jun 2008 16:04:28 -0400 |
Adam Chlipala |
Beginning of functor elaboration |
Thu, 19 Jun 2008 15:15:00 -0400 |
Adam Chlipala |
Functor parsing |
Thu, 19 Jun 2008 12:39:22 -0400 |
Adam Chlipala |
Corify removes modules |
Thu, 19 Jun 2008 10:06:59 -0400 |
Adam Chlipala |
Explify |
Tue, 17 Jun 2008 17:14:21 -0400 |
Adam Chlipala |
Beefier nested selfification test |
Tue, 17 Jun 2008 17:11:32 -0400 |
Adam Chlipala |
Nested selfification test |
Tue, 17 Jun 2008 17:08:28 -0400 |
Adam Chlipala |
Proper selfification |
Tue, 17 Jun 2008 16:38:54 -0400 |
Adam Chlipala |
Elaborating module projection |
Thu, 12 Jun 2008 17:41:32 -0400 |
Adam Chlipala |
Matching structures in signatures |
Thu, 12 Jun 2008 17:35:51 -0400 |
Adam Chlipala |
Matching values in signatures |
Thu, 12 Jun 2008 17:16:20 -0400 |
Adam Chlipala |
Simple signature matching |
Thu, 12 Jun 2008 14:04:22 -0400 |
Adam Chlipala |
Parsing and printing basic module system |
Tue, 10 Jun 2008 18:28:43 -0400 |
Adam Chlipala |
Translation to Cjr |
Tue, 10 Jun 2008 16:22:46 -0400 |
Adam Chlipala |
Field sorting for Flat |
Tue, 10 Jun 2008 16:05:10 -0400 |
Adam Chlipala |
Update main.mlton |
Tue, 10 Jun 2008 15:56:33 -0400 |
Adam Chlipala |
Closure conversion |
Tue, 10 Jun 2008 13:14:45 -0400 |
Adam Chlipala |
Monoize |
Sun, 08 Jun 2008 17:21:31 -0400 |
Adam Chlipala |
Run a shake before reducing |
Sun, 08 Jun 2008 17:15:09 -0400 |
Adam Chlipala |
Tree-shaking |
Sun, 08 Jun 2008 16:08:31 -0400 |
Adam Chlipala |
Reducing known record projections |
Sun, 08 Jun 2008 16:02:26 -0400 |
Adam Chlipala |
Beta reductions for expressions |
Sun, 08 Jun 2008 15:47:44 -0400 |
Adam Chlipala |
Some con reducing |
Sun, 08 Jun 2008 14:42:12 -0400 |
Adam Chlipala |
Testing constructor equivalences |
Sun, 08 Jun 2008 14:25:27 -0400 |
Adam Chlipala |
Unification wildcards |
Sun, 08 Jun 2008 14:10:51 -0400 |
Adam Chlipala |
Further experiments with implicit arguments |
Sun, 08 Jun 2008 13:59:29 -0400 |
Adam Chlipala |
Conversion to Core |
Sun, 08 Jun 2008 13:00:12 -0400 |
Adam Chlipala |
Implicit constructor arguments |
Sun, 08 Jun 2008 12:27:08 -0400 |
Adam Chlipala |
Primitive type constants |
Sun, 08 Jun 2008 11:32:48 -0400 |
Adam Chlipala |
Lifting cons in ElabEnv |
Fri, 28 Mar 2008 17:34:57 -0400 |
Adam Chlipala |
Fun with records |
Fri, 28 Mar 2008 15:20:46 -0400 |
Adam Chlipala |
Simple elaboration working |
Fri, 28 Mar 2008 13:59:03 -0400 |
Adam Chlipala |
Start of elaborating expressions |
Sat, 26 Jan 2008 17:26:14 -0500 |
Adam Chlipala |
Added simple expression constructors to Elab |
Sat, 26 Jan 2008 17:10:26 -0500 |
Adam Chlipala |
Parsing basic expressions |
Sat, 26 Jan 2008 16:51:39 -0500 |
Adam Chlipala |
Add type keyword |
Sat, 26 Jan 2008 16:44:39 -0500 |
Adam Chlipala |
Check for leftover kind unifs |
Sat, 26 Jan 2008 16:02:47 -0500 |
Adam Chlipala |
Elaborating files |
Sat, 26 Jan 2008 15:29:09 -0500 |
Adam Chlipala |
Rename Laconic* modules to Source* |
Sat, 26 Jan 2008 15:26:12 -0500 |
Adam Chlipala |
Elaborating cons and decls |
Sat, 26 Jan 2008 14:27:33 -0500 |
Adam Chlipala |
Start of elaboration |
Sat, 26 Jan 2008 12:35:32 -0500 |
Adam Chlipala |
Initial parsing and pretty-printing |
Sat, 26 Jan 2008 10:06:22 -0500 |
Adam Chlipala |
Initial skeleton |