summaryrefslogtreecommitdiffstats
path: root/testprogs/ejs/sprintf.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining JavaScript code.Jelmer Vernooij2008-09-161-31/+0
|
* r8638: continue the trend of maknig our C functions true ejs objects by ↵Andrew Tridgell2007-10-101-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)
* r8355: - added a vsprintf() functionAndrew Tridgell2007-10-101-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)
* r8346: added a sprintf test suite for ejsAndrew Tridgell2007-10-101-0/+22
(This used to be commit 14af014410a9971d447aafe00640407698f63d7f)