aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
...
* 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
|
* Mention FFI encoding of abstract syntax typesGravatar Adam Chlipala2012-02-04
|
* Extend and document RANDOMGravatar Adam Chlipala2012-02-04
|
* Mention convention for parens in selected expressionsGravatar Adam Chlipala2012-02-03
|
* More documentation on URL generation and free variablesGravatar Adam Chlipala2011-12-31
|
* Discuss a subtlety in the semantics of <dyn>Gravatar Adam Chlipala2011-12-29
|
* MergeGravatar Adam Chlipala2011-12-28
|\
* | More about the JavaScript FFI in the manualGravatar Adam Chlipala2011-12-28
| |
| * 'dynClass' pseudo-attributeGravatar Adam Chlipala2011-12-27
|/
* Refactor HTML contexts to prevent some illegal nestings (that can crash the ↵Gravatar Adam Chlipala2011-12-20
| | | | JavaScript runtime system)
* Redo HTML context classification, to keep regular <body> tags out of <table> ↵Gravatar Adam Chlipala2011-12-20
| | | | and <tr>
* Manual typo fixGravatar Adam Chlipala2011-12-17
|
* timeFormat .urp directiveGravatar Adam Chlipala2011-12-04
|
* New 't.*' notation for SELECTGravatar Adam Chlipala2011-12-03
|
* Mention Basis.current in manualGravatar Adam Chlipala2011-11-24
|
* More complete account of URI determination in structure sectionGravatar Adam Chlipala2011-11-20
|
* COALESCEGravatar Adam Chlipala2011-11-19
|