graph
- Fix sel() generation bug2009-09-24, by Adam Chlipala
- demo/more compiles; small problem left with foreign keys in Grid12009-09-24, by Adam Chlipala
- Main demo pieces all seem to work with interpretation2009-09-24, by Adam Chlipala
- demo/increment works with interpretation2009-09-24, by Adam Chlipala
- Might have fixed demo/listEdit2009-09-24, by Adam Chlipala
- demo/react works with interpretation2009-09-22, by Adam Chlipala
- Quoting JavaScript working2009-09-22, by Adam Chlipala
- Compiled an 'option' pattern-match2009-09-22, by Adam Chlipala
- More interpreter debugging2009-09-22, by Adam Chlipala
- Functions working with interpretation2009-09-22, by Adam Chlipala
- Basic arithmetic working with interpretation2009-09-22, by Adam Chlipala
- Hopefully complete refactoring of Jscomp to output ASTs; partial implementation of interpreter in runtime system (demo/alert works)2009-09-22, by Adam Chlipala
- Iterative versions of some JavaScript list functions2009-09-22, by Adam Chlipala
- New release2009-09-19, by Adam Chlipala
- Plugged a JavaScript memory leak2009-09-19, by Adam Chlipala
- Paging + filtering seemingly working, but runtime system isn't GCing signals properly, so performance goes south quickly2009-09-19, by Adam Chlipala
- Progress on sorting + filtering2009-09-19, by Adam Chlipala
- Paging mostly working; just need to get it working properly with filtering2009-09-19, by Adam Chlipala
- Testing Dlist MaxLength with constant value2009-09-19, by Adam Chlipala
- Testing Dlist StartPosition with constant offset2009-09-19, by Adam Chlipala
- Grid sorting working2009-09-19, by Adam Chlipala
- Hopefully fixed Jscomp bug that was breaking Grid2009-09-19, by Adam Chlipala
- Fix C substring implementation2009-09-18, by Adam Chlipala
- Pseudo-sort working with filters2009-09-17, by Adam Chlipala
- Grid changed to use Dlist.replace; filters stopped working2009-09-17, by Adam Chlipala
- Don't try to check if functions are already tail-recursive2009-09-17, by Adam Chlipala
- tail example working2009-09-17, by Adam Chlipala
- Basic tail recursion introduction seems to be working2009-09-17, by Adam Chlipala
- Bad sort functions tested2009-09-17, by Adam Chlipala
- Insert dummy Sort parameter2009-09-17, by Adam Chlipala
- Make filter argument to render, not create2009-09-17, by Adam Chlipala
- Don't try to compile sigString() calls to JavaScript2009-09-17, by Adam Chlipala
- Disable GCC inlining to stop goofy errors2009-09-17, by Adam Chlipala
- Find more opportunities for 'let' inlining with better purity information2009-09-17, by Adam Chlipala
- Print char patterns in C2009-09-17, by Adam Chlipala
- Filters displaying properly2009-09-15, by Adam Chlipala
- Filters displaying awfully2009-09-15, by Adam Chlipala
- Filters implementation type-checking2009-09-15, by Adam Chlipala
- Fix JavaScript char literals; don't generate demo links to nonexistent files2009-09-15, by Adam Chlipala
- Escape character constants; lift indices properly in Reduce 'case' simplification2009-09-15, by Adam Chlipala
- Fixed a Mono_reduce bug, which was breaking selection enabling in Grid2009-09-15, by Adam Chlipala
- Selection working, but switching it on isn't2009-09-15, by Adam Chlipala
- Fix Postgres timestamp round-tripping2009-09-15, by Adam Chlipala
- Fix MySQL timestamp input2009-09-15, by Adam Chlipala
- Summary row with aggregates2009-09-15, by Adam Chlipala
- Include 'key' type in Grid2009-09-15, by Adam Chlipala
- Dropped in initial aggregate types2009-09-15, by Adam Chlipala
- Fix a bug in Jscomp environment calculation for EQuery; smarter embedding of record projection in JavaScript2009-09-14, by Adam Chlipala
- Fix some MySQL bugs2009-09-13, by Adam Chlipala
- Full Grid1 compiles, thanks to avoiding code size blow-up in mono_reduce2009-09-13, by Adam Chlipala
- Have nullable columns working with Dbgrid2009-09-13, by Adam Chlipala
- Nullable columns *might* be working, but too much JS is generated for the page to load in finite time2009-09-12, by Adam Chlipala
- New release2009-09-12, by Adam Chlipala
- Merge2009-09-12, by Adam Chlipala
- Debugging new string urlification2009-09-12, by Adam Chlipala
- Prevent event bubbling2009-09-12, by Adam Chlipala
- Change string URLification to avoid using the empty string, which confuses Apache no2slash()2009-09-12, by Adam Chlipala
- Add grid CSS ACL2009-09-10, by Adam Chlipala
- Add grid CSS2009-09-10, by Adam Chlipala
- Find chances to use mstrcat()2009-09-09, by Adam Chlipala