summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
...
* New .urp directive: fileGravatar Adam Chlipala2014-07-31
* Small tweak to ordering of unification rules, to support better record matchingGravatar Adam Chlipala2014-07-29
* Default 'jsFunc' for less-safe FFIGravatar Adam Chlipala2014-07-16
* Fix off-by-one error in less-safe FFI wrapper generationGravatar Adam Chlipala2014-07-13
* Finish exampleGravatar Adam Chlipala2014-06-25
* New syntactic shorthand for antiquoting subqueriesGravatar Adam Chlipala2014-06-25
* 'sql_injectable_prim' instance for 'url'Gravatar Adam Chlipala2014-06-15
* let..where..endGravatar Adam Chlipala2014-06-11
* Align to sizeof(void *) instead of fixed 4Gravatar Adam Chlipala2014-05-28
* Fix dynClass for non-<body> contextsGravatar Adam Chlipala2014-05-04
* New lessSafeFfiGravatar Adam Chlipala2014-05-02
* Monadic bind supports patternsGravatar Adam Chlipala2014-05-02
* HTML5 data-* attributesGravatar Adam Chlipala2014-05-02
* <thead>, <tbody>, <tfoot>Gravatar Adam Chlipala2014-04-30
* Change <active> to avoid generating an empty <span> for empty contentGravatar Adam Chlipala2014-04-21
* getenv calls UNIX getenv() when no special alternative is setGravatar Adam Chlipala2014-03-07
* Change Basis.getenv to return None outside the context of a web requestGravatar Adam Chlipala2014-03-04
* Some more nested functor bug-fixing, including generating fresh internal name...Gravatar Adam Chlipala2014-02-20
* Raise exception when recv()ing from someone else's channel; improve setting o...Gravatar Adam Chlipala2013-12-27
* Rename <activeHead> to <script> and make it work properlyGravatar Adam Chlipala2013-12-09
* Increase precision for rendering floats to SQLGravatar Adam Chlipala2013-12-03
* Fix more of client-side error handlersGravatar Adam Chlipala2013-11-14
* Identify more local definitions as functions that should be lifted to the top...Gravatar Adam Chlipala2013-11-05
* A fancier test for the new SQL constraints subtypingGravatar Adam Chlipala2013-11-04
* Rename ListPair.map2 to ListPair.mpGravatar Adam Chlipala2013-11-04
* ListPair.map2, based on code by escalier@riseup.netGravatar Adam Chlipala2013-11-03
* Make transactional FFI functions effectful by defaultGravatar Adam Chlipala2013-10-10
* Tweak Sergey's patch to work with PostgresGravatar Adam Chlipala2013-09-13
* Add 'rel' attribute to <a>Gravatar Adam Chlipala2013-08-09
* Get -css flag working againGravatar Adam Chlipala2013-04-16
* Basis.tryRpcGravatar Adam Chlipala2013-04-16
* Add some name-mangling rules to allow XML attribute 'name' and attributes wit...Gravatar Adam Chlipala2012-12-27
* Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a k...Gravatar Adam Chlipala2012-12-11
* Fix generation of timestamp literals for MySQL and SQLiteGravatar Adam Chlipala2012-11-30
* Allow any FFI module to declare new HTML tagsGravatar Adam Chlipala2012-11-28
* Rename Basis.exp to Basis.pow, to avoid confusion with 'expression'; add a te...Gravatar Adam Chlipala2012-11-28
* Tweaking treatment of function application: substitute or introduce a 'let'?Gravatar Adam Chlipala2012-08-05
* show_sql_queryGravatar Adam Chlipala2012-08-22
* Revert last changeset for now; needs more thoughtGravatar Adam Chlipala2012-08-05
* Tweaking treatment of function application: substitute or introduce a 'let'?Gravatar Adam Chlipala2012-08-05
* Back out last change and pursue a different fix, based on explicitly aborting...Gravatar Adam Chlipala2012-08-03
* New NameJs phase, still needing some debuggingGravatar Adam Chlipala2012-08-02
* Basis.getenvGravatar Adam Chlipala2012-08-02
* Change 'spawn' implementation to allow blocking within <active code>Gravatar Adam Chlipala2012-07-25
* Fix JavaScript implementation of strcspn()Gravatar Adam Chlipala2012-07-24
* Disallow suspending operations in <active code={...}>Gravatar Adam Chlipala2012-07-23
* Add more global mouse event hooksGravatar Adam Chlipala2012-07-23
* Nicer <active> semanticsGravatar Adam Chlipala2012-07-22
* Fix bug in handling of event attributes within client-side widgetsGravatar Adam Chlipala2012-07-21
* Top.postFieldsGravatar Adam Chlipala2012-07-21