log

age author description
2010-01-26 Adam Chlipala Using libtool to build and install liburweb*
2010-01-26 Adam Chlipala <img> has dimensions and needs special HTML handling
2010-01-12 Adam Chlipala Allow escaped backslashes in literals; conversion betwixt int and char
2010-01-12 Adam Chlipala Update manual for last two changesets
2010-01-12 Adam Chlipala -path and -root command-line flags
2010-01-12 Adam Chlipala Supporting any number of arguments for explicitly exported functions
2010-01-12 Adam Chlipala Makefile fix for release
2010-01-12 Adam Chlipala New release
2010-01-10 Adam Chlipala Reduce concatenations of the empty record; unpoly non-recursive functions
2010-01-10 Adam Chlipala Support for protocol-specific expunger dispatch
2010-01-07 Adam Chlipala Basis.debug; more restrictive type for Basis.form; weaken definition of polymorphic-ness for especialization
2010-01-05 Adam Chlipala Basis.textBlob; support HTTP requests with no headers
2010-01-05 Adam Chlipala uw_close()
2010-01-05 Adam Chlipala Clear script_header in uw_reset()
2010-01-05 Adam Chlipala Loosen parsing of multiplication
2010-01-03 Adam Chlipala Database quotas
2010-01-03 Adam Chlipala Deadlines
2010-01-03 Adam Chlipala Memory limits
2010-01-03 Adam Chlipala Proper C-side deserialization; Shake.sliceDb
2010-01-02 Adam Chlipala JavaScript urlification; more lenient export pattern in Corify; only include scripts in pages that use JavaScript
2010-01-02 Adam Chlipala Proper 404 generation
2010-01-01 Adam Chlipala Proper [un]urlification of unit
2010-01-01 Adam Chlipala Proper client-side attrifyString
2009-12-31 Adam Chlipala Eta-expand bodies of transaction functions in Monoization, to enable later optimization
2009-12-31 Adam Chlipala Change location of dynamic libraries
2009-12-31 Adam Chlipala Protect against NULL applications in a few places
2009-12-31 Adam Chlipala Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly
2009-12-30 Adam Chlipala New release
2009-12-30 Adam Chlipala Update manual's description of implicit arguments
2009-12-29 Adam Chlipala Treat getCookie as effectful
2009-12-29 Adam Chlipala Test case for character code escapes
2009-12-29 Adam Chlipala ctextarea; s/header/include in the manual
2009-12-29 Adam Chlipala Octal and hexidecimal string escapes
2009-12-29 Adam Chlipala Move queue.h to include/
2009-12-27 Adam Chlipala Protocol-specific compiler options
2009-12-27 Adam Chlipala Dynamic linking of the runtime system
2009-12-27 Adam Chlipala All three current protocols work with move to using uw_app
2009-12-26 Adam Chlipala Make summary unification more conservative; infer implicit arguments after applications
2009-12-25 Adam Chlipala Catch attempts to mention multiple versions of the same rooted module
2009-12-25 Adam Chlipala Alter JavaScript lastParent() to play nice with Firebug
2009-12-24 Adam Chlipala Module roots
2009-12-24 Adam Chlipala Convenience libifying; allow more NULLs with globals
2009-12-24 Adam Chlipala Test for Firebug weirdness
2009-12-24 Adam Chlipala Proper JavaScript-side URI escaping/de-escaping; fix C-side URL encoding of big characters
2009-12-24 Adam Chlipala -tc flag
2009-12-24 Adam Chlipala Updating the manual
2009-12-23 Adam Chlipala Don't relify in bigLibs; fix some memory bugs in transactionals
2009-12-23 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-22 Adam Chlipala Alternate job-parsing interface, to avoid merging library directives
2009-12-22 Adam Chlipala Basis.sql_nullable and Top.queryL
2009-12-20 Adam Chlipala Another try at reasonable Especialize, this time with a custom traversal
2009-12-16 Adam Chlipala Especialize uses a termination measure based on number of arguments introduced
2009-12-15 Adam Chlipala Fix new Especialize security bug: do not duplicate free variables as specialized arguments
2009-12-15 Adam Chlipala Initial generalization of Especialize, with security bug known
2009-12-15 Adam Chlipala Allow same constructor shorthand for 'view' sig items as for 'table'
2009-12-15 Adam Chlipala Convert to task syntax
2009-12-13 Adam Chlipala Fixing a bug in DInitializer elaboration
2009-12-13 Adam Chlipala Initializers and setval
2009-12-13 Adam Chlipala Weakening-type coercions for SQL values
2009-12-13 Adam Chlipala Better record summary error messages; more tweaking SQL usability