ChangeLog from CLEARSILVER-0_8_1 to CLEARSILVER-0_9_0 ======================================================================== 2003/07/03 Brandon Long * cs/csparse.c:1.61 initialize arg1 * cs/test.cs.gold:1.4 * cs/test.cs:1.5 * cs/csparse.c:1.62 fix include, make include required in tests * cs/test_numbers.cs:1.1 * cs/test_numbers.cs.gold:1.1 * cs/csparse.c:1.60 * cs/Makefile:1.26 fix -1 case and add tests for new numeric evaluation * scripts/cs_lint.py:1.1 add cs_lint: a start of a lint for cs files 2003/06/30 David W. Jeske * cgi/cgi.c:1.59 make whitespacestrip the default 2003/06/26 Brandon Long * cs/test_tag.cs:1.1 * cs/test_tag.cs.gold:1.1 * cs/test_tag.hdf:1.1 * cs/test_with.cs:1.1 * cs/test_with.cs.gold:1.1 * cs/test3.cs:1.5 * cs/test4.cs:1.7 * cs/csparse.c:1.59 * cs/test14.cs.gold:1.3 * cs/test14.cs:1.3 * cs/Makefile:1.25 * cs/cs.h:1.19 Several changes: - add Config.TagStart to make the cs part of * cgi/cgi.c:1.58 url_escape should escape # 2003/06/19 Brandon Long * cgi/cgi.c:1.57 don't escape & in js 2003/06/18 Brandon Long * cs/test_paren.cs:1.1 * cs/test_paren.cs.gold:1.1 * cs/test_var.cs:1.1 * cs/test_var.cs.gold:1.1 * cs/.cvsignore:1.3 * cs/Makefile:1.23 more tests * cs/test18.cs:1.1 * cs/test18.cs.gold:1.1 * cs/test_chuck.cs:1.1 * cs/test_chuck.cs.gold:1.1 * cs/test_each_array.cs:1.1 * cs/test_each_array.cs.gold:1.1 * cs/test_exists.cs:1.1 * cs/test_iter.cs:1.1 * cs/test_iter.cs.gold:1.1 * cs/test_name.cs:1.1 * cs/test_name.cs.gold:1.1 * cs/test_trak1.cs:1.1 * cs/test_trak1.cs.gold:1.1 * cs/test.hdf:1.14 * cs/Makefile:1.24 add more tests * util/test/.cvsignore:1.1 add .cvsignore 2003/06/17 Brandon Long * ruby/Makefile:1.1 * ruby/install.rb:1.1 * ruby/ext/hdf/MANIFEST:1.1 * ruby/ext/hdf/extconf.rb:1.1 * ruby/ext/hdf/neo_cs.c:1.1 * ruby/ext/hdf/neo_util.c:1.1 * ruby/lib/neo.rb:1.1 * ruby/test/hdftest.rb:1.1 ruby extension from Dan Janowski * cs/cs.c:1.1 * cs/Makefile:1.22 command-line cs parser from Dan Janowski 2003/06/16 David W. Jeske * python/examples/CSPage.py:1.1 * python/examples/handle_error.py:1.1 * python/examples/who_calls.py:1.1 these files were listed in the 0.8.1 release notes so it's pretty silly that they are not here yet * python/examples/log.py:1.1 log modules 2003/05/23 Brandon Long * util/neo_net.c:1.5 try to catch bad int * cgi/cgi.c:1.56 fix possible bug 2003/05/08 Brandon Long * cs/csparse.c:1.58 add name() function to clearsilver 2003/04/15 Brandon Long * util/Makefile:1.18 * cgi/Makefile:1.13 * cs/Makefile:1.21 * python/Makefile:1.11 * mod_ecs/Makefile:1.2 * java-jni/Makefile:1.6 make an install target 2003/04/14 Brandon Long * cgi/static.c:1.11 * perl/ClearSilver.xs:1.3 * python/neo_util.c:1.22 * python/neo_cgi.c:1.26 * python/neo_cs.c:1.7 new top level include file for ClearSilver * imd/imd.c:1.15 make everyone use the new ClearSilver.h * util/dict.h:1.5 * util/dict.c:1.5 make dict c++ compatibile * cgi/cgi.c:1.55 fix pre bug