--- parser3/ChangeLog 2013/10/16 22:31:06 1.89 +++ parser3/ChangeLog 2013/10/29 16:21:27 1.92 @@ -1,3 +1,101 @@ +2013-10-29 moko + + * src/lib/json/json.vcproj: json.c -> pa_json.C + + * src/lib/json/pa_json.C: C++ compatibility addes, related to issue + #892 + + * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c, + lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for + exceptions to be thrown thougth json library), related to issue + #892 + + * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32, + related to issue #896 + +2013-10-24 moko + + * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3 + +2013-10-23 moko + + * README: actualization + +2013-10-22 moko + + * src/targets/apache/mod_parser3.c: Adopted apache 2.4 + compatibility patch from Sergey Kirpichev + + * tests/: 297.html, results/297.processed: non-working getter fix + test for issue #948 + + * src/: include/pa_request.h, main/pa_request.C: Now getter is not + called when saving value of $match variable in ^string.match[] to + increase compatibility (related to issue #948). + + * src/: include/pa_request.h, targets/cgi/parser3.C: minor header + usage optimization + +2013-10-21 moko + + * tests/: 182.html, results/182.processed: local path removed for + compatibility + + * tests/: 244.html, 253.html, 254.html, 275.html, 281.html, + results/244.processed, results/253.processed, + results/254.processed, results/275.processed, + results/281.processed: try_catch -> try-catch + + * tests/: 288.html, 294.html, 296.html, results/288.processed, + results/294.processed, results/296.processed: try_catch -> + try-catch + +2013-10-20 moko + + * tests/: 296.html, results/296.processed: test for xsl exception + for issue #938 added. + + * src/: include/pa_xml_exception.h, + main/pa_stylesheet_connection.C: forgotten to be replaced + XmlException is now replaced (once again closes issue #938) + +2013-10-19 misha + + * bin/auto.p.dist.in: - more mime-types are added + +2013-10-18 moko + + * buildall: disable clock_gettime detection to avoid librt linking + (which in turn depends on libpthread), related to issue #943 + +2013-10-18 misha + + * src/: classes/classes.vcproj, lib/gd/gd.vcproj, + lib/smtp/smtp.vcproj, main/main.vcproj, + targets/apache/ApacheModuleParser3Core.vcproj, + targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj, + types/types.vcproj: - new locations for libxml2 includes where + added to vcproj files + +2013-10-18 moko + + * src/classes/: hashfile.C, op.C: hopefully last part of issue #948 + fix + + * tests/: 295.html, results/295.processed: test for issue #948 + updated + + * src/classes/table.C: hopefully last lost part for issue #948 fix. + :) + + * tests/: 295.html, results/295.processed: test for issue #948 + added + + * src/: classes/hash.C, classes/string.C, classes/table.C, + include/pa_request.h, types/pa_method.h: for getters and setters + to be executed request.put_element should be called, not + context.put_element (fixes issue #948) + 2013-10-17 moko * src/classes/xdoc.C: libxml 2.9.1 compatibility with define @@ -173,8 +271,8 @@ 2013-07-31 moko - * src/lib/json/json.c: STATE__X -> STATE_XX for cygwin compilation - having #define _S + * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin + compilation having #define _S * src/main/pa_globals.C: cleanup @@ -183,15 +281,16 @@ * src/: classes/table.C, include/pa_common.h, main/pa_charset.C, main/pa_common.C: vs2003 warning war - * src/lib/json/json.c: vs2003 warning war + * src/lib/json/: json.c, pa_json.C: vs2003 warning war - * src/lib/json/json.c: vs2003 compilation fix + * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix * src/lib/md5/pa_sha2.c: warning war 2013-07-29 moko - * src/lib/json/: json.c, json.h: some libjson patches from github + * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson + patches from github * src/: classes/bool.C, classes/double.C, classes/int.C, classes/memcached.C, include/pa_config_includes.h, @@ -199,15 +298,15 @@ * src/lib/json/json.vcproj: C++ -> C - * src/lib/json/json.c: C++ warning revert + * src/lib/json/: json.c, pa_json.C: C++ warning revert - * src/lib/json/json.c: windows compatibility + * src/lib/json/: json.c, pa_json.C: windows compatibility - * src/lib/json/json.c: windows compatibility + * src/lib/json/: json.c, pa_json.C: windows compatibility - * src/lib/json/: json.c: warning war + * src/lib/json/: json.c, pa_json.C: warning war - * src/lib/json/json.c: win32 compilation issues fixes + * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes * src/include/pa_config_fixed.h: uint16_t added @@ -215,9 +314,9 @@ * src/: classes/json.C, lib/json/JSON_parser.C, lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c, - lib/json/json.h, lib/json/json.vcproj: JSON_parser with non-free - licence is replaced with similar GPL licenced libjson (fixes - issue #892) + lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C, + lib/json/pa_json.h: JSON_parser with non-free licence is replaced + with similar GPL licenced libjson (fixes issue #892) 2013-07-25 moko @@ -13713,7 +13812,7 @@ types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C, - types/pa_wcontext.h, types/pa_wwrapper.h: $Date: 2013/10/16 22:31:06 $ + types/pa_wcontext.h, types/pa_wwrapper.h: $Date: 2013/10/29 16:21:27 $ * src/: classes/classes.C, classes/classes.dsp, classes/classes.h, classes/date.C, classes/double.C, classes/file.C, classes/form.C, @@ -17863,7 +17962,7 @@ main/pa_hash.C, main/pa_pool.C, main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C, main/untaint.C, targets/cgi/parser3.C, - targets/isapi/parser3isapi.C: static char *RCSId="$Id: ChangeLog,v 1.89 2013/10/16 22:31:06 moko Exp $"; + targets/isapi/parser3isapi.C: static char *RCSId="$Id: ChangeLog,v 1.92 2013/10/29 16:21:27 moko Exp $"; * src/main/: compile.y, compile_tools.h: $:name: == ${name}: $class:name: == ${class:name}: @@ -20678,9 +20777,9 @@ * src/include/: pa_pool.h, pa_string.h: pa_pool split - * src/main/: main.dsp, pa_string.C: $Id: ChangeLog,v 1.89 2013/10/16 22:31:06 moko Exp $ check + * src/main/: main.dsp, pa_string.C: $Id: ChangeLog,v 1.92 2013/10/29 16:21:27 moko Exp $ check - * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id: ChangeLog,v 1.89 2013/10/16 22:31:06 moko Exp $ + * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id: ChangeLog,v 1.92 2013/10/29 16:21:27 moko Exp $ check * src/: include/pa_pool.h, main/pa_string.C: String prealloc &