summaryrefslogtreecommitdiffstats
path: root/source4/lib/appweb/ejs/ejsLex.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-923/+0
|
* r11084: - allow hex numbers with 'a'...'f' digits to be parsedStefan Metzmacher2007-10-101-6/+13
| | | | | | | | | - parse hex numbers correct tridge: how could we submit this to the upstream appweb library? metze (This used to be commit 70cde83c134f2d8bb2f6c0649b7f87a8846e63a4)
* r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell2007-10-101-2/+5
| | | | | I will submit this upstream (This used to be commit a2266f6927d953459bd4b02fbca0a9c95c18494e)
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-0/+913
upstream sources. This makes it much easier to keep it up to date. I will separate out the mpr code into lib/appweb/mpr next (This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)