summaryrefslogtreecommitdiff
path: root/source4/lib/ejs/ejsLex.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7214: Undo my interpreter patch. Tridge thought of a much better way to do itTim Potter1-20/+0
that doesn't involve any changes to ejs at all. (This used to be commit 7b49711ecb87e8618be5ae934ffed5995408b748)
2007-10-10r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreterTim Potter1-0/+20
as the first line of the script. This allows smbscript to be used as an interpreter. (This used to be commit 875c8164096e7334de25cc57ac4b8bdc39b9c46b)
2007-10-10r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter1-0/+910
(This used to be commit b83dc8fbfb9ffe30654bc4869398f50dd9ccccb7)