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