pancake@flubox [Wed, 08 Jul 2009 18:19:19 +0200] rev 37
* Added another nest test document
pancake@localhost.localdomain [Fri, 10 Apr 2009 22:35:43 +0000] rev 36
* Simplify tmpfile() dump code
* Check for null malloc before crashing
pancake@localhost.localdomain [Thu, 09 Apr 2009 00:30:24 +0000] rev 35
* Show BUG messages when failing in 'make test'
* Verboser onerliner BUG message
pancake@localhost.localdomain [Thu, 09 Apr 2009 00:22:14 +0000] rev 34
* Make 'test' is now nicer
- Shows 'ok' or 'oops' if there are errors
* Fix switch/case/endswitch statements
pancake@localhost.localdomain [Wed, 08 Apr 2009 23:23:51 +0000] rev 33
* Apply nibble's patch fixing nested conditional issues
appeared in nest2.spp testfile. Thanks! :D
* Fix t/hello.sh
- Add t/hex.spp t/oneliner.spp t/random.spp and t/nest2.spp
pancake@flubox [Wed, 08 Apr 2009 15:52:25 +0200] rev 32
* Simplify 'case' command for the spp backend
* Fix 'test' makefile target (thanks skurz0)
pancake@localhost.localdomain [Wed, 08 Apr 2009 00:44:43 +0000] rev 31
* Use rand() instead of random() for portability
* implement switch, case and endswitch commands in spp
- Now is usable as a cgi
- If first line starts with '#!' it is skipped
* Add example cgi written in pure spp :P
pancake@localhost.localdomain [Tue, 31 Mar 2009 00:19:33 +0000] rev 30
* Added 'spp_hex and 'spp_grepline' tags for spp preprocessor
- Cool for bindiffing/binpatching ;)
* Properly do not print empty lines (only tags, no plain strings)
pancake@localhost.localdomain [Sun, 29 Mar 2009 18:22:36 +0000] rev 29
* Add <{getrandom ##}> tag for native random random number generator in spp
* Add support to parse multiple tags in a line
pancake@localhost.localdomain [Fri, 27 Mar 2009 11:46:26 +0000] rev 28
* Fix BUGS file