summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Switch to strings and eval for thunkifying JavaScripted functionsGravatar Adam Chlipala2010-05-22
* Thunking recursive JavaScripted function ASTs, to reduce page load time drama...Gravatar Adam Chlipala2010-05-22
* URL-escape with '.' instead of '%', to avoid confusing proxiesGravatar Adam Chlipala2010-05-18
* Fix C-mangling of datatype namesGravatar Adam Chlipala2010-05-16
* Add rand to Basis and handle it in IflowGravatar Adam Chlipala2010-04-29
* 'also' policies and policy reduction; calendar in good shapeGravatar Adam Chlipala2010-04-15
* sendOwnIds policiesGravatar Adam Chlipala2010-04-11
* Update policiesGravatar Adam Chlipala2010-04-11
* Delete policiesGravatar Adam Chlipala2010-04-11
* Insert policiesGravatar Adam Chlipala2010-04-11
* Change query_policy to sendClient; all arguments passed to SQL predicates are...Gravatar Adam Chlipala2010-04-08
* Introduced the known() predicateGravatar Adam Chlipala2010-04-06
* Pushing policies throughGravatar Adam Chlipala2010-04-04
* Make SELECT FROM clauses optionalGravatar Adam Chlipala2010-03-28
* Subquery FROM itemsGravatar Adam Chlipala2010-03-25
* Subquery expressionsGravatar Adam Chlipala2010-03-25
* COUNT(col)Gravatar Adam Chlipala2010-03-16
* Spiffed-up Split1; remove spurious error message triggered by 'open'ing a mod...Gravatar Adam Chlipala2010-03-09
* Got split1 working, but noticed a nasty type inference bug with transplanted ...Gravatar Adam Chlipala2010-03-06
* Standard library moduls Incl and Mem; tweaks to Especialize and UnpolyGravatar Adam Chlipala2010-03-06
* Louder jscomp; toUpper/Lower fix for JavaScriptGravatar Adam Chlipala2010-03-04
* Monad.foldMapRGravatar Adam Chlipala2010-03-02
* String.isPrefixGravatar Adam Chlipala2010-03-02
* Fix parsing of space-free .urp directives; use 'class' for 'c*' tagsGravatar Adam Chlipala2010-02-28
* Changing foldRX to mapXGravatar Adam Chlipala2010-02-28
* Remove Basis.getRequestHeader, because it can subvert cookie securityGravatar Adam Chlipala2010-02-13
* Set additional request headers for POST RPCsGravatar Adam Chlipala2010-02-09
* Remove unneeded lib/c directoryGravatar Adam Chlipala2010-01-30
* Update Makefile.in's with new Autotools; add extra 'return NULL' to placate s...Gravatar Adam Chlipala2010-01-30
* Small tweaksGravatar Adam Chlipala2010-01-28
* Handling errors during commitGravatar Adam Chlipala2010-01-26
* <img> has dimensions and needs special HTML handlingGravatar Adam Chlipala2010-01-26
* Allow escaped backslashes in literals; conversion betwixt int and charGravatar Adam Chlipala2010-01-12
* Reduce concatenations of the empty record; unpoly non-recursive functionsGravatar Adam Chlipala2010-01-10
* Basis.debug; more restrictive type for Basis.form; weaken definition of polym...Gravatar Adam Chlipala2010-01-07
* Basis.textBlob; support HTTP requests with no headersGravatar Adam Chlipala2010-01-05
* JavaScript urlification; more lenient export pattern in Corify; only include ...Gravatar Adam Chlipala2010-01-02
* Proper 404 generationGravatar Adam Chlipala2010-01-02
* Proper client-side attrifyStringGravatar Adam Chlipala2010-01-01
* Eta-expand bodies of transaction functions in Monoization, to enable later op...Gravatar Adam Chlipala2009-12-31
* Basis.serialize; separate file for mhash; run transactional finishers in reve...Gravatar Adam Chlipala2009-12-31
* ctextarea; s/header/include in the manualGravatar Adam Chlipala2009-12-29
* Make summary unification more conservative; infer implicit arguments after ap...Gravatar Adam Chlipala2009-12-26
* Alter JavaScript lastParent() to play nice with FirebugGravatar Adam Chlipala2009-12-25
* Proper JavaScript-side URI escaping/de-escaping; fix C-side URL encoding of b...Gravatar Adam Chlipala2009-12-24
* Updating the manualGravatar Adam Chlipala2009-12-24
* Basis.sql_nullable and Top.queryLGravatar Adam Chlipala2009-12-22
* Allow same constructor shorthand for 'view' sig items as for 'table'Gravatar Adam Chlipala2009-12-15
* Convert to task syntaxGravatar Adam Chlipala2009-12-15
* Fixing a bug in DInitializer elaborationGravatar Adam Chlipala2009-12-13