summaryrefslogtreecommitdiff
path: root/src/monoize.sml
Commit message (Collapse)AuthorAge
* Lighter-weight encoding of window function useGravatar Adam Chlipala2012-06-03
|
* Partitioning and ordering for window functionsGravatar Adam Chlipala2012-06-02
|
* Compiled a window function useGravatar Adam Chlipala2012-06-02
|
* Track whether SQL expressions may use window functions, in preparation for ↵Gravatar Adam Chlipala2012-06-02
| | | | actual window function support
* Fix bugs in support for 'style' and 'dynStyle'Gravatar Adam Chlipala2012-05-06
|
* 'dynStyle' pseudo-attributeGravatar Adam Chlipala2012-05-06
|
* 'style' attributesGravatar Adam Chlipala2012-05-06
|
* Simplify type of Basis.tag, regarding 'class' attribute; new compatibility ↵Gravatar Adam Chlipala2012-05-06
| | | | parsing of 'class' values given as string literals
* Fix generation of normal datatypes from polymorphic variantsGravatar Adam Chlipala2012-04-29
|
* Fix urlification of recursive polymorphic variantsGravatar Adam Chlipala2012-04-28
|
* Ensure proper ordering of <script> execution, to bring identifiers into ↵Gravatar Adam Chlipala2012-04-27
| | | | scope in time
* Fix monoization of recursive variantsGravatar Adam Chlipala2012-04-16
|
* Saving uw_event for all events (so stopPropagation works everywhere)Gravatar Vladimir Shabanov2012-04-11
|
* Fixed 'onload' handling for img tag.Gravatar Vladimir Shabanov2012-04-11
|
* Avoid 'not fully determined' errors for fancy tasksGravatar Adam Chlipala2012-03-03
|
* '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
|
* 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)
* Adapt Monoize serialization to handle freshly created variant typesGravatar Adam Chlipala2012-01-02
|
* Error messages about applying 'dynClass' to tags that don't like itGravatar Adam Chlipala2011-12-31
|
* 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
|
* SQL lower() and upper() functionsGravatar Adam Chlipala2011-12-17
|
* Catching integer divisions by zeroGravatar Adam Chlipala2011-12-03
|
* Add LIKE operator to SQL sublanguage.Gravatar Karn Kallio2011-11-23
|
* COALESCEGravatar Adam Chlipala2011-11-19
|
* For new IF, fix Monoize typing and add to manualGravatar Adam Chlipala2011-10-15
|
* IF THEN ELSE conditional for SQL.Gravatar Karn Kallio2011-10-14
|
* Primitive int/float functions: ceil, float, round, truncGravatar Adam Chlipala2011-10-08
|
* Basis.nullGravatar Adam Chlipala2011-10-06
|
* An abstract type of IDsGravatar Adam Chlipala2011-09-03
|
* Basis.mkMonadGravatar Adam Chlipala2011-08-19
|
* <image>Gravatar Adam Chlipala2011-07-24
|
* Workaround for old IE handling of <option> with no 'value' attributeGravatar Adam Chlipala2011-06-26
|
* 'show' instance for 'css_class'Gravatar Adam Chlipala2011-06-23
|
* xtable monoize to string.Gravatar Karn Kallio2011-06-22
|
* Remember to remove explicit table projections in SQLite UPDATE SET valuesGravatar Adam Chlipala2011-05-30
|
* Properly handle form textboxes that have sourcesGravatar Adam Chlipala2011-05-29
|
* sql_arith_option; 'ALL' for relational operatorsGravatar Adam Chlipala2011-02-25
|
* Subqueries may always return NULLGravatar Adam Chlipala2011-02-03
|
* Fix monoization of sql_relop (grandfathered into release!)Gravatar Adam Chlipala2011-01-23
|
* Allow CSS class specification for <form>Gravatar Adam Chlipala2011-01-23
|
* Fix for handling of some attributes to client-side input widgets, based on a ↵Gravatar Adam Chlipala2011-01-16
| | | | patch from Vladimir Shabanov
* Allow subqueries to reference aggregate-only columns of free tables; treat ↵Gravatar Adam Chlipala2011-01-15
| | | | non-COUNT aggregate functions as possibly returning NULL
* Fix time comparison operators; safer saving of queryStringsGravatar Adam Chlipala2010-12-27
|
* queryString and effectfulUrlGravatar Adam Chlipala2010-12-26
|
* Changed uw_Basis_time to store microsecondsGravatar Adam Chlipala2010-12-24
|
* [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
* Basis.cdataCharGravatar Adam Chlipala2010-12-21
|