--- parser3/ChangeLog 2003/07/24 12:07:02 1.24 +++ parser3/ChangeLog 2003/10/28 05:59:57 1.26 @@ -1,3 +1,593 @@ +2003-10-24 paf + * Makefile.am 1.36: + * src/classes/Makefile.am 1.43: + * src/classes/smtp/Makefile.am 1.3: + * src/lib/cord/Makefile.am 1.3: + * src/lib/md5/Makefile.am 1.3: + * src/lib/pcre/Makefile.am 1.2: + * src/main/Makefile.am 1.37: + * src/targets/apache13/Makefile.am 1.18: + * src/targets/apache13core/Makefile.am 1.3: + * src/targets/cgi/Makefile.am 1.48: + * src/targets/isapi/Makefile.am 1.3: + .dsp/w -> .vcproj/sln + + * Makefile.in 1.50: + * src/classes/Makefile.in 1.56: + * src/classes/smtp/Makefile.in 1.14: + * src/include/pa_version.h 1.10: + * src/lib/cord/Makefile.in 1.3: + * src/lib/md5/Makefile.in 1.8: + * src/lib/pcre/Makefile.in 1.10: + * src/main/Makefile.am 1.38: + * src/main/Makefile.in 1.52: + * src/targets/apache13/Makefile.in 1.48: + * src/targets/apache13core/Makefile.in 1.3: + * src/targets/cgi/Makefile.in 1.64: + * src/targets/isapi/Makefile.in 1.13: + *** empty log message *** + +2003-10-22 paf + * src/include/pa_request.h 1.167: + fixed: $h[^hash::create[]] $$h[1] + +2003-10-21 paf + * src/classes/op.C 1.133: + * src/include/pa_request.h 1.166: + fixed: false 'endless recoursion' message with intensive throw-catches + fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block + + * operators.txt 1.118: + * src/include/pa_string.h 1.151: + * src/main/pa_string.C 1.185: + fixed: string.match[g] without <'> option produced columns with + NULL's, which gpf'ed at table.save time + +2003-10-10 paf + * src/include/pa_string.h 1.150: + * src/main/compile.tab.C 1.91: + * www/htdocs/.htaccess 1.20: + CORD_chr does not check offset argument for validity + did that in String::Body::pos myself + http://i2/tasks/edit/?id=4577425257580789777 + +2003-10-07 paf + * src/main/compile.tab.C 1.90: + * src/main/compile.y 1.207: + ^if ( better error: + .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now + +2003-10-03 paf + * parser3.sln 1.5: + * src/include/pa_dictionary.h 1.15: + * src/main/pa_dictionary.C 1.19: + * src/main/pa_string.C 1.184: + * src/targets/cgi/parser3.vcproj 1.3: + * www/htdocs/.htaccess 1.19: + dictionary optimized by precalculating cstr&length + +2003-10-02 paf + * src/classes/op.C 1.132: + * src/include/pa_request.h 1.165: + * src/include/pa_stack.h 1.20: + * src/main/execute.C 1.299: + * src/main/pa_request.C 1.251: + * src/main/pa_sql_driver_manager.C 1.73: + * src/main/pa_stylesheet_manager.C 1.19: + * www/htdocs/.htaccess 1.18: + bugfix: ^throw context were saved/restored incompletely + http://www.parser.ru/forum/?id=21484 + +2003-09-30 paf + * src/targets/apache13/mod_parser3.c 1.7: + * src/targets/apache13/pa_httpd.h 1.4: + * src/targets/apache13core/mod_parser3.C 1.5: + content-type now changes + + * src/main/pa_string.C 1.183: + string::replace bug fix [were ignoring occurrances after lang-mismatched + +2003-09-29 paf + * src/include/pa_charset.h 1.25: + * src/main/helpers/simple_folding.pl 1.1: + * src/main/pa_charset.C 1.38: + * src/main/pa_string.C 1.181: + * www/htdocs/auto.p 1.20: + utf-8 upper/lower + + * src/classes/string.C 1.127: + bugfix: s.right(>s.length) returned nothing + + * www/htdocs/base.p 1.7: + * www/htdocs/derived.p 1.25: + * www/htdocs/font.gif 1.2: + * www/htdocs/global.xsl 1.9: + * www/htdocs/index.html 1.213: + * www/htdocs/mailreceive.eml 1.4: + * www/htdocs/mailreceive.html 1.2: + * www/htdocs/operators.p 1.12: + * www/htdocs/parser-status.html 1.3: + * www/htdocs/people.dtd 1.2: + * www/htdocs/some.p 1.3: + removing old tests + + * src/main/pa_common.C 1.159: + bugfix: utf signature were not ignored due to typo error + http://i2/tasks/edit/?id=4573354650786434584 + + * src/classes/table.C 1.184: + bugfix: flip: must produce nameless + http://i2/tasks/edit/?id=4573405524674081244 + + * src/main/utf8-to-lower.inc 1.1: + * src/main/utf8-to-upper.inc 1.1: + generated by helper + + * src/main/pa_string.C 1.182: + string::serialize bug fix with zero-terminator + + * src/classes/table.C 1.185: + ^nameless_table.save column row now has no \t at the end + + * src/classes/form.C 1.36: + better error message: MAX_POST_SIZE_NAME to error message + + * src/include/pa_request.h 1.164: + * src/main/execute.C 1.298: + * src/main/pa_request.C 1.250: + @postprocess now takes $response:body/download + +2003-09-26 paf + * src/include/pa_string.h 1.149: + * src/main/pa_common.C 1.157: + * src/main/pa_string.C 1.180: + * www/htdocs/.htaccess 1.17: + String.for_each bug fixed [omited one-char cases] + + * src/main/untaint.C 1.121: + removed needless const + + * src/main/untaint.C 1.122: + removed needless field + + * src/classes/op.C 1.131: + * src/include/pa_string.h 1.148: + * src/main/pa_string.C 1.178: + * www/htdocs/.htaccess 1.15: + string::serialize/deserialize implemented + Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything] + + * src/include/pa_stack.h 1.19: + bugfix: before collecting garbage, runtime-executor stack were + cleared... BADLY + + * src/main/pa_string.C 1.179: + * www/htdocs/.htaccess 1.16: + * www/htdocs/auto.p 1.19: + ^stirng.replace code used old param-convention on langs.append, fixed that + search fo the like, found none + +2003-09-25 paf + * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1: + * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7: + string: debug: .v() functions aligned to that of eeparser3 look + + * src/include/pa_string.h 1.147: + * src/include/pa_version.h 1.9: + * src/main/pa_string.C 1.177: + * src/main/untaint.C 1.120: + templates and anonymous unions differences on unix + + * parser3.sln 1.4: + * src/classes/file.C 1.112: + * src/classes/image.C 1.93: + * src/classes/mail.C 1.90: + * src/classes/op.C 1.130: + * src/classes/table.C 1.183: + * src/classes/xdoc.C 1.114: + * src/classes/xnode.C 1.59: + * src/include/pa_cache_managers.h 1.11: + * src/include/pa_charset.h 1.24: + * src/include/pa_charsets.h 1.10: + * src/include/pa_common.h 1.94: + * src/include/pa_request.h 1.163: + * src/include/pa_sql_driver_manager.h 1.28: + * src/include/pa_string.h 1.146: + * src/include/pa_stylesheet_manager.h 1.17: + * src/include/pa_table.h 1.53: + * src/lib/cord/cordbscs.c 1.3: + * src/lib/cord/cordprnt.c 1.3: + * src/lib/cord/cordxtra.c 1.4: + * src/lib/cord/include/cord.h 1.3: + * src/main/compile.tab.C 1.89: + * src/main/compile_tools.h 1.69: + * src/main/pa_charset.C 1.37: + * src/main/pa_charsets.C 1.13: + * src/main/pa_common.C 1.156: + * src/main/pa_exec.C 1.52: + * src/main/pa_request.C 1.249: + * src/main/pa_sql_driver_manager.C 1.72: + * src/main/pa_string.C 1.176: + * src/main/pa_stylesheet_manager.C 1.18: + * src/main/untaint.C 1.119: + * src/types/pa_value.h 1.113: + * src/types/pa_vimage.C 1.24: + * src/types/pa_vmail.C 1.51: + * src/types/pa_vmath.C 1.3: + * src/types/pa_vstateless_class.h 1.44: + * src/types/pa_vstatus.C 1.18: + * src/types/pa_vxnode.C 1.33: + * www/htdocs/.htaccess 1.14: + string_fragments_to_cord merged to HEAD + + * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1: + removed warnings + +2003-09-24 paf + * src/classes/file.C [string_fragments_to_cord] 1.111.4.1: + * src/classes/image.C [string_fragments_to_cord] 1.92.2.1: + * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1: + * src/classes/op.C [string_fragments_to_cord] 1.129.4.1: + * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1: + * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1: + * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1: + * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1: + * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1: + * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1: + * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1: + * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1: + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10: + * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1: + * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1: + * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1: + * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1: + * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1: + * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1: + * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1: + * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1: + * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1: + * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6: + * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1: + * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6: + * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1: + * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1: + * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1: + * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1: + * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1: + * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1: + * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1: + v() functions of String::Body, String::Languages and String itself + StringBody->String::Body + + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8: + * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4: + * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4: + langs: speed up by joining adjucent blocks of same char [ + CORD_append_block] + + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9: + * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5: + * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5: + CORD_append_block showed no efficiency = never optimized anything. + todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters + + * src/classes/table.C [string_fragments_to_cord] 1.182.4.2: + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5: + * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2: + * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3: + aval/ works! + + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6: + * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4: + aval is not actually working yet :( + but more working &understood :) + + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7: + * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3: + * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3: + * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5: + aval/ works! + todo: save space by extending blocks when appending block with c == lastblock.c + +2003-09-23 paf + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2: + * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2: + just compiled + todo: serialize&deserialize + + * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4: + something even more works :) + + * src/classes/table.C [string_fragments_to_cord] 1.182.4.1: + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1: + * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1: + * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1: + * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1: + * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1: + * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1: + main idea implemented, details left + + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3: + * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2: + * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2: + something already works :) + + * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4: + * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2: + * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3: + something more works :) + + * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5: + $a[ok!] + $a works! + +2003-09-22 paf + * src/classes/xdoc.C 1.112: + * src/classes/xnode.C 1.57: + new DOM2 methods from Alexandr Egorov (all?) + xdoc: + createAttributeNS + createElementNS + xnode: + getAttributeNS + setAttributeNS + removeAttributeNS + getAttributeNodeNS + setAttributeNodeNS + hasAttribute + hasAttributeNS + + * src/classes/memory.C 1.3: + * src/include/pa_memory.h 1.5: + #ifdef GC_DEBUG + + * src/include/pa_memory.h 1.4: + * src/main/pa_globals.C 1.159: + when xml memory allocator returns 0, just die. + http://i2/tasks/edit/?id=4570798492410259445 + + * src/lib/cord/cordxtra.c 1.3: + CORD_pos bugfix [failed to find 8bit chars due to bitwise + operation signed-char error] + + * src/classes/xdoc.C 1.113: + * src/classes/xnode.C 1.58: + copy/paste comment bugfix + +2003-09-19 paf + * src/targets/apache13/mod_parser3.c 1.6: + now compiles on MSVC7 + + * operators.txt 1.117: + * src/main/pa_common.C 1.155: + merged + $f[^file::load[binary;http://...]] + $f.tables + + * src/types/pa_wcontext.C 1.26: + output message: more practical suggestion + +2003-09-02 paf + * src/targets/apache13/mod_parser3.c 1.5: + забытое изменение + + * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2: + forgot initializer + + * src/main/pa_common.C [release_3_0_8] 1.153.2.2: + got rid of 'stdout' symbol reference on unix (users reported + problems with some old libc) + + * operators.txt [release_3_0_8] 1.115.2.1: + *** empty log message *** + + * src/main/pa_common.C [release_3_0_8] 1.153.2.3: + printf is buffered, write(1 is not. can't flush stdout without + referencing 'stdout' symbol. to hell with non-ansi libraries + without 'stdout' symbol + +2003-09-01 paf + * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1: + * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1: + * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1: + * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1: + renamed to .c [lowercase] to correspond to runconfigure. + added files to fix 'make dist' + + * src/targets/apache13/Makefile.am 1.17: + * src/targets/apache13/Makefile.in 1.47: + * src/targets/apache13/mod_parser3.c 1.4: + merged with 3.1.0: + renamed to .c [lowercase] to correspond to runconfigure. + added files to fix 'make dist' + + * src/classes/date.C [release_3_0_8] 1.45.2.1: + * src/include/pa_common.h [release_3_0_8] 1.92.2.1: + * src/main/compile.tab.C [release_3_0_8] 1.83.2.1: + * src/main/pa_common.C [release_3_0_8] 1.153.2.1: + * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1: + $date.TZ + ^date.roll[TZ;new zone] + + * src/classes/image.C 1.92: + memory handling bugs [unpatched 'new' calls] + +2003-08-19 paf + * src/types/pa_vmail.C 1.48: + * src/types/pa_vmail.h 1.11: + parses headers, still problems with body + + * src/types/pa_vmail.C 1.47: + mail_receive just compiled + + * src/types/pa_vmail.C 1.50: + turned off recoding in gmime (were still recoding headers) + + * src/include/pa_memory.h 1.3: + * src/types/pa_value.h 1.111: + -= few warnings + + * src/targets/apache13/mod_parser3.C 1.31: + * src/targets/apache13/mod_parser3.c 1.2: + .c + + * src/types/pa_vmail.C 1.49: + works as before, same charset problems: + gmime recodes to UTF-8 only headers, not body. so not recoding anything for now + + * src/targets/apache13/mod_parser3.C 1.30: + * src/targets/apache13/pa_httpd.h 1.3: + * src/targets/apache13core/mod_parser3.C 1.3: + apache module compiled on MSVC7 + + * src/types/pa_value.C 1.11: + * src/types/pa_value.h 1.112: + * src/types/pa_vdate.h 1.26: + * src/types/pa_vrequest.C 1.29: + * src/types/pa_vstring.h 1.56: + * src/types/pa_vxdoc.C 1.25: + * src/types/pa_vxnode.C 1.32: + bark intefrace obsoleted, simplified a little + + * src/types/pa_vhash.C 1.3: + * src/types/pa_vhash.h 1.47: + _default+foreach bug refix [lost fix from 3.0.8] + + * src/types/pa_vcookie.C 1.57: + in VC7 + if(type var=xxx){ + }else{ + now visible here + } + + bug fix + + * src/main/compile.tab.C 1.87: + initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4. + study shows that later in bison they've fixed that. would migrate to latest bison someday + +2003-08-18 paf + * src/classes/classes.vcproj 1.2: + * src/include/pa_config_fixed.h 1.58: + * src/main/main.vcproj 1.2: + * src/types/types.vcproj 1.2: + win32: continued process detaching from \parser3project directory + + * ~sak5c961f3101c36563.tmp 1.1: + Temporary file created by Visual Studio .NET to detect Jalindi + Igloo capabilities. + + * gnu.vcproj 1.1: + * parser3.sln 1.1: + * src/classes/classes.vcproj 1.1: + * src/classes/gd/gd.vcproj 1.1: + * src/classes/smtp/smtp.vcproj 1.1: + * src/lib/cord/cord.vcproj 1.1: + * src/lib/ltdl/libltdl.vcproj 1.1: + * src/lib/md5/md5.vcproj 1.1: + * src/lib/pcre/pcre.vcproj 1.1: + * src/lib/pcre/pcre_dftables.vcproj 1.1: + * src/lib/pcre/pcre_parser_ctype.vcproj 1.1: + * src/main/main.vcproj 1.1: + * src/targets/apache13/ApacheModuleParser3.vcproj 1.1: + * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1: + * src/targets/cgi/parser3.vcproj 1.1: + * src/targets/isapi/parser3isapi.vcproj 1.1: + * src/types/types.vcproj 1.1: + new VS project files + + * configure 1.68: + * configure.in 1.64: + * src/classes/Makefile.am 1.42: + * src/classes/Makefile.in 1.55: + * src/classes/classes.awk 1.8: + * src/doc/footer.htm 1.3: + * src/include/pa_config_fixed.h 1.57: + * src/include/pa_version.h 1.8: + * src/lib/Makefile.am 1.5: + * src/lib/Makefile.in 1.10: + * src/lib/patches/Makefile.in 1.12: + * src/main/compile.tab.C 1.86: + * src/main/pa_charset.C 1.36: + * src/main/pa_string.C 1.175: + * src/main/untaint.C 1.118: + * src/types/pa_vmail.C 1.46: + * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1: + * www/htdocs/auto.p [release_3_1_0] 1.18.2.1: + merged 3.1.0 latest changes + + * gnu.dsp 1.5: + * gnu.vcproj.vspscc 1.1: + * parser3.dsw 1.9: + * parser3.vssscc 1.1: + * src/classes/classes.dsp 1.31: + * src/classes/classes.vcproj.vspscc 1.1: + * src/classes/gd/gd.dsp 1.32: + * src/classes/gd/gd.vcproj.vspscc 1.1: + * src/classes/smtp/smtp.dsp 1.28: + * src/classes/smtp/smtp.vcproj.vspscc 1.1: + * src/lib/cord/cord.dsp 1.3: + * src/lib/cord/cord.vcproj.vspscc 1.1: + * src/lib/ltdl/libltdl.dsp 1.7: + * src/lib/ltdl/libltdl.vcproj.vspscc 1.1: + * src/lib/md5/md5.dsp 1.5: + * src/lib/md5/md5.vcproj.vspscc 1.1: + * src/lib/pcre/pcre.dsp 1.4: + * src/lib/pcre/pcre.vcproj.vspscc 1.1: + * src/lib/pcre/pcre_dftables.dsp 1.2: + * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1: + * src/lib/pcre/pcre_parser_ctype.dsp 1.3: + * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1: + * src/main/main.dsp 1.167: + * src/main/main.vcproj.vspscc 1.1: + * src/targets/apache13/ApacheModuleParser3.dsp 1.18: + * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1: + * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4: + * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1: + * src/targets/cgi/parser3.dsp 1.66: + * src/targets/cgi/parser3.vcproj 1.2: + * src/targets/isapi/parser3isapi.dsp 1.44: + * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1: + * src/types/types.dsp 1.42: + * src/types/types.vcproj.vspscc 1.1: + moved to MSVC 7 + +2003-08-15 paf + * src/main/untaint.C [release_3_0_8] 1.116.2.1: + email addresses in forms: + "non-ascii" + non-ascii + now encoded correctly + + * src/main/untaint.C [release_3_1_0] 1.117.2.1: + email addresses in forms: + "non-ascii" + non-ascii + now encoded correctly [kinda merge from 3.0.8] + +2003-07-29 paf + * src/classes/Makefile.am [release_3_1_0] 1.41.2.2: + * src/classes/Makefile.in [release_3_1_0] 1.54.2.2: + * src/classes/classes.awk [release_3_1_0] 1.7.2.1: + classes.awk added to make dist + + * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1: + just started --with-mail-receive + +2003-07-28 paf + * src/classes/Makefile.am [release_3_1_0] 1.41.2.1: + * src/classes/Makefile.in [release_3_1_0] 1.54.2.1: + * src/lib/Makefile.am [release_3_1_0] 1.4.2.1: + * src/lib/Makefile.in [release_3_1_0] 1.9.2.1: + removed circular dependence in src/classes, src/lib/gc now in dist + + * src/main/pa_string.C [release_3_1_0] 1.174.2.1: + ^cache bug fix [were not working at all] + +2003-07-25 paf + * src/doc/footer.htm [release_3_1_0] 1.2.28.1: + year + 2003-07-24 paf * INSTALL 1.33: * Makefile.am 1.35: @@ -107,6 +697,9 @@ * src/lib/cord/source.url 1.2: * src/lib/gc/Makefile.am 1.2: * src/lib/gc/Makefile.in 1.2: + * src/lib/gc/include/Makefile.am 1.2: + * src/lib/gc/include/Makefile.in 1.2: + * src/lib/gc/include/gc.h 1.2: * src/lib/ltdl/Makefile.in 1.5: * src/lib/ltdl/libltdl.dsp 1.6: * src/lib/md5/Makefile.in 1.7: @@ -279,10 +872,23 @@ * tests/results/078.processed [template_gc] 1.1.2.1.2.2: to reflect date format change (were - become ' ') + * src/classes/classes.dsp 1.30: + * src/classes/gd/gd.dsp 1.31: + * src/classes/smtp/smtp.dsp 1.27: + * src/main/main.dsp 1.166: + * src/main/pa_globals.C 1.158: + * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3: + * src/targets/cgi/parser3.dsp 1.65: + * src/targets/isapi/parser3isapi.dsp 1.43: + * src/types/types.dsp 1.41: + cvs: getting rid of win32xml pseudo project + * src/classes/math.C 1.33: merged uuid bugfix * src/include/pa_version.h [release_3_0_8] 1.7.18.1: + * src/include/pa_version.h [release_3_1_0] 1.7.20.1: + * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1: release * src/classes/math.C [release_3_0_8] 1.33.2.1: @@ -293,9 +899,9 @@ apache module compiled [were minor unnecessary changes in lib md5 interface] - * tests/141.html [template_gc] 1.1.2.3: - * tests/results/141.processed [template_gc] 1.1.2.3: - fixed bug with too-small-a-buffer + * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3: + * src/main/pa_charset.C [release_3_1_0] 1.35.2.1: + bad #endif fix * tests/001.html 1.2: * tests/002.html 1.2: @@ -599,6 +1205,10 @@ * tests/run_parser.sh 1.2: merged(copied) to HEAD from template_gc + * tests/141.html [template_gc] 1.1.2.3: + * tests/results/141.processed [template_gc] 1.1.2.3: + fixed bug with too-small-a-buffer + 2003-07-23 paf * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1: file ApacheModuleParser3Core.dsp was initially added on branch @@ -633,11 +1243,6 @@ * src/targets/apache13core/mod_parser3.C 1.1: file mod_parser3.C was initially added on branch template_gc. - * src/targets/apache13/hook/Makefile.am [template_gc] 1.1.14.1: - * src/targets/apache13/hook/Makefile.in [template_gc] 1.6.2.3.2.2: - * src/targets/apache13/hook/mod_parser3.c [template_gc] 1.2.14.1: - not needed now - * src/classes/op.C [template_gc] 1.127.2.22.2.34: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8: connection closing/caching fixed [connections were not closed @@ -700,13 +1305,13 @@ this bug remains even in latest-at-the-moment: gc6.2alpha6 just reported to hans - * src/targets/apache13core/pa_threads.C 1.1: - file pa_threads.C was initially added on branch template_gc. - * src/targets/apache13/mod_parser3_main.C 1.1: file mod_parser3_main.C was initially added on branch template_gc. + * src/targets/apache13core/pa_threads.C 1.1: + file pa_threads.C was initially added on branch template_gc. + 2003-07-22 paf * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17: on win32 bugfix in handling shbang @@ -2382,7 +2987,6 @@ * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1: - * src/targets/apache13/hook/Makefile.in [template_gc] 1.6.2.3.2.1: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1: @@ -3617,7 +4221,6 @@ * Makefile.am [autoptr] 1.34.2.3: * Makefile.in [autoptr] 1.48.2.5: * src/targets/apache13/Makefile.in 1.45: - * src/targets/apache13/hook/Makefile.in 1.7: * src/targets/apache13/p3runConfigure.in 1.12: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2: * tests/Makefile [autoptr] 1.1.2.8: @@ -3649,7 +4252,6 @@ * src/sql/Makefile.in [autoptr] 1.11.2.2: * src/targets/Makefile.in [autoptr] 1.42.2.2: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2: - * src/targets/apache13/hook/Makefile.in [autoptr] 1.6.2.2: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3: @@ -3668,7 +4270,6 @@ * src/lib/ltdl/configure [autoptr] 1.4.2.1: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3: - * src/targets/apache13/hook/Makefile.in [autoptr] 1.6.2.3: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5: lib/ltdl/Makefile now created by /configure.in only [were by @@ -6966,7 +7567,6 @@ * config.sub 1.4: * ltmain.sh 1.4: * src/targets/apache13/Makefile.in 1.44: - * src/targets/apache13/hook/Makefile.in 1.6: removed last piece of configure.in(libtool) hacks * src/lib/ltdl/COPYING.LIB 1.1: @@ -7049,7 +7649,6 @@ * src/sql/Makefile.in 1.10: * src/targets/Makefile.in 1.41: * src/targets/apache13/Makefile.in 1.43: - * src/targets/apache13/hook/Makefile.in 1.5: * src/targets/cgi/Makefile.am 1.46: * src/targets/cgi/Makefile.in 1.61: * src/targets/isapi/Makefile.in 1.10: @@ -7234,7 +7833,6 @@ * src/sql/Makefile.in 1.9: * src/targets/Makefile.in 1.40: * src/targets/apache13/Makefile.in 1.42: - * src/targets/apache13/hook/Makefile.in 1.4: * src/targets/cgi/Makefile.in 1.60: * src/targets/isapi/Makefile.in 1.9: * src/types/Makefile.in 1.48: @@ -7373,7 +7971,6 @@ * src/sql/Makefile.in 1.8: * src/targets/Makefile.in 1.39: * src/targets/apache13/Makefile.in 1.41: - * src/targets/apache13/hook/Makefile.in 1.3: * src/targets/cgi/Makefile.in 1.59: * src/targets/isapi/Makefile.in 1.8: * src/types/Makefile.in 1.47: @@ -8312,7 +8909,6 @@ * src/sql/Makefile.in 1.7: * src/targets/Makefile.in 1.38: * src/targets/apache13/Makefile.in 1.39: - * src/targets/apache13/hook/Makefile.in 1.2: * src/targets/cgi/Makefile.in 1.54: * src/targets/isapi/Makefile.in 1.7: * src/types/Makefile.in 1.44: @@ -8586,15 +9182,10 @@ # now delimiter 2002-08-26 paf - * src/targets/apache13/hook/Makefile.am 1.1: - * src/targets/apache13/hook/Makefile.in 1.1: - *** empty log message *** - * configure 1.36: * configure.in 1.37: * src/targets/apache13/Makefile.am 1.14: * src/targets/apache13/Makefile.in 1.38: - * src/targets/apache13/hook/mod_parser3.c 1.2: apache13/hook added to make dist. 2002-08-23 paf @@ -9408,7 +9999,7 @@ * src/types/pa_wcontext.C 1.21: * src/types/pa_wcontext.h 1.34: * src/types/pa_wwrapper.h 1.20: - $Date: 2003/07/24 12:07:02 $ + $Date: 2003/10/28 05:59:57 $ * src/Makefile.am 1.17: * src/classes/Makefile.am 1.40: @@ -14653,7 +15244,6 @@ !^hash::append[append_from] * src/targets/apache13/Makefile.am 1.7: - * src/targets/apache13/hook/mod_parser3.c 1.1: * src/targets/apache13/p3runConfigure.in 1.2: added @@ -16753,7 +17343,7 @@ * src/targets/cgi/parser3.C 1.93: * src/targets/isapi/parser3isapi.C 1.35: */ - static const char *RCSId="$Id: ChangeLog,v 1.24 2003/07/24 12:07:02 paf Exp $"; + static const char *RCSId="$Id: ChangeLog,v 1.26 2003/10/28 05:59:57 paf Exp $"; * src/main/compile.y 1.142: * src/main/compile_tools.h 1.41: @@ -16796,7 +17386,7 @@ * src/main/untaint.C 1.52: * src/targets/cgi/parser3.C 1.92: * src/targets/isapi/parser3isapi.C 1.34: - static char *RCSId="$Id: ChangeLog,v 1.24 2003/07/24 12:07:02 paf Exp $"; + static char *RCSId="$Id: ChangeLog,v 1.26 2003/10/28 05:59:57 paf Exp $"; 2001-06-27 parser * src/classes/hash.C 1.6: @@ -22206,7 +22796,7 @@ * src/main/pa_pool.C 1.2: * src/main/pa_string.C 1.3: * src/main/pa_string.C 1.4: - $Id: ChangeLog,v 1.24 2003/07/24 12:07:02 paf Exp $ check + $Id: ChangeLog,v 1.26 2003/10/28 05:59:57 paf Exp $ check * src/include/pa_pool.h 1.5: * src/include/pa_string.h 1.2: