log src/monoize.sml

age author description
2012-04-16 Adam Chlipala Fix monoization of recursive variants
2012-04-10 Vladimir Shabanov Saving uw_event for all events (so stopPropagation works everywhere)
2012-04-10 Vladimir Shabanov Fixed 'onload' handling for img tag.
2012-03-03 Adam Chlipala Avoid 'not fully determined' errors for fancy tasks
2012-02-02 Adam Chlipala 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)
2012-01-15 Adam Chlipala Fix fetching of keycodes for key events
2012-01-07 Adam Chlipala Finish function argument order-of-operations fix
2012-01-07 Adam Chlipala First part of changes to avoid depending on C function call argument order of evaluation (omitting normal Ur function calls, so far)
2012-01-02 Adam Chlipala Adapt Monoize serialization to handle freshly created variant types
2011-12-31 Adam Chlipala Error messages about applying 'dynClass' to tags that don't like it
2011-12-28 Adam Chlipala Get a few more source files up-to-date with change to [tag] type
2011-12-27 Adam Chlipala 'dynClass' pseudo-attribute
2011-12-17 Adam Chlipala SQL lower() and upper() functions
2011-12-03 Adam Chlipala Catching integer divisions by zero
2011-11-23 Karn Kallio Add LIKE operator to SQL sublanguage.
2011-11-19 Adam Chlipala COALESCE
2011-10-15 Adam Chlipala For new IF, fix Monoize typing and add to manual
2011-10-14 Karn Kallio IF THEN ELSE conditional for SQL.
2011-10-08 Adam Chlipala Primitive int/float functions: ceil, float, round, trunc
2011-10-06 Adam Chlipala Basis.null
2011-09-03 Adam Chlipala An abstract type of IDs
2011-08-19 Adam Chlipala Basis.mkMonad
2011-07-24 Adam Chlipala <image>
2011-06-26 Adam Chlipala Workaround for old IE handling of <option> with no 'value' attribute
2011-06-23 Adam Chlipala 'show' instance for 'css_class'
2011-06-23 Karn Kallio xtable monoize to string.
2011-05-30 Adam Chlipala Remember to remove explicit table projections in SQLite UPDATE SET values
2011-05-29 Adam Chlipala Properly handle form textboxes that have sources
2011-02-25 Adam Chlipala sql_arith_option; 'ALL' for relational operators
2011-02-04 Adam Chlipala Subqueries may always return NULL