summaryrefslogtreecommitdiff
path: root/source4/lib/ejs/ejsProcs.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7456: Add a simple type that represents a pointer. The ejs people may ask usTim Potter1-0/+1
to change this later but that will be pretty easy. We can use this type to pass around pointers to handles in C. Talloc allows us to do type checking too. (This used to be commit b95c0bc9b0a18aeaa89f704e37669f01df2c2ad0)
2007-10-10r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)Andrew Tridgell1-5/+2
(This used to be commit f9f1d85e651afca7a65804b3124daa11208965e8)
2007-10-10r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter1-0/+705
(This used to be commit b83dc8fbfb9ffe30654bc4869398f50dd9ccccb7)