Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb... | Andrew Tridgell | 2 | -1/+4 |
2007-10-10 | r8240: support comparing pointers in ejs. This allows for | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r7481: Add a mprVarIsPtr macro. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r7456: Add a simple type that represents a pointer. The ejs people may ask us | Tim Potter | 4 | -0/+34 |
2007-10-10 | r7441: Get rid of // comments. Tridge, if this breaks anything, please revert... | Volker Lendecke | 5 | -228/+218 |
2007-10-10 | r7214: Undo my interpreter patch. Tridge thought of a much better way to do it | Tim Potter | 4 | -52/+4 |
2007-10-10 | r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreter | Tim Potter | 4 | -4/+52 |
2007-10-10 | r7127: allow for recursive ejs functions | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2) | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r7085: fixed a bug in ejs with setting up the arguments[] array | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7071: allow access to the current mpr memory context from ejs calls | Andrew Tridgell | 2 | -0/+8 |
2007-10-10 | r7066: Rename http_exception to ejs_exception. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r7065: Move ejs from web_server to lib so it can be shared with smbscript. | Tim Potter | 13 | -0/+9681 |