ChangeLog from CLEARSILVER-0_8_0 to CLEARSILVER-0_8_1 ======================================================================== 2003/04/04 Brandon Long * scripts/document.py:1.6 fix error 2003/04/03 Brandon Long * util/missing.c:1.3 * util/regex/regex.c:1.2 * util/neo_misc.h:1.18 * util/neo_str.c:1.20 * cgi/date.c:1.9 * cs/Makefile:1.20 some fixes for windows * cgi/Makefile:1.12 remove some more oldstyle config * python/README.txt:1.3 * python/Makefile:1.10 more fixes for windows * java-jni/Makefile:1.5 fixes for redhat 7.2 * python/p_neo_util.h:1.7 define DL_EXPORT for older python versions * cs/cstest.c:1.9 another missing header * util/missing.c:1.2 * util/neo_misc.h:1.17 add missing func defs to neo_misc.h 2003/04/02 Brandon Long * util/neo_hash.c:1.1 * util/neo_hash.h:1.1 oops, missed * mod_ecs/Makefile:1.1 * util/missing.c:1.1 * util/neo_rand.c:1.1 * util/neo_rand.h:1.1 * util/regex/regex.c:1.1 * util/regex/regex.h:1.1 * util/test/date_test.c:1.2 * util/test/hash_test.c:1.2 * util/test/hdf_hash_test.c:1.2 * util/Makefile:1.17 * util/neo_err.h:1.14 * util/wdb.c:1.6 * util/rcfs.c:1.6 * util/filter.c:1.2 * util/ulist.c:1.8 * util/neo_misc.c:1.18 * util/neo_date.h:1.8 * util/neo_date.c:1.8 * util/wildmat.c:1.2 * util/neo_err.c:1.14 * util/skiplist.c:1.5 * util/neo_server.c:1.5 * util/snprintf.c:1.2 * util/ulist.h:1.6 * util/dict.c:1.4 * util/neo_hdf.c:1.45 * util/ulocks.h:1.5 * util/dict.h:1.4 * util/ulocks.c:1.12 * util/neo_files.c:1.4 * util/neo_files.h:1.2 * util/neo_misc.h:1.16 * util/skiplist.h:1.5 * util/neo_str.c:1.19 * util/neo_net.c:1.4 * cgi/static.c:1.10 * cgi/date.c:1.8 * cgi/cgi.c:1.54 * cgi/cgiwrap.c:1.10 * cgi/rfc2388.c:1.15 * cgi/html.c:1.31 * python/neo_util.c:1.21 * python/neo_cgi.c:1.25 * python/neo_cs.c:1.6 * cs/cs.h:1.18 * cs/csparse.c:1.57 * cs/cstest.c:1.8 * cs/csdump.c:1.5 * perl/ClearSilver.xs:1.2 * perl/ClearSilver.pm:1.2 * perl/Makefile.PL:1.2 * java-jni/j_neo_cgi.c:1.2 * java-jni/j_neo_cs.c:1.3 * java-jni/j_neo_util.c:1.3 * util/test/net_test.c:1.2 * util/test/hdftest.c:1.6 * util/test/listdir_test.c:1.2 * util/test/hdf_copy_test.c:1.3 * util/test/hdfloadtest.c:1.5 * mod_ecs/mod_ecs.h:1.2 first attempt at autoconf based configuration 2003/04/01 Brandon Long * cs/csparse.c:1.55 some suggestions from Chuck@plaxo, added approx line count to errors and expression debug info to bad expression error * cs/csparse.c:1.56 * cs/test14.cs:1.2 * cs/test14.cs.gold:1.2 in theory, fix operator precedence for unary operators * cgi/cgi.c:1.53 first cut at ws stripping code * cgi/cgi.h:1.17 * cgi/cgi.c:1.52 externalize cgi_output * util/test/hash_test.c:1.1 * util/test/hdf_hash_test.c:1.1 * util/Makefile:1.16 * util/neo_hdf.c:1.44 * util/neo_hdf.h:1.16 * util/test/Makefile:1.11 * util/test/hdfloadtest.c:1.4 add hashes and make HDF use them on larger trees 2003/03/28 David W. Jeske * python/README.txt:1.2 update windows build readme * util/neo_date.c:1.7 small windows compile fixes 2003/03/27 Brandon Long * python/neo_cgi.c:1.24 don't artificially restrict writef lengths 2003/03/25 David W. Jeske * cgi/cgi.c:1.50 jsescape should escape single quote 2003/03/25 Brandon Long * cgi/cgi.c:1.51 don't js quote 8bit characters (screws up utf-8) 2003/03/24 Brandon Long * cs/test17.cs.gold:1.1 forgot gold for new test * python/neo_util.c:1.20 clear out struct tm first * util/test/date_test.c:1.1 * util/neo_date.c:1.6 * util/test/Makefile:1.10 call tzset explicitly when setting the timezone 2003/03/18 Brandon Long * cs/csparse.c:1.54 * cs/test.hdf:1.13 allow set of null value * cs/test17.cs:1.1 * cs/Makefile:1.19 add test for null value set 2003/03/14 Brandon Long * cgi/cgi.h:1.16 * cgi/cgi.c:1.49 * cgi/html.h:1.7 * cgi/html.c:1.30 * python/neo_cgi.c:1.23 * cs/cs.h:1.17 fix unsigned char problems in cs 2003/03/07 David W. Jeske * python/examples/hdfhelp.py:1.1 * python/examples/odb.py:1.1 make these examples part of python module dist 2003/02/26 David W. Jeske * cgi/cgi.c:1.48 fix js_escape bug