summaryrefslogtreecommitdiffstats
path: root/source4/lib/appweb/ejs
Commit message (Expand)AuthorAgeFilesLines
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-2/+2
* r11456: fixed a ejs parser bug for delete() statementsAndrew Tridgell2007-10-101-1/+3
* r11084: - allow hex numbers with 'a'...'f' digits to be parsedStefan Metzmacher2007-10-101-6/+13
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-13/+0
* r9600: fixed the intermittent failures we were getting with ejs in the buildAndrew Tridgell2007-10-101-1/+36
* r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell2007-10-101-1/+1
* r9311: Missing null pointer check in ejsLibSteve French2007-10-101-1/+2
* r9299: fixed the evaluation of pointer expressions that evaluate to booleanAndrew Tridgell2007-10-101-2/+25
* r9183: more workarounds for the global variables in ejs. I will discuss getti...Andrew Tridgell2007-10-102-0/+30
* r9173: catch ep->local being NULLAndrew Tridgell2007-10-101-1/+3
* r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2007-10-101-3/+3
* r8651: fixed a boolean expression bug (submitted upstream)Andrew Tridgell2007-10-101-0/+3
* r8631: give an error on incorrect argument countAndrew Tridgell2007-10-101-4/+3
* r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell2007-10-103-20/+25
* r8599: null terminate the argv list in string C functionsAndrew Tridgell2007-10-101-1/+2
* r8562: small merge with upstreamAndrew Tridgell2007-10-101-10/+5
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-101-0/+1
* r8466: it is not portable to assert() a va_list (it breaks on alpha for example)Andrew Tridgell2007-10-101-1/+0
* r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell2007-10-105-3499/+2
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-1012-0/+9132