annotate CHANGELOG @ 524:a6159d0940f0

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