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