summaryrefslogtreecommitdiffstats
path: root/source4/lib/ejs
Commit message (Collapse)AuthorAgeFilesLines
* r7214: Undo my interpreter patch. Tridge thought of a much better way to do itTim Potter2007-10-104-52/+4
| | | | | that doesn't involve any changes to ejs at all. (This used to be commit 7b49711ecb87e8618be5ae934ffed5995408b748)
* r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreterTim Potter2007-10-104-4/+52
| | | | | | as the first line of the script. This allows smbscript to be used as an interpreter. (This used to be commit 875c8164096e7334de25cc57ac4b8bdc39b9c46b)
* r7127: allow for recursive ejs functionsAndrew Tridgell2007-10-101-0/+7
| | | | (This used to be commit 567bb9568c4e46a4abf9250e7319c702fc3a2fc9)
* r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)Andrew Tridgell2007-10-101-5/+2
| | | | (This used to be commit f9f1d85e651afca7a65804b3124daa11208965e8)
* r7085: fixed a bug in ejs with setting up the arguments[] arrayAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 722950c21365982ac9a62f97360b6c4a0bdd4acc)
* r7071: allow access to the current mpr memory context from ejs callsAndrew Tridgell2007-10-102-0/+8
| | | | (This used to be commit a58531dcf30b091913563ca2b8ce5e5843896441)
* r7066: Rename http_exception to ejs_exception.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit f2e59d3adfd7813c3c2090350f8ff2a99a5533e9)
* r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter2007-10-1013-0/+9681
(This used to be commit b83dc8fbfb9ffe30654bc4869398f50dd9ccccb7)