aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* Remove weird special case for FFI functions whose first arguments have type ↵Gravatar Adam Chlipala2012-03-14
| | | | [unit]
* Delete C temporary directories, even if other files wind up thereGravatar Adam Chlipala2012-03-13
|
* Remove seemingly inaccurate part of comment (perhaps clarified version can ↵Gravatar Adam Chlipala2012-03-13
| | | | be added back in later)
* Refactor SQL parsing code from Iflow to Sql, add querydml parser.Gravatar Edward Z. Yang2012-03-12
|
* Some minor documentation to the Mono AST.Gravatar Edward Z. Yang2012-03-12
|
* Handle recursive RPC handlersGravatar Adam Chlipala2012-03-11
|
* New releaseGravatar Adam Chlipala2012-03-10
|
* Change <radio> to yield [option string]Gravatar Adam Chlipala2012-03-10
|
* Avoid URL size limit in RPCs with large argumentsGravatar Adam Chlipala2012-03-03
|
* Avoid 'not fully determined' errors for fancy tasksGravatar Adam Chlipala2012-03-03
|
* Pass non-printing characters through unchanged in sqlifyString, to support UTF-8Gravatar Adam Chlipala2012-03-03
|
* Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely BudayGravatar Adam Chlipala2012-02-04
|
* Extend and document RANDOMGravatar Adam Chlipala2012-02-04
|
* 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)Gravatar Adam Chlipala2012-02-02
|
* Fix fetching of keycodes for key eventsGravatar Adam Chlipala2012-01-15
|
* Fixed clients mutex initialization for compiling under OS X.Gravatar Vladimir Shabanov2012-01-14
|
* -dumpSource flag; Especialize tweak: may specialize any argument sequence ↵Gravatar Adam Chlipala2012-01-12
| | | | ending in a value of function-containing type
* Small fix to previous commitGravatar Adam Chlipala2012-01-11
|
* New, more principled heuristic for Especialize: only specialize uniform ↵Gravatar Adam Chlipala2012-01-11
| | | | function arguments; that is, arguments that don't change across recursive calls
* Tweak Especialize heuristicGravatar Adam Chlipala2012-01-11
|
* Make Ubuntu linking patch more generalGravatar Adam Chlipala2012-01-10
|
* Fix some locking issues for client arrayGravatar Adam Chlipala2012-01-10
|
* Properly handle case where an RPC changes signed cookie stateGravatar Adam Chlipala2012-01-10
|
* Prevent horrifying loops in unification variable graphGravatar Adam Chlipala2012-01-09
|
* Tweak Especialize heuristic to prevent non-terminationGravatar Adam Chlipala2012-01-09
|
* 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
|
* 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
|
* 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
* Get a few more source files up-to-date with change to [tag] typeGravatar Adam Chlipala2011-12-28
|
* 'dynClass' pseudo-attributeGravatar Adam Chlipala2011-12-27
|
* 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
|
* 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
|
* 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
* timeFormat .urp directiveGravatar Adam Chlipala2011-12-04
|
* Don't crash on invalid URL head terms during TagGravatar Adam Chlipala2011-12-03
|