summaryrefslogtreecommitdiff
path: root/testprogs/ejs/sprintf.js
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8638: continue the trend of maknig our C functions true ejs objects by ↵Andrew Tridgell1-0/+2
making the string functions into an object. To keep existing code working I have added: string_init(global); into base.js. That brings the functions into the global scope for our existing scripts (This used to be commit a978484738168b82441c4dc4f5f803d349769a4b)
2007-10-10r8355: - added a vsprintf() functionAndrew Tridgell1-0/+7
- removed the --outputdir option from provision, as its not used any more (as ejs knows the real paths) (This used to be commit abbf9c703c17c2edc2d978dade3619a96c38d0d9)
2007-10-10r8346: added a sprintf test suite for ejsAndrew Tridgell1-0/+22
(This used to be commit 14af014410a9971d447aafe00640407698f63d7f)