summaryrefslogtreecommitdiff
path: root/source4/lib/ejs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8341: enable floating point support in ejsAndrew Tridgell3-2/+7
2007-10-10r8336: enable 64 bit integer support in ejsAndrew Tridgell3-12/+12
2007-10-10r8334: fixed a ejs bug that prevented functions variables from being called i...Andrew Tridgell1-4/+5
2007-10-10r8333: merged with latest upstream ejs sourcesAndrew Tridgell9-58/+84
2007-10-10r8321: Fix some uninitalized variable warningsVolker Lendecke1-1/+1
2007-10-10r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb...Andrew Tridgell2-1/+4
2007-10-10r8240: support comparing pointers in ejs. This allows forAndrew Tridgell1-1/+4
2007-10-10r7481: Add a mprVarIsPtr macro.Tim Potter1-0/+2
2007-10-10r7456: Add a simple type that represents a pointer. The ejs people may ask usTim Potter4-0/+34
2007-10-10r7441: Get rid of // comments. Tridge, if this breaks anything, please revert...Volker Lendecke5-228/+218
2007-10-10r7214: Undo my interpreter patch. Tridge thought of a much better way to do itTim Potter4-52/+4
2007-10-10r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreterTim Potter4-4/+52
2007-10-10r7127: allow for recursive ejs functionsAndrew Tridgell1-0/+7
2007-10-10r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)Andrew Tridgell1-5/+2
2007-10-10r7085: fixed a bug in ejs with setting up the arguments[] arrayAndrew Tridgell1-0/+2
2007-10-10r7071: allow access to the current mpr memory context from ejs callsAndrew Tridgell2-0/+8
2007-10-10r7066: Rename http_exception to ejs_exception.Tim Potter1-1/+1
2007-10-10r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter13-0/+9681