Change 2006/03/12 by blong@blong constness fix Change 2006/03/12 by blong@blong older distutils versions don't like the unknown egg option, so build up the arguments and only add the egg option if its supported Change 2006/03/12 by blong@blong fix bug and bash 1.x compatibility for rh6 Change 2006/03/12 by blong@blong fix for test strfunc on redhat9 with gcc 3.2.2 Change 2006/03/12 by blong@blong update version to 0.10.3 Change 2006/03/12 by blong@blong cgi version of cs_test for testing templates which use the standard cgi filters Change 2006/03/12 by blong@blong python egg support from Victor Ng Change 2006/03/12 by blong@blong Applied cygwin patch from Pascal Obry , and also don't override the libc global timezone with local variable names in the other date functions. Change 2006/03/09 by blong@blong In multi-threaded environment, protect nerr_init call with a mutex, only if Inited is originally false. Change 2006/02/02 by blong@blong open up experimental external function api Change 2006/02/01 by blong@blong fixes for the rest of the builtin functions and tests to make sure that expressions work in calls to functions Change 2006/02/01 by blong@blong fix strfunc_wrapper and gettext to evaluate the arguments, since that's now a requirement Add strfunc to cstest and add tests for this bug Change 2006/01/30 by blong@blong Bunch of parser bugfixes for edge cases - Handle case where local variable maps to a non-existant HDF node and the macro tries to set that node. - make LPAREN an OP, simplifying the parser and handling some odd edge cases with operator precedence of associative op - fix comma operator evaluation, especially when used as an argument to a function Change 2006/01/26 by blong@blong re-arrange cgiwrap init functions to fix fallback cases when using cgiwrap_init_std then cgiwrap_init_emu with some NULL's to use default versions. Change 2006/01/26 by blong@blong User __PRETTY_FUNCTION__ only with the GNU C compiler Change 2006/01/26 by blong@blong Fix bug introduced in 0.10.2 version of configure (bad sh syntax for PYTHON_SITE) and try another tact for getting site locations that should work with /usr/lib64 variations.