summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Proper client-side attrifyStringGravatar Adam Chlipala2010-01-01
|
* Eta-expand bodies of transaction functions in Monoization, to enable later ↵Gravatar Adam Chlipala2009-12-31
| | | | optimization
* Change location of dynamic librariesGravatar Adam Chlipala2009-12-31
|
* Protect against NULL applications in a few placesGravatar Adam Chlipala2009-12-31
|
* Basis.serialize; separate file for mhash; run transactional finishers in ↵Gravatar Adam Chlipala2009-12-31
| | | | reverse order; set needs_sig properly
* Treat getCookie as effectfulGravatar Adam Chlipala2009-12-29
|
* ctextarea; s/header/include in the manualGravatar Adam Chlipala2009-12-29
|
* Octal and hexidecimal string escapesGravatar Adam Chlipala2009-12-29
|
* Move queue.h to include/Gravatar Adam Chlipala2009-12-29
|
* Protocol-specific compiler optionsGravatar Adam Chlipala2009-12-27
|
* Dynamic linking of the runtime systemGravatar Adam Chlipala2009-12-27
|
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
|
* Make summary unification more conservative; infer implicit arguments after ↵Gravatar Adam Chlipala2009-12-26
| | | | applications
* Catch attempts to mention multiple versions of the same rooted moduleGravatar Adam Chlipala2009-12-25
|
* Module rootsGravatar Adam Chlipala2009-12-24
|
* Convenience libifying; allow more NULLs with globalsGravatar Adam Chlipala2009-12-24
|
* Proper JavaScript-side URI escaping/de-escaping; fix C-side URL encoding of ↵Gravatar Adam Chlipala2009-12-24
| | | | big characters
* -tc flagGravatar Adam Chlipala2009-12-24
|
* Don't relify in bigLibs; fix some memory bugs in transactionalsGravatar Adam Chlipala2009-12-23
|
* Stop skipping Especialization of generated functions; fix Compiler.parseUrp; ↵Gravatar Adam Chlipala2009-12-23
| | | | expose uw_really_write(); allow more NULL arguments to uw_register_transactional()
* Alternate job-parsing interface, to avoid merging library directivesGravatar Adam Chlipala2009-12-22
|
* Basis.sql_nullable and Top.queryLGravatar Adam Chlipala2009-12-22
|
* Another try at reasonable Especialize, this time with a custom traversalGravatar Adam Chlipala2009-12-20
|
* Especialize uses a termination measure based on number of arguments introducedGravatar Adam Chlipala2009-12-15
|
* Fix new Especialize security bug: do not duplicate free variables as ↵Gravatar Adam Chlipala2009-12-15
| | | | specialized arguments
* Initial generalization of Especialize, with security bug knownGravatar Adam Chlipala2009-12-15
|
* 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
|
* Initializers and setvalGravatar Adam Chlipala2009-12-13
|
* Weakening-type coercions for SQL valuesGravatar Adam Chlipala2009-12-13
|
* Better record summary error messages; more tweaking SQL usabilityGravatar Adam Chlipala2009-12-13
|
* Tweaking SQL parsing and typingGravatar Adam Chlipala2009-12-13
|
* Fix lexing of string literals in XML; treat EError as impure in MonoReduceGravatar Adam Chlipala2009-12-12
|
* Bug fixes in redirect-related stuffGravatar Adam Chlipala2009-12-10
|
* Basis.currentUrl, plus redirect debuggingGravatar Adam Chlipala2009-12-10
|
* Basis.url and redirectsGravatar Adam Chlipala2009-12-10
|
* Convert ctype is*() function results to booleansGravatar Adam Chlipala2009-12-08
|
* Shake bug fix; pattern reduction in ReduceLocalGravatar Adam Chlipala2009-12-08
|
* Context globals; ctype functionsGravatar Adam Chlipala2009-12-08
|
* Fix a Shake bug that led to missing some consGravatar Adam Chlipala2009-12-08
|
* Move to simpler HTML escapingGravatar Adam Chlipala2009-12-08
|
* Recursive hnormSgn for projections of signatures from modulesGravatar Adam Chlipala2009-12-05
|
* Represent FFI function names as strings, to deal with cross-file recursionGravatar Adam Chlipala2009-12-05
|
* MergeGravatar Adam Chlipala2009-12-03
|\
* | UTF-8 in dynamic escapingGravatar Adam Chlipala2009-12-03
| |
* | Escaping UTF-8 in MonoOptGravatar Adam Chlipala2009-12-03
| |
| * Fix handling of clearCookie/getCookie in same page genGravatar Adam Chlipala2009-11-27
| |
| * Port rest of demo to new cookie signature; fix parsing of multiple incoming ↵Gravatar Adam Chlipala2009-11-26
| | | | | | | | cookies
| * More fun with cookiesGravatar Adam Chlipala2009-11-26
| |