summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Full Grid1 compiles, thanks to avoiding code size blow-up in mono_reduceGravatar Adam Chlipala2009-09-13
|
* Have nullable columns working with DbgridGravatar Adam Chlipala2009-09-13
|
* Nullable columns *might* be working, but too much JS is generated for the ↵Gravatar Adam Chlipala2009-09-12
| | | | page to load in finite time
* MergeGravatar Adam Chlipala2009-09-12
|\
* | Debugging new string urlificationGravatar Adam Chlipala2009-09-12
| |
| * Prevent event bubblingGravatar Adam Chlipala2009-09-12
|/
* Change string URLification to avoid using the empty string, which confuses ↵Gravatar Adam Chlipala2009-09-12
| | | | Apache no2slash()
* Find chances to use mstrcat()Gravatar Adam Chlipala2009-09-09
|
* Don't replace <sc> in blob returns; optimize more 'option' pattern matches; ↵Gravatar Adam Chlipala2009-09-09
| | | | detect more opportunities for 'let' inlining
* Fix memmem() signature; fix mono_reduce environment bookkeepingGravatar Adam Chlipala2009-09-08
|
* 'more' demos working after optimizer fixGravatar Adam Chlipala2009-09-08
|
* dragList demo working, save for Gecko load delay and highlightingGravatar Adam Chlipala2009-09-08
|
* dragList almost kinda worksGravatar Adam Chlipala2009-09-08
|
* New releaseGravatar Adam Chlipala2009-08-25
|
* Fix structure wildification to take concrete con decls into accountGravatar Adam Chlipala2009-08-25
|
* Fix inconsistency in bool URLification between C and JavaScriptGravatar Adam Chlipala2009-08-25
|
* Fix list jsification bug; grid1 working with foreign key, but booleans not ↵Gravatar Adam Chlipala2009-08-25
| | | | getting into database properly
* grid1 compiles but gets stuck in JSGravatar Adam Chlipala2009-08-25
|
* Fixed bug in reduce bind-commutationGravatar Adam Chlipala2009-08-22
|
* Convert to requiring explicit 'rpc' markerGravatar Adam Chlipala2009-08-22
|
* JavaScript urlifying of bools; correct Link attribute escapingGravatar Adam Chlipala2009-08-11
|
* Be careful in Jscomp to avoid interpreting non-boolean/reference types as ↵Gravatar Adam Chlipala2009-08-11
| | | | booleans with ?:
* Library improvements; proper list [un]urlification; remove server-side ↵Gravatar Adam Chlipala2009-08-09
| | | | ServerCalls; eta reduction in type inference
* Fix type class resolution infinite loop, discovered while meeting with EzraGravatar Adam Chlipala2009-08-06
|
* <dyn> inside <tr>Gravatar Adam Chlipala2009-08-06
|
* dlist row add working with KonquerorGravatar Adam Chlipala2009-08-06
|
* dtable example and demos both workingGravatar Adam Chlipala2009-08-06
|
* Working on Grid; have gone from one dynamic table bizareness to anotherGravatar Adam Chlipala2009-07-19
|
* FFI manual sectionGravatar Adam Chlipala2009-07-18
|
* Key events get key code inputGravatar Adam Chlipala2009-07-18
|
* More command-line optionsGravatar Adam Chlipala2009-07-18
|
* Blobs tested in MySQL and SQLiteGravatar Adam Chlipala2009-07-18
|
* Tweaking demos a bitGravatar Adam Chlipala2009-07-17
|
* Fix month off-by-one for MySQL timestampsGravatar Adam Chlipala2009-07-17
|
* Timestamps working with SQLiteGravatar Adam Chlipala2009-07-17
|
* Most of demo working with SQLiteGravatar Adam Chlipala2009-07-17
|
* demo/sql works with SQLiteGravatar Adam Chlipala2009-07-17
|
* Check for existence of sequences (MySQL)Gravatar Adam Chlipala2009-07-17
|
* Avoid preparing the same statement twiceGravatar Adam Chlipala2009-07-17
|
* MySQL CGI workingGravatar Adam Chlipala2009-07-17
|
* Fix dependency misorderingGravatar Adam Chlipala2009-07-17
|
* Testing nested queriesGravatar Adam Chlipala2009-07-17
|
* Demo working with MySQLGravatar Adam Chlipala2009-07-16
|
* Sequence code compiles in MySQLGravatar Adam Chlipala2009-07-16
|
* MySQL accepts generated demo DDLGravatar Adam Chlipala2009-07-16
|
* Demo compiles again with Postgres and MySQL; MySQL version lacks sequence ↵Gravatar Adam Chlipala2009-07-12
| | | | code and so doesn't work yet
* demo/sql working with MySQLGravatar Adam Chlipala2009-07-12
|
* MySQL demo/sql succeeds in reading no rowsGravatar Adam Chlipala2009-07-12
|
* MySQL query gets up to C linkingGravatar Adam Chlipala2009-07-12
|
* Validating viewsGravatar Adam Chlipala2009-06-30
|