graph
- JavaScript urlification; more lenient export pattern in Corify; only include scripts in pages that use JavaScript2010-01-02, by Adam Chlipala
- Proper 404 generation2010-01-02, by Adam Chlipala
- Proper [un]urlification of unit2010-01-01, by Adam Chlipala
- Proper client-side attrifyString2010-01-01, by Adam Chlipala
- Eta-expand bodies of transaction functions in Monoization, to enable later optimization2009-12-31, by Adam Chlipala
- Change location of dynamic libraries2009-12-31, by Adam Chlipala
- Protect against NULL applications in a few places2009-12-31, by Adam Chlipala
- Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly2009-12-31, by Adam Chlipala
- New release2009-12-30, by Adam Chlipala
- Update manual's description of implicit arguments2009-12-30, by Adam Chlipala
- Treat getCookie as effectful2009-12-29, by Adam Chlipala
- Test case for character code escapes2009-12-29, by Adam Chlipala
- ctextarea; s/header/include in the manual2009-12-29, by Adam Chlipala
- Octal and hexidecimal string escapes2009-12-29, by Adam Chlipala
- Move queue.h to include/2009-12-29, by Adam Chlipala
- Protocol-specific compiler options2009-12-27, by Adam Chlipala
- Dynamic linking of the runtime system2009-12-27, by Adam Chlipala
- All three current protocols work with move to using uw_app2009-12-27, by Adam Chlipala
- Make summary unification more conservative; infer implicit arguments after applications2009-12-26, by Adam Chlipala
- Catch attempts to mention multiple versions of the same rooted module2009-12-25, by Adam Chlipala
- Alter JavaScript lastParent() to play nice with Firebug2009-12-25, by Adam Chlipala
- Module roots2009-12-24, by Adam Chlipala
- Convenience libifying; allow more NULLs with globals2009-12-24, by Adam Chlipala
- Test for Firebug weirdness2009-12-24, by Adam Chlipala
- Proper JavaScript-side URI escaping/de-escaping; fix C-side URL encoding of big characters2009-12-24, by Adam Chlipala
- -tc flag2009-12-24, by Adam Chlipala
- Updating the manual2009-12-24, by Adam Chlipala
- Don't relify in bigLibs; fix some memory bugs in transactionals2009-12-23, by Adam Chlipala
- Stop skipping Especialization of generated functions; fix Compiler.parseUrp; expose uw_really_write(); allow more NULL arguments to uw_register_transactional()2009-12-23, by Adam Chlipala
- Alternate job-parsing interface, to avoid merging library directives2009-12-22, by Adam Chlipala
- Basis.sql_nullable and Top.queryL2009-12-22, by Adam Chlipala
- Another try at reasonable Especialize, this time with a custom traversal2009-12-20, by Adam Chlipala
- Especialize uses a termination measure based on number of arguments introduced2009-12-15, by Adam Chlipala
- Fix new Especialize security bug: do not duplicate free variables as specialized arguments2009-12-15, by Adam Chlipala
- Initial generalization of Especialize, with security bug known2009-12-15, by Adam Chlipala
- Allow same constructor shorthand for 'view' sig items as for 'table'2009-12-15, by Adam Chlipala
- Convert to task syntax2009-12-15, by Adam Chlipala
- Fixing a bug in DInitializer elaboration2009-12-13, by Adam Chlipala
- Initializers and setval2009-12-13, by Adam Chlipala
- Weakening-type coercions for SQL values2009-12-13, by Adam Chlipala
- Better record summary error messages; more tweaking SQL usability2009-12-13, by Adam Chlipala
- Tweaking SQL parsing and typing2009-12-13, by Adam Chlipala
- Fix lexing of string literals in XML; treat EError as impure in MonoReduce2009-12-12, by Adam Chlipala
- Checked-ness of radio options; Option.get2009-12-12, by Adam Chlipala
- Bug fixes in redirect-related stuff2009-12-10, by Adam Chlipala
- Basis.currentUrl, plus redirect debugging2009-12-10, by Adam Chlipala
- Basis.url and redirects2009-12-10, by Adam Chlipala
- Make oneRowE1 more general2009-12-10, by Adam Chlipala
- Convert ctype is*() function results to booleans2009-12-08, by Adam Chlipala
- Shake bug fix; pattern reduction in ReduceLocal2009-12-08, by Adam Chlipala
- Context globals; ctype functions2009-12-08, by Adam Chlipala
- Fix a Shake bug that led to missing some cons2009-12-08, by Adam Chlipala
- Move to simpler HTML escaping2009-12-08, by Adam Chlipala
- Recursive hnormSgn for projections of signatures from modules2009-12-05, by Adam Chlipala
- Represent FFI function names as strings, to deal with cross-file recursion2009-12-05, by Adam Chlipala
- New release2009-12-03, by Adam Chlipala
- Merge2009-12-03, by Adam Chlipala
- UTF-8 in dynamic escaping2009-12-03, by Adam Chlipala
- Escaping UTF-8 in MonoOpt2009-12-03, by Adam Chlipala
- Fix handling of clearCookie/getCookie in same page gen2009-11-27, by Adam Chlipala