--- parser3/ChangeLog 2021/12/27 02:05:11 1.173 +++ parser3/ChangeLog 2022/03/28 02:05:13 1.176 @@ -1,3 +1,23 @@ +2022-03-21 moko + + * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as + xmlInitCharEncodingHandlers is called in libxml static + initializers before gc_substitute_memory_management_functions in + pa_globals and thus gc may not see reference to our + xmlCharEncodingHandler and free it. + +2022-01-26 moko + + * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec + +2021-12-28 moko + + * tests/: 417.html, results/417.processed: test for empty string + match added (related to bug #1224) + + * src/main/pa_string.C: empty string match now works (fixes bug + #1224) + 2021-12-24 moko * tests/: 415_dir/29.p, results/415.processed: yet another test