summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* Update manual inaccuracies about client-side functionsGravatar Adam Chlipala2014-04-13
|
* -explainEmbedGravatar Adam Chlipala2014-03-17
|
* neverInlineGravatar Adam Chlipala2014-02-09
|
* New compiler option: -stopGravatar Adam Chlipala2014-01-19
|
* Manual: remove database version numbers from Debian package names, where ↵Gravatar Adam Chlipala2014-01-18
| | | | possible
* Add 'html5' .urp directiveGravatar Adam Chlipala2014-01-09
|
* noMangleSql .urp directiveGravatar Adam Chlipala2014-01-04
|
* Add a bit of manual clarification about channels and clientsGravatar Adam Chlipala2013-12-25
|
* MergeGravatar Adam Chlipala2013-12-09
|\
* | Rename <activeHead> to <script> and make it work properlyGravatar Adam Chlipala2013-12-09
| |
| * Small reformatting and documentation for '-print-cinclude'Gravatar Adam Chlipala2013-12-06
|/
* Manual: add a pointer to background reading on inference rule notationGravatar Adam Chlipala2013-11-17
|
* New header file scheme to support FFI code in either of C or C++ [based on ↵Gravatar Adam Chlipala2013-10-11
| | | | suggestion by Ron de Bruijn]
* Make transactional FFI functions effectful by defaultGravatar Adam Chlipala2013-10-10
|
* Manual entries for -ccompiler and -print-ccompilerGravatar Adam Chlipala2013-10-10
|
* Plugging some gaps in the manualGravatar Adam Chlipala2013-04-21
|
* Basis.tryRpcGravatar Adam Chlipala2013-04-16
|
* Manual: Reveal JavaScript representation of transaction type familyGravatar Adam Chlipala2013-03-12
|
* Allow any FFI module to declare new HTML tagsGravatar Adam Chlipala2012-11-28
|
* Manual addition for last changesetGravatar Adam Chlipala2012-09-04
|
* Update tutorial for Ur/Web changesGravatar Adam Chlipala2012-09-03
|
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* Remove 'class' declaration; now use 'con' insteadGravatar Adam Chlipala2012-07-29
|
* Top.postFieldsGravatar Adam Chlipala2012-07-21
|
* <active>Gravatar Adam Chlipala2012-07-21
|
* Basis.giveFocusGravatar Adam Chlipala2012-07-21
|
* New event records for key and mouse handlersGravatar Adam Chlipala2012-07-21
|
* Lighter-weight encoding of window function useGravatar Adam Chlipala2012-06-03
|
* Partitioning and ordering for window functionsGravatar Adam Chlipala2012-06-02
|
* Track whether SQL expressions may use window functions, in preparation for ↵Gravatar Adam Chlipala2012-06-02
| | | | actual window function support
* More manual detail on registering error handlersGravatar Adam Chlipala2012-05-19
|
* Vector fonts in manualGravatar Vladimir Shabanov2012-05-17
|
* Fix manual's grammar for subquery FROM itemsGravatar Adam Chlipala2012-05-07
|
* Clarify need for 'prefix' for FastCGIGravatar Adam Chlipala2012-05-06
|
* New optional suffice for 'rewrite' in .urp files: [-]Gravatar Adam Chlipala2012-05-06
|
* 'dynStyle' pseudo-attributeGravatar Adam Chlipala2012-05-06
|
* 'style' attributesGravatar Adam Chlipala2012-05-06
|
* Simplify type of Basis.tag, regarding 'class' attribute; new compatibility ↵Gravatar Adam Chlipala2012-05-06
| | | | parsing of 'class' values given as string literals
* -dumpTypesOnErrorGravatar Adam Chlipala2012-05-05
|
* Add support for -boot flag, which allows in-tree execution of Ur/WebGravatar Edward Z. Yang2012-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The boot flag rewrites most hardcoded paths to point to the build directory, and also forces static compilation. This is convenient for developing Ur/Web, or if you cannot 'sudo make install' Ur/Web. The following changes were made: * Header files were moved to include/urweb instead of include; this lets FFI users point their C_INCLUDE_PATH at this directory at write <urweb/urweb.h>. For internal Ur/Web executables, we simply pass -I$PATH/include/urweb as normal. * Differentiate between LIB and SRCLIB; SRCLIB is Ur and JavaScript source files, while LIB is compiled products from libtool. For in-tree compilation these live in different places. * No longer reference Config for paths; instead use Settings; these settings can be changed dynamically by Compiler.enableBoot () (TODO: add a disableBoot function.) * config.h is now generated directly in include/urweb/config.h, for consistency's sake (especially since it gets installed along with the rest of the headers!) * All of the autotools build products got updated. * The linkStatic field in protocols now only contains the name of the build product, and not the absolute path. Future users have to be careful not to reference the Settings files to early, lest they get an old version (this was the source of two bugs during development of this patch.)
* Catch duplicate top-level module names; fix dropping of constraints during ↵Gravatar Adam Chlipala2012-05-03
| | | | incremental elaboration; document treatment of record types as type class instance types
* 'urweb daemon start' and 'urweb daemon stop'Gravatar Adam Chlipala2012-04-29
|
* 'linker' .urp directiveGravatar Adam Chlipala2012-04-22
|
* -unifyMoreGravatar Adam Chlipala2012-04-22
|
* Antiquote for PRIMARY KEYGravatar Adam Chlipala2012-04-21
|
* New JavaScript FFI function: setInnerHTMLGravatar Adam Chlipala2012-03-14
|
* Clarify necessity of 'effectful' in the manualGravatar Adam Chlipala2012-03-13
|
* New releaseGravatar Adam Chlipala2012-03-10
|
* Correct an SQL grammar omission (thanks to Alexei Golovko for spotting the ↵Gravatar Adam Chlipala2012-02-25
| | | | problem)
* Update manual to fix lexical table and clarify sequencing notationGravatar Adam Chlipala2012-02-18
|