ChangeLog from CLEARSILVER-0_7_1 to CLEARSILVER-0_7_2 ======================================================================== 2002/10/17 Brandon Long * Makefile:1.22 update Makefile for cs 0.7.2 * java-jni/Makefile:1.4 * rules.mk:1.22 * Makefile:1.21 * util/Makefile:1.13 * cgi/Makefile:1.11 * python/Makefile:1.8 * imd/Makefile:1.2 * cs/Makefile:1.17 some makefile fixes * python/neo_cgi.c:1.21 fix python wrapper calls to work on older versions of python under mod_python where the internal dictionary doesn't have a __getitem__ call * perl/README:1.2 add Gaku's web address * perl/Changes:1.1 * perl/ClearSilver.pm:1.1 * perl/ClearSilver.xs:1.1 * perl/MANIFEST:1.1 * perl/Makefile.PL:1.1 * perl/Makefile.old:1.1 * perl/README:1.1 * perl/test.cs:1.1 * perl/test.gold:1.1 * perl/test.hdf:1.1 * perl/test.out:1.1 * perl/test.pl:1.1 * perl/typemap:1.1 Import Gaku's 0.2 ClearSilver Perl Module 2002/10/14 Brandon Long * util/test/Makefile:1.8 * util/neo_hdf.h:1.15 * util/neo_hdf.c:1.42 add a 'cache' to hdf set for one common case (from Chuck @ Plaxo) 2002/10/05 Brandon Long * util/neo_date.h:1.6 include for struct tm 2002/10/03 Brandon Long * python/neo_util.c:1.18 export date functions to python 2002/10/01 David W. Jeske * rules.mk:1.21 added dependency done echo * cgi/.cvsignore:1.1 * java-jni/.cvsignore:1.1 * cs/.cvsignore:1.2 add some .cvsignore files 2002/09/26 Brandon Long * python/neo_cgi.c:1.20 export htmlStrip function to python * cgi/date.c:1.6 add some more date info to date export 2002/09/25 David W. Jeske * java-jni/j_neo_cs.c:1.2 * java-jni/j_neo_util.c:1.2 check for null strings in java-jni wrapper 2002/09/25 Brandon Long * util/test/Makefile:1.7 * util/test/hdfloadtest.c:1.3 * util/neo_hdf.c:1.41 fix hdf_read_string * python/neo_util.c:1.17 add atomic write function 2002/09/21 David W. Jeske * rules.mk:1.19 * python/Makefile:1.6 * python/neo_cs.c:1.5 * python/neo_util.c:1.16 * python/neo_cgi.c:1.19 windows dl_export * python/README.txt:1.1 * python/neo_cgi.def:1.1 * util/snprintf.c:1.1 * rules.mk:1.20 * python/Makefile:1.7 python win32 dll build * rules.mk:1.18 * util/neo_files.c:1.3 fix for windows cr/lf filesize weirdness 2002/09/20 David W. Jeske * java-jni/servlet/CSPage.java:1.1 working on cspage! * java-jni/CGI.java:1.1 * java-jni/CS.java:1.1 * java-jni/CSTest.java:1.1 * java-jni/HDF.java:1.1 * java-jni/Makefile:1.1 * java-jni/j_neo_cgi.c:1.1 * java-jni/j_neo_cs.c:1.1 * java-jni/j_neo_util.c:1.1 first version of java clearsilver wrapper * java-jni/CGI.java:1.2 * java-jni/CS.java:1.2 * java-jni/HDF.java:1.2 * java-jni/Makefile:1.3 change the java-jni so name * java-jni/Makefile:1.2 build changes to java clearsilver * java-jni/CS.java:1.3 * java-jni/HDF.java:1.3 * java-jni/README.txt:1.1 * java-jni/servlet/HelloCSServlet.java:1.1 added readme and servlet example 2002/09/19 Brandon Long * python/neo_util.c:1.15 don't throw an error on an invalid setValue