aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Some more string parsing functions; naughtyDebugGravatar Adam Chlipala2011-01-11
|
* String processing optimizationsGravatar Adam Chlipala2011-01-11
|
* Handle opening of modules that define signaturesGravatar Adam Chlipala2011-01-06
|
* Basis.currentUrlHasPostGravatar Adam Chlipala2011-01-06
|
* Client-side redirectsGravatar Adam Chlipala2011-01-06
|
* Ignore unknown names in query string name-value pairs; allow any side ↵Gravatar Adam Chlipala2011-01-06
| | | | effects by Extern URLs, without signature checking
* Expand valueish againGravatar Adam Chlipala2011-01-06
|
* Broaden definition of valueishGravatar Adam Chlipala2011-01-06
|
* Detect missing 'database' directive; don't compile garbage C filesGravatar Adam Chlipala2011-01-06
|
* Thanks to Vag Vagoff, catch some cases of an obsolete notation for guarded ↵Gravatar Adam Chlipala2011-01-06
| | | | types in the manual
* Remove unnecessary #include (patch from Karn Kallio)Gravatar Adam Chlipala2011-01-03
|
* Add a note about Explify to the manualGravatar Adam Chlipala2011-01-02
|
* Fix jsifyTime to work on 32-bit systemsGravatar Adam Chlipala2010-12-30
|
* Fix new urlifyTime to work properly on 32-bit systemsGravatar Adam Chlipala2010-12-30
|
* Don't forget to call tzset()Gravatar Adam Chlipala2010-12-29
|
* Next attempt at getting time parsing rightGravatar Adam Chlipala2010-12-29
|
* Latest attempt to get readUtc working properlyGravatar Adam Chlipala2010-12-29
|
* Basis.readUtcGravatar Adam Chlipala2010-12-28
|
* Fix time comparison operators; safer saving of queryStringsGravatar Adam Chlipala2010-12-27
|
* queryString and effectfulUrlGravatar Adam Chlipala2010-12-26
|
* Expose buffer type for other C libraries; replace minusSeconds with addSecondsGravatar Adam Chlipala2010-12-26
|
* Switch from libmhash to OpenSSLGravatar Adam Chlipala2010-12-26
|
* Include microseconds in uw_Basis_sqlifyTime() outputGravatar Adam Chlipala2010-12-25
|
* JavaScript compilation of time comparison; fix lexing of XML that includes ↵Gravatar Adam Chlipala2010-12-24
| | | | open parens
* Changed uw_Basis_time to store microsecondsGravatar Adam Chlipala2010-12-24
|
* Fix Postgres date serializationGravatar Adam Chlipala2010-12-24
|
* Top.queryI1; fix definition of uw_Basis_minTimeGravatar Adam Chlipala2010-12-24
|
* Add an extra Especialize pass before RpcifyGravatar Adam Chlipala2010-12-24
|
* Fix soundness bug in Effectize, where it missed some functions that might ↵Gravatar Adam Chlipala2010-12-23
| | | | have effectful RPCs
* [De]serialization of times in JavaScript; proper integer division in ↵Gravatar Adam Chlipala2010-12-23
| | | | JavaScript; Basis.crypt; Top.mkRead'; more aggressive Mono-level inlining, for values of function-y types
* Recursive record unification errors, for more detailGravatar Adam Chlipala2010-12-23
|
* Basis.cdataCharGravatar Adam Chlipala2010-12-21
|
* Allow SQL aggregation over nullable typesGravatar Adam Chlipala2010-12-21
|
* More detail on Especialize in the manualGravatar Adam Chlipala2010-12-21
|
* Hopeful fix to stop Especialize infinite loopingGravatar Adam Chlipala2010-12-21
|
* Fix manual mistake about '@' notations; remove obsolete demosGravatar Adam Chlipala2010-12-20
|
* Remove redundant macroGravatar Adam Chlipala2010-12-20
|
* Use proper string time format for SQLiteGravatar Adam Chlipala2010-12-20
|
* Implement constrained type kinding properly; bump mono inline threshholdGravatar Adam Chlipala2010-12-20
|
* Fix manual discussion of tuple syntaxGravatar Adam Chlipala2010-12-20
|
* Periodic tasksGravatar Adam Chlipala2010-12-18
|
* Change tasks to support parametric code; add clientLeavesGravatar Adam Chlipala2010-12-18
|
* postBody typeGravatar Adam Chlipala2010-12-18
|
* Restore behavior of not complaining about undetermined unification variables ↵Gravatar Adam Chlipala2010-12-16
| | | | when there are other errors
* Fiddly tweaksGravatar Adam Chlipala2010-12-16
|
* Clarify that you aren't supposed to be able to create new XML tagsGravatar Adam Chlipala2010-12-16
|
* Enforce character constraints on source filenamesGravatar Adam Chlipala2010-12-16
|
* Small tweaks to update demos for record unification changeGravatar Adam Chlipala2010-12-15
|
* Smarter record unificationGravatar Adam Chlipala2010-12-15
|
* Allow use of path variables in strings with no slashesGravatar Adam Chlipala2010-12-14
|