summaryrefslogtreecommitdiffstats
path: root/source4/lib/appweb/ejs/ejsLib.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-1090/+0
|
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 12ba42de5886f9f4f9b1698476557e0c217d06f3)
* r9311: Missing null pointer check in ejsLibSteve French2007-10-101-1/+2
| | | | | Found by coverity (This used to be commit ae7b073af3d690275dbfa11c8406963702c57d3b)
* r9183: more workarounds for the global variables in ejs. I will discuss ↵Andrew Tridgell2007-10-101-0/+27
| | | | | | | getting rid of these with the mbedthis people. (This used to be commit a5b9e74a5c23e724ae4ee222e6f128133b175494)
* r9173: catch ep->local being NULLAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 9f75bc3ca061abbfeb6ac9fc60834b8c1f6e2c4d)
* r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell2007-10-101-18/+18
| | | | | I will submit this upstream (This used to be commit a2266f6927d953459bd4b02fbca0a9c95c18494e)
* r8466: it is not portable to assert() a va_list (it breaks on alpha for example)Andrew Tridgell2007-10-101-1/+0
| | | | (This used to be commit 2a64ee4227840de4aebe2ebe1887dfd167831738)
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-0/+1061
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)