log

age author description
2014-08-19 Adam Chlipala New release
2014-08-17 Adam Chlipala A new test for <button>
2014-08-17 Sergey Mironov Allow Body tags inside cformTags
2014-08-17 Adam Chlipala New phase: Dbmodecheck
2014-08-10 Ziv Scully Adds AJAX-oriented widget cpassword.
2014-08-15 Adam Chlipala Don't use uw_malloc() or equivalent in generating error messages while parsing HTTP request
2014-08-15 Sergey Mironov Add tests/dbupload2.* files
2014-08-07 Adam Chlipala Return to working version mode
2014-08-07 Adam Chlipala New release
2014-08-06 Adam Chlipala MonoReduce bug involving 'error'
2014-08-01 Adam Chlipala When unifying constructor-level unification variables, also unify their kinds
2014-08-01 Adam Chlipala Differentiate between HTML and normal string literals
2014-08-01 Adam Chlipala 'aria-*' attributes
2014-07-31 Adam Chlipala New .urp directive: file
2014-07-29 Samuel Dukhovni Added javascript for Basis.strsindex
2014-07-29 Adam Chlipala Retweak the last tweak to allow type inference to succeed in a strict superset of the places where it used to succeed
2014-07-29 Adam Chlipala Small tweak to ordering of unification rules, to support better record matching
2014-07-26 Adam Chlipala Manual: Heuristic compilation warning
2014-07-26 Adam Chlipala Another MonoReduce fix
2014-07-21 Adam Chlipala Fix index-matching bug in MonoReduce effect calculation
2014-07-16 Adam Chlipala Default 'jsFunc' for less-safe FFI
2014-07-13 Adam Chlipala Fix off-by-one error in less-safe FFI wrapper generation
2014-07-04 Adam Chlipala Return to working version mode
2014-07-04 Adam Chlipala New release
2014-06-29 Adam Chlipala Top.max and Top.min
2014-06-29 Adam Chlipala Fix uw_Basis_lt_time
2014-06-27 Adam Chlipala Add locking to enforce atomicity of message sends from one transaction
2014-06-25 Adam Chlipala Finish example
2014-06-25 Adam Chlipala New syntactic shorthand for antiquoting subqueries
2014-06-15 Sergey Mironov Call try_rollback before resetting the context
2014-06-15 Adam Chlipala 'sql_injectable_prim' instance for 'url'
2014-06-15 Adam Chlipala Return to working version mode
2014-06-15 Adam Chlipala New release
2014-06-13 Adam Chlipala Treat <button> 'value' attribute as content of tag
2014-06-11 Adam Chlipala let..where..end
2014-06-05 Sergey Mironov Allow '+' char in blessMime
2014-06-11 Adam Chlipala Fix a bug in demos with 'rewrite all'
2014-06-11 Adam Chlipala Change String to avoid Char dependency
2014-06-10 Adam Chlipala String.trim; add OnChange to more tags
2014-06-09 Adam Chlipala Remove special treatment of <button>
2014-05-31 Adam Chlipala Return to working version mode
2014-05-31 Adam Chlipala New release
2014-05-28 Adam Chlipala Align to sizeof(void *) instead of fixed 4
2014-05-25 Adam Chlipala Warn about MLton memory usage
2014-05-18 Adam Chlipala Fix datetime construction (contributed by Patrick Hurst)
2014-05-11 David Snider Added HTML5 Semantic Tags
2014-05-18 Adam Chlipala Change context-local memory allocation to return word-aligned addresses (based on patch by Evan Danaher)
2014-05-04 Adam Chlipala Fix dynClass for non-<body> contexts
2014-05-03 Adam Chlipala A .urs comment about [queryL*]
2014-05-02 Adam Chlipala New lessSafeFfi
2014-05-02 Adam Chlipala Monadic bind supports patterns
2014-05-02 Adam Chlipala HTML5 data-* attributes
2014-04-30 Adam Chlipala <thead>, <tbody>, <tfoot>
2014-04-29 Adam Chlipala Allow parens grouping joins in FROM clauses
2014-04-26 Adam Chlipala Return to working version mode
2014-04-26 Adam Chlipala Fix a bug in GROUP BY generation [keeping within today's release]
2014-04-26 Adam Chlipala New release
2014-04-21 Adam Chlipala Change <active> to avoid generating an empty <span> for empty content
2014-04-17 Adam Chlipala uw_register_transactional() can return error codes
2014-04-15 Adam Chlipala Tweaking uw_commit() logic, partly to fix a resource clean-up bug on SQL serialization failures