graph
- Demo compiles again with Postgres and MySQL; MySQL version lacks sequence code and so doesn't work yet2009-07-12, by Adam Chlipala
- demo/sql working with MySQL2009-07-12, by Adam Chlipala
- MySQL demo/sql succeeds in reading no rows2009-07-12, by Adam Chlipala
- MySQL query gets up to C linking2009-07-12, by Adam Chlipala
- Validating views2009-06-30, by Adam Chlipala
- Switch to Information Schema from Postgres catalog2009-06-30, by Adam Chlipala
- Move all DBMS initialization to #init2009-06-30, by Adam Chlipala
- Moved nextval code into Settings2009-06-28, by Adam Chlipala
- Moved dml code into Settings2009-06-28, by Adam Chlipala
- Moved query code into Settings2009-06-28, by Adam Chlipala
- Start of multi-DBMS support2009-06-28, by Adam Chlipala
- Move http protocol into its own file2009-06-28, by Adam Chlipala
- FastCGI working with lighttpd2009-06-27, by Adam Chlipala
- .msgs processing in FastCGI2009-06-27, by Adam Chlipala
- Fix memory leak in fastcgi environment management2009-06-27, by Adam Chlipala
- Fix env-reading bug in fastcgi; a bunch of non-AJAXy demos working2009-06-27, by Adam Chlipala
- Serving Hello via FastCGI2009-06-27, by Adam Chlipala
- Successfully starting FastCGI sessions with Apache2009-06-27, by Adam Chlipala
- Avoid using prepared statements for non-persistent protocols2009-06-27, by Adam Chlipala
- -debug from the command line2009-06-27, by Adam Chlipala
- cgi protocol2009-06-23, by Adam Chlipala
- Initial implementation of protocols in Settings2009-06-23, by Adam Chlipala
- Further refactoring of request.c to work with CGI2009-06-23, by Adam Chlipala
- Factor out common request functionality, in preparation for supporting different protocols2009-06-23, by Adam Chlipala
- New release2009-06-23, by Adam Chlipala
- Fix a bug with 'Some p' patterns, where 'p' needs specialization2009-06-18, by Adam Chlipala
- Fix a variable capture bug in nested JavaScript; some more list stuff2009-06-16, by Adam Chlipala
- Fix a bug in type class enrichment from substructures2009-06-16, by Adam Chlipala
- Fix MonoReduce unsoundness with lets and fns2009-06-13, by Adam Chlipala
- <dyn> inside <table>; fix Specialize bug with datatype decls generating other mutually-recursive datatype decls2009-06-13, by Adam Chlipala
- Some standard library reorgs and additions; handle mutual datatypes better in Specialize2009-06-09, by Adam Chlipala
- Mark current as effectful; add List functions2009-06-09, by Adam Chlipala
- Fix datatype import bug in Elaborate; fix server-side source setting; more standard library stuff2009-06-07, by Adam Chlipala
- List.all; fix ANDALSO/ORELSE parsing precedence2009-06-07, by Adam Chlipala
- && and ||2009-06-07, by Adam Chlipala
- Start of Option; Basis.current; fix missed cases in Jscomp.isNullable2009-06-07, by Adam Chlipala
- Fix unbound name problem in Jscomp injectors; more List stuff2009-06-06, by Adam Chlipala
- List library additions; fix another substructure unification bug2009-06-06, by Adam Chlipala
- Lexing some more string escape sequences; JS versions of number read; fix problem with signature unification; escape < more often in Jscomp2009-06-02, by Adam Chlipala
- Tweak -- precedence; use right env for final exhaustiveness errors2009-06-02, by Adam Chlipala
- Fix relative precedence of ; and case-stuff2009-06-02, by Adam Chlipala
- Less whining about match failures; fix singleton record Jscomp bug2009-06-02, by Adam Chlipala
- Do 'open constraints' automatically; fix sourceless <cselect> monoize bug; Monad library module2009-06-02, by Adam Chlipala
- Expose resolveClass from Elaborate2009-05-31, by Adam Chlipala
- Fix pathmap bug; expose lower-level heap manipulation from C2009-05-31, by Adam Chlipala
- strcspn and friends2009-05-31, by Adam Chlipala
- Defer pattern-matching exhaustiveness checks and normalize pattern types more thoroughly2009-05-30, by Adam Chlipala
- Substring functions; fix a nasty MonoReduce pattern match substitution bug2009-05-30, by Adam Chlipala
- String.length2009-05-30, by Adam Chlipala
- Fix variable adjustment bug in fn/case alternation2009-05-28, by Adam Chlipala
- Fix EDLet elab_util bug2009-05-28, by Adam Chlipala
- Destructing local let, to the point where demo compiles2009-05-28, by Adam Chlipala
- Use a timeout to avoid errors after unload2009-05-28, by Adam Chlipala
- Demo compiles with pattern-matching-fu2009-05-28, by Adam Chlipala
- fn-pattern code in but not tested yet; hello compiles2009-05-28, by Adam Chlipala
- Chars and more string operations2009-05-26, by Adam Chlipala
- Change monoization of monads to allow partial applications of operations2009-05-23, by Adam Chlipala
- Switch to Maranget's pattern exhaustiveness algorithm2009-05-23, by Adam Chlipala
- Change List.mapM' to avoid leaving functions around2009-05-21, by Adam Chlipala
- ccheckbox2009-05-21, by Adam Chlipala