summaryrefslogtreecommitdiffstats
path: root/source4/lib/appweb/ejs/ejsParser.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-2436/+0
|
* r11456: fixed a ejs parser bug for delete() statementsAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit b8694c58f528d9da66cd623076282caece39d8a7)
* r9600: fixed the intermittent failures we were getting with ejs in the buildAndrew Tridgell2007-10-101-1/+36
| | | | | farm. (This used to be commit b23bffcba62df954c7fb439c78b962fbd262cc5e)
* r9299: fixed the evaluation of pointer expressions that evaluate to booleanAndrew Tridgell2007-10-101-2/+25
| | | | (This used to be commit 17679676d4629ac81116ae1b102f1a311b5d4eed)
* r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2007-10-101-3/+3
| | | | | pesky panic on x86_64 (This used to be commit 80177b29f4b32996d41a87df041c4c1bfb6876c2)
* r8651: fixed a boolean expression bug (submitted upstream)Andrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit bd4c388cd2653823e012f1cd8c14832ee032eb11)
* r8631: give an error on incorrect argument countAndrew Tridgell2007-10-101-4/+3
| | | | (This used to be commit ed09e19794d9625553bc48892a2e08b84d7bdcf4)
* r8599: null terminate the argv list in string C functionsAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit cabf638a31ab5f9b0e62e085d844d615c597bc2f)
* r8562: small merge with upstreamAndrew Tridgell2007-10-101-10/+5
| | | | (This used to be commit 6c9bf162afddda4747ef08b56598aaf0747a4d27)
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-0/+2378
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)