2009-07-08 pancake * Added another nest test document default tip
2009-04-10 pancake * Simplify tmpfile() dump code
2009-04-09 pancake * Show BUG messages when failing in 'make test'
2009-04-09 pancake * Make 'test' is now nicer
2009-04-08 pancake * Apply nibble's patch fixing nested conditional issues
2009-04-08 pancake * Simplify 'case' command for the spp backend
2009-04-08 pancake * Use rand() instead of random() for portability
2009-03-31 pancake * Added 'spp_hex and 'spp_grepline' tags for spp preprocessor
2009-03-29 pancake * Add <{getrandom ##}> tag for native random random number generator in spp
2009-03-27 pancake * Fix BUGS file
2009-03-26 pancake * Added 'lineno' variable
2009-03-26 pancake * add get/set vars in p/spp
2009-03-25 pancake * Oops. error means STDERR
2009-03-25 pancake * Found a bug when setting variables with middle dash in name
2009-03-25 pancake * Fix issue in '/' append in spp_include
2009-03-25 pancake * Add missing '/' concatenation for -I
2009-03-25 pancake * Rename 'mc' to 'spp' (the default preprocessor now)
2009-03-24 pancake * Major refactoring of the mc_pipe/endpipe
2009-03-24 pancake * Add initial macro support for cpp
2009-03-23 pancake * Make 'cmd_to_str' work dynamically instead of static buffered
2009-03-23 pancake * Externalize nested conditionals support into the core
2009-03-23 pancake * Use popen() for {{system}} in p/mc
2009-03-23 pancake * Initial pseudoworking implementation of nested conditionals
2009-03-23 pancake * Fix a bug in -D flag for cpp/mc
2009-03-23 pancake * Use '%s' instead of "%s" on sh/mc {{pipe}}
2009-03-23 pancake * Initial implementation of the nested tag string replacement support
2009-03-22 pancake * Added mc/sh_pipe and endpipe tags
2009-03-20 pancake * Minor code cleanup
2009-03-20 pancake * Finally got a working fix for the cppVSsh weirdness
2009-03-20 pancake * Add 'chop' attribute for the preprocessor backends
2009-03-20 pancake * Add negated expressions in CPP
2009-03-18 pancake * Handle dependency (-MD) files automatically with a make macro
2009-03-18 pancake * Add initial implementation of 'mc' (minimal mcms)
2009-03-17 pancake * Fix nostdin when argument given bug (thanks nibble)
2009-03-17 pancake * Added some more keywords for the 'cpp' backend
2009-03-17 pancake * Fix parsing bug with -e -h
2009-03-17 pancake * Use -MD in CFLAGS for development with gcc
2009-03-16 pancake * Initial import of 'spp' into mercurial