2005/12/14 by blong@blong make hdf_set_value work with symlinks (and add test) patch from Gerald Dachs 2005/12/05 by blong@blong fix gcc4 signedness warnings by converting unsigned char * to char *. 2005/12/02 by blong@blong cleanups for clearsilver on x86_64 and MINGW32_NT-5.1 - revamp NEOTONIC_DIR usage so we don't have a trailing /, gcc on mingw doesn't seem to like it - don't include -fPIC on OSF1 and MINGW32_NT - regex.c should include cs_config.h - use make builtin wildcard instead of external find command for portability (since we require GNU Make already) - msys/mingw bash doesn't like empty for clause in top level make depends, so work around it - AC_MINGW32 has changed what it sets 2005/12/02 by blong@blong adds perl bindings for hdf_set_symlink, hdf_remove_tree, and hdf_copy from Matthias Bauer 2005/12/02 by blong@blong don't attempt to calloc 0 elements, some platforms don't like that 2005/11/30 by blong@blong ignore end tags that are being stripped 2005/11/21 by blong@blong Changes for portability - include configure script for finding java jni include path - only use GNU CPP Variadic expansion if we're using the gnu compiler, otherwise use C99 Variadic expansion - other portability changes suggested by contributors 2005/11/16 by blong@blong Add wrapper for HDF copy call 2005/11/09 by smarti@smarti Added reserved characters to url_escape in clearsilver 2005/10/21 by blong@blong Changes to make compatible with amd64 and newer python versions Add newer automake files, update config and CFLAGS 2005/10/21 by blong@blong Add more comments to make this example clearer 2005/10/21 by blong@blong hack to fix hermetic build of neo_cgi python module 2005/10/21 by griff@griff Add getChild to java clearsilver 2005/10/14 by griff@griff Improvements to java clearsilver HDF class Added getOrCreateObj Linked removeTree 2005/10/13 by blong@blong make sure the global hdf setting is passed to sub-parse trees used by lvar and linclude add a few comments and todo's for later 2005/10/03 by daveey@daveey added setSymLink to jni library 2005/09/28 by smarti@smarti Simplified code by removing separate _init function that takes an additional global HDF parameter. Instead just call setGlobalHDF after init in constructor. 2005/09/27 by smarti@smarti Speed up Java/Clearsilver by having CS read from both local and global HDF 2005/09/23 by smarti@smarti Fixed memory leak in CS.class 2005/09/22 by smarti@smarti Added code to allow apps to force HDF to clean up memory allocated in C. 2005/09/21 by blong@blong fix memory leak in hdf_read_file 2005/09/19 by blong@blong only steal the allocation if its a STRING, otherwise we free the variable value and not the variable name 2005/09/14 by blong@blong change TZ back after we change it 2005/09/14 by blong@blong support python 2.4 2005/09/14 by blong@blong fix bugs in hdf attribute parsing, including core dump bug. Make parser stricter to catch bad things, and make it not modify the string it was handed so it can give better error messages 2005/09/14 by blong@blong Add support for abs/max/min and first/last functions to clearsilver 2005/08/31 by blong@blong fix error message for wrong number of arguments to macro