--- parser3/ChangeLog 2002/10/15 10:58:33 1.14 +++ parser3/ChangeLog 2005/12/09 07:18:07 1.47 @@ -0,0 +1,1385 @@ +2005-12-08 paf + * src/classes/date.C [release_3_2_0] 1.72.2.1: + * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2: + * src/main/compile.tab.C [release_3_2_0] 1.109.2.1: + * src/main/compile.y [release_3_2_0] 1.217.2.1: + * src/main/compile_tools.h [release_3_2_0] 1.76.2.1: + * src/main/pa_charset.C [release_3_2_0] 1.52.2.1: + * src/main/pa_common.C [release_3_2_0] 1.215.2.1: + * src/main/pa_globals.C [release_3_2_0] 1.178.2.1: + * src/main/pa_string.C [release_3_2_0] 1.203.2.1: + * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1: + * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3: + * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1: + * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1: + * www/htdocs/auto.p [release_3_2_0] 1.24.2.1: + . less warnings + + * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1: + . removed outdated string origins [in current storage scheme + there's no place for them. someday we can add third CORD to + store origins and special version of parser which stores origins + there [separate binary]] + + * src/lib/patches/gc.patch [release_3_2_0] 1.2.24.1: + - incorporated into gc6.2 + + * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1: + * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1: + . merged from 3.1.5 release link fixes + + * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1: + ! bcc line longer then 500 chars now handled OK [were wrapped on + 500th char according to rfc, but sendmail failed to unwrap it + properly] + + * src/lib/patches/Makefile.am [release_3_2_0] 1.4.24.1: + * src/lib/patches/Makefile.in [release_3_2_0] 1.14.2.1: + *** empty log message *** + + * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2: + . undone some strange change since 3.1.5 + +2005-12-07 paf + * Makefile.am [release_3_2_0] 1.51.2.1: + * Makefile.in [release_3_2_0] 1.65.2.1: + * acinclude.m4 [release_3_2_0] 1.38.2.1: + * aclocal.m4 [release_3_2_0] 1.41.2.1: + * acsite.m4 [release_3_2_0] 1.16.2.1: + * configure [release_3_2_0] 1.87.2.1: + * configure.in [release_3_2_0] 1.88.2.1: + *** empty log message *** + + * src/include/pa_version.h [release_3_2_0] 1.23.2.1: + makefiles + +2005-11-28 paf + * src/main/pa_http.C 1.2: + ! status line check made earlier [was totally wrong] + + * src/classes/table.C 1.219: + ! nameless table has columns==0 + +2005-11-25 paf + * src/classes/op.C 1.162: + * www/htdocs/_bug.html 1.110: + * www/htdocs/auto.p 1.24: + + ^while(){}[SEPARATOR] + + * src/include/pa_array.h 1.67: + -this reduces speed(table::load) strange. undoing for now... + + * src/include/pa_version.h 1.23: + -this reduces speed(table::load), strange. undoing + + * src/include/pa_memory.h 1.13: + . removed GC_DEBUG for debug version, it changed gc_malloc + implementation, which obscured profiling + +2005-11-24 paf + * src/include/Makefile.am 1.10: + * src/include/pa_http.h 1.1: + * src/main/Makefile.am 1.46: + * src/main/main.vcproj 1.16: + . extracted http:// into separate file [preparation for ^file:: + cgi[script;$.form[$.field1[] + + * src/classes/file.C 1.142: + * src/include/pa_common.h 1.107: + * src/main/execute.C 1.314: + * src/main/pa_common.C 1.215: + * src/main/pa_request.C 1.278: + ! changed file/dir_readable to simple file/dir_exist, this would + help in situations "class not found because .p file has bad + rights" << in that case error would be explicit "access denied + to 'this' file" + + * Makefile.am 1.51: + * Makefile.in 1.65: + * acinclude.m4 1.38: + * aclocal.m4 1.41: + * acsite.m4 1.16: + * configure 1.87: + * configure.in 1.88: + *** empty log message *** + + * src/include/Makefile.in 1.20: + * src/main/Makefile.in 1.60: + makefiles + + * www/htdocs/_bug.pl 1.5: + * www/htdocs/_bug.txt 1.7: + +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^ + untaint[URI]{aaa=$form:text} << now %HH would be encoded in $ + .charset charset + +2005-11-22 paf + * src/types/pa_vresponse.C 1.26: + + $response:headers access to internal hash + + * src/targets/apache13core/mod_parser3_core.C 1.9: + * src/targets/isapi/parser3isapi.C 1.95: + + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi] + this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces + + * bin/Makefile.in 1.12: + * etc/Makefile.in 1.17: + * etc/parser3.charsets/Makefile.in 1.21: + * src/Makefile.in 1.58: + * src/classes/Makefile.in 1.62: + * src/include/pa_config_auto.h.in 1.43: + * src/lib/Makefile.in 1.14: + * src/lib/cord/Makefile.in 1.5: + * src/lib/cord/include/Makefile.in 1.4: + * src/lib/cord/include/private/Makefile.in 1.4: + * src/lib/gc/Makefile.in 1.4: + * src/lib/gc/include/Makefile.in 1.4: + * src/lib/gd/Makefile.in 1.5: + * src/lib/ltdl/Makefile.in 1.8: + * src/lib/md5/Makefile.in 1.10: + * src/lib/patches/Makefile.in 1.14: + * src/lib/pcre/Makefile.in 1.12: + * src/lib/sdbm/Makefile.in 1.3: + * src/lib/sdbm/apr-include/Makefile.in 1.3: + * src/lib/smtp/Makefile.in 1.5: + * src/sql/Makefile.in 1.14: + * src/targets/Makefile.in 1.45: + * src/targets/apache13/Makefile.in 1.50: + * src/targets/apache13core/Makefile.in 1.7: + * src/targets/cgi/Makefile.in 1.69: + * src/targets/isapi/Makefile.in 1.15: + * src/types/Makefile.in 1.60: + configure+makes + + * src/main/compile.tab.C 1.108: + Makefile + + * src/types/pa_vdate.h 1.42: + ! date TZ save/restore stored pointer to getenv-ed variable, + which does not work both on win32&unix. copied old TZ value now + + * src/include/pa_string.h 1.166: + * src/main/untaint.C 1.136: + + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{} + + * src/classes/string.C 1.149: + + removed limitation on ^string/int/double:sql{}[$.default[({ + param style})] ] + +2005-11-21 paf + * src/types/Makefile.am 1.40: + * src/types/pa_venv.h 1.33: + * src/types/types.vcproj 1.16: + + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on + i386-pc-win32)" + + * src/main/compile.y 1.216: + * src/types/pa_value.h 1.126: + * src/types/pa_vbool.h 1.27: + * src/types/pa_vdouble.h 1.50: + * src/types/pa_vint.h 1.44: + * src/types/pa_vmethod_frame.h 1.60: + + merged: expression literals: true/false. ^format[$.indent(true) + ] + +2005-11-18 paf + * src/include/pa_dir.h 1.18: + ! merged: file:list now sees .xxx files, only . and .. now + removed from list [were removed all .*] + + * src/lib/sdbm/apr_file_io.C 1.5: + ! merged from 3.1.5: hashfile file open error now checked, were + not :( [stole that piece from apache 1.3 sources] + +2005-08-26 paf + * src/classes/hash.C 1.76: + * src/classes/void.C 1.36: + merged ! optional options were allowed to be empty. were checked + if(is_string), changed to !defined||is_string to allow void + + * src/classes/double.C 1.59: + * src/classes/int.C 1.55: + * src/classes/math.C 1.41: + merged ! many classes/* used as_junction where they needed + as_int/double, so failed with recent "(const) now no junction" + optimization + + * src/classes/date.C 1.72: + merged + date.week + +2005-08-09 paf + * www/htdocs/.htaccess 1.47: + + ^call[$void] param inside now is void (were: empty string) + ! simplified (double) speedup consequent checks in vmethod_frame + + * src/classes/classes.C 1.22: + * src/classes/classes.h 1.31: + * src/classes/form.C 1.39: + * src/classes/hashfile.C 1.36: + * src/classes/image.C 1.113: + * src/classes/mail.C 1.110: + * src/classes/memory.C 1.8: + * src/classes/response.C 1.27: + * src/classes/xdoc.C 1.148: + * src/classes/xnode.C 1.71: + * src/classes/xnode.h 1.24: + * src/include/pa_cache_managers.h 1.18: + * src/include/pa_charset.h 1.31: + * src/include/pa_charsets.h 1.13: + * src/include/pa_config_fixed.h 1.68: + * src/include/pa_config_includes.h 1.31: + * src/include/pa_dictionary.h 1.18: + * src/include/pa_exception.h 1.45: + * src/include/pa_exec.h 1.18: + * src/include/pa_globals.h 1.112: + * src/include/pa_hash.h 1.66: + * src/include/pa_opcode.h 1.28: + * src/include/pa_operation.h 1.6: + * src/include/pa_os.h 1.5: + * src/include/pa_request.h 1.179: + * src/include/pa_request_charsets.h 1.5: + * src/include/pa_request_info.h 1.5: + * src/include/pa_sapi.h 1.27: + * src/include/pa_socks.h 1.17: + * src/include/pa_sql_connection.h 1.40: + * src/include/pa_sql_driver_manager.h 1.33: + * src/include/pa_stack.h 1.24: + * src/include/pa_stylesheet_connection.h 1.40: + * src/include/pa_stylesheet_manager.h 1.22: + * src/include/pa_table.h 1.58: + * src/include/pa_threads.h 1.30: + * src/include/pa_types.h 1.49: + * src/include/pa_uue.h 1.8: + * src/include/pa_xml_exception.h 1.4: + * src/include/pa_xml_io.h 1.4: + * src/lib/gd/gif.C 1.6: + * src/lib/gd/gif.h 1.4: + * src/lib/gd/gifio.C 1.3: + * src/lib/md5/pa_md5.h 1.11: + * src/lib/md5/pa_md5c.c 1.13: + * src/lib/smtp/comms.C 1.8: + * src/lib/smtp/smtp.C 1.8: + * src/lib/smtp/smtp.h 1.6: + * src/main/compile.C 1.78: + * src/main/compile_tools.C 1.59: + * src/main/compile_tools.h 1.76: + * src/main/pa_cache_managers.C 1.16: + * src/main/pa_charset.C 1.52: + * src/main/pa_charsets.C 1.16: + * src/main/pa_dictionary.C 1.23: + * src/main/pa_dir.C 1.20: + * src/main/pa_exception.C 1.48: + * src/main/pa_exec.C 1.67: + * src/main/pa_memory.C 1.6: + * src/main/pa_os.C 1.8: + * src/main/pa_socks.C 1.24: + * src/main/pa_sql_driver_manager.C 1.85: + * src/main/pa_string.C 1.203: + * src/main/pa_stylesheet_connection.C 1.3: + * src/main/pa_stylesheet_manager.C 1.27: + * src/main/pa_table.C 1.61: + * src/main/pa_uue.C 1.9: + * src/main/pa_xml_exception.C 1.4: + * src/main/pa_xml_io.C 1.19: + * src/sql/pa_sql_driver.h 1.43: + * src/targets/apache13/mod_parser3.c 1.12: + * src/targets/apache13core/pa_threads.C 1.5: + * src/targets/cgi/pa_threads.C 1.16: + * src/targets/cgi/parser3.C 1.237: + * src/targets/isapi/pa_threads.C 1.17: + * src/types/pa_junction.h 1.7: + * src/types/pa_method.h 1.6: + * src/types/pa_property.h 1.2: + * src/types/pa_value.C 1.19: + * src/types/pa_vclass.C 1.33: + * src/types/pa_vclass.h 1.51: + * src/types/pa_vcode_frame.h 1.32: + * src/types/pa_vconsole.h 1.10: + * src/types/pa_vcookie.C 1.68: + * src/types/pa_vcookie.h 1.31: + * src/types/pa_vfile.C 1.41: + * src/types/pa_vfile.h 1.58: + * src/types/pa_vform.C 1.84: + * src/types/pa_vform.h 1.50: + * src/types/pa_vhash.C 1.8: + * src/types/pa_vhash.h 1.58: + * src/types/pa_vhashfile.h 1.33: + * src/types/pa_vimage.C 1.35: + * src/types/pa_vimage.h 1.45: + * src/types/pa_vjunction.h 1.24: + * src/types/pa_vmail.C 1.72: + * src/types/pa_vmail.h 1.17: + * src/types/pa_vmath.C 1.8: + * src/types/pa_vmath.h 1.18: + * src/types/pa_vmemory.h 1.5: + * src/types/pa_vmethod_frame.C 1.8: + * src/types/pa_vobject.C 1.24: + * src/types/pa_vobject.h 1.47: + * src/types/pa_vproperty.h 1.3: + * src/types/pa_vrequest.C 1.37: + * src/types/pa_vrequest.h 1.33: + * src/types/pa_vresponse.h 1.40: + * src/types/pa_vstateless_class.C 1.28: + * src/types/pa_vstateless_class.h 1.53: + * src/types/pa_vstateless_object.h 1.36: + * src/types/pa_vstatus.C 1.25: + * src/types/pa_vstatus.h 1.19: + * src/types/pa_vstring.C 1.26: + * src/types/pa_vstring.h 1.59: + * src/types/pa_vtable.C 1.26: + * src/types/pa_vtable.h 1.54: + * src/types/pa_vvoid.C 1.3: + * src/types/pa_vvoid.h 1.28: + * src/types/pa_vxdoc.C 1.29: + * src/types/pa_vxdoc.h 1.40: + * src/types/pa_vxnode.C 1.43: + * src/types/pa_vxnode.h 1.35: + * src/types/pa_wcontext.C 1.32: + * src/types/pa_wcontext.h 1.49: + * src/types/pa_wwrapper.h 1.36: + 2005 + +2005-08-08 paf + * bin/auto.p.dist.in 1.12: + merged . apache bad 404 handling workaround integrated + + * www/htdocs/_bug.p 1.8: + . merged VJunction(new Junction) optimization from 3.1.4 + + * www/htdocs/_bug.xml 1.3: + merged + + optimized constants in expressions vstring->vdouble + + optimized ^call(vdouble), no junction creation, no calls later + +2005-07-29 paf + * www/htdocs/_bug_derived.p 1.3: + + property getter can now be overridden + +2005-07-28 paf + * www/htdocs/_bug.sh 1.2: + + 3.2.0 beta: merged from dynamic_fields_join + +2005-06-06 paf + * www/htdocs/_bug.xsl 1.15: + ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind + option + +2005-01-19 paf + * src/lib/gd/Makefile.am 1.2: + * src/lib/ltdl/Makefile.am 1.2: + forgotten makefiles. + couple warnings in parser3.C + +2004-12-23 paf + * src/types/pa_vhashfile.C 1.48: + beauty: hashfile::open now creates dir for new file + +2004-10-12 paf + * etc/parser3.charsets/windows-1251.cfg 1.12: + euro + promille + +/- + +2004-10-07 paf + * src/lib/cord/cordbscs.c 1.5: + debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates + long char sequences less + +2004-09-13 paf + * src/lib/sdbm/sdbm_private.h 1.2: + change: limit on length(key+value) now 8008 bytes, were 1008. + perl sdbm compatibility now ruined + + * src/lib/sdbm/apr-include/apr.h 1.5: + bugfix: error numbers now from errno.h = strerror now returnes + something and we can properly report that to client + +2004-07-28 paf + * src/lib/ltdl/ltdl.c 1.4: + * src/lib/pcre/pcre_parser_ctype.c 1.5: + bugfix: isspace((unsigned char)c) everywhere. failed on russian + letters + +2004-07-27 paf + * src/targets/cgi/parser3.vcproj 1.12: + beauty: win32: globaloptimizations ON, release:mapfile ON + todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions] + +2004-07-07 paf + * parser3.vssscc 1.2: + ...would not go unnoticed + +2004-07-01 paf + * src/classes/classes.vcproj 1.12: + * src/lib/cord/cord.vcproj 1.2: + * src/lib/gd/gd.vcproj 1.7: + * src/lib/ltdl/ltdl.vcproj 1.3: + * src/lib/md5/md5.vcproj 1.3: + * src/lib/pcre/pcre.vcproj 1.3: + * src/lib/pcre/pcre_dftables.vcproj 1.4: + * src/lib/pcre/pcre_parser_ctype.vcproj 1.4: + * src/lib/smtp/smtp.vcproj 1.6: + * src/targets/apache13/ApacheModuleParser3.vcproj 1.7: + * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9: + * src/targets/isapi/parser3isapi.vcproj 1.8: + win32: option: global optimization ON + +2004-05-26 paf + * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2: + added: thanks to konst + +2004-05-24 paf + * src/targets/apache13/p3runConfigure.in 1.17: + bugfix: smtp added + + * src/lib/cord/cordxtra.c 1.6: + * src/lib/cord/include/cord.h 1.5: + cancel: more speed, less memory: CORD_chars_block originally intended to ... + it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too] + undoing that. [and removed that func so that it would not confuse parser developer in future] + +2004-05-11 paf + * www/htdocs/_bug.gif 1.2: + bugfix: bcc with sendmail now left intact + +2004-04-05 paf + * src/doc/html2chm.cmd 1.8: + * src/doc/sources2html.cmd 1.6: + merged with 3.1.3 + +2004-04-01 paf + * src/targets/apache13/pa_httpd.h 1.6: + * src/targets/isapi/parser3isapi.def 1.2: + bugfix: sql connections now are disconnected + +2004-03-30 paf + * src/doc/ClassExample1.dox 1.5: + * src/doc/ClassExample2.dox 1.5: + * src/doc/ClassExample3.dox 1.5: + * src/doc/chmhelper.pl 1.2: + * src/doc/class.dox 1.3: + * src/doc/compiler.dox 1.4: + * src/doc/doxygen.cfg 1.25: + * src/doc/exception.dox 1.3: + * src/doc/executor.dox 1.3: + * src/doc/footer.htm 1.4: + * src/doc/index.dox 1.6: + * src/doc/memory.dox 1.3: + * src/doc/methoded.dox 1.4: + * src/doc/object.dox 1.3: + * src/doc/string.dox 1.6: + * src/doc/targets.dox 1.4: + * src/doc/value.dox 1.4: + merged bugfixes from 3.1.2, changed version to 3.1.3beta + +2004-03-05 paf + * etc/parser3.charsets/koi8-r.cfg 1.7: + there's special code for grad char! + +2004-02-25 paf + * etc/parser3.charsets/Makefile.am 1.5: + bugfix: @sysconfdir@ used [were old @charsetsdir@ recently + erased from configure.in] + +2004-02-24 paf + * src/classes/Makefile.am 1.49: + smtp on unix: steps to work on unix + + * src/lib/smtp/Makefile.am 1.2: + * src/targets/cgi/Makefile.am 1.51: + started porting smtp to unix [testing on solaris] + +2004-02-11 paf + * parser3.sln 1.9: + started changes to reflect libxml xsl new folders + + * src/lib/sdbm/sdbm.vcproj 1.4: + migrated to latest libxml[2.6.5] and libgdome[1.1.2] + simplified lib build processes + +2003-11-21 paf + * src/targets/apache13core/Makefile.am 1.5: + * src/targets/apache13core/mod_parser3.C 1.7: + renamed mod_parser3 to mod_parser3_core to help DOXYGEN + + * src/lib/Makefile.am 1.7: + * src/lib/gd/mtables.h 1.1: + rearrange: gd&smtp moved to src/lib + +2003-11-20 paf + * src/lib/ltdl/config_fixed.h 1.3: + * src/lib/pcre/maketables.c 1.2: + turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3) + found several unitialized vars + + * src/lib/sdbm/apr_strings.C 1.2: + * src/main/pa_pool.C 1.62: + static const char * const IDENT + + * src/include/pa_pool.h 1.89: + more warnings -- + +2003-11-10 paf + * src/lib/sdbm/sdbm.c 1.3: + bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c + coded that that was error. fixed + +2003-11-06 paf + * src/lib/ltdl/libltdl.vcproj 1.2: + * src/lib/ltdl/libltdl.vcproj.vspscc 1.2: + * src/lib/sdbm/apr-include/apr_errno.h 1.4: + * src/lib/sdbm/apr-include/apr_file_info.h 1.1: + * src/lib/sdbm/apr-include/apr_file_io.h 1.4: + * src/lib/sdbm/apr-include/apr_sdbm.h 1.3: + * src/lib/sdbm/apr-include/apr_strings.h 1.3: + * src/lib/sdbm/apr-include/apu.h 1.3: + hashfile: started again with sdbm from apache + + * tests/todo.txt 1.5: + hashfile: done + + * src/lib/sdbm/Makefile.am 1.3: + * src/lib/sdbm/apr-include/Makefile.am 1.1: + * src/targets/cgi/.cvsignore 1.3: + *** empty log message *** + + * src/lib/sdbm/apr-include/apr_pools.h 1.5: + just compiled + +2003-11-05 paf + * src/lib/sdbm/sdbm_hash.c 1.1: + * src/lib/sdbm/sdbm_lock.c 1.1: + * src/lib/sdbm/sdbm_pair.c 1.1: + * src/lib/sdbm/sdbm_pair.h 1.1: + * src/lib/sdbm/sdbm_tune.h 1.1: + original from httpd-2.0.43\srclib\apr-util\dbm\sdbm + + * src/main/helpers/CaseFolding.txt 1.1: + http://www.unicode.org/Public/UNIDATA/CaseFolding.txt + +2003-10-24 paf + * src/lib/cord/Makefile.am 1.3: + * src/lib/md5/Makefile.am 1.3: + * src/lib/pcre/Makefile.am 1.2: + * src/targets/apache13/Makefile.am 1.18: + * src/targets/isapi/Makefile.am 1.3: + .dsp/w -> .vcproj/sln + +2003-09-29 paf + * src/main/utf8-to-lower.inc 1.1: + * src/main/utf8-to-upper.inc 1.1: + generated by helper + + * src/main/helpers/simple_folding.pl 1.1: + utf-8 upper/lower + + * 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 + +2003-09-25 paf + * src/lib/cord/cordprnt.c 1.3: + string_fragments_to_cord merged to HEAD + +2003-08-19 paf + * src/targets/apache13/mod_parser3.C 1.31: + .c + +2003-08-18 paf + * src/classes/classes.awk 1.8: + merged 3.1.0 latest changes + + * gnu.dsp 1.5: + * parser3.dsw 1.9: + * src/classes/classes.dsp 1.31: + * src/lib/cord/cord.dsp 1.3: + * src/lib/ltdl/libltdl.dsp 1.7: + * src/lib/md5/md5.dsp 1.5: + * src/lib/pcre/pcre.dsp 1.4: + * src/lib/pcre/pcre_dftables.dsp 1.2: + * src/lib/pcre/pcre_parser_ctype.dsp 1.3: + * src/main/main.dsp 1.167: + * src/targets/apache13/ApacheModuleParser3.dsp 1.18: + * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4: + * src/targets/cgi/parser3.dsp 1.66: + * src/targets/isapi/parser3isapi.dsp 1.44: + * src/types/types.dsp 1.42: + moved to MSVC 7 + + * gnu.vcproj 1.1: + new VS project files + +2003-07-24 paf + * tests/001.html 1.2: + * tests/002.html 1.2: + * tests/003.html 1.2: + * tests/004.html 1.2: + * tests/005.html 1.2: + * tests/006.html 1.2: + * tests/007.html 1.2: + * tests/008.html 1.2: + * tests/009.html 1.2: + * tests/010.html 1.2: + * tests/011.html 1.2: + * tests/012.html 1.2: + * tests/013.html 1.2: + * tests/014.html 1.2: + * tests/015.html 1.2: + * tests/016.html 1.2: + * tests/017.html 1.2: + * tests/018.html 1.2: + * tests/019.html 1.2: + * tests/019paf2001.gif 1.2: + * tests/020.html 1.2: + * tests/021.html 1.2: + * tests/022.html 1.2: + * tests/022_dir/a.html 1.2: + * tests/022_dir/b.txt 1.2: + * tests/022_dir/c.htm 1.2: + * tests/023.html 1.2: + * tests/024.html 1.2: + * tests/025.html 1.2: + * tests/026.html 1.2: + * tests/027.html 1.2: + * tests/028.html 1.2: + * tests/029.html 1.2: + * tests/030.html 1.2: + * tests/031.html 1.2: + * tests/032.html 1.2: + * tests/033.html 1.2: + * tests/034.html 1.2: + * tests/035.html 1.2: + * tests/036.html 1.2: + * tests/037.html 1.2: + * tests/038.html 1.2: + * tests/039.html 1.2: + * tests/040.html 1.2: + * tests/041.html 1.2: + * tests/042.html 1.2: + * tests/043.html 1.2: + * tests/044.html 1.2: + * tests/045.html 1.2: + * tests/046.html 1.2: + * tests/047.html 1.2: + * tests/048.html 1.2: + * tests/049.html 1.2: + * tests/050.html 1.2: + * tests/051.html 1.2: + * tests/051b.p 1.2: + * tests/051t.p 1.2: + * tests/052.html 1.2: + * tests/053.html 1.2: + * tests/054.html 1.2: + * tests/055.html 1.2: + * tests/056.html 1.2: + * tests/057.html 1.2: + * tests/058.html 1.2: + * tests/058_paf2000.png 1.2: + * tests/059.html 1.2: + * tests/060.html 1.2: + * tests/061.dat 1.2: + * tests/061.html 1.2: + * tests/062.html 1.2: + * tests/063.html 1.2: + * tests/064.html 1.2: + * tests/065.html 1.2: + * tests/066.html 1.2: + * tests/067.html 1.2: + * tests/068.html 1.2: + * tests/069.html 1.2: + * tests/070.html 1.2: + * tests/071.html 1.2: + * tests/072.html 1.2: + * tests/073.html 1.2: + * tests/074.html 1.2: + * tests/075.html 1.2: + * tests/076.html 1.2: + * tests/077.html 1.2: + * tests/078.html 1.2: + * tests/079.html 1.2: + * tests/080.html 1.2: + * tests/081.html 1.2: + * tests/082.html 1.2: + * tests/083.html 1.2: + * tests/084.html 1.2: + * tests/085.html 1.2: + * tests/086.html 1.2: + * tests/087.html 1.2: + * tests/088.html 1.2: + * tests/089.html 1.2: + * tests/090.html 1.2: + * tests/091.html 1.2: + * tests/092.html 1.2: + * tests/093.html 1.2: + * tests/094.html 1.2: + * tests/095.html 1.2: + * tests/096.html 1.2: + * tests/096_dir/163.jpg 1.2: + * tests/096_dir/188.jpg 1.2: + * tests/097.html 1.2: + * tests/098.html 1.2: + * tests/098font.gif 1.2: + * tests/099.html 1.2: + * tests/100.html 1.2: + * tests/101.html 1.2: + * tests/102.html 1.2: + * tests/103.html 1.2: + * tests/103mark.gif 1.2: + * tests/103paf2001.gif 1.2: + * tests/104.html 1.2: + * tests/105.html 1.2: + * tests/106.html 1.2: + * tests/107.html 1.2: + * tests/108.html 1.2: + * tests/108.xsl 1.2: + * tests/109.html 1.2: + * tests/110.html 1.2: + * tests/111.html 1.2: + * tests/112.html 1.2: + * tests/113.html 1.2: + * tests/114.html 1.2: + * tests/115.html 1.2: + * tests/116.html 1.2: + * tests/117.html 1.2: + * tests/118.html 1.2: + * tests/119.html 1.2: + * tests/120.html 1.2: + * tests/121.html 1.2: + * tests/122.html 1.2: + * tests/123.html 1.2: + * tests/124.html 1.2: + * tests/125.html 1.2: + * tests/126.html 1.2: + * tests/127.html 1.2: + * tests/128.html 1.2: + * tests/129.html 1.2: + * tests/130.html 1.2: + * tests/131.html 1.2: + * tests/132.html 1.2: + * tests/133.html 1.2: + * tests/134.html 1.2: + * tests/135.html 1.2: + * tests/136.html 1.2: + * tests/137.html 1.2: + * tests/138.html 1.2: + * tests/139.html 1.2: + * tests/140.html 1.2: + * tests/141.html 1.2: + * tests/Makefile 1.2: + * tests/descript.ion 1.2: + * tests/outputs/create-dir 1.2: + * tests/results/001.processed 1.2: + * tests/results/002.processed 1.2: + * tests/results/003.processed 1.2: + * tests/results/004.processed 1.2: + * tests/results/005.processed 1.2: + * tests/results/006.processed 1.2: + * tests/results/007.processed 1.2: + * tests/results/008.processed 1.2: + * tests/results/009.processed 1.2: + * tests/results/010.processed 1.2: + * tests/results/011.processed 1.2: + * tests/results/012.processed 1.2: + * tests/results/013.processed 1.2: + * tests/results/014.processed 1.2: + * tests/results/015.processed 1.2: + * tests/results/016.processed 1.2: + * tests/results/017.processed 1.2: + * tests/results/018.processed 1.2: + * tests/results/019.processed 1.2: + * tests/results/020.processed 1.2: + * tests/results/021.processed 1.2: + * tests/results/022.processed 1.2: + * tests/results/023.processed 1.2: + * tests/results/024.processed 1.2: + * tests/results/025.processed 1.2: + * tests/results/026.processed 1.2: + * tests/results/027.processed 1.2: + * tests/results/028.processed 1.2: + * tests/results/029.processed 1.2: + * tests/results/030.processed 1.2: + * tests/results/031.processed 1.2: + * tests/results/032.processed 1.2: + * tests/results/033.processed 1.2: + * tests/results/034.processed 1.2: + * tests/results/035.processed 1.2: + * tests/results/036.processed 1.2: + * tests/results/037.processed 1.2: + * tests/results/038.processed 1.2: + * tests/results/039.processed 1.2: + * tests/results/040.processed 1.2: + * tests/results/041.processed 1.2: + * tests/results/042.processed 1.2: + * tests/results/043.processed 1.2: + * tests/results/044.processed 1.2: + * tests/results/045.processed 1.2: + * tests/results/046.processed 1.2: + * tests/results/047.processed 1.2: + * tests/results/048.processed 1.2: + * tests/results/049.processed 1.2: + * tests/results/050.processed 1.2: + * tests/results/051.processed 1.2: + * tests/results/052.processed 1.2: + * tests/results/053.processed 1.2: + * tests/results/054.processed 1.2: + * tests/results/055.processed 1.2: + * tests/results/056.processed 1.2: + * tests/results/057.processed 1.2: + * tests/results/058.processed 1.2: + * tests/results/059.processed 1.2: + * tests/results/060.processed 1.2: + * tests/results/061.processed 1.2: + * tests/results/062.processed 1.2: + * tests/results/063.processed 1.2: + * tests/results/064.processed 1.2: + * tests/results/065.processed 1.2: + * tests/results/066.processed 1.2: + * tests/results/067.processed 1.2: + * tests/results/068.processed 1.2: + * tests/results/069.processed 1.2: + * tests/results/070.processed 1.2: + * tests/results/071.processed 1.2: + * tests/results/072.processed 1.2: + * tests/results/073.processed 1.2: + * tests/results/074.processed 1.2: + * tests/results/075.processed 1.2: + * tests/results/076.processed 1.2: + * tests/results/077.processed 1.2: + * tests/results/078.processed 1.2: + * tests/results/079.processed 1.2: + * tests/results/080.processed 1.2: + * tests/results/081.processed 1.2: + * tests/results/082.processed 1.2: + * tests/results/083.processed 1.2: + * tests/results/084.processed 1.2: + * tests/results/085.processed 1.2: + * tests/results/086.processed 1.2: + * tests/results/087.processed 1.2: + * tests/results/088.processed 1.2: + * tests/results/089.processed 1.2: + * tests/results/090.processed 1.2: + * tests/results/091.processed 1.2: + * tests/results/092.processed 1.2: + * tests/results/093.processed 1.2: + * tests/results/094.processed 1.2: + * tests/results/095.processed 1.2: + * tests/results/096.processed 1.2: + * tests/results/097.processed 1.2: + * tests/results/098.processed 1.2: + * tests/results/099.processed 1.2: + * tests/results/100.processed 1.2: + * tests/results/101.processed 1.2: + * tests/results/102.processed 1.2: + * tests/results/103.processed 1.2: + * tests/results/104.processed 1.2: + * tests/results/105.processed 1.2: + * tests/results/106.processed 1.2: + * tests/results/107.processed 1.2: + * tests/results/108.processed 1.2: + * tests/results/109.processed 1.2: + * tests/results/110.processed 1.2: + * tests/results/111.processed 1.2: + * tests/results/112.processed 1.2: + * tests/results/113.processed 1.2: + * tests/results/114.processed 1.2: + * tests/results/115.processed 1.2: + * tests/results/116.processed 1.2: + * tests/results/117.processed 1.2: + * tests/results/118.processed 1.2: + * tests/results/119.processed 1.2: + * tests/results/120.processed 1.2: + * tests/results/121.processed 1.2: + * tests/results/122.processed 1.2: + * tests/results/123.processed 1.2: + * tests/results/124.processed 1.2: + * tests/results/125.processed 1.2: + * tests/results/126.processed 1.2: + * tests/results/127.processed 1.2: + * tests/results/128.processed 1.2: + * tests/results/129.processed 1.2: + * tests/results/130.processed 1.2: + * tests/results/131.processed 1.2: + * tests/results/132.processed 1.2: + * tests/results/133.processed 1.2: + * tests/results/134.processed 1.2: + * tests/results/135.processed 1.2: + * tests/results/136.processed 1.2: + * tests/results/137.processed 1.2: + * tests/results/138.processed 1.2: + * tests/results/139.processed 1.2: + * tests/results/140.processed 1.2: + * tests/results/141.processed 1.2: + * tests/run_parser.sh 1.2: + merged(copied) to HEAD from template_gc + + * src/include/pa_pragma_pack_begin.h 1.7: + * src/include/pa_pragma_pack_end.h 1.7: + * src/lib/cord/include/Makefile.am 1.2: + * src/lib/cord/include/ec.h 1.2: + * src/lib/cord/include/private/Makefile.am 1.2: + * src/lib/cord/include/private/cord_pos.h 1.2: + * src/lib/cord/source.url 1.2: + * src/lib/gc/Makefile.am 1.2: + * src/lib/gc/include/Makefile.am 1.2: + * src/lib/gc/include/gc.h 1.2: + * src/lib/patches/Makefile.am 1.4: + * src/lib/patches/gc.patch 1.2: + * src/lib/patches/gdome2.patch 1.2: + * src/lib/patches/libxml2.patch 1.2: + * src/lib/patches/libxslt.patch 1.2: + * src/lib/pcre/pcre.h 1.2: + * src/main/pa_array.C 1.57: + * src/main/pa_hash.C 1.54: + * src/targets/Makefile.am 1.10: + * src/targets/apache13/pa_md5c.c 1.6: + * src/targets/apache13/pa_pool.C 1.9: + * src/targets/apache13/pa_threads.C 1.12: + * src/targets/cgi/getopt.c 1.3: + * src/targets/cgi/getopt.h 1.3: + * src/targets/cgi/pa_pool.C 1.42: + * src/targets/cgi/pool_storage.h 1.14: + * src/targets/cgi/pp3.cmd 1.2: + * src/targets/isapi/pa_pool.C 1.17: + * src/targets/isapi/pool_storage.h 1.20: + moved tempate_gc to HEAD + +2003-07-23 paf + * src/targets/apache13/mod_parser3_main.C 1.1: + file mod_parser3_main.C was initially added on branch + template_gc. + +2003-03-27 paf + * src/lib/gc/include/gc_fake.h 1.1: + file gc_fake.h was initially added on branch template_gc. + +2003-03-26 paf + * src/lib/cord/include/gc.h 1.1: + file gc.h was initially added on branch template_gc. + +2003-03-03 paf + * tests/outputs/049.processed 1.1: + file 049.processed was initially added on branch autoptr. + + * tests/outputs/050.processed 1.1: + file 050.processed was initially added on branch autoptr. + + * tests/outputs/051.processed 1.1: + file 051.processed was initially added on branch autoptr. + + * tests/parser-cygwin.sh 1.1: + file parser-cygwin.sh was initially added on branch autoptr. + + * tests/parser-unix.sh 1.1: + file parser-unix.sh was initially added on branch autoptr. + +2003-02-20 paf + * www/htdocs/autoptr.html 1.1: + file autoptr.html was initially added on branch autoptr. + +2003-01-30 paf + * ltmain.sh 1.5: + *** empty log message *** + +2003-01-29 paf + * src/types/pa_value_includes.h 1.1: + file pa_value_includes.h was initially added on branch autoptr. + +2003-01-23 paf + * src/lib/pcre/8859-1.ucm 1.1: + file 8859-1.ucm was initially added on branch autoptr. + +2003-01-14 paf + * src/lib/ltdl/config.guess 1.2: + * src/lib/ltdl/config.sub 1.2: + * src/lib/ltdl/install-sh 1.2: + * src/lib/ltdl/missing 1.2: + * src/lib/ltdl/mkinstalldirs 1.2: + removed some ancient files [they in / really] + + * src/lib/ltdl/aclocal.m4 1.1: + *** empty log message *** + +2003-01-13 paf + * src/lib/ltdl/COPYING.LIB 1.1: + * src/lib/ltdl/acinclude.m4 1.2: + * src/lib/ltdl/config.h 1.2: + * src/lib/ltdl/config_auto.h.in 1.3: + * src/lib/ltdl/configure 1.4: + * src/lib/ltdl/configure.in 1.4: + * src/lib/ltdl/ltdl.h 1.2: + moved to latest libtool (1.4.3) + + * config.guess 1.3: + * config.sub 1.4: + removed last piece of configure.in(libtool) hacks + +2003-01-10 paf + * src/lib/patches/libgdome_cpp_syntax1.patch 1.2: + * src/lib/patches/libgdome_cpp_syntax2.patch 1.2: + * src/lib/patches/libgdome_morestatic.patch 1.2: + * src/lib/patches/libxml_error_column_tab.patch 1.2: + * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2: + * src/lib/patches/libxml_transcoder_context1.patch 1.2: + * src/lib/patches/libxml_transcoder_context2.patch 1.2: + * src/lib/patches/libxml_transcoder_context3.patch 1.2: + * src/lib/patches/libxml_transcoder_context4.patch 1.2: + * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2: + moved to latest xml lib versions, changed patches. + libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] + libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] + gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz] + +2003-01-09 paf + * depcomp 1.1: + moving to automake 1.7.2 + + * missing 1.2: + * mkinstalldirs 1.2: + moved to autoconf 2.57 & automake 1.7.2 + +2002-12-27 paf + * src/doc/aliased.dox 1.5: + * src/doc/module.dox 1.4: + * src/doc/pooled.dox 1.4: + removed outdated parts, made links to language docs + +2002-12-04 paf + * src/lib/ltdl/README 1.1: + src/lib/ltdl/Makefile now created with /configure, not ltdl/configure, + so it does have no problems with automake. + ltdl/configure AC_OUTPUT(Makefile<