graph
- 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
- More manual detail on registering error handlers2012-05-19, by Adam Chlipala
- Merge2012-05-19, by Adam Chlipala
- Some standard library additions from Edward Z. Yang2012-05-19, by Adam Chlipala
- Implicit records of folders2012-05-17, by Adam Chlipala
- Be more conservative in choosing candidates for Especialize, re: mutual recursion2012-05-17, by Adam Chlipala
- Vector fonts in manual2012-05-17, by Vladimir Shabanov
- Speed up space eating in MonoOpt2012-05-17, by Vladimir Shabanov
- Allow RPC and run it synchronously in onunload event.2012-05-16, by Vladimir Shabanov
- Lance Hepler's fix to configure.ac; small refactor of fastcgi.c to avoid undefined behavior2012-05-13, by Adam Chlipala
- Fix hyphenation for demos; parse CSS class 'table' as 'tabl'2012-05-13, by Adam Chlipala
- Automake 1.12 compatibility, based on suggestions by Lance Hepler2012-05-12, by Adam Chlipala
- Return to working version mode2012-05-12, by Adam Chlipala
- New release2012-05-12, by Adam Chlipala
- In incremental elaboration, handle invalidated FFI signatures2012-05-09, by Adam Chlipala
- Fix manual's grammar for subquery FROM items2012-05-07, by Adam Chlipala
- Run-time CSS style validation2012-05-06, by Adam Chlipala
- Fix bugs in support for 'style' and 'dynStyle'2012-05-06, by Adam Chlipala
- Clarify need for 'prefix' for FastCGI2012-05-06, by Adam Chlipala
- New optional suffice for 'rewrite' in .urp files: [-]2012-05-06, by Adam Chlipala
- 'dynStyle' pseudo-attribute2012-05-06, by Adam Chlipala
- 'style' attributes2012-05-06, by Adam Chlipala
- Simplify type of Basis.tag, regarding 'class' attribute; new compatibility parsing of 'class' values given as string literals2012-05-06, by Adam Chlipala
- Fix from Edward Yang to generation of 404 errors in FastCGI2012-05-06, by Adam Chlipala
- Adjust error message format to match Emacs defaults2012-05-05, by Adam Chlipala