graph
- Fix broken implementation of 'urweb daemon stop'2012-11-28, by Austin Seipp
- Removed unused parent() function which conflicts with window.parent.2012-10-22, by Vladimir Shabanov
- Switch linker order2012-10-20, by Adam Chlipala
- Return to working version mode2012-09-25, by Adam Chlipala
- New release2012-09-25, by Adam Chlipala
- Fix compilation when using Clang on OS X; it doesn't like -pthread2012-09-23, by Austin Seipp
- Paranoid inlining prevention for FFI types at the Core level; less paranoid inlining promotion for passive values at the Mono level2012-09-19, by Adam Chlipala
- Merge2012-09-19, by Adam Chlipala
- Edward Z. Yang's patch to avoid repeating linker arguments2012-09-19, by Adam Chlipala
- Better error message about signals remaining in server-side code2012-09-16, by Adam Chlipala
- Reduce default inlining thresholds; improve a let-substitution optimization to compensate2012-09-14, by Adam Chlipala
- Merge2012-09-14, by Adam Chlipala
- Fixed HTTP date format and added Cache-Control to app.js2012-09-12, by Vladimir Shabanov
- Tweaking treatment of function application: substitute or introduce a 'let'?2012-08-05, by Adam Chlipala
- Manual addition for last changeset2012-09-04, by Adam Chlipala
- Added 'coreInline' and 'monoInline' .urp options2012-09-04, by Vladimir Shabanov
- Update tutorial for Ur/Web changes2012-09-03, by Adam Chlipala
- Minor js optimizations.2012-08-30, by Vladimir Shabanov
- Removed setting of ignored XMLHttpRequest headers.2012-08-30, by Vladimir Shabanov
- Fixed memory leak in dynClass2012-08-30, by Vladimir Shabanov
- show_sql_query2012-08-22, by Adam Chlipala
- Add list of files to new error message2012-08-18, by Adam Chlipala
- Better error message for funky command lines2012-08-18, by Adam Chlipala
- Return to working version mode2012-08-07, by Adam Chlipala
- New release2012-08-07, by Adam Chlipala
- Revert last changeset for now; needs more thought2012-08-05, by Adam Chlipala
- Tweaking treatment of function application: substitute or introduce a 'let'?2012-08-05, by Adam Chlipala
- Back out last change and pursue a different fix, based on explicitly aborting script execution at times when we don't expect scripts to run2012-08-03, by Adam Chlipala
- Undo change to script evaluation, originally made to support <active> + 'giveFocus'; alternate approach to making 'giveFocus' work in dynamic code generatione2012-08-03, by Adam Chlipala
- Fix some unportable uses of C character class functions2012-08-03, by Adam Chlipala
- New NameJs phase, still needing some debugging2012-08-02, by Adam Chlipala
- Basis.getenv2012-08-02, by Adam Chlipala
- Removed evaluation of js function name strings. (from Vladimir Shabanov)2012-07-29, by Adam Chlipala
- Remove 'class' declaration; now use 'con' instead2012-07-29, by Adam Chlipala
- Remove misguided type class optimization2012-07-26, by Adam Chlipala
- Allow type class instances with hypotheses via local ('let') definitions2012-07-25, by Adam Chlipala
- Change 'spawn' implementation to allow blocking within <active code>2012-07-25, by Adam Chlipala
- Fix JavaScript implementation of strcspn()2012-07-24, by Adam Chlipala
- Disallow suspending operations in <active code={...}>2012-07-23, by Adam Chlipala
- Add more global mouse event hooks2012-07-23, by Adam Chlipala
- Nicer <active> semantics2012-07-22, by Adam Chlipala
- Fix bug in handling of event attributes within client-side widgets2012-07-21, by Adam Chlipala
- Get regular forms working again2012-07-21, by Adam Chlipala
- Top.postFields2012-07-21, by Adam Chlipala
- <active>2012-07-21, by Adam Chlipala
- Basis.giveFocus2012-07-21, by Adam Chlipala
- Update demo code for key/mouse handler change2012-07-21, by Adam Chlipala
- New event records for key and mouse handlers2012-07-21, by Adam Chlipala
- Support fancy expressions in module-level 'val' declarations2012-07-18, by Adam Chlipala
- Change propagation of source value to textarea2012-07-13, by Adam Chlipala
- Flush elaboration cache when switching between .urp files2012-06-23, by Adam Chlipala
- HTTP daemons now take '-a' option to set IP address to listen on2012-06-23, by Adam Chlipala
- Lighter-weight encoding of window function use2012-06-03, by Adam Chlipala
- Partitioning and ordering for window functions2012-06-02, by Adam Chlipala
- Compiled a window function use2012-06-02, by Adam Chlipala
- Track whether SQL expressions may use window functions, in preparation for actual window function support2012-06-02, by Adam Chlipala
- Avoid redundant rollbacks2012-06-02, by Adam Chlipala
- Proper error messages for missing source files2012-05-26, by Adam Chlipala
- Return to working version mode2012-05-19, by Adam Chlipala
- New release2012-05-19, by Adam Chlipala