Mercurial > urweb
annotate CHANGELOG @ 568:55fc747a67dc
Initial <dyn> support
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 20 Dec 2008 15:46:48 -0500 |
parents | 79aea80904e8 |
children | bddf0da18db6 |
rev | line source |
---|---|
adamc@506 | 1 ======== |
adamc@561 | 2 20081209 |
adamc@506 | 3 ======== |
adamc@506 | 4 |
adamc@506 | 5 - Optimization: Fusing page writes with calls to recursive functions |
adamc@523 | 6 - Optimization of bottleneck compiler phases |
adamc@561 | 7 - Reference manual |
adamc@561 | 8 - SQL arithmetic operators |
adamc@506 | 9 |
adamc@504 | 10 ======== |
adamc@504 | 11 20081120 |
adamc@504 | 12 ======== |
adamc@504 | 13 |
adamc@504 | 14 - Fix bug that sometimes led to omission of initial "<html>" in pages |
adamc@504 | 15 - Take advantage of nested functions in some demos |
adamc@504 | 16 - "profile" option that may appear in .urp files, to enable gprof profiling |
adamc@504 | 17 - "-guided-demo" option that works like "-demo" but uses less screen space for prose |
adamc@504 | 18 |
adamc@467 | 19 ======== |
adamc@497 | 20 20081118 |
adamc@467 | 21 ======== |
adamc@467 | 22 |
adamc@467 | 23 - Nested function definitions |
adamc@467 | 24 - Primitive "time" type |
adamc@467 | 25 - Nullable SQL columns (via "option") |
adamc@467 | 26 - Cookies |
adamc@496 | 27 - Compiler: Specialization of functions to known arguments (especially of function type) |
adamc@467 | 28 |
adamc@435 | 29 ======== |
adamc@435 | 30 20081028 |
adamc@435 | 31 ======== |
adamc@435 | 32 |
adamc@435 | 33 - Add GCCARGS configure option |
adamc@435 | 34 |
adamc@433 | 35 ======== |
adamc@433 | 36 20081027 |
adamc@433 | 37 ======== |
adamc@433 | 38 |
adamc@433 | 39 - On missing inputs, print an error message, but don't exit the web server. |
adamc@434 | 40 - Remove need for "() <-" notation. |
adamc@433 | 41 |
adamc@433 | 42 ======== |
adamc@433 | 43 20081026 |
adamc@433 | 44 ======== |
adamc@433 | 45 |
adamc@433 | 46 - Change 'sed' call to work on OSX. |
adamc@433 | 47 - Avoid including or linking libpq files on apps that don't use SQL. |