Mercurial > urweb
annotate CHANGELOG @ 501:7ef4b2911b09
Some demo improvements
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 20 Nov 2008 11:34:36 -0500 |
parents | e30c135482b3 |
children | 1834dd10dbf4 |
rev | line source |
---|---|
adamc@467 | 1 ======== |
adamc@497 | 2 20081118 |
adamc@467 | 3 ======== |
adamc@467 | 4 |
adamc@467 | 5 - Nested function definitions |
adamc@467 | 6 - Primitive "time" type |
adamc@467 | 7 - Nullable SQL columns (via "option") |
adamc@467 | 8 - Cookies |
adamc@496 | 9 - Compiler: Specialization of functions to known arguments (especially of function type) |
adamc@467 | 10 |
adamc@435 | 11 ======== |
adamc@435 | 12 20081028 |
adamc@435 | 13 ======== |
adamc@435 | 14 |
adamc@435 | 15 - Add GCCARGS configure option |
adamc@435 | 16 |
adamc@433 | 17 ======== |
adamc@433 | 18 20081027 |
adamc@433 | 19 ======== |
adamc@433 | 20 |
adamc@433 | 21 - On missing inputs, print an error message, but don't exit the web server. |
adamc@434 | 22 - Remove need for "() <-" notation. |
adamc@433 | 23 |
adamc@433 | 24 ======== |
adamc@433 | 25 20081026 |
adamc@433 | 26 ======== |
adamc@433 | 27 |
adamc@433 | 28 - Change 'sed' call to work on OSX. |
adamc@433 | 29 - Avoid including or linking libpq files on apps that don't use SQL. |