aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a ↵Gravatar Adam Chlipala2012-12-11
| | | | kind of simple dynamic typing (unsafe, of course)
* add Placeholder attribute to <password>; change <textbox> code generation to ↵Gravatar Adam Chlipala2012-11-30
| | | | set 'type' to 'text'
* 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 ↵Gravatar Adam Chlipala2012-11-28
| | | | test case for it
* Standard library additions: Option.unsafeGet, Basis.expGravatar Austin Seipp2012-11-28
|
* Fix broken implementation of 'urweb daemon stop'Gravatar Austin Seipp2012-11-28
|
* Removed unused parent() function which conflicts with window.parent.Gravatar Vladimir Shabanov2012-10-22
|
* Switch linker orderGravatar Adam Chlipala2012-10-20
|
* Return to working version modeGravatar Adam Chlipala2012-09-25
|
* New releaseGravatar Adam Chlipala2012-09-25
|
* Fix compilation when using Clang on OS X; it doesn't like -pthreadGravatar Austin Seipp2012-09-23
|
* Paranoid inlining prevention for FFI types at the Core level; less paranoid ↵Gravatar Adam Chlipala2012-09-19
| | | | inlining promotion for passive values at the Mono level
* MergeGravatar Adam Chlipala2012-09-19
|\
* | Edward Z. Yang's patch to avoid repeating linker argumentsGravatar Adam Chlipala2012-09-19
| |
| * Better error message about signals remaining in server-side codeGravatar Adam Chlipala2012-09-16
| |
| * Reduce default inlining thresholds; improve a let-substitution optimization ↵Gravatar Adam Chlipala2012-09-14
| | | | | | | | to compensate
| * MergeGravatar Adam Chlipala2012-09-14
| |\ | |/ |/|
| * Fixed HTTP date format and added Cache-Control to app.jsGravatar Vladimir Shabanov2012-09-12
| |
* | Tweaking treatment of function application: substitute or introduce a 'let'?Gravatar Adam Chlipala2012-08-05
| |
* | Manual addition for last changesetGravatar Adam Chlipala2012-09-04
| |
* | Added 'coreInline' and 'monoInline' .urp optionsGravatar Vladimir Shabanov2012-09-04
|/
* Update tutorial for Ur/Web changesGravatar Adam Chlipala2012-09-03
|
* Minor js optimizations.Gravatar Vladimir Shabanov2012-08-30
| | | | | * flatten() now uses accumulator and join. * reuse regexps instead of allocating new each time
* Removed setting of ignored XMLHttpRequest headers.Gravatar Vladimir Shabanov2012-08-30
|
* Fixed memory leak in dynClassGravatar Vladimir Shabanov2012-08-30
|
* show_sql_queryGravatar Adam Chlipala2012-08-22
|
* Add list of files to new error messageGravatar Adam Chlipala2012-08-18
|
* Better error message for funky command linesGravatar Adam Chlipala2012-08-18
|
* Return to working version modeGravatar Adam Chlipala2012-08-07
|
* New releaseGravatar Adam Chlipala2012-08-07
|
* 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 ↵Gravatar Adam Chlipala2012-08-03
| | | | aborting script execution at times when we don't expect scripts to run
* Undo change to script evaluation, originally made to support <active> + ↵Gravatar Adam Chlipala2012-08-03
| | | | 'giveFocus'; alternate approach to making 'giveFocus' work in dynamic code generatione
* Fix some unportable uses of C character class functionsGravatar Adam Chlipala2012-08-03
|
* New NameJs phase, still needing some debuggingGravatar Adam Chlipala2012-08-02
|
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* Removed evaluation of js function name strings. (from Vladimir Shabanov)Gravatar Adam Chlipala2012-07-29
|
* Remove 'class' declaration; now use 'con' insteadGravatar Adam Chlipala2012-07-29
|
* Remove misguided type class optimizationGravatar Adam Chlipala2012-07-26
|
* Allow type class instances with hypotheses via local ('let') definitionsGravatar Adam Chlipala2012-07-25
|
* 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
|
* Get regular forms working againGravatar Adam Chlipala2012-07-21
|
* Top.postFieldsGravatar Adam Chlipala2012-07-21
|