summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert ax_check_openssl.m4 and instead compensate for Ubuntu weirdness in ↵Gravatar Adam Chlipala2012-01-09
| | | | config.sml
* Fix channel delivery to handle sending of messages for channels whose ↵Gravatar Adam Chlipala2012-01-08
| | | | clients haven't connected yet
* Finish function argument order-of-operations fixGravatar Adam Chlipala2012-01-07
|
* First part of changes to avoid depending on C function call argument order ↵Gravatar Adam Chlipala2012-01-07
| | | | of evaluation (omitting normal Ur function calls, so far)
* Make wildification a bit smarter about ordering of new wildcard declarationsGravatar Adam Chlipala2012-01-07
|
* Switch default linking order for OpenSSL libsGravatar Adam Chlipala2012-01-06
|
* Revert last unification tweakGravatar Adam Chlipala2012-01-06
|
* Change linking argument order, based on reported problems in Ubuntu 11.10Gravatar Adam Chlipala2012-01-05
|
* Tweak new unification heuristicGravatar Adam Chlipala2012-01-05
|
* Prevent unifications of 'others' pieces in record summaries, when both ↵Gravatar Adam Chlipala2012-01-05
| | | | pieces contain unification variables (to prevent undesired unifications)
* Fix handling of quotes in generating C literalsGravatar Adam Chlipala2012-01-02
|
* Adapt Monoize serialization to handle freshly created variant typesGravatar Adam Chlipala2012-01-02
|
* Add arguments to [type] declarations and signature itemsGravatar Adam Chlipala2012-01-02
|
* More documentation on URL generation and free variablesGravatar Adam Chlipala2011-12-31
|
* Undo change to dyn() in runtime systemGravatar Adam Chlipala2011-12-31
|
* Error messages about applying 'dynClass' to tags that don't like itGravatar Adam Chlipala2011-12-31
|
* Add dynamic content before running its scripts, to get IDs in scope; fix ↵Gravatar Adam Chlipala2011-12-29
| | | | generation of Postgres queries with blobs
* Rename [Top.id] to avoid clash with [Basis.id]Gravatar Adam Chlipala2011-12-29
|
* Discuss a subtlety in the semantics of <dyn>Gravatar Adam Chlipala2011-12-29
|
* Finish updating Grid1 demo to work with type inference changeGravatar Adam Chlipala2011-12-29
|
* Get a few more source files up-to-date with change to [tag] typeGravatar Adam Chlipala2011-12-28
|
* MergeGravatar Adam Chlipala2011-12-28
|\
* | More about the JavaScript FFI in the manualGravatar Adam Chlipala2011-12-28
| |
| * 'dynClass' pseudo-attributeGravatar Adam Chlipala2011-12-27
|/
* Refactor HTML contexts to prevent some illegal nestings (that can crash the ↵Gravatar Adam Chlipala2011-12-20
| | | | JavaScript runtime system)
* Redo HTML context classification, to keep regular <body> tags out of <table> ↵Gravatar Adam Chlipala2011-12-20
| | | | and <tr>
* Order constructors properly in wildification, to avoid spuriously ↵Gravatar Adam Chlipala2011-12-18
| | | | displeasing the new scoping check
* Add a new scoping check for unification variables, to fix a type inference bugGravatar Adam Chlipala2011-12-18
|
* Manual typo fixGravatar Adam Chlipala2011-12-17
|
* Allow .urp libraries to set prefixGravatar Adam Chlipala2011-12-17
|
* SQL lower() and upper() functionsGravatar Adam Chlipala2011-12-17
|
* Fix C-side unurlification of unboxable Option datatypesGravatar Adam Chlipala2011-12-17
|
* Some new List functions, based on code by Ron de BruijnGravatar Adam Chlipala2011-12-11
|
* Treat [naughtyDebug] as pure for optimization purposesGravatar Adam Chlipala2011-12-05
|
* Fix client-side [int] parsing and extend server-side [time] parsing to ↵Gravatar Adam Chlipala2011-12-04
| | | | support a format that also works portably in JavaScript
* Make last change nicerGravatar Adam Chlipala2011-12-04
|
* Stop [read] from raising an exception for invalid [int] stringsGravatar Adam Chlipala2011-12-04
|
* timeFormat .urp directiveGravatar Adam Chlipala2011-12-04
|
* Don't crash on invalid URL head terms during TagGravatar Adam Chlipala2011-12-03
|
* New 't.*' notation for SELECTGravatar Adam Chlipala2011-12-03
|
* Nicer record summary error messagesGravatar Adam Chlipala2011-12-03
|
* Change client-side debug to use console.debugGravatar Adam Chlipala2011-12-03
|
* Client-side strlenGeGravatar Adam Chlipala2011-12-03
|
* Better error messages about non-SQL-izability of typesGravatar Adam Chlipala2011-12-03
|
* Avoid setting a Date's time with a non-integer valueGravatar Adam Chlipala2011-12-03
|
* Change client-side int parsing to match server-side, in ignoring initial zeroesGravatar Adam Chlipala2011-12-03
|
* Allow sources to be returned by RPCsGravatar Adam Chlipala2011-12-03
|
* Catching integer divisions by zeroGravatar Adam Chlipala2011-12-03
|
* Update Coq semantics for 8.3pl2Gravatar Adam Chlipala2011-11-30
|
* Return to working version modeGravatar Adam Chlipala2011-11-27
|