Diff for /parser3/ChangeLog between versions 1.3.2.1 and 1.94

version 1.3.2.1, 2002/04/25 09:55:56 version 1.94, 2015/03/17 07:51:32
Line 1 Line 1
 2002-04-24  paf  2015-03-17      misha
         * src/classes/classes.dsp:          * tests/results/302.processed 1.1:
         * src/classes/gd/gd.dsp:                  *** empty log message ***
         * src/classes/smtp/smtp.dsp:  
         * src/libltdl/libltdl.dsp:          * tests/302.html 1.1:
         * src/main/compile.tab.C:                  - test for ^json:string[...;$._default[method-name]]
         * src/main/main.dsp:  
         * src/pcre/pcre.dsp:          * src/classes/json.C 1.34:
         * src/pcre/pcre_dftables.dsp:          * src/types/pa_value.C 1.36:
         * src/pcre/pcre_parser_ctype.dsp:          * src/types/pa_value.h 1.154:
         * src/targets/apache13/ApacheModuleParser3.dsp:          * src/types/pa_vclass.C 1.50:
         * src/targets/cgi/parser3.C:          * src/types/pa_vclass.h 1.63:
         * src/targets/cgi/parser3.dsp:          * src/types/pa_vobject.C 1.41:
         * src/targets/isapi/parser3isapi.dsp:                  - if option $._default[method-name] is specified in ^json:string[
         * src/types/types.dsp:                  ], a method with specified name will be called for classes/
                 MSVC profile targets                  objects serialization ( new feature: #982 )
   
 2002-04-23  paf  2015-03-16      misha
         * operators.txt:          * src/main/compile.tab.C 1.159:
         * src/classes/string.C:                  *** empty log message ***
         * www/cgi-bin/parser3.log:  
         * www/htdocs/index.html:          * src/include/pa_opcode.h 1.48:
                 int/double/string:sql{}[$.default{code}]          * src/main/compile.y 1.267:
                 fixed [were barking: "junction used outside of context"]          * src/main/compile_tools.C 1.70:
           * src/main/compile_tools.h 1.106:
 2002-04-22  paf          * src/main/execute.C 1.372:
         * src/classes/string.C:          * src/types/pa_vconsole.h 1.20:
         * src/include/pa_string.h:          * src/types/pa_vcookie.C 1.89:
         * src/main/pa_string.C:          * src/types/pa_vcookie.h 1.39:
         * src/types/pa_vstring.C:          * src/types/pa_venv.C 1.14:
         * src/types/pa_vstring.h:          * src/types/pa_venv.h 1.39:
         * types.txt:          * src/types/pa_vform.C 1.108:
                 ^string.optimize[]          * src/types/pa_vform.h 1.62:
           * src/types/pa_vhashfile.h 1.44:
         * src/main/execute.C:          * src/types/pa_vjunction.C 1.13:
         * www/cgi-bin/parser3.log:          * src/types/pa_vjunction.h 1.33:
         * www/htdocs/index.html:          * src/types/pa_vmail.C 1.110:
                 junctions to local contexts got cleanized&checked later          * src/types/pa_vmail.h 1.21:
           * src/types/pa_vmath.h 1.22:
         * src/main/execute.C:          * src/types/pa_vmemory.h 1.8:
         * www/cgi-bin/parser3.log:          * src/types/pa_vmethod_frame.C 1.22:
                 rolled back to before_killing_userjunction_contexts          * src/types/pa_vmethod_frame.h 1.96:
           * src/types/pa_vregex.C 1.16:
         * src/include/pa_globals.h:          * src/types/pa_vrequest.C 1.57:
         * src/include/pa_table.h:          * src/types/pa_vrequest.h 1.41:
         * src/main/pa_globals.C:          * src/types/pa_vstateless_class.C 1.51:
         * src/main/pa_string.C:          * src/types/pa_vstateless_class.h 1.76:
         * src/main/pa_table.C:          * src/types/pa_vxdoc.C 1.48:
                 fixed match table template          * src/types/pa_vxdoc.h 1.53:
           * src/types/pa_vxnode.C 1.55:
         * src/classes/string.C:          * src/types/pa_vxnode.h 1.44:
         * src/classes/string.C:                  - $var.CLASS & $var.CLASS_NAME now have special opcodes. This
                 optimize removed from string .left/right/pos                  can be switched off by commenting #define
                   OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL on pa_opcode.h ( new
         * src/main/execute.C:                  feature: #844 )
         * www/cgi-bin/parser3.log:  
         * www/htdocs/index.html:  2015-03-15      misha
                 user junctions context killed          * tests/075.html 1.3:
                   - test for $response:header[]
 2002-04-19  paf  
         * src/classes/string.C:          * src/types/pa_vresponse.C 1.32:
         * src/include/pa_request.h:                  - $response:header[] deletes header that was set earlie ( new
         * src/include/pa_string.h:                  feature: #1001 )
         * src/main/pa_request.C:  
         * src/main/pa_string.C:  2015-03-12      misha
         * src/types/pa_vstring.C:          * tests/results/246.processed 1.2:
         * src/types/pa_vstring.h:                  *** empty log message ***
         * www/cgi-bin/parser3.log:  
         * www/htdocs/index.html:          * tests/246.html 1.2:
                 string now optimized prior to .left .right .mid .pos .match when that is profitable,                  - more tests for ^hash._at[]
                 and always before .replace  
                 when $ORIGINS(1) optimization disabled          * src/classes/hash.C 1.121:
                 economy from not wasting mem on lots of strings which occur by lots of String:mid calls to get parts of source string between found_occurances          * src/include/pa_hash.h 1.86:
                   - ^õýø._at[...] now accepts second param [key|value|hash] ( new
         * src/classes/op.C:                  feature: #1012 )
         * src/classes/string.C:  
         * src/types/pa_value.h:  2015-03-09      moko
                 VTable removed from each String::match replace iteration, and made stacked          * src/types/pa_vmail.C 1.109:
                 sizeof(VTable)=12bytes economy on each replace code                  exception for everything but $mail:received, closes issue #1011
   
         * src/include/pa_globals.h:  2015-02-20      moko
         * src/include/pa_table.h:          * tests/275.html 1.4:
         * src/main/pa_globals.C:          * tests/results/275.processed 1.4:
         * src/main/pa_string.C:                  hex detection in pa_atoui fix test (closes issue #1010)
                 String::match table columns globalized, not created @ each ^match anymore  
                 economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match          * src/main/pa_string.C 1.245:
                   hex detection in pa_atoui fixed (closes issue #1010)
         * src/classes/file.C:  
                 ovector now local  2015-02-17      moko
                 economy: 16 bytes per ^file:list          * src/types/pa_vmail.C 1.108:
                   closes issue #1009 - mail content should be tainted.
         * src/classes/string.C:  
         * src/include/pa_string.h:  2015-02-03      misha
         * src/main/pa_string.C:          * tests/results/014.processed 1.8:
         * www/htdocs/index.html:          * tests/results/301.processed 1.1:
                 string.match[]['] option enables generation of $match.prematch                  *** empty log message ***
                 .match .postmatch columns  
           * tests/301.html 1.1:
         * src/main/pa_string.C:                  - test for ^json:string($double) causes exception. bugfix: #1008
                 String::match options analized without cstr-ing them now  
           * src/classes/json.C 1.33:
         * src/doc/chmhelper.pl:                  - ^json:string($double) causes exception. bugfix: #1008
         * src/doc/doxygen.cfg:  
         * src/doc/footer.htm:          * tests/014.html 1.7:
         * src/doc/html2chm.cmd:                  - updated for work with ^hash.delete[]
         * src/doc/postbuild.txt:  
         * src/doc/sources2html.cmd:  2015-01-12      misha
         * src/doc/view_chm.cmd:          * src/classes/form.C 1.44:
         * src/doc/view_html.cmd:          * src/include/pa_common.h 1.156:
                 config updated to doxygen 1.2.15,          * src/include/pa_request_info.h 1.8:
                 created helper which fixes minor bugs in chm project files & htm tree.          * src/main/pa_common.C 1.280:
                 changed extension to .htm          * src/types/pa_vform.C 1.107:
           * src/types/pa_vform.h 1.61:
         * src/doc/footer.htm:                  - supports body with PUT method as well ( new feature: #1006 )
                 2001,  
           * src/classes/file.C 1.232:
 2002-04-18  paf                  - warnings war
         * src/classes/classes.h:  
         * src/classes/hash.C:  2015-01-11      misha
         * src/types/pa_value.h:          * tests/results/300.processed 1.1:
         * src/types/pa_vbool.h:                  *** empty log message ***
         * src/types/pa_vcookie.h:  
         * src/types/pa_vdate.h:          * tests/300.html 1.1:
         * src/types/pa_vdouble.h:                  - test for ^hash.delete[] is added
         * src/types/pa_venv.h:  
         * src/types/pa_vfile.h:          * src/classes/hash.C 1.119:
         * src/types/pa_vhash.h:                  - ^hash.delete[] clear all hash ( new feature: #989 )
         * src/types/pa_vimage.h:                  - tiny optimization in intersects
         * src/types/pa_vint.h:  
         * src/types/pa_vjunction.h:  2015-01-06      moko
         * src/types/pa_vobject.h:          * src/types/pa_vmail.C 1.107:
         * src/types/pa_vrequest.h:                  file names transcode added, to and cc added with transcode,
         * src/types/pa_vresponse.h:                  attachments detection fixed
         * src/types/pa_vstateless_class.h:  
         * src/types/pa_vstateless_object.h:          * src/main/pa_request.C 1.338:
         * src/types/pa_vstatus.h:                  filling mail received after cgi/auto.p load to allow charset
         * src/types/pa_vstring.h:                  switch (related to issue #996)
         * src/types/pa_vtable.h:  
         * src/types/pa_vvoid.h:  2014-12-31      moko
         * src/types/pa_vxdoc.h:          * src/types/pa_vmail.C 1.106:
         * src/types/pa_vxnode.h:                  from and subject now transcoded if not UTF-8 source charset (
                 fclass_real lowered from VStateless_class to VObject                  fixes issue 996)
   
         * src/types/pa_value.C:          * src/main/pa_exception.C 1.52:
                 forced to cut that from .h because of VStateless_class usage [                  fixed string from stack bug (closes issue #1000)
                 undefined in .h]  
   2014-12-11      misha
         * src/classes/classes.h:          * src/types/pa_vhashfile.C 1.65:
         * src/classes/date.C:                  - check if key is not empty before access ( bug fix: #1005 )
         * src/classes/double.C:  
         * src/classes/file.C:  2014-11-13      misha
         * src/classes/form.C:          * src/main/compile.tab.C 1.158:
         * src/classes/hash.C:          * tests/results/232.processed 1.3:
         * src/classes/image.C:          * tests/results/299.processed 1.1:
         * src/classes/int.C:                  *** empty log message ***
         * src/classes/mail.C:  
         * src/classes/math.C:          * src/main/compile.y 1.266:
         * src/classes/op.C:                  - PC.append does not reset to false while creating a new class.
         * src/classes/response.C:                  bugfix: #990
         * src/classes/string.C:  
         * src/classes/table.C:          * tests/299.html 1.1:
         * src/classes/void.C:                  - test for creation class after working with partial class (
         * src/classes/xnode.C:                  create+append)
         * src/include/pa_globals.h:  
         * src/include/pa_request.h:          * src/types/pa_vobject.C 1.40:
         * src/main/execute.C:                  - @GET[def] always returns true. bugfix: #995
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * tests/232.html 1.3:
         * src/types/Makefile.am:                  - test for @get[def] added
         * src/types/pa_value.h:  
         * src/types/pa_vdouble.h:  2014-10-12      moko
         * src/types/pa_vform.C:          * src/lib/pcre/pcre_internal.vcproj 1.3:
         * src/types/pa_vhash.h:                  correct path
         * src/types/pa_vint.h:  
         * src/types/pa_vmath.h:  2014-10-11      moko
         * src/types/pa_vmethod_frame.h:          * src/classes/classes.vcproj 1.32:
         * src/types/pa_vstateless_class.h:          * src/lib/cord/cord.vcproj 1.7:
         * src/types/pa_wcontext.C:          * src/lib/ltdl/ltdl.vcproj 1.10:
         * src/types/pa_wcontext.h:          * src/lib/md5/md5.vcproj 1.8:
         * src/types/pa_wwrapper.h:          * src/lib/pcre/pcre_internal.vcproj 1.2:
         * src/types/types.dsp:          * src/main/main.vcproj 1.29:
         * www/cgi-bin/parser3.log:          * src/targets/apache/ApacheModuleParser3.vcproj 1.3:
         * www/htdocs/index.html:          * src/targets/apache/ApacheModuleParser3Core.vcproj 1.3:
                 removed Value::fname          * src/targets/cgi/parser3.vcproj 1.23:
           * src/targets/isapi/parser3isapi.vcproj 1.18:
         * src/include/pa_opcode.h:          * src/types/types.vcproj 1.31:
         * src/main/compile.tab.C:                  project GUID inserted in *.vcproj for correct conversion in
         * src/main/compile.y:                  newer VS versions
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * parser3.sln 1.19:
         * src/main/execute.C:          * src/lib/pcre/pcre_internal.vcproj 1.1:
         * src/main/pa_request.C:                  pcre_internal.vcproj added
         * src/types/pa_vmethod_frame.h:  
         * www/cgi-bin/parser3.log:  2014-08-28      moko
         * www/htdocs/index.html:          * src/lib/pcre/Makefile.in 1.23:
                 OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to          * src/main/pa_charset.C 1.96:
                 stack [no more heap waste on each CALL]          * src/targets/apache/Makefile.am 1.11:
           * src/targets/apache/Makefile.in 1.13:
         * src/types/pa_valiased.C:          * src/targets/cgi/Makefile.am 1.65:
         * src/types/pa_valiased.h:          * src/targets/cgi/Makefile.in 1.86:
         * src/types/pa_vclass.h:                  *** empty log message ***
         * src/types/pa_vobject.h:  
         * src/types/pa_wcontext.C:          * src/lib/pcre/Makefile.am 1.9:
         * www/cgi-bin/parser3.log:          * src/lib/pcre/pa_pcre_chartables.c 1.1:
         * www/htdocs/index.html:          * src/lib/pcre/pa_pcre_internal.h 1.3:
                 VAliased get/set alias now virtual and implemented down in          * src/lib/pcre/pa_pcre_valid_utf8.c 1.1:
                 VClass, fclass_alias removed,                  _pcre_default_tables and pcre_valid_utf are copied to parser3
                   code (fixes issue #991)
         * src/main/pa_request.C:  
         * src/types/pa_valiased.h:  2014-06-29      misha
         * src/types/pa_vstateless_class.h:          * tests/results/298.processed 1.1:
         * src/types/pa_vstateless_object.h:                  *** empty log message ***
         * src/types/pa_vstring.h:  
         * www/cgi-bin/parser3.log:          * tests/298.html 1.1:
         * www/htdocs/index.html:                  - tests for ^reflection:def[class;className] added
                 VStateless_string_object speicalized light version of VStateless_object  
           * src/classes/reflection.C 1.30:
         * src/types/Makefile.in:                  - ^reflection:def[class;className] added ( new feature: #918 )
                 *** empty log message ***  
           * src/classes/table.C 1.301:
         * src/doc/doxygen.cfg:                  - ^table::create[unsupported data] - exception comment changed
                 .chi generation disabled                  to "body must be table or code" ( bug fix: #951 )
   
         * src/classes/classes.h:          * tests/261.html 1.3:
         * src/classes/xdoc.C:          * tests/results/261.processed 1.3:
         * src/classes/xnode.C:                  - tests for ^json:string[...;$.void[null|string]] added
         * src/classes/xnode.h:  
         * src/types/pa_vxdoc.C:          * src/classes/json.C 1.32:
         * www/cgi-bin/parser3.log:          * src/types/pa_value.h 1.153:
         * www/cgi-bin/parser3.log:          * src/types/pa_vvoid.h 1.41:
         * www/htdocs/index.html:                  - new option $.void[string|null] added to ^json:string[...] (
         * www/htdocs/index.html:                  new feature: #952 )
                 xdoc(xnode) now fully - fields&methods  
   2014-06-27      moko
         * src/classes/op.C:          * src/classes/curl.C 1.30:
                 ^throw comment param made optional                  $.charset now processed before other curl options (closes issue #
                   980)
 2002-04-17  paf  
         * src/types/pa_vhash.h:  2014-05-23      misha
                 vstring wrong parent fixed          * src/classes/json.C 1.31:
                   - bug fix: #987
         * src/classes/op.C:  
                 taint local result var bug fixed  2014-05-04      misha
           * tests/results/253.processed 1.8:
         * src/doc/ClassExample1.dox:          * tests/results/255.processed 1.3:
         * src/doc/ClassExample2.dox:                  *** empty log message ***
         * src/doc/ClassExample3.dox:  
         * src/doc/compiler.dox:          * tests/253.html 1.7:
         * src/doc/module.dox:          * tests/253_json.txt 1.4:
         * src/doc/pooled.dox:                  - test for ^json:parse[$.int(false)] is added
         * src/doc/string.dox:  
         * src/doc/targets.dox:          * src/classes/json.C 1.30:
         * src/include/pa_pool.h:                  - To ^json:parse[] added option $.int(bool, default true). The
         * src/include/pa_types.h:                  option is similar to $.double(bool) but for integers.
                 dox updated to current state, PTHROW freshen to throw & co  
   2014-05-01      moko
 2002-04-16  paf          * src/classes/file.C 1.231:
         * src/classes/op.C:                  "PARSER_VERSION" -> PARSER_VERSION ( bugfix: #12 )
                 exception2vhash file now tainted  
   2014-04-15      moko
         * src/include/pa_opcode.h:          * src/main/pa_http.C 1.61:
         * src/main/compile.tab.C:                  response-charset option should finally work now (fix for issue #
         * src/main/compile.y:                  867)
         * src/main/execute.C:  
         * src/targets/cgi/parser3.C:          * src/main/pa_http.C 1.60:
         * www/cgi-bin/parser3.log:                  response-charset option should work now (fix for issue #867)
                 OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper  
   2014-03-07      moko
         * src/doc/postbuild.txt:          * buildall 1.13:
         * src/main/execute.C:          * buildall [release_3_4_3] 1.12.2.1:
         * www/cgi-bin/parser3.log:                  libgc moved
         * www/htdocs/index.html:  
                 result in @postprocess & @unhandled_exception now taken into  2013-12-29      moko
                 account as in usual functions          * src/classes/string.C 1.212:
                   ^string:js-unescape result now tainted, closes issue #966
         * src/doc/postbuild.txt:  
                 instructions on post .html build          * tests/186.html 1.5:
           * tests/results/186.processed 1.4:
         * asm.txt:                  ^string:js-unescape result now tainted, issue #966
         * form.txt:  
         * lang.txt:  2013-12-02      moko
         * sql.txt:          * src/classes/memcached.C 1.11:
         * www/cgi-bin/parser3.log:          * src/types/pa_vmemcached.C 1.16:
                 removed outdated. see in Attic asm.txt as most interesting          * src/types/pa_vmemcached.h 1.7:
                   memcached open $.skip-connect(true|false) option was added for
         * src/classes/op.C:                  http://www.parser.ru/forum/?id=79343
         * www/cgi-bin/parser3.log:  
         * www/htdocs/auto.p:          * src/classes/file.C 1.230:
                 extra check on empty file in origin in _execute                  bugfix for http://www.parser.ru/forum/?id=79337
   
         * src/classes/date.C:  2013-11-05      moko
         * src/main/compile.tab.C:          * configure.in 1.202:
         * src/targets/cgi/parser3.C:          * src/include/pa_version.h 1.51:
         * www/cgi-bin/parser3.log:                  3.4.3 -> 3.4.4b
         * www/cgi-bin/parser3.log:  
                 cheched date:create(days) param for validity [later were          * src/main/pa_globals.C 1.192:
                 assumed valid and crashed on invalid onces]                  spelling fixed
   
         * src/classes/file.C:  2013-10-29      moko
         * src/main/pa_exec.C:          * src/lib/json/json.vcproj 1.5:
         * www/cgi-bin/parser3.log:                  json.c -> pa_json.C
         * www/htdocs/index.html:  
                 stderr of execs mark as tainted          * src/lib/json/pa_json.C 1.13:
                   C++ compatibility addes, related to issue #892
         * src/main/execute.C:  
         * www/htdocs/index.html:          * src/classes/json.C 1.29:
                 $result in @main now taken into account as in usual functions          * src/lib/json/Makefile.am 1.7:
           * src/lib/json/json.c 1.12:
         * src/classes/op.C:          * src/lib/json/json.h 1.3:
         * www/cgi-bin/parser3.log:          * src/lib/json/pa_json.C 1.12:
                 _process pseudo origin copied from local var to heap                  json.c -> pa_json.C (for exceptions to be thrown thougth json
                   library), related to issue #892
         * src/main/pa_request.C:  
                 uri in error log  2013-10-28      moko
           * src/main/pa_charset.C 1.95:
         * src/main/pa_request.C:                  avoid compilation bug in Debian 6.0.8 x32, related to issue #896
         * src/targets/isapi/parser3isapi.C:  
         * www/htdocs/index.html:  2013-10-24  moko
                 removed check, preventing content-length: 0 from appearing  
           * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
         * src/doc/doxygen.cfg:  
         * src/doc/html2chm.cmd:  2013-10-23  moko
                 .chm file only now, no .chi  
           * README: actualization
 2002-04-15  paf  
         * src/classes/image.C:  2013-10-22  moko
         * src/classes/op.C:  
         * src/classes/op.C:          * src/targets/apache/mod_parser3.c: Adopted apache 2.4
         * src/classes/string.C:            compatibility patch from Sergey Kirpichev
         * src/classes/table.C:  
         * src/include/pa_request.h:          * tests/: 297.html, results/297.processed: non-working getter fix
         * src/main/execute.C:            test for issue #948
         * src/types/pa_value.h:  
         * src/types/pa_vmethod_frame.h:          * src/: include/pa_request.h, main/pa_request.C: Now getter is not
         * src/types/pa_wcontext.h:            called when saving value of $match variable in ^string.match[] to
         * www/cgi-bin/parser3.log:            increase compatibility (related to issue #948).
                 StringOrValue wcontext result, now ready for dual writes  
           * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
         * src/classes/file.C:            usage optimization
         * src/classes/op.C:  
         * src/classes/table.C:  2013-10-21  moko
         * www/cgi-bin/parser3.log:  
                 finished dual write_xxx_lang functions          * tests/: 182.html, results/182.processed: local path removed for
             compatibility
         * src/main/execute.C:  
         * src/types/pa_value.h:          * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
         * www/cgi-bin/parser3.log:            results/244.processed, results/253.processed,
                 fixed name update            results/254.processed, results/275.processed,
             results/281.processed: try_catch -> try-catch
         * src/main/execute.C:  
                 CodeFrame soul fixed [mistakenly killed by prev changes]          * tests/: 288.html, 294.html, 296.html, results/288.processed,
             results/294.processed, results/296.processed: try_catch ->
         * src/classes/date.C:            try-catch
         * src/classes/file.C:  
         * src/classes/mail.C:  2013-10-20  moko
         * src/classes/string.C:  
         * src/classes/xnode.C:          * tests/: 296.html, results/296.processed: test for xsl exception
         * src/include/pa_request.h:            for issue #938 added.
         * src/types/pa_value.h:  
         * src/types/pa_wcontext.h:          * src/: include/pa_xml_exception.h,
                 removed absolutely unnecessary VString shells            main/pa_stylesheet_connection.C: forgotten to be replaced
             XmlException is now replaced (once again closes issue #938)
         * src/classes/op.C:  
         * src/include/pa_globals.h:  2013-10-19  misha
         * src/include/pa_opcode.h:  
         * src/include/pa_request.h:          * bin/auto.p.dist.in: - more mime-types are added
         * src/main/compile.tab.C:  
         * src/main/compile.y:  2013-10-18  moko
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * buildall: disable clock_gettime detection to avoid librt linking
         * src/main/execute.C:            (which in turn depends on libpthread), related to issue #943
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:  2013-10-18  misha
         * src/targets/cgi/parser3.C:  
         * www/cgi-bin/parser3.log:          * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
         * www/htdocs/index.html:            lib/smtp/smtp.vcproj, main/main.vcproj,
                 switch in hash constructor fixed [were problems with using of            targets/apache/ApacheModuleParser3Core.vcproj,
                 stacked wwrapper after it's death]            targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
             types/types.vcproj: - new locations for libxml2 includes where
         * src/classes/file.C:            added to vcproj files
         * src/classes/hash.C:  
         * src/classes/op.C:  2013-10-18  moko
         * src/include/pa_request.h:  
         * src/main/execute.C:          * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
         * src/types/pa_wcontext.h:            fix
                 started dual write_xxx_lang functions, if checked & works  
           * tests/: 295.html, results/295.processed: test for issue #948
         * src/targets/cgi/parser3.C:            updated
                 ctime sometimes can be just "", checked that  
           * src/classes/table.C: hopefully last lost part for issue #948 fix.
         * src/main/compile.tab.C:            :)
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * tests/: 295.html, results/295.processed: test for issue #948
         * src/main/compile_tools.h:            added
         * src/main/execute.C:  
                 OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE          * src/: classes/hash.C, classes/string.C, classes/table.C,
                 changed to OP_WRITE_VALUE            include/pa_request.h, types/pa_method.h: for getters and setters
                 in var get cases            to be executed request.put_element should be called, not
             context.put_element (fixes issue #948)
 2002-04-12  paf  
         * operators.txt:  2013-10-17  moko
         * src/classes/table.C:  
         * www/cgi-bin/parser3.log:          * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
         * www/htdocs/index.html:            LIBXML2_NEW_BUFFER check (closes issue #943)
                 table.select(expression) 0  
           * buildall: libxml 2.9.1 build is broken --without-reader.
 2002-04-11  paf  
         * src/classes/string.C:  2013-10-16  moko
         * src/include/pa_request.h:  
         * src/main/execute.C:          * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                 Request::process_internal codeFrame & wwrapper stacked [not  
                 wasting  heap anymore]          * tests/: 294.html, results/294.processed: test for issue #938
   
 2002-04-10  paf          * src/: classes/xdoc.C, classes/xnode.C,
         * src/include/pa_string.h:            include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
         * src/main/pa_string.C:            now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
         * src/main/untaint.C:  
         * www/cgi-bin/parser3.log:          * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
         * www/htdocs/index.html:            libxslt-1.1.26 -> libxslt-1.1.28
                 killed 8 bytes from String.head  
           * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
         * src/classes/double.C:            main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
         * src/classes/file.C:            to '?', related to issue #938
         * src/classes/hash.C:  
         * src/classes/image.C:  2013-10-15  moko
         * src/classes/int.C:  
         * src/classes/math.C:          * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
         * src/classes/op.C:            main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
         * src/classes/string.C:            minor optimizations (closes issue #896)
         * src/classes/table.C:  
         * src/classes/void.C:          * tests/results/: 292.processed, 293.processed: results updated to
         * src/classes/xdoc.C:            comply with issue #896
         * src/include/pa_request.h:  
         * src/main/execute.C:          * tests/: 292.html, 293.html, results/292.processed,
         * src/main/pa_string.C:            results/293.processed: tests for json escaping
                 killed Request::process() wrapping VString(String) in case we  
                 need only String  2013-10-14  moko
   
 2002-04-09  paf          * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
         * src/main/pa_common.C:            and cleanup, code moved from .h to .C, no changes in code
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vdouble.h:  2013-10-12  moko
         * src/types/pa_vint.h:  
                 int/double get_string now not pool.malloc(MAX_NUMBER) but          * tests/results/119.processed: updated test result commited
                 really neaded  
           * tests/: 291.html, results/291.processed: test for issue #894
         * etc/Makefile.in:            added
         * etc/parser3.charsets/Makefile.in:  
         * src/classes/Makefile.in:          * src/types/pa_wcontext.h: base methods call support function
         * src/classes/gd/Makefile.in:            get_somebody_entered_some_class should not be true forever, as
         * src/classes/smtp/Makefile.in:            wcontext can have many get_elements calls (fixes issue #894)
         * src/patches/Makefile.in:  
         * src/sql/Makefile.in:  2013-10-11  moko
         * src/targets/Makefile.in:  
         * src/targets/apache13/Makefile.in:          * tests/: 290.html, results/290.processed: test for junction GPF
         * src/targets/cgi/Makefile.in:            issue #942 added
         * src/targets/isapi/Makefile.in:  
         * src/types/Makefile.in:          * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                 makse            to native method fixed (closes issue #942)
   
         * operators.txt:          * tests/: 158.html, results/158.processed: test for csv-string[]
         * src/classes/double.C:            added
         * src/classes/int.C:  
         * www/htdocs/global.xsl:          * src/classes/table.C: minor fixes for table.csv-string[] (closes
                 int/double.int/double(default)            feature #907)
   
         * src/main/compile.tab.C:          * src/classes/table.C: ^table.csv-string[] from misha@ (implements
         * src/targets/cgi/parser3.C:            feature #907)
         * src/targets/isapi/parser3isapi.C:  
         * www/cgi-bin/parser3.log:  2013-10-09  moko
                 removed  
                 {          * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   char *a;            types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   {            types/pa_vstateless_class.C: GET_default, SET_default now works
                      /*sub local*/char b[...];            properly not only in objects, but in classes as well (closes
                      a=b;            issue #903)
                 situations  
           * tests/: 289.html, results/289.processed: GET/SET_default now
         * src/classes/xdoc.C:            works in classes, not only objects, test case added, related to
         * www/cgi-bin/parser3.log:            issue #903
         * www/htdocs/global.xsl:  
         * www/htdocs/index.html:          * tests/: 288.html, results/288.processed: test for endless
                 xslt params fixed            recursion bug added (related to issue #903)
   
         * operators.txt:  2013-10-05  moko
         * src/classes/xdoc.C:  
         * www/cgi-bin/parser3.log:          * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                 xslt params made literal            classes/table.C, main/execute.C, types/pa_method.h,
             types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
 2002-04-04  paf            types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
         * src/include/pa_string.h:            types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
         * src/main/pa_string.C:            types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
         * www/cgi-bin/parser3.log:            types/pa_vmemcached.h, types/pa_vmethod_frame.h,
         * www/htdocs/index.html:            types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                 fixed string.replace [when reconstructing pieces were split by            types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                 max_integral(piece.size), thus some strings to replace happen            types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                 to be split into two = not replaced)            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
             optimization: put_element no longer has "bool areplace" argument,
         * src/targets/cgi/parser3.C:            related to issue #903
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:  2013-10-03  moko
         * src/targets/cgi/parser3.dsp:  
                 document root in standalone version = current dir          * tests/results/182.processed: result for $.replace(false) test
             commited
 2002-04-03  paf  
         * INSTALL:          * src/classes/date.C: ^date::create(number) processed correctly
         * Makefile.in:            (fixes issue #901)
         * configure:  
         * configure.in:          * src/classes/image.C: as_no_junction removed, as param can be
         * etc/Makefile.in:            expression (closes issue #931)
         * etc/parser3.charsets/Makefile.in:  
         * etc/parser3.conf.in:          * tests/233.html: test for issue #931 added
         * src/Makefile.in:  
         * src/include/Makefile.in:  2013-10-02  moko
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
         * src/pcre/Makefile.in:            modified, test for $.replace(false) added
                 root config configure options  
           * src/main/compile_tools.h: forgotten class replace returned. :)
         * configure:  
         * configure.in:  2013-09-30  moko
                 more checks on nonexistent charset  
           * tests/: 141.html, results/141.processed: md5 tainting test added
 2002-04-02  paf  
         * src/main/compile.C:          * src/: classes/op.C, include/pa_request.h, main/compile.y,
                 parser.compile [exception name more like in doc]            main/compile_tools.h, main/pa_request.C: allow_class_replace
             implemented; $.replace option added to ^process and ^use
 2002-04-01  paf  
         * src/classes/mail.C:  2013-08-27  moko
         * src/include/pa_string.h:  
         * src/main/untaint.C:          * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
         * src/targets/isapi/parser3isapi.dsp:            cstr_to_string_body_untaint should be called with charsets for
         * www/cgi-bin/parser3.log:            possible uri language and connection for possible sql language.
                 mail subject encoding taken from .content-type.charset, not .charset            related to issue #857
   
 2002-03-29  paf          * buildall: and -> or fixed
         * operators.txt:  
         * src/classes/date.C:  2013-08-26  moko
         * www/cgi-bin/parser3.log:  
         * www/htdocs/index.html:          * buildall: prepare_ functions logic changed to support
                 ^date::create now may not supply day, default 1.            gc-7.2d.tar.gz extracting to gc-7.2 directory
                 checked 29.03 -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll  
   2013-08-23  moko
         * etc/parser3.charsets/koi8-r.cfg:  
                 koi8-r += ukranian letters          * src/include/pa_config_fixed.h: gc and xml libs are now linked
             statically
 2002-03-28  paf  
         * operators.txt:  2013-08-22  moko
         * src/classes/date.C:  
         * src/classes/op.C:          * src/classes/string.C: String::Empty used (related to issue #912)
         * src/include/pa_globals.h:            append_know_length removed (related to old GPF bug)
         * src/include/pa_hash.h:  
         * src/main/pa_globals.C:  2013-08-21  moko
         * src/types/pa_vdate.h:  
         * www/htdocs/index.html:          * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                 ^cache[file][date]{  
                    ^cache(seconds)          * src/classes/math.C: ^math:digest[...;$file] support added
                    ^cache[date]            (related to ticket #857
                 }  
           * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
         * src/classes/xdoc.C:            implemented
         * src/classes/xnode.C:  
         * src/classes/xnode.h:          * src/types/pa_vhashfile.h: warning war
                 removed redundant pool param  
           * src/: classes/json.C, classes/op.C, include/pa_hash.h,
 2002-03-27  paf            include/pa_request.h, main/pa_request.C, types/pa_value.h:
         * operators.txt:            anti_endless_json_string_recoursion removed from request;
         * src/classes/op.C:            json_string_recoursion added to json_options; $.indent[indent
         * src/include/pa_config_fixed.h:            value] now supported and passed within recoursion closes feature
         * src/include/pa_request.h:            #937
         * src/main/execute.C:  
         * src/main/pa_request.C:          * tests/: 287.html, results/287.processed: test for feature #937
         * www/cgi-bin/parser3.log:  
                 decided agains resetting exception_trace, just changed name  2013-07-31  moko
   
         * operators.txt:          * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
         * src/classes/date.C:            compilation having #define _S
         * src/classes/double.C:  
         * src/classes/file.C:          * src/main/pa_globals.C: cleanup
         * src/classes/form.C:  
         * src/classes/hash.C:  2013-07-30  moko
         * src/classes/image.C:  
         * src/classes/int.C:          * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
         * src/classes/mail.C:            main/pa_common.C: vs2003 warning war
         * src/classes/math.C:  
         * src/classes/op.C:          * src/lib/json/: json.c, pa_json.C: vs2003 warning war
         * src/classes/smtp/smtp.C:  
         * src/classes/string.C:          * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
         * src/classes/table.C:  
         * src/classes/void.C:          * src/lib/md5/pa_sha2.c: warning war
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:  2013-07-29  moko
         * src/include/pa_exception.h:  
         * src/include/pa_request.h:          * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
         * src/include/pa_stylesheet_connection.h:            patches from github
         * src/main/compile.C:  
         * src/main/compile_tools.C:          * src/: classes/bool.C, classes/double.C, classes/int.C,
         * src/main/execute.C:            classes/memcached.C, include/pa_config_includes.h,
         * src/main/pa_array.C:            types/pa_vfile.C, types/pa_vfile.h: warning war
         * src/main/pa_charset.C:  
         * src/main/pa_charsets.C:          * src/lib/json/json.vcproj: C++ -> C
         * src/main/pa_common.C:  
         * src/main/pa_dictionary.C:          * src/lib/json/: json.c, pa_json.C: C++ warning revert
         * src/main/pa_exception.C:  
         * src/main/pa_exec.C:          * src/lib/json/: json.c, pa_json.C: windows compatibility
         * src/main/pa_pool.C:  
         * src/main/pa_request.C:          * src/lib/json/: json.c, pa_json.C: windows compatibility
         * src/main/pa_socks.C:  
         * src/main/pa_sql_driver_manager.C:          * src/lib/json/: json.c, pa_json.C: warning war
         * src/main/pa_string.C:  
         * src/main/pa_table.C:          * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
         * src/main/untaint.C:  
         * src/targets/apache13/mod_parser3.C:          * src/include/pa_config_fixed.h: uint16_t added
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:          * configure.in: uint16_t check added
         * src/types/pa_value.h:  
         * src/types/pa_vcookie.C:          * src/: classes/json.C, lib/json/JSON_parser.C,
         * src/types/pa_vfile.h:            lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
         * src/types/pa_vform.C:            lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
         * src/types/pa_vhash.h:            lib/json/pa_json.h: JSON_parser with non-free licence is replaced
         * src/types/pa_vmethod_frame.h:            with similar GPL licenced libjson (fixes issue #892)
         * src/types/pa_vstatus.C:  
         * src/types/pa_vtable.C:  2013-07-25  moko
         * src/types/pa_vxdoc.h:  
         * src/types/pa_vxnode.h:          * parser3.sln: dependencies added
         * src/types/pa_wcontext.C:  
         * src/types/pa_wwrapper.h:          * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
         * www/cgi-bin/parser3.log:            src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
         * www/htdocs/index.html:            module support
                 assigned exception types  
           * src/targets/apache/mod_parser3_core.C: win32 cleanup
 2002-03-26  paf  
         * operators.txt:          * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
         * src/classes/date.C:  
         * www/htdocs/index.html:  2013-07-23  moko
                 fixed date roll on daylightsaving days  
                 mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset          * src/: include/pa_memory.h, main/pa_memory.C: non-working
             PA_DEBUG_GC_MEMORY removed
         * src/classes/op.C:  
         * www/htdocs/index.html:          * src/: main/pa_globals.C, targets/cgi/parser3.C:
                 forced language of $source field of exception to 'tainted',            PA_DEBUG_DISABLE_GC compilation fix
                 so that sql-langed-frags could be outputed outside of connect  
           * src/: classes/op.C, classes/table.C, include/pa_request.h,
         * src/include/pa_common.h:            main/pa_request.C: outdated RESOURCES_DEBUG removed
         * src/main/pa_exec.C:  
                 windows exec chdir fixed          * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
             garbage cleanup
         * operators.txt:  
         * src/classes/date.C:          * src/main/pa_common.C: warning war
         * www/htdocs/index.html:  
                 removed date.roll limit of +-1 offset          * src/: include/pa_http.h, main/pa_http.C: headers cleanup
   
 2002-03-25  paf          * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
         * INSTALL:            minor cleanup
                 comment on --disable-link-stdcpp  
           * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
         * INSTALL:            uses cygwin, not WIN32 implementation
         * configure:  
         * configure.in:          * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
         * src/targets/cgi/Makefile.am:            able to exec shell scripts
         * src/targets/cgi/Makefile.in:  
                 libstdc++ link skipping configure option          * src/classes/math.C: ifdef WIN32 cleanup
   
         * src/classes/file.C:          * src/types/pa_vmemcached.C: LT_MODULE_EXT used
         * src/classes/mail.C:  
         * src/include/pa_exec.h:          * bin/auto.p.dist.in: libpq.so -> libpq.
         * src/main/pa_exec.C:  
                 f(!forced_allow)          * src/classes/curl.C: LT_MODULE_EXT used
                 to allow  
                 --with-sendmail to work with any/both          * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                 --disable-foreign-group-files --disable-execs  
   2013-07-22  moko
         * src/classes/op.C:  
         * src/include/pa_sql_connection.h:          * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                 sql connection with error were put to cache with '            includes fix
                 marked_to_rollback' flag, all consequent even OK requests  
                 rolled back          * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
   
         * INSTALL:          * configure.in, src/include/pa_config_includes.h,
                 "--with=sendmail=COMMAND"            src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                 comment            src/main/pa_exec.C: includes cleanup
   
         * INSTALL:          * src/targets/cgi/parser3.C: 2012->2013
         * configure:  
         * configure.in:          * src/include/pa_version.h: 3.4.2 -> 3.4.3b
         * src/classes/mail.C:  
         * src/include/pa_config_auto.h.in:          * configure.in, src/include/pa_config_includes.h,
         * src/main/pa_exec.C:            src/include/pa_http.h, src/lib/json/JSON_parser.h,
         * src/targets/cgi/Makefile.am:            src/main/pa_random.C, src/main/pa_socks.C,
         * src/targets/cgi/Makefile.in:            src/types/pa_vstatus.C: cygwin support cleanup
                 --disable-foreign-group-files now disables execs also.  
                 introducing --sendmail          * configure.in: dirent.h check added
   
         * INSTALL:          * src/: include/pa_config_includes.h, include/pa_dir.h,
         * INSTALL:            main/pa_dir.C: includes cleanup, dirent.h check added filePath
         * src/classes/mail.C:            not copied
         * src/classes/mail.C:  
                 *** empty log message ***  2013-07-21  moko
   
         * operators.txt:          * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                 pgsql options comment  
           * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
         * operators.txt:            parser3.vcproj: unused getopt.h / getopt.c removed
         * src/targets/cgi/parser3.C:  
                 http_site_config_filespec          * operators.txt, src/classes/file.C, tests/022.html,
             tests/results/022.processed: ^file:list[path][$.filter[regexp]
 2002-03-22  paf            $.stat(true)] usage commented
         * operators.txt:  
                 few comments on sets          * configure.in, src/classes/file.C, src/include/pa_dir.h,
             src/main/pa_dir.C: ^file:list[] now has dir column and when
         * src/main/pa_exec.C:            $.stat(true) it has size/*date columns modified patch from misha@
                 createprocess nowindow flag            that closes issue #914.
                 check on readfile false return  
           * src/: include/pa_config_includes.h, main/pa_globals.C:
 2002-03-18  paf            PA_RELEASE_ASSERTS removed
         * src/main/pa_charset.C:  
         * src/targets/isapi/pa_threads.C:          * src/lib/md5/pa_md5c.c: minor cleanup
         * src/types/pa_vdouble.h:  
                 removed some tested @tests          * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
             localeconv()->decimal_point usage remoed (related to issue #934)
         * etc/parser3.conf.in:  
         * operators.txt:          * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
         * src/classes/op.C:            cordprnt.c removed
         * src/include/pa_exception.h:  
         * src/include/pa_globals.h:          * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
         * src/include/pa_request.h:            pa-include/pa_errno.h, pa-include/pa_file_io.h,
         * src/include/pa_stack.h:            pa-include/pa_strings.h: includes cleanup
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/lib/md5/pa_md5c.c: headers cleanup
         * www/cgi-bin/parser3.log:  
         * www/cgi-bin/parser3.log:  2013-07-20  moko
         * www/htdocs/index.html:  
         * www/htdocs/index.html:          * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                 introducing ^try            cleanup
   
 2002-03-15  paf  2013-07-19  moko
         * operators.txt:  
         * src/classes/table.C:          * src/classes/math.C: extern "C" added for crypt
         * www/htdocs/index.html:  
                 ^table.locate(logical expr)  2013-07-18  moko
   
 2002-03-13  paf          * src/classes/math.C: fix redhat7.2 build
         * src/main/pa_exception.C:  
                 checked not-pooled malloc  2013-07-17  moko
   
 2002-03-11  paf          * configure.in, src/include/pa_config_includes.h,
         * src/types/pa_vfile.C:            src/include/pa_config_fixed.h: headers actualized (inttypes.h
                 $file.text now 0A linebreaks,            added for uint8/32/64_t)
                 file::exec/cgi linebreaks "0D0A" changed to 0A onces  
           * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
         * INSTALL:            pa_config_includes.h used for uint32/64_t
         * configure:  
         * configure.in:  2013-07-16  moko
         * src/include/pa_config_auto.h.in:  
         * src/include/pa_config_fixed.h:          * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
         * src/main/pa_exec.C:            types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
         * src/main/pa_exec.C:            war
         * www/htdocs/index.html:  
         * www/htdocs/index.html:          * src/main/compile.tab.C: compile.y was updated
         * www/htdocs/index.html:  
                 --disable-execs          * src/main/compile.y: warning war
   
         * INSTALL:          * src/: include/pa_exception.h, main/pa_exception.C,
         * configure:            main/pa_xml_exception.C: warning war
         * configure.in:  
         * src/include/pa_config_auto.h.in:          * src/: include/pa_common.h, main/pa_common.C: warning war
         * src/main/pa_common.C:  
                 --disable-foreign-group-files          * configure.in: beauty :)
   
 2002-03-05  paf          * tests/: 141.html, results/141.processed: sha256/512 added
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/parser3isapi.dsp:  2013-07-13  moko
                 iis5 now requires headers to be terminated with \r\n manually [  
                 refuses to separate header/body itself]          * src/lib/md5/md5.vcproj: sha2 added
   
         * operators.txt:          * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
         * operators.txt:            classes/math.C: sha2 support (sha256/sha512 digest)
         * src/classes/date.C:  
         * src/classes/date.C:  2013-07-08  moko
                 date week calendar columns named  
           * src/classes/image.C: directory read or other read problem message
         * src/main/pa_globals.C:            fixed (related to issue #933)
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:  2013-07-07  moko
         * www/htdocs/index.html:  
                 isapi site config beside .dll          * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
             dependense from $charsetsdir directory existance and content (and
 2002-03-04  paf            UTF-8 is default allready)
         * src/targets/isapi/pa_threads.C:  
         * src/targets/isapi/parser3isapi.C:          * AUTHORS: + misha + moko. :)
         * src/targets/isapi/parser3isapi.dsp:  
                 isapi updated  2013-07-06  moko
   
         * src/classes/op.C:          * src/: classes/curl.C, include/pa_globals.h,
         * src/types/pa_vfile.C:            include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
         * www/cgi-bin/parser3.log:            main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
         * www/htdocs/index.html:            for lt_dlinit to be called once and lt_dlexit called at right
                 process body now evaluated in PASS language            place (related to issue #925)
   
         * src/classes/op.C:  2013-07-04  moko
         * src/include/pa_string.h:  
         * src/main/pa_string.C:          * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                 string deserialize checks on broken file            VString::as_vfile now uses vfile.set_binary_string to avoid
             content-type to be set, as it brokes badly designed logic in
 2002-03-01  paf            response output. This hopefully finishes issue #928.
         * src/main/pa_exec.C:  
                 execle -> execve, now argc OK          * tests/results/: 256.processed, 286.processed: file now displayed
             as name, size, mode, content-type
 2002-02-28  paf  
         * src/main/pa_string.C:          * src/main/pa_common.C: read error now reported cottectly (fixes
                 origin by first piece preferred before last piece            issue #933
   
         * src/main/pa_charsets.C:  2013-06-28  moko
                 when placing charset to cache using global name now [were  
                 request]          * tests/: 286.html, results/286.processed: test extended
   
         * configure:          * tests/: 286.html, results/286.processed: Test for issue #928
         * configure.in:            added.  it tests default content-type change.
         * src/targets/apache13/ApacheModuleParser3.dsp:  
         * src/targets/apache13/mod_parser3.C:          * src/types/pa_vfile.C: closes issue #928 - default content-type
         * src/targets/apache13/p3runConfigure.in:            now updated
         * src/targets/apache13/pa_threads.C:  
         * www/cgi-bin/parser3.log:  2013-06-25  moko
         * www/htdocs/auto.p:  
                 apache module updated          * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
             content-type for text/binary files without name added;
         * src/main/untaint.C:            ^file::create[$f;...] options now works properly and $f
                 removed some debug comments            properties are default (fixes issue #928)
   
 2002-02-27  paf  2013-05-16  misha
         * src/patches/libgdome_morestatic.patch:  
                 refused to link statically due to 3 duplicates, they are made static          * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
             added
         * etc/parser3.conf.in:  
                 .dll -> .so          * src/main/pa_table.C: - a tiny memory optimisation while creating
             table if specified limit is bigger than source rows count
         * src/main/pa_charset.C:  
                 size_t          * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
             added ( new feature: #858 )
         * INSTALL:  
                 shared/static-xml  2013-04-29  moko
                 with-pathlink  
           * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
         * operators.txt:            $.ipresolve(0|1|2) added (closes issue #891)
         * operators.txt:  
                 SMTP comment          * src/lib/curl/curl.h: CURL_IPRESOLVE added
   
 2002-02-26  paf  2013-04-24  moko
         * src/classes/xnode.C:  
         * www/cgi-bin/parser3.log:          * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
         * www/htdocs/auto.p:            lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
         * www/htdocs/global.xsl:            types/pa_vmemcached.h: ^memcache.release[] added, calls
         * www/htdocs/index.html:            memcached_quit (refs #893)
                 in some situation, xpath query returned result with type NODESET, but empty nodeset member field,  
                 checked that  2013-04-22  moko
   
         * src/main/pa_exec.C:          * src/: include/pa_string.h, main/pa_common.C: no more double
                 more precise names for vars, cosmetic            slashes in file path (fixes bug #872)
   
 2002-02-22  paf          * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
         * operators.txt:            CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
         * src/types/pa_vcookie.C:            #739)
         * src/types/pa_vcookie.C:  
         * www/cgi-bin/parser3.log:          * tests/results/266.processed: $.max_params added (feature #915)
                 cookie "expires=0" =  "session"  
           * src/: include/pa_common.h, main/pa_http.C: response-charset
         * src/include/pa_string.h:            option added to file::load (closes issue #867)
         * src/main/pa_string.C:  
         * src/main/pa_string.C:  2013-04-20  misha
         * src/main/pa_string.C:  
         * www/cgi-bin/parser3.log:          * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
         * www/cgi-bin/parser3.log:            commited
         * www/cgi-bin/parser3.log:  
         * www/htdocs/auto.p:  2013-03-15  misha
         * www/htdocs/index.html:  
                 string iterators fixed again, so were String::join_chain          * src/classes/: hash.C, table.C: - Optimisation: do not create
             multiple empty strings while ::sql. uae String::Empty instead
         * configure:  
         * configure.in:  2013-03-14  misha
                 glib###.a detection fixed  
           * src/classes/reflection.C: - for user classes
         * Makefile.in:            ^reflection:method_info[] returns $.max_params and $.extra_param
         * configure:            with $.call_type if they available ( new feature: #915 )
         * configure.in:  
         * etc/Makefile.in:          * src/classes/file.C: - ^file:delete[] now supports an option
         * etc/parser3.charsets/Makefile.in:            $.exception(false) that suppress any exception while deleting
         * src/Makefile.in:            file ( new feature: #916 )
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:          * src/classes/curl.C: - parsing cookies after curl:load now should
         * src/classes/gd/Makefile.in:            work :)
         * src/classes/hashfile.C:  
         * src/classes/smtp/Makefile.in:  2013-03-12  misha
         * src/include/Makefile.am:  
         * src/include/Makefile.in:          * src/types/pa_vfile.C: - if specified file_name is empty string
         * src/include/pa_config_auto.h.in:            set default name for the file
         * src/include/pa_db_connection.h:  
         * src/include/pa_db_manager.h:  2013-03-11  misha
         * src/include/pa_db_table.h:  
         * src/libltdl/Makefile.in:          * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
         * src/main/Makefile.am:            also available in $f.cookies
         * src/main/Makefile.in:  
         * src/main/pa_db_connection.C:          * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
         * src/main/pa_db_manager.C:            moved to a separate method
         * src/main/pa_db_table.C:  
         * src/main/pa_globals.C:  2013-03-10  moko
         * src/patches/Makefile.in:  
         * src/pcre/Makefile.in:          * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
         * src/sql/Makefile.in:            added
         * src/targets/Makefile.in:  
         * src/targets/apache13/Makefile.in:          * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
         * src/targets/apache13/p3runConfigure.in:            removed (declared by autoconf)
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/Makefile.in:          * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
         * src/targets/isapi/Makefile.in:            uint32_t define
         * src/types/Makefile.am:  
         * src/types/Makefile.in:  2013-03-10  misha
         * src/types/pa_vhashfile.C:  
         * src/types/pa_vhashfile.h:          * src/classes/file.C: ^file:delete and ^file:move now support
                 removed hashfile support for now            option $.keep-empty-dirs(true) ( new feature: #884 )
   
         * acconfig.h:          * src/: include/pa_common.h, main/pa_common.C: - option for keeping
         * src/libltdl/acconfig.h:            empty dirs is added
                 acconfig move in cvs[from src/libltdl to /]  
   2013-03-10  moko
         * etc/parser3.charsets/windows-1251.cfg:  
                 °          * src/classes/: bool.C, double.C, int.C: default can be present,
             but default check removed from ^int/double/bool.int/double/bool
         * Makefile.am:            for string.int/double/bool compatibility (related to issue #913)
         * Makefile.in:  
                 make update          * src/classes/string.C: ^string.int/dobule/bool no longer
             internally throws exception if default is present (closes issue
         * INSTALL:            #913)
                 hashfile removed from INSTALL  
   2013-03-09  misha
         * Makefile.in:  
         * configure:          * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
         * configure.in:            optimisations ( #845 )
         * src/include/pa_config_auto.h.in:  
                 --with-shared-xml          * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                 --with-static-xml  
   2013-03-08  moko
         * INSTALL:  
                 without-zlib comment          * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
             creates correct table (fixes issue #910)
         * operators.txt:  
         * src/classes/classes.dsp:          * src/classes/op.C: r.connection() -> r.connection(false) to allow
         * src/main/main.dsp:            use outside of 'connect' operator (fixes issue #911)
         * src/types/types.dsp:  
                 removed hashfile support from sources for now          * tests/results/: 096.processed, 122.processed: test results
             updated as doubles now printed with 15 significant digits, not 5
         * src/classes/classes.dsp:            (fixes issue #882)
         * src/classes/gd/gd.dsp:  
         * src/main/compile.tab.C:          * src/types/pa_vdouble.h: %.15g now used to format doubles instead
         * src/main/main.dsp:            of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
         * src/targets/apache13/ApacheModuleParser3.dsp:  
         * src/targets/cgi/parser3.dsp:  2013-02-21  moko
         * src/targets/isapi/parser3isapi.dsp:  
         * src/types/types.dsp:          * src/classes/table.C: _locate_name_value does not check arguments
                 *.dsp: removed refereces to win32db & ancient xalan&xml            count, so we check it in advance (fixes issue #905)
   
 2002-02-21  paf  2012-10-23  moko
         * Makefile.am:  
         * Makefile.in:          * buildall: old shell for and echo compatibility (for six)
                 make cvsupdate  
   2012-10-19  moko
         * src/main/untaint.C:  
         * www/cgi-bin/parser3.log:          * buildall: --strip added --disable-safe-mode listed in usage
                 removed debug code, activated commented-for debug parts  
   2012-10-17  misha
         * src/include/pa_string.h:  
         * src/include/pa_types.h:          * src/classes/op.C: - apply-taint should not throw "outside
         * src/main/pa_string.C:            connect" exception with sql lang now
         * src/main/untaint.C:  
         * www/cgi-bin/parser3.log:  2012-10-17  moko
                 STRING_*FOREACH_ROW  
                 changed to stop at append_row, not at link zero          * src/main/pa_request.C: bugfix: safe mode should be inited for
                 now string to string appending works            each request (for apache module)
   
 2002-02-20  paf  2012-09-26  moko
         * src/include/pa_string.h:  
         * src/main/execute.C:          * src/doc/doxygen.cfg: png -> svg
         * src/main/untaint.C:  
         * src/targets/cgi/pa_pool.C:  2012-09-25  moko
         * src/targets/cgi/parser3.C:  
         * www/htdocs/index.html:          * tests/: 141.html, results/141.processed: md5 hmac added, long key
                 //#define DEBUG_STRING_APPENDS_VS_EXPANDS            test added
   
         * src/include/pa_string.h:          * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
         * src/main/pa_string.C:            double use when key is long
         * src/main/untaint.C:  
         * www/cgi-bin/parser3.log:  2012-09-16  moko
                 economy: 22%  
           * src/classes/math.C: Format -> Method Encode -> Format
         * operators.txt:  
         * src/include/pa_common.h:          * tests/: 141.html, results/141.processed: math:digest hmac test
         * src/include/pa_config_fixed.h:            added
         * src/include/pa_string.h:  
         * src/include/pa_types.h:  2012-09-14  moko
         * src/main/compile.tab.C:  
         * src/main/execute.C:          * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
         * src/main/pa_string.C:            ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
         * src/main/untaint.C:            implementation added
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/parser3.C:  2012-09-12  moko
         * www/htdocs/auto.p:  
         * www/htdocs/global.xsl:          * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
         * www/htdocs/index.html:            targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                 strign to string append optimiziation idea and estimates            targets.dox and string.dox slightly actualized
   
         * src/include/pa_string.h:  2012-08-31  moko
         * src/include/pa_stylesheet_connection.h:  
         * src/main/pa_db_manager.C:          * ChangeLog: now generated with patched cvs2cl.pl
         * src/main/pa_dictionary.C:  
         * src/main/pa_string.C:  2012-07-29  moko
         * src/main/untaint.C:  
         * src/targets/cgi/parser3.C:          * tests/285.html, src/main/execute.C, tests/results/285.processed:
         * src/types/pa_vcookie.C:            result should be pushed after VMethodFrame destructor is called,
         * src/types/pa_vstring.h:            as it deletes junctions from stack params (fixes issue #868)
         * www/htdocs/index.html:  
                 speed uptimized: string::is_empty  2012-07-23  moko
   
         * src/include/pa_string.h:          * INSTALL, README: buildall script usage documented, other outdated
         * src/main/pa_string.C:            info updated.
         * src/main/untaint.C:  
         * www/cgi-bin/parser3.log:          * buildall-with-xml, buildall-without-xml: replaced by buildall
                 space uptimized: string::link_row removed  
   2012-07-21  moko
 2002-02-19  paf  
         * src/classes/xdoc.C:          * buildall: glib does not compile when threads are disabled...
         * src/classes/xnode.C:  
                 getElementsByTagName and *NS moved to node [element]          * src/types/pa_vmail.C: g_assertion fixes for empty input
   
         * src/classes/math.C:          * src/types/pa_vmail.C: yet another fix (strange GPF on object
                 not used directly [but erroreously reported that 'is', thus            unref, can't unref nested objects)
                 registering twice&other probs]  
           * src/types/pa_vmail.C: another check added
         * src/main/compile.C:  
         * src/main/compile.C:  2012-07-19  moko
                 without string_origins not worked  
           * buildall: usage added
         * src/main/compile.C:  
                 without string_origins parse error file+line+col possible          * buildall: new buildall script that unites buildall-with-xml,
             buildall-without-xml, --with-apache and --with-mailreceive
 2002-02-18  paf  
         * src/types/pa_vdouble.h:          * configure.in: support for static gmime and dynamic glib linking.
                 since we have in_expression            fixes for FreeBSD
                 removed that trick i've installed into double::as_string  
   2012-07-17  moko
         * INSTALL:  
                 local install comment          * configure.in: --with-mailreceive replaced
             --with-static-mailreceive and --with-shared-mailreceive pathlink
         * src/main/compile.tab.C:            removed
         * src/main/compile.y:  
         * www/htdocs/global.xsl:  2012-07-16  moko
         * www/htdocs/index.html:  
                 integer  division stops name          * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
             capitalized, content now decoded and text content converted to
         * Makefile.in:            $request:charset.  all properties are accessed by functions, this
         * acinclude.m4:            ready for dynamic load.
         * aclocal.m4:  
         * configure:  2012-06-28  moko
         * configure.in:  
         * etc/Makefile.in:          * src/targets/apache/Makefile.am: fix for apache cflags for Linux
         * etc/parser3.charsets/Makefile.in:            32 bit
         * src/Makefile.in:  
         * src/classes/Makefile.in:  2012-06-27  moko
         * src/classes/gd/Makefile.in:  
         * src/classes/smtp/Makefile.in:          * buildall-with-xml, buildall-without-xml: fetch requires -p for
         * src/include/Makefile.in:            passive ftp
         * src/include/pa_config_auto.h.in:  
         * src/include/pa_config_includes.h:          * src/lib/ltdl/ltdl.vcproj: release build fixed
         * src/libltdl/Makefile.am:  
         * src/libltdl/Makefile.in:          * configure.in: 3.4.2 RC -> 3.4.2
         * src/libltdl/config.h:  
         * src/libltdl/config_auto.h.in:  2012-06-22  moko
         * src/libltdl/configure:  
         * src/libltdl/configure.in:          * src/types/pa_vfile.C: returned empty mode to stated files (issue
         * src/main/Makefile.in:            #815)
         * src/patches/Makefile.in:  
         * src/pcre/Makefile.in:          * tests/: 284.html, results/284.processed: output options test
         * src/sql/Makefile.in:            (feature #265)
         * src/targets/Makefile.in:  
         * src/targets/apache13/Makefile.in:  2012-06-22  misha
         * src/targets/apache13/p3runConfigure.in:  
         * src/targets/cgi/Makefile.am:          * tests/215.html: - little changes
         * src/targets/cgi/Makefile.in:  
         * src/targets/cgi/parser3.C:  2012-06-21  moko
         * src/targets/isapi/Makefile.in:  
         * src/types/Makefile.in:          * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                 removed libtool usage from build mech            types/pa_vxdoc.h: output_options returned and used (bugfix for
             feature #265)
         * operators.txt:  
         * src/classes/date.C:          * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                 date::create [were date::set, with backward comp            breaks long .*, default 10M restored. (issue #216)
   
         * src/classes/math.C:          * tests/: 283.html, results/283.processed: test for issue #815
         * www/htdocs/index.html:            added
                 math:random range check fixed  
           * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
         * src/main/compile.tab.C:            again, cstrm not required.
                 bison env set so one could compile without cygwin installed  
           * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
         * src/targets/cgi/Makefile.am:            Win32 and broken FreeBSD (issue #45)
         * src/targets/cgi/Makefile.in:  
         * src/targets/cgi/parser3.C:          * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                 *** empty log message ***  
           * src/main/pa_string.C: warnings war
         * src/main/pa_globals.C:  
                 extern "C" was removed too fast          * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
             lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
         * Makefile.in:            main/pa_socks.C, targets/apache/pa_threads.C,
         * ltconfig:            targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
         * ltmain.sh:            types/pa_vstatus.C: compilation under cygwin fixed
                 removed libtool subpart files  
   2012-06-19  moko
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                 removed unneded            Windows fixed
                 #ifdef __cplusplus  
                 }          * parser3.sln: removed antique pcre_ctype
                 #endif  
           * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
         * src/include/pa_opcode.h:  
         * src/include/pa_request.h:          * src/include/pa_config_fixed.h: undefined reference to
         * src/main/compile.tab.C:            __imp__pcre_* fix for Windows
         * src/main/compile.y:  
         * src/main/execute.C:          * src/: include/pa_charset.h, lib/pcre/Makefile.am,
         * src/types/pa_wcontext.h:            lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
         * www/htdocs/index.html:            pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
         * www/htdocs/index.html:            (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                 in_expression            define fixed
                 aimed to solve old problem with string/nonstring values,  
                 now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions  2012-06-18  moko
   
         * operators.txt:          * src/classes/memcached.C: flush -> clear
         * src/targets/cgi/parser3.C:  
                 PARSER_ROOT_CONFIG          * src/classes/memcached.C: memcached does not support quotes even
             in server name
         * src/classes/classes.dsp:  
         * src/classes/gd/gd.dsp:          * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
         * src/classes/smtp/smtp.dsp:            lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
         * src/main/main.dsp:            called on open to check servers existance.  $.key(true) syntax
         * src/main/pa_globals.C:            now supported
         * src/targets/cgi/parser3.dsp:  
         * src/types/types.dsp:  2012-06-17  moko
                 win32xml now contains gnome xml libs  
                 parser .dsp-s changed accordingly          * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
             cleanup
         * src/libltdl/Makefile.am:  
         * src/libltdl/Makefile.in:          * src/classes/table.C, tests/282.cfg, tests/282.html,
                 make dist for libltdl updated            tests/results/282.processed: encloser at the EOF bug fixed,
             incorrectly enclosed data now processed more logicaly (fixes
         * operators.txt:            #339)
                 \ comment  
   2012-06-15  moko
 2002-02-13  paf  
         * src/pcre/ibm-1257.ucm:          * buildall-without-xml: sync with buildall-with-xml
                 1257 unicode table added  
           * buildall-with-xml: download auto-detected between fetch and curl
         * INSTALL:  
         * configure:          * configure.in: --with-gc and --with-pcre now also processed
         * configure.in:            correctly
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/Makefile.in:          * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                 --with-glib-config            aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                 CXXLINK=$(CC) for targets/cgi/parser3            should be run on rol1 using automake / aclocal (GNU automake)
             1.11.1 autoconf (GNU Autoconf) 2.68
         * src/include/pa_config_includes.h:  
                 sys/time time both included now.          * configure.in: new PARSER_VERSION logic
                 vaguely remember confilicts on this on some system [not on six|ablv]  
                 so when would see them again would think up proper check          * src/include/pa_version.h: new pa_version.h logic
   
         * etc/parser3.charsets/windows-1257.cfg:          * src/: classes/curl.C, classes/file.C, classes/image.C,
         * etc/parser3.conf.in:            classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
         * src/pcre/pcre_parser_ctype.c:            types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
         * src/targets/cgi/parser3.C:            feols_normalized -> fis_text_content set_binary added
                 baltic charset file generated, in generation script ispunct  
                 check added          * src/targets/cgi/parser3.C: gcc compilation warnings fixed
   
         * src/main/pa_common.C:  2012-06-15  misha
                 strnchr: sanity check added  
           * src/: classes/curl.C, classes/file.C, classes/image.C,
         * src/main/pa_common.C:            classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                 truncation never occured when writing files on unix [since i've changed cache mech]            types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                 fix            ^file::create[text;content] EOLs in content now is normalized. (
             new feature: #815 )
         * etc/parser3.charsets/windows-1257.cfg:  
                 id added  2012-06-15  moko
   
 2002-02-08  paf          * configure.in: --disable-version-update added to disable version
         * src/classes/classes.C:            update with host information (for debian package) whitespace
         * src/classes/classes.h:            optimized
         * src/classes/date.C:  
         * src/classes/double.C:          * configure.in: version changed to 3.4.2 RC no-pic added for
         * src/classes/file.C:            libtool
         * src/classes/form.C:  
         * src/classes/gd/gif.C:          * src/include/pa_version.h: Nice pa_version.h default. Please keep
         * src/classes/gd/gif.h:            it.
         * src/classes/gd/gifio.C:  
         * src/classes/hash.C:  2012-06-14  moko
         * src/classes/hashfile.C:  
         * src/classes/image.C:          * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
         * src/classes/int.C:            tests/results/281.processed: "hash flocked" error removed for
         * src/classes/mail.C:            safe operations like ^h._count[] ( new feature: #335 )
         * src/classes/math.C:  
         * src/classes/op.C:          * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
         * src/classes/response.C:  
         * src/classes/smtp/comms.C:          * buildall-with-xml, buildall-without-xml: --with-static -> --with
         * src/classes/smtp/smtp.C:  
         * src/classes/smtp/smtp.h:          * configure.in: --with-static/shared xml replaced with --with-xml,
         * src/classes/string.C:            xml compilation check added
         * src/classes/table.C:  
         * src/classes/void.C:          * configure.in: --with-static/shared-gc, --with-static-pcre are
         * src/classes/xdoc.C:            replaced with --with-gc and --with-pcre test for pcre linking
         * src/classes/xnode.C:            added
         * src/classes/xnode.h:  
         * src/include/pa_array.h:  2012-06-13  moko
         * src/include/pa_cache_managers.h:  
         * src/include/pa_charset.h:          * configure.in: apxs2 check optimized
         * src/include/pa_charsets.h:  
         * src/include/pa_common.h:          * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
         * src/include/pa_config_fixed.h:            .la, includes optimized
         * src/include/pa_config_includes.h:  
         * src/include/pa_db_connection.h:          * buildall-with-xml: --with-pic looks better for -fPIC
         * src/include/pa_db_manager.h:  
         * src/include/pa_db_table.h:          * configure.in: switched to convenience library in static linking
         * src/include/pa_dictionary.h:  
         * src/include/pa_dir.h:          * src/targets/apache/Makefile.am: switched to convenience library
         * src/include/pa_exception.h:            usage to avoid libtool warnings
         * src/include/pa_exec.h:  
         * src/include/pa_globals.h:          * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
         * src/include/pa_hash.h:            md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
         * src/include/pa_opcode.h:            smtp/Makefile.am: switched to convenience library usage
         * src/include/pa_pool.h:  
         * src/include/pa_pragma_pack_begin.h:          * src/sql/Makefile.am: pa_sql_driver.h should be in includes
         * src/include/pa_pragma_pack_end.h:  
         * src/include/pa_request.h:          * src/targets/apache/Makefile.am: updated for libtool usage
         * src/include/pa_sapi.h:  
         * src/include/pa_socks.h:          * bin/auto.p.dist.in: .cfg removed from charset names.
         * src/include/pa_sql_connection.h:  
         * src/include/pa_sql_driver_manager.h:          * buildall-without-xml: --with-included-ltdl added
         * src/include/pa_stack.h:  
         * src/include/pa_string.h:          * buildall-without-xml: sync with buildall-with-xml
         * src/include/pa_stylesheet_connection.h:  
         * src/include/pa_stylesheet_manager.h:          * buildall-with-xml: --with-included-ltdl added $cflags added for
         * src/include/pa_table.h:            -fPIC for x64 $download added for wget success check added
         * src/include/pa_threads.h:  
         * src/include/pa_types.h:          * buildall-without-xml: --with-dynamic-stdcpp removed
         * src/main/compile.C:  
         * src/main/compile.tab.C:          * configure.in: disable-static returned
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * src/targets/cgi/Makefile.am: Automake 1.9 does not support
         * src/main/execute.C:            LIBTOOLFLAGS
         * src/main/pa_array.C:  
         * src/main/pa_cache_managers.C:  2012-06-12  moko
         * src/main/pa_charset.C:  
         * src/main/pa_charsets.C:          * configure.in, src/targets/cgi/Makefile.am: disable-static not
         * src/main/pa_common.C:            compatible with LIBTOOLFLAGS for unknown reasons
         * src/main/pa_db_connection.C:  
         * src/main/pa_db_manager.C:          * buildall-with-xml: --with-dynamic-stdcpp removed
         * src/main/pa_db_table.C:  
         * src/main/pa_dictionary.C:          * configure.in: static/dynamic -lstdc++ linking option removed
         * src/main/pa_dir.C:            apxs2 check added
         * src/main/pa_exception.C:  
         * src/main/pa_exec.C:          * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
         * src/main/pa_globals.C:            option removed
         * src/main/pa_hash.C:  
         * src/main/pa_pool.C:  2012-06-10  moko
         * src/main/pa_request.C:  
         * src/main/pa_socks.C:          * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
         * src/main/pa_sql_driver_manager.C:            added
         * src/main/pa_status_provider.C:  
         * src/main/pa_string.C:          * src/targets/cgi/pp3.cmd: old PAF stuff
         * src/main/pa_stylesheet_manager.C:  
         * src/main/pa_table.C:          * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
         * src/main/untaint.C:            beauty
         * src/pcre/pcre_parser_ctype.c:  
         * src/sql/pa_sql_driver.h:          * depcomp: from libtool 2.4.2
         * src/targets/apache13/mod_parser3.C:  
         * src/targets/apache13/pa_pool.C:          * configure.in: ltdl directory removed, it has correct Makefile.in
         * src/targets/apache13/pa_threads.C:  
         * src/targets/cgi/pa_pool.C:  2012-06-09  moko
         * src/targets/cgi/pa_threads.C:  
         * src/targets/cgi/parser3.C:          * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
         * src/targets/cgi/pool_storage.h:            install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
         * src/targets/isapi/pa_pool.C:            autogenerated files updated after libtool update
         * src/targets/isapi/pa_threads.C:  
         * src/targets/isapi/parser3isapi.C:          * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
         * src/targets/isapi/pool_storage.h:            aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
         * src/types/pa_valiased.C:            config_auto.h.in, config_fixed.h, configure, configure.ac,
         * src/types/pa_valiased.h:            configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
         * src/types/pa_value.h:            lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
         * src/types/pa_vbool.h:            config/compile, config/config.guess, config/config.sub,
         * src/types/pa_vclass.h:            config/depcomp, config/install-sh, config/ltmain.sh,
         * src/types/pa_vcode_frame.h:            config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
         * src/types/pa_vcookie.C:            libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
         * src/types/pa_vcookie.h:            libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
         * src/types/pa_vdate.h:            libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
         * src/types/pa_vdouble.h:            loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
         * src/types/pa_venv.h:            loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
         * src/types/pa_vfile.C:            m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
         * src/types/pa_vfile.h:            m4/lt~obsolete.m4: libtool updated to version 2.4.2
         * src/types/pa_vform.C:  
         * src/types/pa_vform.h:          * configure.in: preparation for new libtool
         * src/types/pa_vhash.h:  
         * src/types/pa_vhashfile.C:          * configure.in: Some beauty added :)
         * src/types/pa_vhashfile.h:  
         * src/types/pa_vimage.C:          * src/targets/apache/Makefile.am: := -> =
         * src/types/pa_vimage.h:  
         * src/types/pa_vint.h:          * src/lib/pcre/: Makefile.am, config.h: config.h removed once
         * src/types/pa_vjunction.h:            again. :)
         * src/types/pa_vmath.h:  
         * src/types/pa_vmethod_frame.h:          * src/include/pa_config_includes.h, configure.in: limits.h added,
         * src/types/pa_vobject.h:            previously was taken from pcre_internal.h. :)
         * src/types/pa_vrequest.C:  
         * src/types/pa_vrequest.h:          * src/lib/pcre/Makefile.am: config.h returned
         * src/types/pa_vresponse.C:  
         * src/types/pa_vresponse.h:          * src/lib/pcre/config.h: still need this. :)
         * src/types/pa_vstateless_class.C:  
         * src/types/pa_vstateless_class.h:          * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
         * src/types/pa_vstateless_object.h:  
         * src/types/pa_vstatus.C:          * configure.in: --with-charsets removed; --with-mysql-client & co
         * src/types/pa_vstatus.h:            removed
         * src/types/pa_vstring.C:  
         * src/types/pa_vstring.h:          * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
         * src/types/pa_vtable.C:            now in parser tree, no need to copy
         * src/types/pa_vtable.h:  
         * src/types/pa_vvoid.h:          * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
         * src/types/pa_vxdoc.C:            ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
         * src/types/pa_vxdoc.h:            pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
         * src/types/pa_vxnode.C:            debian/patches/101_pcre.patch - local copy of pcre_internal.h
         * src/types/pa_vxnode.h:            extracts now used old trash removed
         * src/types/pa_wcontext.C:  
         * src/types/pa_wcontext.h:          * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
         * src/types/pa_wwrapper.h:            rare charsets/drivers are commented, sql driver quessing removed
                 2002            (debian/patches/103_auto_p.patch)
   
         * src/types/pa_vcookie.C:          * etc/parser3.charsets/Makefile.am: charsets now in share
         * src/types/pa_vcookie.C:            (debian/patches/104_automake.patch) + all charsets are copied
         * src/types/pa_vcookie.C:  
         * src/types/pa_vcookie.C:          * buildall-with-xml, buildall-without-xml: curl option removed +
                 VCookie::fill_fields one check forgotten            extra arguments now supported
   
         * src/classes/smtp/Makefile.am:  2012-06-08  misha
         * src/classes/smtp/Makefile.in:  
         * src/include/Makefile.am:          * src/classes/table.C: - one params.as_hash usage was rolled back:
         * src/include/Makefile.in:            the 2nd option in ^table.hash[] could be hash or table so
         * src/patches/Makefile.am:            .as_hash will throw an exception when table option is specified
         * src/patches/Makefile.in:  
         * src/sql/Makefile.am:          * src/: classes/curl.C, classes/file.C, classes/hash.C,
         * src/sql/Makefile.in:            classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
         * src/targets/isapi/Makefile.am:            classes/table.C, classes/void.C, classes/xdoc.C,
         * src/targets/isapi/Makefile.in:            include/pa_exception.h, types/pa_vmethod_frame.C,
                 forgotten makes            types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
             and improved (whitespaces are allowed as empty options) -
         * src/libltdl/Makefile.am:            MethodParams::as_table is added - above methods are used for
         * src/libltdl/Makefile.in:            parsing methods' options ( new feature: #9 )
                 makes  
           * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
         * AUTHORS:            to vclass. now class fields can be accessible as a hash:
         * COPYING:            $h[^hash::create[$asd:CLASS]]
         * INSTALL:  
         * INSTALL:          * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
         * README:            have get_fields method so their fields can be accessed with
                 install&others updated            ^reflection:fields[...] & ^reflection:field[...]
   
         * Makefile.am:  2012-06-06  misha
         * Makefile.in:  
         * configure:          * tests/280.html: - tests for
         * configure.in:            ^reflection:method[obj-or-class;method],
         * etc/parser3.charsets/Makefile.am:            ^reflection:field[obj-or-class;field] and
         * etc/parser3.charsets/Makefile.in:            ^reflection:fields[obj-or-class] are added
         * src/Makefile.am:  
         * src/Makefile.in:  2012-06-05  misha
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:          * src/classes/reflection.C: - ^reflection:method[class or
         * src/classes/gd/Makefile.am:            object;method name] and ^reflection:field[class or object;field
         * src/classes/gd/Makefile.in:            name] are added
         * src/libltdl/Makefile.am:  
         * src/libltdl/Makefile.in:          * src/types/pa_vstateless_class.C: - Method::get_vjunction method
         * src/main/Makefile.am:            is used
         * src/main/Makefile.in:  
         * src/main/pa_status_provider.C:          * src/types/pa_method.h: - Method::as_vjunction method is added
         * src/pcre/Makefile.am:  
         * src/pcre/Makefile.in:  2012-06-05  moko
         * src/targets/Makefile.am:  
         * src/targets/Makefile.in:          * src/targets/Makefile.am: cgi now build with apache module
         * src/targets/apache13/Makefile.am:  
         * src/targets/apache13/Makefile.in:          * src/classes/memcached.C: flish ttl fixed
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/Makefile.in:  2012-06-04  moko
         * src/types/Makefile.am:  
         * src/types/Makefile.in:          * src/classes/json.C, src/classes/op.C, tests/279.html,
                 'make dist' works            tests/results/279.processed: ^json:parse[] now supports $.taint
             option (new feature #833)
         * src/classes/classes.C:  
         * src/classes/classes.h:  2012-06-04  misha
         * src/classes/date.C:  
         * src/classes/double.C:          * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
         * src/classes/file.C:            - search_stop method was moved from pa_vcookie.C to pa_common.C
         * src/classes/form.C:  
         * src/classes/gd/gif.C:  2012-06-03  misha
         * src/classes/gd/gif.h:  
         * src/classes/gd/gifio.C:          * src/main/pa_http.C: - ^file:load[...;http://...] - all received
         * src/classes/hash.C:            cookies are parced and stored into $.cookies ( new feature: #31 )
         * src/classes/hashfile.C:  
         * src/classes/image.C:  2012-05-30  misha
         * src/classes/image.C:  
         * src/classes/int.C:          * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
         * src/classes/mail.C:            incomplete class into a scope while @USE is found
         * src/classes/math.C:  
         * src/classes/op.C:          * src/main/compile.y: - add incomplete class into a scope while
         * src/classes/response.C:            @USE and @CLASS instructions are found ( bugfix: #838 )
         * src/classes/smtp/comms.C:  
         * src/classes/smtp/smtp.C:  2012-05-30  moko
         * src/classes/smtp/smtp.h:  
         * src/classes/string.C:          * src/types/pa_vclass.C, tests/278.html,
         * src/classes/table.C:            tests/results/278.processed: removed "property has no getter
         * src/classes/void.C:            method" exception when GET_DEFAULT present (fixes #269)
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:          * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
         * src/classes/xnode.h:            $._default
         * src/include/pa_array.h:  
         * src/include/pa_cache_managers.h:  2012-05-29  moko
         * src/include/pa_charset.h:  
         * src/include/pa_charsets.h:          * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
         * src/include/pa_common.h:            uninitialized values usage (new feature: #154)
         * src/include/pa_config_fixed.h:  
         * src/include/pa_config_includes.h:  2012-05-28  moko
         * src/include/pa_db_connection.h:  
         * src/include/pa_db_manager.h:          * tests/277.html, src/classes/json.C, src/classes/reflection.C,
         * src/include/pa_db_table.h:            src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
         * src/include/pa_dictionary.h:            src/types/pa_vdate.h, src/types/pa_vdouble.h,
         * src/include/pa_dir.h:            src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
         * src/include/pa_exception.h:            src/types/pa_vobject.C, src/types/pa_vobject.h,
         * src/include/pa_exec.h:            src/types/pa_vstring.h, src/types/pa_vtable.C,
         * src/include/pa_globals.h:            tests/results/277.processed, src/types/pa_vtable.h,
         * src/include/pa_hash.h:            src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
         * src/include/pa_opcode.h:            ^json:string[$o; $.default[$method]] implemented for VObject (new
         * src/include/pa_pool.h:            feature #803)
         * src/include/pa_pragma_pack_begin.h:  
         * src/include/pa_pragma_pack_end.h:          * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
         * src/include/pa_request.h:            tests/results/277.processed: json numbers are now treated as
         * src/include/pa_sapi.h:            double ( new feature: #834 )
         * src/include/pa_socks.h:  
         * src/include/pa_sql_connection.h:          * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
         * src/include/pa_sql_driver_manager.h:            main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
         * src/include/pa_stack.h:            added for out of range checks, zero division in vint/vdouble
         * src/include/pa_string.h:            check added ( fixes #832 )
         * src/include/pa_stylesheet_connection.h:  
         * src/include/pa_stylesheet_manager.h:          * tests/: 275.html, results/275.processed: tests for pa_atoui added
         * src/include/pa_table.h:            ( fixes #832 )
         * src/include/pa_threads.h:  
         * src/include/pa_types.h:  2012-05-28  misha
         * src/main/compile.C:  
         * src/main/compile_tools.C:          * buildall-with-xml: - --without-lzma option is added to libxml2
         * src/main/compile_tools.h:            configure
         * src/main/execute.C:  
         * src/main/pa_array.C:          * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
         * src/main/pa_cache_managers.C:            added - tests for unsupported values for options $.file, $.table
         * src/main/pa_charset.C:            and $.date are added
         * src/main/pa_charsets.C:  
         * src/main/pa_common.C:          * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
         * src/main/pa_common.C:            accepts "stat" $.file[] option's value in addition to existed
         * src/main/pa_db_connection.C:            "text" and "base64" ( new feature: #835 )
         * src/main/pa_db_manager.C:  
         * src/main/pa_db_table.C:          * tests/276.html: - test for
         * src/main/pa_dictionary.C:            ^reflection:delete[$object-or-class;field-name]
         * src/main/pa_dir.C:  
         * src/main/pa_exception.C:          * src/classes/reflection.C: -
         * src/main/pa_exec.C:            ^reflection:delete[$object-or-class;field-name] is added ( new
         * src/main/pa_globals.C:            feature: #268 )
         * src/main/pa_hash.C:  
         * src/main/pa_pool.C:  2012-05-27  misha
         * src/main/pa_request.C:  
         * src/main/pa_socks.C:          * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
         * src/main/pa_sql_driver_manager.C:  
         * src/main/pa_status_provider.C:  2012-05-24  misha
         * src/main/pa_string.C:  
         * src/main/pa_stylesheet_manager.C:          * src/include/pa_common.h: - method lastposafter was removed
         * src/main/pa_table.C:  
         * src/main/untaint.C:          * src/classes/file.C: - use strrpbrk & rskipchars instead of
         * src/main/untaint.C:            lastposafter - ^file:dirname[] & Co proper handle windows file
         * src/pcre/pcre_parser_ctype.c:            paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
         * src/sql/pa_sql_driver.h:            work as *nix commands
         * src/targets/apache13/mod_parser3.C:  
         * src/targets/apache13/pa_pool.C:          * src/main/pa_request.C: - use strrpbrk instead of lastposafter
         * src/targets/apache13/pa_threads.C:  
         * src/targets/cgi/pa_pool.C:          * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
         * src/targets/cgi/pa_threads.C:            rskipchars were added
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.C:          * tests/270.html: - more tests for ^file:find[]
         * src/targets/cgi/pool_storage.h:  
         * src/targets/isapi/pa_pool.C:          * tests/065.html: - more tests for ^file:dirname[] & Co
         * src/targets/isapi/pa_threads.C:  
         * src/targets/isapi/parser3isapi.C:          * src/include/pa_version.h: - must be "win32" here. it is
         * src/targets/isapi/pool_storage.h:            auto-generated on *nix
         * src/types/pa_valiased.C:  
         * src/types/pa_valiased.h:  2012-05-24  moko
         * src/types/pa_value.h:  
         * src/types/pa_vbool.h:          * src/classes/math.C: ^math:convert[] now supports uint32 and
         * src/types/pa_vclass.h:            throws overflow exception ( new feature: #830 )
         * src/types/pa_vcode_frame.h:  
         * src/types/pa_vcookie.C:          * tests/: 275.html, results/275.processed: test for ^math:convert[]
         * src/types/pa_vcookie.C:            uint32 support and overflow added ( new feature: #830 )
         * src/types/pa_vcookie.h:  
         * src/types/pa_vdate.h:  2012-05-23  moko
         * src/types/pa_vdouble.h:  
         * src/types/pa_venv.h:          * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
         * src/types/pa_vfile.C:            types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
         * src/types/pa_vfile.C:            types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
         * src/types/pa_vfile.h:            types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
         * src/types/pa_vform.C:            types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
         * src/types/pa_vform.C:            types/pa_vregex.h, types/pa_vstateless_class.C,
         * src/types/pa_vform.h:            types/pa_vstateless_class.h, types/pa_vstring.h,
         * src/types/pa_vhash.h:            types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
         * src/types/pa_vhashfile.C:            types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
         * src/types/pa_vhashfile.C:            "return string as-is" removed from as_expr_result. ( new feature:
         * src/types/pa_vhashfile.h:            #831 )
         * src/types/pa_vimage.C:  
         * src/types/pa_vimage.C:          * tests/results/244.processed: test changed after bug #782 fix
         * src/types/pa_vimage.h:            commited
         * src/types/pa_vint.h:  
         * src/types/pa_vjunction.h:          * tests/results/229.processed: test results for bug #782 commited
         * src/types/pa_vmath.h:  
         * src/types/pa_vmethod_frame.h:          * tests/: 254.html, results/254.processed: uid now just compared,
         * src/types/pa_vobject.h:            not printed. :)
         * src/types/pa_vrequest.C:  
         * src/types/pa_vrequest.C:  2012-05-20  moko
         * src/types/pa_vrequest.h:  
         * src/types/pa_vresponse.C:          * src/classes/reflection.C: ^reflection:uid[$object] added ( new
         * src/types/pa_vresponse.C:            feature: #341 )
         * src/types/pa_vresponse.h:  
         * src/types/pa_vstateless_class.C:          * tests/: 254.html, results/254.processed: test for
         * src/types/pa_vstateless_class.h:            ^reflection:uid[] added
         * src/types/pa_vstateless_object.h:  
         * src/types/pa_vstatus.C:          * tests/: 254.html, results/254.processed: test for
         * src/types/pa_vstatus.h:            ^reflection:uid[$obj] added
         * src/types/pa_vstring.C:  
         * src/types/pa_vstring.C:  2012-05-17  misha
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.C:          * src/main/untaint.C: - do not replace ' char by _26 while
         * src/types/pa_vtable.C:            exploding filespec-tainting ( new feature: #829 )
         * src/types/pa_vtable.h:  
         * src/types/pa_vvoid.h:  2012-05-12  moko
         * src/types/pa_vxdoc.C:  
         * src/types/pa_vxdoc.C:          * src/types/pa_vvoid.h: is_string now also checked, but get_* -
         * src/types/pa_vxdoc.h:            not.
         * src/types/pa_vxnode.C:  
         * src/types/pa_vxnode.C:  2012-05-08  moko
         * src/types/pa_vxnode.h:  
         * src/types/pa_wcontext.C:          * src/types/pa_vmethod_frame.h: bug #782 fixed
         * src/types/pa_wcontext.h:  
         * src/types/pa_wwrapper.h:          * tests/229.html: test for bug #782
                 name spelling  
           * tests/results/259.processed, src/main/pa_request.C,
 2002-02-07  paf            src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
         * src/main/compile.C:            src/types/pa_vstring.h, src/types/pa_vvoid.C,
         * src/main/compile.tab.C:            src/types/pa_vvoid.h: feature #154 - first empty param now
         * src/main/compile.y:            string; defined locals are empty strings; $STRICT-VARS(true)
         * src/main/compile_tools.h:            added
                 disabled $if reference due to conflicts with local variables  
   2012-04-27  moko
         * configure:  
         * configure.in:          * src/targets/apache/Makefile.am:
         * src/classes/Makefile.in:            ../../lib/memcached/libmemcached.a added
         * src/classes/gd/Makefile.in:  
         * src/include/pa_config_auto.h.in:  2012-04-27  misha
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
         * src/main/pa_common.C:            ( #827 )
         * src/main/pa_socks.C:  
         * src/pcre/Makefile.in:  2012-04-25  moko
         * src/targets/Makefile.in:  
         * src/targets/cgi/Makefile.in:          * src/: classes/json.C, classes/memcached.C,
         * src/types/Makefile.in:            lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                 compiled under cygwin            types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                 added yet another locking function: fcntl            implemented.
   
         * src/classes/Makefile.in:          * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
         * src/classes/gd/Makefile.in:  
         * src/libltdl/Makefile.in:  2012-04-23  moko
         * src/main/Makefile.in:  
         * src/pcre/Makefile.in:          * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
         * src/targets/Makefile.in:            lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
         * src/targets/apache13/Makefile.in:            types/pa_vmemcached.h: open allows options hash for new
         * src/targets/cgi/Makefile.in:            memcached(options) function
         * src/types/Makefile.in:  
                 makes          * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
             not appended
         * src/include/pa_array.h:  
         * src/main/compile.C:  2012-04-21  moko
         * src/main/compile.tab.C:  
         * src/main/compile.y:          * src/classes/curl.C: '' added. :)
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * src/classes/classes.vcproj: new curl.h location
                 operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of  
                 OP_VALUE+string+OP_GET_ELEMENT.          * src/classes/curl.C: verbose output redirection from stderr to
                 and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR            file curl option added
                 to form  
                 OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  2012-04-20  moko
                 code  
           * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
         * operators.txt:            contains what we need from curl, #ifdef HAVE_CURL removed
         * src/classes/string.C:  
         * src/include/pa_config_fixed.h:          * configure, configure.in, src/classes/Makefile.am,
         * src/main/compile.tab.C:            src/include/pa_config_auto.h.in, src/include/pa_version.h,
                 ^int/double/string.format            src/lib/Makefile.am, src/lib/curl/Makefile.am,
                 now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.            src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
                 retaining backward compatibility due to some already-implemented servers            configure option
   
         * config.sub:  2012-04-19  moko
                 on cygwin configure passes it with strange i1586 const, hacked  
                 it to mean i586          * src/: classes/double.C, classes/inet.C, classes/int.C,
             classes/string.C, lib/gc/include/gc_allocator.h,
         * src/main/pa_socks.C:            types/pa_vform.C: PVS-Studio detected errors fixes, unused
                 swapped headers to avoid compiler warnings            options from sql_result_string removed. (closes issue #468)
   
         * operators.txt:          * src/types/pa_vmemcached.C: empty string fix
         * src/classes/table.C:  
         * src/include/pa_array.h:          * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
         * src/include/pa_table.h:            pa_vstring.C, pa_vstring.h: serialization helpers moved to
         * src/main/pa_array.C:            pa_vmemcached.C
         * src/main/pa_table.C:  
         * www/htdocs/auto.p:  2012-04-18  moko
         * www/htdocs/index.html:  
                 table::create now // 'set' name obsolete now          * src/targets/apache/mod_parser3.c: "Parser3 module requires
                 table clone.            apache2-mpm-prefork" error displayed in threaded mpm.
   
         * operators.txt:          * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
         * src/classes/xdoc.C:            pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
         * src/include/pa_config_fixed.h:            installed (issue #354)
                 xdoc::set obsolete now, now xdoc::create, with both sences  
   2012-04-16  moko
 2002-02-06  paf  
         * src/pcre/pcre.c:          * src/types/pa_vmemcached.C: call to memcached_result_create and
                 MAX_INT from limits.h changed to PCRE_MAX_POS of 10M            memcached_result_free removed
   
         * src/pcre/internal.h:  2012-04-14  moko
                 removed limits.h usage [were used for MAX_INT only]  
           * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
         * src/classes/mail.C:  
                 *** empty log message ***          * src/types/pa_vmemcached.C: check_key added and used
   
         * configure:  2012-04-13  moko
         * configure.in:  
                 prefix expanded, grr          * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
             types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
         * etc/parser3.conf.in:            Serialization_data now added and used, VString now serialized
         * operators.txt:            with languages into memcached.
         * src/classes/mail.C:  
                 mail:send config changed  2012-03-28  moko
   
 2002-02-05  paf          * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
         * configure.in:            lib/memcached/pa_memcached.h: result lengths added
         * operators.txt:  
         * src/classes/file.C:  2012-03-27  moko
         * src/classes/op.C:  
         * src/include/pa_common.h:          * src/types/pa_vmemcached.C: strdup added
         * src/include/pa_config_includes.h:  
         * src/main/compile.tab.C:  2012-03-24  moko
         * src/main/pa_common.C:  
         * www/htdocs/index.html:          * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                 rewritten ^cache to use non-blocking-exclusive-caches            lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
             types/pa_vmemcached.h: memcached: mget, flush, fttl added
         * src/types/pa_vstatus.C:  
                 status:rusage 3  2012-03-20  moko
   
         * src/main/pa_common.C:          * configure, configure.in: Makefiles.in updated for memcached
                 text file read mode on win32 adjusted [speed impact. was off  
                 for debugging purpose, but forgotten afterwards]          * src/targets/cgi/Makefile.am: cleanup
   
         * operators.txt:          * src/: types/Makefile.am, types/pa_vmemcached.C,
                 status:rusage described int operators            types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
   
         * configure.in:          * src/: classes/Makefile.am, classes/memcached.C,
         * src/types/Makefile.am:            lib/memcached/Makefile.am, lib/memcached/constants.h,
         * src/types/pa_vstatus.h:            lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
         * src/types/types.dsp:            lib/memcached/types.h, lib/Makefile.am: memcached initial
                 status:rusage  
   2012-03-16  moko
         * src/types/pa_vstatus.C:  
                 status:rusage 1          * src/main/execute.C: ident now works under Linux + ident displays
             filenames (closes issue #818)
         * configure:  
         * configure.in:          * src/types/: Makefile.am, pa_vmethod_frame_global.h,
         * src/include/pa_config_auto.h.in:            pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
         * src/types/Makefile.in:            pa_vmethod_frame_local.h removed
         * src/types/pa_vstatus.C:  
                 *** empty log message ***          * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
             classes/classes.h, classes/curl.C, classes/date.C,
         * src/main/pa_exec.C:            classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/main/pa_exec.C:            classes/hashfile.C, classes/image.C, classes/inet.C,
                 argv0 now correct            classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
             classes/memory.C, classes/op.C, classes/reflection.C,
         * src/types/pa_vstatus.C:            classes/regex.C, classes/response.C, classes/string.C,
                 status:rusage 2            classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
             classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
         * operators.txt:            include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                 regex options commented            include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_dictionary.h, include/pa_dir.h,
 2002-02-01  paf            include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
         * etc/parser3.conf.in:            include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                 \r removed            include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
             include/pa_pool.h, include/pa_random.h, include/pa_request.h,
         * src/pcre/ibm-1250.ucm:            include/pa_request_charsets.h, include/pa_request_info.h,
                 central europian iconv charset imported            include/pa_sapi.h, include/pa_socks.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
         * src/classes/op.C:            include/pa_stack.h, include/pa_string.h,
                 file_write does EX lock after create,            include/pa_stylesheet_connection.h,
                 while file_read does SH after open,            include/pa_stylesheet_manager.h, include/pa_table.h,
                 so there's a moment after create but before EX lock when read can sneak into, and read just-created-for-writing-and-not-yet-locked file,            include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                 added a check for that in ^cache...read            include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
             lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
 2002-01-31  paf            lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
         * src/main/execute.C:            lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
         * www/htdocs/index.html:            lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                 operators check, thay mistakenly seen in            main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   $class:operator            main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   $object.operators            main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                 contexts            main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
             main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
         * INSTALL:            main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
         * Makefile.in:            main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
         * configure:            main/pa_string.C, main/pa_stylesheet_connection.C,
         * configure.in:            main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
         * etc/Makefile.am:            main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
         * etc/Makefile.in:            main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
         * etc/parser3.charsets/Makefile.in:            targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
         * ident.awk:            targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
         * src/Makefile.in:            targets/cgi/pa_threads.C, targets/cgi/parser3.C,
         * src/classes/Makefile.am:            targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
         * src/classes/Makefile.in:            types/pa_junction.h, types/pa_method.h, types/pa_property.h,
         * src/classes/gd/Makefile.am:            types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
         * src/classes/gd/Makefile.in:            types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
         * src/libltdl/Makefile.in:            types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
         * src/main/Makefile.am:            types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
         * src/main/Makefile.in:            types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
         * src/pcre/Makefile.in:            types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
         * src/targets/Makefile.in:            types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
         * src/targets/apache13/Makefile.am:            types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
         * src/targets/cgi/Makefile.am:            types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
         * src/targets/cgi/Makefile.in:            types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
         * src/targets/cgi/pa_config_paths.h.in:            types/pa_vmemory.h, types/pa_vmethod_frame.C,
         * src/targets/cgi/parser3.C:            types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
         * src/types/Makefile.am:            types/pa_vmethod_frame_local.h, types/pa_vobject.C,
         * src/types/Makefile.in:            types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                 lowered indent.awk back to src/            types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
             types/pa_vresponse.h, types/pa_vstateless_class.C,
         * src/classes/xdoc.C:            types/pa_vstateless_class.h, types/pa_vstateless_object.h,
         * src/targets/cgi/parser3.dsp:            types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
         * www/htdocs/index.html:            types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                 now compiles under win32            types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
             types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
         * src/main/compile.tab.C:            types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
         * src/main/compile.y:            ident now works under Linux + ident displays filenames (closes
                 disabled operator call after ^xxx:            issue #818) Copyright updated
   
         * AUTHORS:  2012-03-13  moko
         * COPYING:  
         * INSTALL:          * src/main/pa_string.C: compilation fix for feature #741
         * Makefile.am:  
         * Makefile.in:  2012-03-09  misha
         * NEWS:  
         * README:          * tests/193.html: - tests for ^string:base64[encoded] are updated
         * acinclude.m4:  
         * aclocal.m4:          * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
         * asm.txt:            now detects invalid base64 chars in the middle of encoded stricg
         * config.guess:            ( new feature: #55 )
         * config.sub:  
         * configure:          * src/include/pa_exception.h: - new exception type for base64
         * configure.in:            decoding is added
         * etc/Makefile.am:  
         * etc/Makefile.in:  2012-03-06  misha
         * etc/parser3.charsets/Makefile.am:  
         * etc/parser3.charsets/Makefile.in:          * tests/274.html: - tests for ^date::today[] and
         * etc/parser3.charsets/koi8-r.cfg:            ^date.sql-string[datetime|date|time] are added
         * etc/parser3.charsets/windows-1250.cfg:  
         * etc/parser3.charsets/windows-1251.cfg:          * src/classes/date.C: - constructor ^date::today[] is added ( new
         * etc/parser3.conf.in:            feature: #811 ) - ^date.sql-string[] now can accept one param --
         * form.txt:            strings "datetime", "date" or "time" - comments tidying up
         * ident.awk:  
         * install-sh:          * src/types/pa_vdate.h: - get_sql_string now can print datetime,
         * lang.txt:            date and time
         * ltconfig:  
         * ltmain.sh:  2012-03-03  misha
         * missing:  
         * mkinstalldirs:          * tests/193.html: - tests for
         * operators.txt:            ^string:base64[encoded;$.strict(true)] are added
         * parser3.dsw:  
         * sql.txt:          * tests/results/auto.p: - try-catch operator is added
         * src/AUTHORS:  
         * src/COPYING:          * src/: classes/file.C, classes/string.C, include/pa_common.h,
         * src/ChangeLog:            main/pa_common.C: - $.strict(true|false) option is added to
         * src/Makefile.am:            base64 decode methods ( new feature: #55 )
         * src/Makefile.in:  
         * src/NEWS:          * src/main/pa_common.C: - base64 decode memory usage was decreased
         * src/README:            ( new feature: #819 )
         * src/acinclude.m4:  
         * src/aclocal.m4:  2012-02-28  moko
         * src/asm.txt:  
         * src/classes/Makefile.am:          * src/classes/hash.C: ident test
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.am:  2012-02-27  misha
         * src/classes/gd/Makefile.in:  
         * src/config.guess:          * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
         * src/config.sub:  
         * src/configure:  2012-01-08  misha
         * src/configure.in:  
         * src/form.txt:          * tests/273.html: - tests for ^string.replace[from;to] are added
         * src/ident.awk:  
         * src/include/pa_config_auto.h.in:          * src/: classes/string.C, include/pa_dictionary.h,
         * src/install-sh:            main/pa_dictionary.C, main/pa_string.C: -
         * src/lang.txt:            ^string.replace[from;to] is added ( new feature: #741 ) -
         * src/libltdl/Makefile.in:            ^string.replace[one subst here] is slightly optimized
         * src/libltdl/acinclude.m4:  
         * src/libltdl/configure:  2011-12-07  misha
         * src/ltconfig:  
         * src/ltmain.sh:          * src/classes/table.C: - $t[^table::create{$empty}] now creates
         * src/main/Makefile.am:            named table with one empty column ( bugfix: #63 )
         * src/main/Makefile.in:  
         * src/missing:  2011-11-30  misha
         * src/mkinstalldirs:  
         * src/operators.txt:          * src/classes/json.C: - it's possible to set user's method for
         * src/parser3.dsw:            parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
         * src/pcre/Makefile.in:            #763 )
         * src/pcre/ruspart_win2koi.pl:  
         * src/pcre/win-koi.tab:          * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
         * src/sql.txt:  
         * src/targets/Makefile.in:  2011-11-23  misha
         * src/targets/apache13/Makefile.am:  
         * src/targets/apache13/Makefile.in:          * src/: classes/curl.C, classes/file.C, classes/image.C,
         * src/targets/cgi/Makefile.am:            classes/table.C, classes/xdoc.C, types/pa_vfile.C,
         * src/targets/cgi/Makefile.in:            types/pa_vfile.h, types/pa_vform.C: - constructor
         * src/targets/cgi/parser3.C:            ^file::create[mode;filename;content[;options]] now accepts binary
         * src/types.txt:            mode and file-content - new constructor's format:
         * src/types/Makefile.am:            ^file::create[string-or-file-content[;$.name[filename]
         * src/types/Makefile.in:            $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
         * types.txt:            feature: #65 )
         * www/Makefile.am:  
         * www/Makefile.in:          * src/: include/pa_request.h, main/pa_request.C: - new method
         * www/htdocs/auto.p:            mime_type_of(const String*) is added
         * www/htdocs/global.xsl:  
         * www/htdocs/index.html:          * src/include/pa_exception.h: - new exception constant
         * www/htdocs/parser-status.html:            FILE_NAME_MUST_BE_SPECIFIED is added
         * www/htdocs/people.dtd:  
                 moved etc&www out of src, moved configure&co out of src          * src/classes/table.C: - bug with negative offset transformed into
                 added windows-1250.cfg            a feature. it means pointing to a row from the end of the table (
                 straightened installation scripts procedure            new feature: #810 )
                 made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change  
   2011-11-19  misha
         * src/include/pa_opcode.h:  
         * src/include/pa_request.h:          * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
         * src/main/compile.C:            â ìåòîäå _select ( new feature: #810 )
         * src/main/compile.tab.C:  
         * src/main/compile.y:          * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
         * src/main/compile_tools.C:            options were specified together is simplified
         * src/main/compile_tools.h:  
         * src/main/execute.C:  2011-11-12  misha
         * src/types/pa_wcontext.h:  
                 operators check 6.1          * src/main/pa_request.C: - forgotten fix for escaping filename in
                 rewritten. now check is done at compile time            HTTP content-disposition header (a part of bug #361 )
   
         * etc/parser3.charsets/Makefile.in:          * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
         * src/INSTALL:            checks for ancestors' classes as well ( new feature: #456 )
         * src/ident.awk:  
                 *** empty log message ***          * src/classes/op.C: - exceptions for ^break[] and ^continue[]
             "without cycle" now have types "parser.break" and
         * src/main/execute.C:            "parser.continue" instead of "parser.runtime" ( new feature: #799
                 operators check 5            )
                 floated up old error of staying in 'entered class/object' state after $a($a..)  
                 it prevented operators from being called thereafter  2011-11-11  misha
   
         * src/main/compile.tab.C:          * tests/results/: 099.processed, 100.processed, 205.processed,
         * src/main/execute.C:            237.processed: - since bug #361 was fixed the content of filename
                 made operators lookup first in ^xxx situation.            in HTTP headers is quoted
                 so that one could not do  
                 $if[1]          * tests/results/270.processed: - result for test 270
                 ^if[xxx]  
           * tests/: 065.html, results/065.processed: - more tests for
         * src/main/execute.C:            ^file:basename[] & Co were added
         * src/types/pa_wcontext.h:  
         * www/htdocs/auto.p:          * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
         * www/htdocs/index.html:  
                 operators check 2          * tests/270.html: - tests for ^file:find[] are added
                 floated up old error of staying in 'entered class' state after $a:a[a]  
                 it prevented operators from being called thereafter          * src/types/pa_vxdoc.C: - now it's possible to specify encoding
             using option $.charset. option $.engoding is still supported but
         * src/main/execute.C:            these options can not be specified together
                 operators check 3  
                 floated up old error of staying in 'entered class' state after $a:a(a)          * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                 it prevented operators from being called thereafter            comparation charset name with string "UTF-8" ( bugfix: #759 )
   
         * src/include/pa_opcode.h:  2011-10-11  misha
         * src/main/compile.tab.C:  
         * src/main/compile.y:          * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
         * src/main/execute.C:            option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                 operators check 4            #622)
                 floated up old error of staying in 'entered object' state after ^a.a(a)  
                 it prevented operators from being called thereafter  2011-09-30  misha
   
 2002-01-30  paf          * src/types/pa_vrequest.C: - saving empty $request:post-body causes
         * src/classes/xdoc.C:            exception "saving stat-ed file" ( bugfix: #395 )
         * src/libltdl/acconfig.h:  
         * src/libltdl/config_auto.h.in:  2011-05-30  misha
                 acconfig.h changed [comments before #undefs removed]  
                 those comments were a mistake, and prevented libltdl from function properly          * src/classes/string.C: - fixed bug which was added with
             params.as_hash into string:sql
         * src/INSTALL:  
         * src/README:  2011-05-29  misha
                 started 'INSTALL'  
           * src/types/pa_value.C: - filename in content-disposition header
         * src/patches/libgdome_cpp_syntax1.patch:            must be quoted ( bugfix: #361 )
         * src/patches/libgdome_cpp_syntax2.patch:  
                 libgdome patches so that those headers would compile with c++ compiler  2011-05-27  misha
   
         * src/INSTALL:          * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
         * src/README:            created file
                 described gdome patches  
           * src/classes/: hash.C, mail.C: - little tunning with get_hash
         * src/INSTALL:            usage
                 INSTALL -10  
           * src/include/pa_exception.h: - one more string for exception was
         * src/INSTALL:            added
                 could not find out how to disable threads in glib, tried both  
                 configure keys, but still libgthreads got created.  2011-05-25  misha
   
         * src/README:          * tests/269.html: - tests for checking input params in some dom
                 small greeting            methods
   
         * src/configure:          * src/classes/: xdoc.C, xnode.C: - validation of some input params
         * src/configure.in:            was added. it isn't possible not wo create xdoc with invalid
                 minor mistake with /bin/glib-config fixed            tagName. ( bugfix: #160 )
   
 2002-01-29  paf          * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
         * src/Makefile.am:            string "data must be string" was mover from pa_exception.h to
         * src/Makefile.in:            pa_xml_exception.h
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:          * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
         * src/classes/gd/Makefile.in:            as_xmlncname, as_xmlname and as_xmlnsuri were added
         * src/configure:  
         * src/configure.in:          * src/main/pa_xml_exception.C: - XmlException accepts more options
         * src/libltdl/Makefile.am:  
         * src/libltdl/Makefile.in:          * src/include/pa_xml_exception.h: - XmlException accepts more
         * src/libltdl/acconfig.h:            options - XML-related exception's strings were added
         * src/libltdl/acinclude.m4:  
         * src/libltdl/config_auto.h.in:          * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
         * src/libltdl/configure:            output_options were removed)
         * src/libltdl/configure.in:  
         * src/main/Makefile.in:  2011-05-19  misha
         * src/pcre/Makefile.am:  
         * src/pcre/Makefile.in:          * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
         * src/targets/Makefile.in:            params.as_hash is used more while parsing methods hash-options
         * src/targets/apache13/Makefile.in:  
         * src/targets/cgi/Makefile.in:  2011-05-18  misha
         * src/types/Makefile.in:  
                 removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]          * operators.txt: - info about json-serialization of xdoc was added
                 added default system config&charsetts  
                 prepared 'make install', now it installs          * tests/256.html: - tests for json-serialization xdoc were added
                 targets/cgi/parser3 into bin directory  
                 etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively          * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
   
         * src/classes/xdoc.C:          * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
         * src/include/pa_charset.h:            classes/json.C, classes/xdoc.C: - now json:string can serialize
         * src/include/pa_globals.h:            xdoc-objects. options (the same as ^xdoc.string[]) could be
         * src/main/pa_globals.C:            specified in $.xdoc[] ( new feature: #265 )
                 few forgotten ifdef XML added  
   2011-05-15  misha
 2002-01-28  paf  
         * src/classes/xdoc.C:          * tests/268.html: - tests for ^table.count[with options] were added
         * src/classes/xnode.h:  
         * src/main/pa_exception.C:          * src/classes/table.C: - method ^table.count[] now can accept
         * src/operators.txt:            options ( new feature: #93 ): ^table.count[column] returns number
                 xdoc.importNode 0            of columns for named table; ^table.count[cells] returns number of
             cells in the current row; ^table.count[] & ^table.count[rows]
         * src/classes/xdoc.C:            return number of rows in a table.
                 xdoc::set now untaints OK  
           * tests/267.html: - test for checking switch/case in boolean mode
         * src/aclocal.m4:            was added
                 without this one commited, stupid make runs autoconf  
           * src/classes/op.C: - if switch's or case's value is bool, they are
         * src/Makefile.in:            compared as bool values, not as double values: new feature: #351
                 stupid make runs automake on ths  
   2011-05-06  misha
         * src/classes/xnode.C:  
         * src/types/pa_vxdoc.h:          * tests/242.html: - EOL before EOF was added
                 xdoc.importNode 1  [fixed as_node helper func to accept docs]  
           * tests/169.html: - tests for splitting empty string and void were
         * src/classes/Makefile.am:            added
         * src/classes/Makefile.in:  
         * src/targets/cgi/Makefile.am:          * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
         * src/targets/cgi/Makefile.in:            returned table with one empty cell)
                 xalan-patch removed  
   2011-04-03  misha
         * src/main/pa_exception.C:  
                 dom|generic error output fix          * src/include/pa_version.h, configure.in: - version in head was
             changed to 3.4.2b
         * src/classes/xnode.C:  
                 xdoc.importNode 2 [mistype err]  2011-03-30  misha
   
         * src/classes/xnode.C:          * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                 xdoc.importNode 3 [check err]            as well ( new feature #294 )
   
 2002-01-25  paf  2011-03-29  misha
         * src/ChangeLog:  
         * src/include/pa_charset.h:          * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
         * src/main/pa_globals.C:            limited to approx. 6 MB. previous limits were too big for real
                 http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc            life. bugfix: #216
   
         * src/classes/hash.C:  2011-03-04  moko
         * src/operators.txt:  
                 unified  hash::sql, now          * etc/parser3.charsets/cp866.cfg: Conforms to
                 ^hash::sql{query}[[$.limit(2) $.offset(4)]]            http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
   
         * src/classes/file.C:          * etc/parser3.charsets/cp866.cfg: cp866 initial version from
         * src/classes/op.C:            vlalek@
         * src/classes/string.C:  
         * src/classes/table.C:  2011-02-22  misha
         * src/classes/xdoc.C:  
         * src/include/pa_common.h:          * src/include/pa_charset.h, operators.txt: - some methods mustn't
         * src/main/pa_common.C:            be under #ifdef XML or parser can't be compiled without xml
         * src/types/pa_vfile.h:            support
                 removed redundant pool param to some pa_common funcs  
   2011-02-21  misha
         * src/classes/file.C:  
         * src/include/pa_common.h:          * src/targets/apache/: Makefile.am: - mention
         * src/main/pa_common.C:            ApacheModuleParser3.vcproj was removed
         * src/operators.txt:  
                 ^file:lock[filename]{code}          * src/types/pa_vjunction.C: - EOL before EOF was added (warning
             removed)
         * src/include/pa_charset.h:  
         * src/include/pa_charset.h:  2011-02-20  misha
         * src/include/pa_config_fixed.h:  
         * src/main/compile.tab.C:          * tests/: 266.html, 266.p: - tests for checking $.inherited and
         * src/main/pa_charset.C:            $.overridden in ^reflection:method_info[...] were added
                 typedef XMLCh... not stupid illegal define  
           * src/classes/reflection.C: - beautifying result of
         * src/main/compile.tab.C:            ^reflection:method_info[] ($.overridden/inherited)
         * src/main/compile.y:  
                 #comment  before @ after @SPECIAL  2011-02-18  misha
                 now works OK  
           * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
         * src/configure:            and pa_isalnum instead of isalpha and isalnum - bug with
                 version            redundand quoting lowercased latin chars while building email
             body was fixed
         * src/patches/libxml_error_column_tab.patch:  
                 error position in line with \t-s was badly pointed by ^, tabs          * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                 changed to spaces            added (they check for latin chars only)
   
         * src/main/pa_exec.C:  2011-02-16  misha
         * src/operators.txt:  
                 max arg count now 10, and proper message on violation that added          * src/main/pa_charset.C: - bugfix: in some cases the calculating
             string size for transcoding gave too small value (should ever
         * src/main/pa_exec.C:            look for availability char in dest charset inspite of the char
         * src/main/pa_exec.C:            size)
                 unix: exec now does chdir to script dir  
   2011-02-04  moko
         * src/operators.txt:  
                 table sort comment          * tests/223.html: header values now not url-encoded (issue #195)
   
 2002-01-24  paf  2011-02-01  misha
         * src/classes/hashfile.C:  
         * src/include/pa_db_table.h:          * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
         * src/include/pa_opcode.h:  
         * src/main/compile.tab.C:  2011-01-31  misha
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/main/pa_request.C: - throw exception if param file_name in
         * src/main/compile_tools.h:            use_file is empty
         * src/main/execute.C:  
         * src/main/pa_db_connection.C:  2011-01-08  moko
         * src/main/pa_db_table.C:  
         * src/operators.txt:          * src/classes/curl.C: compilations errors fixed
         * src/types/pa_vhashfile.C:  
         * src/types/pa_vhashfile.h:  2010-12-29  moko
                 merged from r17 - hashfile without logfiles  
           * tests/: 265.html, results/265.processed: test for issue #200
         * src/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch:            added
                 background="" from xslt now OK [were just background without =  
                 "]          * src/main/pa_string.C: empty regex result check added (fixes issue
             #200)
         * src/classes/xnode.C:  
         * src/operators.txt:          * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                 xnode.select returns array always now, in case 'nothing found'   
                 returns empty array          * tests/results/223.processed: header values now not url-encoded
             (issue #195)
         * src/configure.in:  
         * src/include/pa_version.h:          * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                 changed version number            main/untaint.C: L_HTTP_HEADER now used in http headers values,
             pa_http_safe_header_name added for headers names (fixes bug #195)
         * src/classes/xdoc.C:  
                 checked empty response  2010-12-18  misha
   
         * src/classes/hashfile.C:          * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
         * src/include/pa_db_table.h:            => pa-include
         * src/main/compile.tab.C:  
         * src/main/pa_db_connection.C:  2010-11-28  moko
         * src/main/pa_db_table.C:  
         * src/operators.txt:          * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
         * src/types/pa_vhashfile.C:  
         * src/types/pa_vhashfile.h:          * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                 hashfile:            -> pa
                 removed use of transactions  
                 [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,          * configure.in: apr -> pa
                 thus got rid of huge log files, which cluttered disk without huge need]  
           * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:          * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
         * src/classes/xnode.h:            classes/Makefile.am, types/Makefile.am: apr -> pa
                 gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent  
                 in dome lib          * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
             pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
         * src/classes/xnode.C:            sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                 xpath nodes select bug [0] instead of [i], be more tender with            pa-include/pa_apr.h, pa-include/pa_errno.h,
                 ctrl/c/v            pa-include/pa_file_info.h, pa-include/pa_file_io.h,
             pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
         * src/classes/xdoc.C:            module apr name conflict resolved)
                 xsltSaveResultTo checked <0 response  
   2010-11-27  misha
         * src/classes/xnode.C:  
                 xdoc.select fixed context node [were always /, not self node]          * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
             libbz2
 2002-01-23  paf  
         * src/classes/xdoc.C:  2010-11-26  misha
         * src/main/pa_globals.C:  
         * src/types/pa_vdouble.h:          * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                 %.20E now default float format            warnings removed
                 this is for regretful twice-converting here:  
                 $a(double value) when they write double falue  they convert it to string first,  2010-11-25  moko
                 thus %g were losing precesion.  
                           * operators.txt: $.indent(true)
                 todo: think up some way to remove double->string string->double twice-converting  
           * operators.txt: another bugfix. :)
         * src/main/pa_globals.C:  
                 removed debug xslt messages          * operators.txt: bugfix. :)
   
         * src/main/pa_globals.C:          * buildall-with-xml: libxml2-2.7.8 + with-apache
                 xslt linked dynamically. [mistekenly were statically linked]  
   2010-11-24  moko
         * src/include/pa_exception.h:  
         * src/main/compile.tab.C:          * configure: apxs support
         * src/main/pa_exception.C:  
                 removed exception va_list constructor.          * configure.in: apxs support -Bstatic gc removed for OS X
                 1. not needed anymore  
                 2. there were a conflict[causing errors] between          * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                 ctor(, va_list)  
                 ctor(, ...)          * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                 compiler[both msvc and gcc] never detected an ambiguilty here, compiling            THREAD_LOCAL usage
                 ctor(, "hello") into ctor(, va_list) which, of course, caused gpf  
           * src/: classes/curl.C, include/pa_config_includes.h,
         * src/types/pa_vdouble.h:            main/pa_globals.C: THREAD_LOCAL defined and used
                 %.20E now float format when %g produced 'e' in output  
                 this is for regretful twice-converting here:  2010-11-23  moko
                 $a(double value) when they write double falue  they convert it to string first,  
                 thus %g were losing precesion.          * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                             should be passed to pa_sleep, and only fractional part (bugfix:
                 todo: think up some way to remove double->string string->double twice-converting            #188)
   
         * src/patches/libxml_html_output_no_charset_meta.patch:          * src/targets/apache/mod_parser3.c: 1.3 compatibility
         * src/patches/libxslt_html_output_no_charset_meta.patch:  
                 no meta2          * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
             GC_dont_gc=1, as in cgi version
         * src/types/pa_vdouble.h:  
                 double prec. todo: get rid of twice-converting          * src/targets/apache/mod_parser3.c: warning war
   
         * src/patches/libxml_transcoder_context1.patch:          * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
         * src/patches/libxml_transcoder_context2.patch:            pa_httpd.h: version removed, some trash removed
         * src/patches/libxml_transcoder_context3.patch:  
         * src/patches/libxml_transcoder_context4.patch:          * src/targets/apache/mod_parser3.c: version removed (we don't want
         * src/patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch:            to show it), warning war
         * src/patches/xalan-FormatterToHTML-attribute-digitalentitifying-and-noheadcharset.patch:  
         * src/patches/xalan-XalanDOMString-systaxerr.patch:          * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
         * src/patches/xalan-XalanTranscodingServices-digitalentitifying.patch:            pa_httpd.h: parser_status_allowed removed + merge config
         * src/patches/xerces-XMLURL-http-localhost-eq-documentroot-relative-file.patch:            functions removed (override is the default) + beauty
                 removed xalan&xerces patches, started gnome xml lib patches.  
                 first patch series aimed at providing transcoder with context          * src/: include/pa_request.h, main/pa_request.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
         * src/patches/libxslt_html_output_no_charset_meta.patch:            hide $status used in apache module removed
                 no meta3  
   2010-11-18  moko
         * src/classes/xdoc.C:  
         * src/include/pa_stylesheet_connection.h:          * operators.txt: $.table[compact] added for ^json:string[]
         * src/main/pa_globals.C:  
                 xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside  2010-11-16  moko
   
         * src/classes/xdoc.C:          * src/targets/apache/mod_parser3.c: some cleanup done
         * src/main/pa_globals.C:  
                 xdoc::load/set entities substituted.          * src/main/untaint.C: bugfix: first, second String::Body argument
                         // 2. when dom tree with entites goes under transform text nodes            is hashcode; second, info.fragment_begin is original, not
                         // got [erroreosly] cut on first entity occurance            resulting length
   
 2002-01-22  paf          * src/classes/file.C: new feature: $.stdin now untainted
         * src/classes/table.C:  
                 join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.          * tests/results/264.processed: new feature: $.stdin[] now untainted
                 replaced them with empty strings  
           * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
         * src/classes/xdoc.C:  
         * src/include/pa_stylesheet_connection.h:          * src/classes/op.C: ^apply-taint[] method added
         * src/main/pa_globals.C:  
                 xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.          * tests/: 264.html, results/264.processed: ^apply-taint[] test
                 example:            added; $.stdin untaint test added
                 this refused to work,  
                             <b>&laquo;<xsl:value-of select="@title" />&raquo;</b>  2010-11-15  moko
                 stranly worked only this way:  
                             <b>&#171;<xsl:value-of select="@title" />&raquo;</b>          * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                             removed
                 docs says "set it to 1", never going into details, so I decided to try NOT to do that  
           * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
         * src/classes/gd/gif.C:            pa_httpd.h: 2x2 calculated under apache2. :)
         * src/classes/gd/mtables.h:  
                 angles adjust for image.arc and image.sector  2010-11-13  moko
   
         * src/classes/gd/gif.C:          * src/targets/apache/mod_parser3.c: initial changes to build module
                 added bounds check into image.replace...LineReplaceColor            with apache 2.x includes
   
 2002-01-21  paf          * src/targets/apache/: Makefile.am, mod_parser3.c,
         * src/include/pa_stylesheet_connection.h:            mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
         * src/main/pa_exception.C:            united apache 1.3 / apache 2.x DSO module
                 xml generic message 1  
   2010-11-09  moko
         * src/main/pa_charset.C:  
                 checked empty transcoders in transcode_cstr|buf          * src/types/pa_method.h: check added to dissallow @method[name;*]
             syntax
         * src/classes/Makefile.in:  
         * src/classes/xdoc.C:          * tests/: 263.html, results/263.processed: test from method[*args]
         * src/classes/xnode.C:            added
         * src/configure:  
         * src/configure.in:          * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
         * src/include/pa_stylesheet_connection.h:            number of params can now be passed to a method declared with *arg
         * src/main/pa_charset.C:  
         * src/main/pa_globals.C:  2010-11-06  moko
         * src/main/pa_sql_driver_manager.C:  
         * src/main/pa_stylesheet_manager.C:          * src/classes/table.C: formating fixed. :)
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/Makefile.in:          * src/classes/table.C: closes #4: ^table.select now supports
                 autoconf gnome            $.limit(), $.offset, $.reverse() options
   
         * src/classes/xdoc.C:          * tests/: 262.html, results/262.processed: test for ^table:select
                 xdoc::load error source = filespec            with options added (feature #4)
   
         * src/classes/table.C:          * src/include/pa_array.h: remove function added
                 ^table::load  
                 empty lines or #comments before headline          * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
             object in get_element/put_element, using static one.
         * src/include/pa_array.h:  
         * src/include/pa_globals.h:  2010-11-04  moko
         * src/include/pa_request.h:  
         * src/include/pa_threads.h:          * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
         * src/main/pa_array.C:            options is passed
         * src/main/pa_exception.C:  
         * src/main/pa_globals.C:          * tests/: 256.html, results/256.processed: $.table[compact] feature
         * src/main/pa_request.C:            now tested; k and p in handler now tested.
         * src/targets/apache13/pa_threads.C:  
         * src/targets/cgi/pa_threads.C:          * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
         * src/targets/isapi/pa_threads.C:            $.table[compact] feature added
                 xml generic errors 0  
           * src/classes/json.C: key is now passed to handler in
         * src/classes/xdoc.C:            value_json_string; ^json:string result now process tainting
         * src/classes/xnode.C:            inside and returns clean string, related to issue #153
         * src/include/pa_exception.h:  
         * src/include/pa_globals.h:          * src/main/untaint.C: bugfix: charset can be null (in
         * src/include/pa_stylesheet_connection.h:            ^string:save[] as example), thus check is added
         * src/main/pa_exception.C:  
         * src/main/pa_globals.C:  2010-10-31  moko
         * src/targets/apache13/pa_threads.C:  
         * src/targets/cgi/pa_threads.C:          * src/classes/string.C: error message changed (fixes issue #149)
                 xslt generic error 1  
   2010-10-29  moko
         * src/classes/xdoc.C:  
                 transform error source now stylesheet_filespec          * src/main/pa_http.C: ":port" is now added to "Host:" header if
             port is not default (fixes issue #155); exception on invalid port
 2002-01-16  paf            added.
         * src/classes/xdoc.C:  
         * src/operators.txt:          * src/main/untaint.C: '*' is now not urlencoded to allow header
                 few comments            "Accept: */*" to be passed
   
         * src/classes/hash.C:  2010-10-28  moko
         * src/classes/op.C:  
         * src/classes/string.C:          * src/classes/curl.C: bugfix: detect_charset() was throwing
         * src/classes/table.C:            exception on unknown charset even if response_charset was
         * src/classes/void.C:            specified
         * src/classes/xdoc.C:  
         * src/include/pa_db_connection.h:  2010-10-27  moko
         * src/include/pa_request.h:  
         * src/include/pa_sql_connection.h:          * src/classes/string.C: ^string.append removed for void
         * src/include/pa_sql_driver_manager.h:            compatibility
         * src/include/pa_stylesheet_connection.h:  
         * src/include/pa_stylesheet_manager.h:  2010-10-26  moko
         * src/main/pa_request.C:  
         * src/main/pa_sql_driver_manager.C:          * src/classes/json.C: libjson supports array at top level, we too
         * src/main/pa_stylesheet_manager.C:            (GPF fixed)
         * src/targets/cgi/pool_storage.h:  
                 auto closers to sql_connection, stylesheet_connection  2010-10-25  moko
                 auto destroyers to remaining gnome objects  
           * tests/: 253.html, results/253.processed: libjson supports array
 2002-01-15  paf            at top level, parser now supports it as well.
         * src/classes/xdoc.C:  
         * src/include/pa_charset.h:          * tests/261.html, tests/results/261.processed,
         * src/main/pa_charset.C:            src/types/pa_vstring.h: empty string is now void compatible
         * src/operators.txt:            (allows $empty.key)
                 started output options parsing  
   2010-10-22  misha
         * src/classes/xdoc.C:  
         * src/operators.txt:          * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                 xdoc            while adding additional expires checkout)
                   file  
                   save          * tests/030.html: - test for session cookie was added
                   string  
                   2010-10-21  moko
                 ready.  
                 todo: error handling          * src/: classes/string.C, classes/void.C, main/execute.C,
             types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
         * src/classes/xdoc.C:            string (feature #111)
                 xdoc save rewritten using xmlAllocOutputBuffer  
                 less mallocs, more reallocs. less fragmented result          * tests/: 261.html, results/261.processed: checks void from string
             inheritance (feature #111)
 2002-01-14  paf  
         * src/classes/xdoc.C:          * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                 method            file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
             reflection.C, regex.C, string.C, table.C, void.C: used_directly()
         * src/classes/xdoc.C:            now true by default
         * src/classes/xnode.C:  
         * src/include/pa_charset.h:  2010-10-17  moko
         * src/include/pa_pool.h:  
         * src/include/pa_stylesheet_connection.h:          * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
         * src/main/main.dsp:            upload now uses binary blocks instead of L_FILE_POST tainting.
         * src/main/pa_charset.C:            (bugfix: #128)
         * src/main/pa_globals.C:  
         * src/main/pa_pool.C:          * tests/: 223.html, results/223.processed: binary file upload test
         * src/main/pa_stylesheet_manager.C:            added, GPF (issue #128) also checked in this test
         * src/types/pa_vxdoc.h:  
                 xslt transform0.  2010-10-13  misha
                 TODO:  
                   use output options          * tests/260.html: - test for math:convert
                   handle errors  
           * src/classes/math.C: - error in math:convert was fixed
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:          * operators.txt: - info about
         * src/operators.txt:            ^math:convert[number](from-base;to-base) was added
         * src/operators.txt:  
                 ^xdoc.file          * src/classes/math.C: - method
             ^math:convert[number](from-base;to-base) for converting number
 2002-01-11  paf            represention from one base to another was added ( new feature:
         * src/classes/xnode.C:            #23 )
         * src/include/pa_charset.h:  
         * src/main/pa_charset.C:  2010-10-13  moko
                 xpath selectNode 1  
           * src/main/compile.tab.C: [] now is empty string, not void
         * src/include/pa_opcode.h:  
         * src/main/compile.tab.C:          * src/main/compile.y: [] now is empty string, not void
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/types/pa_vvoid.h: void now passed as parameter
         * src/main/compile_tools.h:  
         * src/main/execute.C:          * tests/: 259.html, results/259.processed: to test difference
                 partial logical && || evaluation            between void and empty string (see ticket #111)
   
         * src/classes/xnode.C:          * tests/results/152.processed: $sEmpty[] is now empty string, not
                 xpath selectNode 2            void
   
         * src/classes/xnode.C:          * tests/256.html: $s[$void] is no longer empty string
         * src/include/pa_charset.h:  
                 xpath selectNode 3: string/number/bool          * tests/254.html: empty string is no longer void
   
         * src/classes/xnode.C:  2010-10-12  misha
                 xpath selectNodes  
           * src/types/pa_vcookie.C: - check if $.expires value can be
 2002-01-10  paf            converted to date during cookies set up ( bugfix: #104 )
         * src/classes/xnode.C:  
                 xpath selectNode -100 [just written]          * tests/041.html: - more tests for ^table.locate were added
   
         * src/classes/xdoc.C:          * src/classes/table.C: - ^table.locate[field;value;options] didn't
         * src/classes/xnode.C:            work ( bugfix: #129 ) - exception comment for incorrect options
         * src/include/pa_charset.h:            ^table.locate[field;value;options] was fixed
         * src/include/pa_exception.h:  
         * src/include/pa_pool.h:  2010-10-10  moko
         * src/main/pa_charset.C:  
         * src/main/pa_pool.C:          * src/: classes/reflection.C, main/execute.C: constructor returning
         * src/operators.txt:            another object feature returned
                 GdomeDOMString_auto_ptr  c++ wrapper [calls refcounter]  
           * tests/results/258.processed: test result updated as constructor
 2002-01-09  paf            returning another object feature returned
         * src/operators.txt:  
                 removed ^hashfile.transaction          * tests/: 258.html, results/258.processed: test for constructor
             returning another object
 2001-12-29  paf  
         * src/classes/xdoc.C:  2010-10-08  misha
         * src/include/pa_exception.h:  
         * src/main/pa_charset.C:          * tests/257.html: - whitespaces after @METACOMMANDS and their
         * src/main/pa_exception.C:            options shouldn't cause exceptions any longer
         * src/main/pa_globals.C:  
                 xdoc  2010-10-06  moko
                 ^set  
                 ^string with glib works 0          * src/classes/: hash.C, table.C: length from sql server is now
             ignored, as sql string can contain 0x00 inside (bugfix: #119)
 2001-12-28  paf  
         * src/classes/smtp/smtp.h:  2010-10-02  misha
         * src/main/pa_globals.C:  
                 renamed gdome to libgdome.dll          * operators.txt: - the X mark was removed from ^cache[file]. it is
             usable to delete cache file.
         * src/classes/classes.dsp:  
         * src/classes/gd/gd.dsp:  2010-10-02  moko
         * src/classes/gd/gifio.C:  
         * src/classes/mail.C:          * tests/: 253.html, results/253.processed: hook_key added for key
         * src/classes/smtp/comms.C:            checking
         * src/classes/smtp/smtp.C:  
         * src/classes/smtp/smtp.dsp:          * src/classes/json.C: null key bug fixed
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:  2010-09-29  misha
         * src/classes/xnode.h:  
         * src/include/pa_exception.h:          * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
         * src/include/pa_globals.h:  
         * src/main/compile.tab.C:  2010-09-25  moko
         * src/main/main.dsp:  
         * src/main/pa_charset.C:          * src/classes/json.C: small fixed
         * src/main/pa_dir.C:  
         * src/main/pa_exception.C:          * tests/results/: 253.processed, 255.processed: just updated
         * src/main/pa_exec.C:  
         * src/main/pa_globals.C:          * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
         * src/main/pa_socks.C:            results/255.processed: charset transcode test added for
         * src/operators.txt:            json:parse
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:  2010-09-24  moko
         * src/types/pa_vxdoc.C:  
         * src/types/pa_vxdoc.h:          * src/types/pa_value.h: warning war :)
         * src/types/pa_vxnode.C:  
         * src/types/pa_vxnode.h:          * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                 gnome libs just compiled in.            types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                 no refcounting            ^json:string
                 no xpath  
                 no xslt  2010-09-22  moko
                   yet  
           * src/main/pa_charset.C: parser charset tables declare only
         * src/classes/xdoc.C:            white-space before 0x20, thus adding the missing chars
         * src/include/pa_charset.h:  
         * src/main/pa_charset.C:          * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
         * src/main/pa_exception.C:            to http://unicode.org/Public/MAPPINGS/VENDORS/
                 started glib transcoders  
   2010-09-21  misha
 2001-12-27  paf  
         * src/configure.in:          * src/main/compile.y: - some semicolons were added (VS2010 don't
         * src/include/pa_charset.h:            want to compile grammar if they are absent)
         * src/include/pa_common.h:  
         * src/include/pa_exception.h:          * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
         * src/include/pa_globals.h:  
         * src/include/pa_pool.h:          * src/classes/classes.vcproj: - pathes to ls and gawk are changed
         * src/main/main.dsp:  
         * src/main/pa_charset.C:          * src/main/main.vcproj: - path to bison is changed
         * src/main/pa_charsets.C:  
         * src/main/pa_globals.C:  2010-09-21  moko
         * src/main/pa_pool.C:  
         * src/parser3.dsw:          * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
         * src/pcre/internal.h:            windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
         * src/targets/cgi/parser3.C:            to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
         * src/targets/cgi/parser3.dsp:  
         * src/types/pa_vxdoc.C:  2010-09-20  misha
         * src/types/pa_vxdoc.h:  
         * src/types/pa_vxnode.C:          * src/types/pa_vtable.C: - add EOLs while json-serializing table
         * src/types/pa_vxnode.h:  
         * src/types/types.dsp:          * src/classes/json.C: - add EOL while json-serializing hash
                 going away from xalan&xerces, started the process.  
                 globals [initialization          * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                 pool [charset update            compilers don't like 'ES'.
                 charset [transcodings  
                 vxnode vxdoc [DOM calls  2010-09-17  misha
   
         * src/classes/Makefile.am:          * operators.txt: - info about json class was added
                 going away from xalan&xerces, not needed anymore  
           * src/classes/json.C: - ^json:string[object]
 2001-12-26  paf  
         * src/include/pa_charset.h:          * src/: include/pa_request.h, main/pa_request.C: - stuff for
         * src/include/pa_charsets.h:            preventing infinite recursion while executing json:string was
         * src/main/pa_charset.C:            added
         * src/main/pa_charsets.C:  
         * src/main/pa_request.C:          * src/include/pa_string.h: - method append_quoted was added
                 charset key globalized [bug]  
           * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
 2001-12-25  paf            pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
         * src/classes/mail.C:            pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
         * src/classes/table.C:            was added to Value & Co
         * src/include/pa_string.h:  
         * src/main/pa_string.C:          * src/classes/date.C: - methods get_gmt_string and get_sql_string
                 table set & append changed splitting languages, separators now can be clean AND as-is            were used
                 same to mail command line $MAIN:MAIL.progX arguments  
           * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
         * src/patches/xerces-XMLURL-http-localhost-eq-documentroot-relative-file.patch:            were added
                 checked no-DOCUMENT_ROOT situation  
   2010-09-10  moko
 2001-12-24  paf  
         * src/classes/hashfile.C:          * src/targets/cgi/parser3.C: vsnprintf now not called twice in
         * src/classes/op.C:            die_or_abort (backport from 3.4.1)
         * src/main/pa_db_table.C:  
         * src/main/pa_string.C:          * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                 read from cache size check updated            die_or_abort (bugfix: #106)
   
         * src/patches/xerces-XMLURL-http-localhost-eq-documentroot-relative-file.patch:  2010-09-09  moko
         * src/patches/xerces-http-localhost-eq-documentroot-relative-file.patch:  
         * src/patches/xerces-http-localhost-eq-documentroot-relative-file.patch:          * src/classes/json.C: warning war. :)
                 xerces http://localhost/hren equals reading from $DOCUMENT_ROOT  
                 hren file  2010-09-08  misha
   
         * src/operators.txt:          * src/lib/json/Makefile.am: - additional include directories were
                 comment on message part ordering            added (for pa_memory.h and gc.h)
   
         * src/main/pa_string.C:          * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
         * src/main/pa_string.C:            compile as C++ instead default - additional include directory was
                 String::join_chain another ugly bug :(            added (for gc.h)
   
         * src/classes/mail.C:          * src/types/pa_vform.C: - little code reformating
                 one parted text messages - no multipart mime-type anymore.  
                 for convinient if $.attach-ments          * src/classes/file.C: - $.content-type option now can be specified
             in ^file::create ( new feature: #102 )
         * src/operators.txt:  
                 comment on "multipart" messages with one part  2010-09-08  moko
   
 2001-12-21  paf          * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
         * src/main/pa_request.C:            pa_malloc/pa_free
                 $result in @main actually not working, to hell with it for now  
   2010-09-07  moko
         * src/main/execute.C:  
                 junction evaluation canceled - endless recursion detected          * tests/results/254.processed: VStateless_class:put_element
             exception was fixed
         * src/classes/date.C:  
         * src/operators.txt:          * src/types/: pa_value.h, pa_vstateless_class.h: now
                 date:sql-string now returns localtime            VStateless_class:put_element barks self.type, not this.type
             (bugfix: #105)
         * src/include/pa_request.h:  
         * src/main/execute.C:  2010-09-06  moko
         * src/main/pa_request.C:  
         * src/types/pa_vmethod_frame.h:          * src/classes/reflection.C: bugfix: new String() is required for
         * src/types/pa_wcontext.h:            exception handling
                 $result in @main @postprocess @exception  
           * tests/: 254.html, results/254.processed: test modified
         * src/operators.txt:  
                 date localtime comment  2010-09-05  moko
   
 2001-12-19  paf          * tests/: 254.html, results/254.processed: ^reflection:copy test
         * src/main/pa_request.C:            added
                 CLASS_PATH now / = DOCUMENT_ROOT  
           * src/: classes/reflection.C, include/pa_request.h:
         * src/classes/op.C:            ^reflection:copy implemented (new feature: #100)
                 ^cache keypath now relative  
   2010-09-03  moko
         * src/classes/hashfile.C:  
                 ^hashfile.open DB_HOME now relative          * src/lib/json/JSON_parser.C: c++ compatiblity
   
         * src/operators.txt:          * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                 UTF8, charset name case sensitivity comment            option testing added
   
         * src/main/pa_charset.C:  2010-09-02  moko
         * src/operators.txt:  
                 charset->charset transcoding via unicode intermediate          * src/classes/json.C: $.distinct[first|last|all] added
   
         * src/classes/mail.C:  2010-09-01  moko
         * src/include/pa_config_fixed.h:  
         * src/operators.txt:          * tests/results/253.processed: json test result
                 to/from 0 check were missing  
           * tests/: 253.html, 253_json.txt: json test added
         * src/patches/xalan-FormatterToHTML-attribute-digitalentitifying-and-noheadcharset.patch:  
         * src/patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch:          * src/classes/json.C: json.C update to actual version + hash key
                 xalan-FormatterToHTML...noheadcharset.patch            creation bugfix
   
         * src/ChangeLog:  2010-08-31  misha
         * src/operators.txt:  
                 ^mail:send charset comment          * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
             src/lib/json/Makefile.am, src/lib/json/json.vcproj,
         * src/configure:            src/lib/Makefile.am, src/classes/Makefile.am,
         * src/configure.in:            src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                 --with-pathlink=-R or -rpath-link            json library was added
   
         * src/classes/mail.C:  2010-08-30  moko
                 changed weighting prior to sort  
           * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
         * src/configure:            types/pa_vobject.C: cosmetic optimization in
         * src/configure.in:            request:execute_method usage
                 comment  
           * src/: include/pa_charset.h, main/pa_charset.C: small
 2001-12-17  paf            optimization, just to decrease number of lines. :)
         * src/classes/mail.C:  
         * src/include/pa_charsets.h:  2010-08-27  misha
         * src/include/pa_string.h:  
         * src/main/pa_charsets.C:          * src/classes/op.C: - taint[json] was added
         * src/main/untaint.C:  
         * src/operators.txt:          * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
         * src/types/pa_vrequest.C:            were added
         * src/types/pa_vresponse.C:  
                 ^mail:send[          * src/main/pa_exec.C: - warning fix was rolled back.
                    $.charset[zzz]  
                 addded          * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
             include/pa_string.h: - taint[json] was added - escaping was
         * src/include/pa_db_table.h:            slightly modified
         * src/main/pa_db_table.C:  
                 db_table used outdated unset services_pool  2010-08-25  misha
   
         * src/operators.txt:          * src/classes/file.C: - typo in file:sql exception was fixed
                 warning about form:fields and $request/response:charset  
           * src/main/pa_exec.C: - warning about declared and not used
         * src/main/pa_charset.C:            variable forced_allow was removed
                 ifndef XML were bad type  
   2010-08-14  misha
         * src/classes/image.C:  
                 govno          * src/classes/hash.C: - two warnings about signed/unsigned mismatch
             were removed
         * src/main/untaint.C:  
                 allowed space in filespec  2010-08-11  moko
   
         * src/classes/image.C:          * tests/: 249.html, results/249.processed: default setter and
                 no govno            anti-recursive default getter test added
   
         * src/targets/apache13/mod_parser3.C:          * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                 test r->finfo.st_mode check seems to work only on win32            types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
             types/pa_vobject.h, types/pa_vstateless_class.C,
         * src/main/pa_charset.C:            types/pa_vstateless_class.h: default setter support +
                 empty bufs transcode [forgot check :(]            anti-recursive default getter support ( new feature: #13 )
   
 2001-12-15  paf          * src/include/pa_hash.h: optimization: threshold member removed
         * src/classes/file.C:            from hash, reducing sizeof(hash)
         * src/classes/math.C:  
         * src/classes/op.C:  2010-08-10  misha
         * src/classes/string.C:  
         * src/classes/table.C:          * tests/196.html: - junction-method was added to the test
         * src/classes/xdoc.C:  
         * src/include/pa_array.h:          * tests/248.html: - ups. typo :)
         * src/include/pa_cache_managers.h:  
         * src/include/pa_charset_connection.h:          * tests/248.html: - test for checking .match with 4 params
         * src/include/pa_charset_manager.h:  
         * src/include/pa_common.h:          * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
         * src/include/pa_db_connection.h:            247_windows1251.txt: - test for "transcode file from utf-8 to
         * src/include/pa_db_manager.h:            $request:charset during loading if the BOM code is detected"
         * src/include/pa_db_table.h:  
         * src/include/pa_dictionary.h:          * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
         * src/include/pa_exception.h:            $request:charset during loading if the BOM code is detected ( new
         * src/include/pa_exec.h:            feature: #98 )
         * src/include/pa_globals.h:  
         * src/include/pa_hash.h:  2010-08-05  misha
         * src/include/pa_opcode.h:  
         * src/include/pa_pool.h:          * src/classes/image.C: - ^image.replace now can accept only 2
         * src/include/pa_request.h:            params. in this case the whole image is affected ( new feature:
         * src/include/pa_sapi.h:            #95 )
         * src/include/pa_socks.h:  
         * src/include/pa_sql_connection.h:  2010-08-04  misha
         * src/include/pa_sql_driver_manager.h:  
         * src/include/pa_string.h:          * tests/246.html: - test tor ^hash._at[] was added
         * src/include/pa_stylesheet_connection.h:  
         * src/include/pa_stylesheet_manager.h:          * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
         * src/include/pa_table.h:            #53 )
         * src/include/pa_transcoder.h:  
         * src/main/compile_tools.h:          * src/include/pa_hash.h: - methods for accessing the first and the
         * src/main/main.dsp:            last values of ordered hash were added (first_value and
         * src/main/pa_charset.C:            last_value)
         * src/main/pa_charset_connection.C:  
         * src/main/pa_charset_manager.C:          * src/classes/file.C: - now ^file::base64 accepts up to 4 params
         * src/main/pa_charsets.C:            (similar to others file's methods):
         * src/main/pa_globals.C:            ^file::base64[mode;user-file-name;encoded;options] ( new feature:
         * src/main/pa_pool.C:            #68 )
         * src/main/pa_request.C:  
         * src/main/pa_string.C:          * src/types/pa_vmethod_frame.h: - helper method as_hash was added
         * src/main/pa_transcoder.C:  
         * src/main/untaint.C:  2010-08-01  moko
         * src/types/pa_vfile.C:  
         * src/types/pa_vform.C:          * src/classes/op.C: to correctly process $result[] in code, called
         * src/types/pa_vform.h:            from ^process
         * src/types/pa_vrequest.C:  
         * src/types/pa_vrequest.h:          * tests/245.html: $result in ^process[] test added
         * src/types/pa_vresponse.C:  
         * src/types/pa_vresponse.h:          * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
         * src/types/types.dsp:            main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                 introducing Charset            types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
             VMethodFrame(junction, caller) replaced with VMethodFrame(method,
         * src/main/pa_charset.C:            caller, self) op_call(VMethodFrame &frame, bool constructing)
                 name_cstr 0            removed, construct(class,method) added
   
         * src/configure.in:          * tests/results/: 192.processed, 244.processed: request::construct
         * src/configure.in:            added
                 -R returned  
                 tothink of: rpath-link          * tests/: 244.html, 245.html, results/244.processed,
             results/245.processed: object creation exceptions and ^process
         * src/configure:            tests added
         * src/main/Makefile.in:  
         * src/targets/apache13/Makefile.in:  2010-07-28  misha
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.in:          * tests/make_tests.cmd: - win32 EOLs
                 makes  
           * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
         * src/include/pa_charset.h:            tests on Win32 were added (The system timezone should be GMT+3)
         * src/include/pa_charsets.h:  
                 forgot to add  2010-07-26  misha
   
         * src/main/Makefile.am:          * tests/: 212.html, results/212.processed: - sizes were removed
         * src/main/pa_charset.C:            mecause they could be different on different OSs
         * src/types/Makefile.am:  
                 charset_connection&manager replaced by charset&charsets          * tests/065.html: - make it "win32 friendly"
   
         * src/patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch:  2010-07-25  misha
                 some strange empty line removal killed  
           * src/main/compile.y: - all EOLs between methods are removed during
         * src/main/untaint.C:            compilation ( new feature: #47 )
                 uri lang now knows about client/source charsets  
           * tests/results/149.processed: - prepare tests to trim trailing
         * src/configure.in:            methods' EOLs
                 -rpath-link  
           * tests/149.html: - prepare tests to trim trailing methods' EOLs
 2001-12-14  paf  
         * src/include/pa_request.h:          * tests/: results/006.processed, results/014.processed, 006.html,
         * src/include/pa_transcoder.h:            014.html, 022.html: - prepare tests to trim trailing methods'
         * src/main/pa_request.C:            EOLs
         * src/main/pa_transcoder.C:  
         * src/types/pa_vform.C:          * tests/: 059.html, 071.html, 149.html, results/059.processed,
         * src/types/pa_vform.h:            results/071.processed, results/022.processed: - prepare tests to
                 transcodeToUTF8[were FromUTF8] for forms            trim trailing methods' EOLs
                 todo: uri lang  
           * tests/: results/073.processed, results/109.processed,
         * src/targets/apache13/Makefile.am:            results/142.processed, results/144.processed,
         * src/targets/cgi/Makefile.am:            results/149.processed, 073.html, 096.html, 109.html, 142.html,
                 -I../../pcre  to .am            144.html: - prepare tests to trim trailing methods' EOLs
   
         * src/include/pa_charset_connection.h:          * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
         * src/include/pa_pool.h:            149.html, 152.html, results/096.processed, results/107.processed,
         * src/include/pa_request.h:            results/109.processed, results/142.processed,
         * src/include/pa_transcoder.h:            results/144.processed: - prepare tests to trim trailing methods'
         * src/main/Makefile.am:            EOLs
         * src/main/main.dsp:  
         * src/main/pa_charset_connection.C:  2010-07-24  moko
         * src/main/pa_charset_manager.C:  
         * src/main/pa_request.C:          * tests/results/: 156.processed, 224.processed: fix for #54 changed
         * src/main/pa_transcoder.C:            the hash order in this test
         * src/operators.txt:  
         * src/types/Makefile.am:          * tests/014.html: to check hash order, hash no is longer sorted
         * src/types/pa_vrequest.C:            before print
         * src/types/pa_vrequest.h:  
         * src/types/pa_vresponse.h:          * src/include/pa_hash.h: hash copy constructor now keeps order
         * src/types/types.dsp:            (bugfix: #54)
                 changed charset model.  
                 now important:  2010-07-23  moko
                 $request:charset  
                 $response:charset          * tests/results/224.processed: @auto[] is no longer inherited
                 while  
                 $response:content-type.charset          * src/types/pa_vstateless_class.C, tests/227.html,
                 become unimportant [informational]            tests/results/227.processed: @auto[] is no longer inherited
             (bugfix: #57)
         * src/include/pa_globals.h:  
         * src/main/pa_globals.C:  2010-07-22  misha
                 removed unused defalts_name global  
           * src/classes/table.C: - don't skip comment lines during
         * src/main/pa_transcoder.C:            table::load if encloser or separator is set as '#' ( new feature:
                 transcodeToUTF8,            #30 )
                 now form&uri lang  
           * src/targets/cgi/parser3.C: - don't run as cgi if
 2001-12-13  paf            env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
         * src/include/pa_types.h:            #12 )
                 msvc head debugging flag  
           * src/classes/file.C: - set PARSER_VARSION env before external
         * src/classes/xdoc.C:            script executing
                 freed up listener  
   2010-07-13  misha
         * src/classes/xdoc.C:  
         * src/main/pa_sql_driver_manager.C:          * tests/058.html: - test for suppressing @border was added - test
                 rewritten auto_ptr part other way, because of stupid gcc 2.96            for user attribute was added
                 /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>  
                 &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =          * tests/results/186.processed: unescaping from \uXXXX
                 FormatterListener]  
                 /usr/include/g++-3/memory:48:                 auto_ptr<_Tp>          * tests/186.html: unescaping from \uXXXX
                 &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =  
                 FormatterListener, _Tp = FormatterListener]          * tests/: 239.html, results/239.processed: method call type
   
         * src/include/pa_config_fixed.h:          * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
         * src/main/pa_common.C:            $junction_method.CLASS_NAME (+CLASS)
         * src/main/pa_string.C:  
                 removed signed mismatch warnings  2010-07-07  misha
   
         * src/classes/xdoc.C:          * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                 rewritten auto_ptr part other way2, because of stupid gcc 2.96            *nix
                 /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>  
                 &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =  2010-07-05  misha
                 FormatterListener]  
                 /usr/include/g++-3/memory:48:                 auto_ptr<_Tp>          * src/: classes/curl.C, classes/file.C, classes/hash.C,
                 &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =            classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                 FormatterListener, _Tp = FormatterListener]            classes/void.C, main/pa_common.C, main/pa_http.C: - exception
             comment strings "options must be hash", "options must be hash,
         * src/main/pa_string.C:            not code" and "called with invalid option" were replaced by
                 string::recustruct erroreusly used outdated row ptr            constatns - exception comment string "invalid option passed" was
             replaced by "called with invalid option" (now in different
         * src/include/pa_cache_managers.h:            methods are the same exception comment string)
         * src/include/pa_charset_manager.h:  
         * src/include/pa_config_fixed.h:          * src/include/pa_exception.h: - more exception strings were defined
         * src/include/pa_db_manager.h:  
         * src/include/pa_sql_driver_manager.h:          * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
         * src/include/pa_stylesheet_manager.h:            types/pa_vstateless_class.h: - now we can define possible
         * src/main/pa_cache_managers.C:            method's call type ( new feature: #5 )   1.
         * src/main/pa_globals.C:            @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                 ~Cache_managers            methods   2. @static:method[params] (only static keyword could be
             used here) -- for specified methods
         * src/classes/string.C:  
                 change msg '... code is not code'          * src/main/pa_common.C: - junction points should not be deleted on
             win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
         * src/classes/xdoc.C:            cleanup
                 removed extra inc  
   2010-07-03  misha
         * src/targets/apache13/mod_parser3.C:  
         * src/targets/cgi/parser3.C:          * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
         * src/targets/isapi/parser3isapi.C:            results/158.processed, results/160.processed,
                 removed 'expires' from header outputs            results/161.processed, results/162.processed,
             results/163.processed: - prepare tests to trim trailing methods'
         * src/targets/cgi/pa_pool.C:            EOLs
         * src/targets/isapi/pa_pool.C:  
                 EOL@EOF          * tests/results/169.processed: - prepare tests to trim trailing
             methods' EOLs
         * src/main/pa_db_connection.C:  
         * src/main/pa_db_manager.C:          * tests/results/: 168.processed, 169.processed: - prepare tests to
         * src/main/pa_sql_driver_manager.C:            trim trailing methods' EOLs
         * src/main/pa_stylesheet_manager.C:  
         * src/targets/cgi/pool_storage.h:          * tests/: results/170.processed, results/167.processed,
                 couple cache expiratiors were wrong [past/future prob]            results/168.processed, results/169.processed, 167.html, 168.html,
             169.html: - prepare tests to trim trailing methods' EOLs
         * src/classes/xdoc.C:  
         * src/operators.txt:          * tests/: results/170.processed, results/171.processed,
                 lang list updated            results/172.processed, results/173.processed,
             results/174.processed, results/175.processed, 170.html, 171.html,
         * src/targets/cgi/pa_pool.C:            172.html, 173.html, 174.html, 175.html: - prepare tests to trim
         * src/targets/cgi/parser3.C:            trailing methods' EOLs
                 msvc heap debugging flag  
           * tests/: results/176.processed, results/180.processed,
         * src/classes/file.C:            results/184.processed, results/185.processed,
                 file::cgi bug, request_method were passed to SERVER_PROTOCOL            results/191.processed, results/192.processed,
                 but SERVER_PROTOCOL were forgotten            results/196.processed, results/197.processed,
             results/198.processed, 176.html, 180.html, 184.html, 185.html,
 2001-12-11  paf            191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
         * src/configure.in:            to trim trailing methods' EOLs
                 so extension const removed  
           * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
         * src/configure:            results/199.processed, results/208.processed,
                 makes            results/209.processed, results/213.processed,
             results/214.processed: - prepare tests to trim trailing methods'
 2001-12-10  paf            EOLs
         * src/main/untaint.C:  
                 FILE_SPEC untainting changed so that one can erase files like that, knowing their full name  2010-06-29  misha
                 introducing  
                         // theoretical problem with, for instance, "_2B" and "." fragments,          * tests/: 220.html, 218.html, results/218.processed,
                         // they would yield the same            results/215.processed, results/217.processed, 215.html, 217.html:
                         // because need_file_encode('_')=false            - prepare tests to trim trailing methods' EOLs
                         // but we need to delete such files somehow, getting names from ^index  
           * tests/: results/224.processed, 224.html, 223.html,
         * src/main/pa_string.C:            results/223.processed, results/220.processed: - prepare tests to
                 ^string.replace bug fixed [bad string::join_chank break]            trim trailing methods' EOLs
   
         * src/classes/math.C:          * tests/results/: 226.processed, 230.processed: - prepare tests to
                 ^math:random(n) now yields[0;n) not [0;n]            trim trailing methods' EOLs
   
 2001-12-07  paf          * tests/: 229.html, results/229.processed: - prepare tests to trim
         * src/main/pa_string.C:            trailing methods' EOLs
                 stupid sparc architecture failed to access short at odd address  
                 0x311f0 <deserialize__6StringUiPvUiPCc+16>:     lduh  [ %i2 + 1 ], %l0          * tests/: 232.html, 235.html, results/232.processed,
                             results/235.processed, 226.html, 227.html, 228.html, 230.html,
                 bus error,            results/226.processed, results/227.processed,
                 fixed that            results/228.processed, results/230.processed: - prepare tests to
             trim trailing methods' EOLs
         * src/configure:  
         * src/include/pa_config_auto.h.in:  2010-06-16  moko
                 makes  
           * tests/: 229.html, results/229.processed:  elseif now supported in
         * src/main/pa_string.C:            ^if
                 strange string deserialize bug on client[pmts], a bit shortened,  
           * src/classes/op.C: new feature: #56 elseif now supported in ^if
         * src/configure.in:  
         * src/include/pa_common.h:  2010-06-03  misha
         * src/include/pa_config_fixed.h:  
         * src/include/pa_config_includes.h:          * src/main/pa_common.C: - bugfix #74 -- memmove should be used
         * src/main/pa_common.C:            instead of memcopy for overlaped regions
         * src/operators.txt:  
                 exclusive lock file write  2010-05-25  misha
                 shared lock file read  
           * src/main/pa_common.C: - wanring about unused vars was removed
         * src/classes/hashfile.C:  
         * src/classes/op.C:          * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
         * src/classes/table.C:            get_method_filename was moved to execute.C
         * src/configure:  
         * src/configure.in:  2010-05-23  misha
         * src/include/pa_common.h:  
         * src/include/pa_config_auto.h.in:          * src/main/pa_request.C: - more accurate detection of method's file
         * src/include/pa_config_fixed.h:  
         * src/include/pa_config_includes.h:  2010-05-22  misha
         * src/include/pa_db_table.h:  
         * src/include/pa_request.h:          * src/classes/reflection.C: - bugfix: core during detection of
         * src/main/pa_common.C:            .file if filespec isn't detected successfully
         * src/main/pa_db_table.C:  
         * src/main/pa_request.C:  2010-05-20  misha
         * src/main/pa_string.C:  
         * src/operators.txt:          * src/main/pa_request.C: - fix in get_method_filename
         * src/patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch:  
         * src/patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch:          * src/include/pa_request.h: - new feature: #24 -- searching
         * src/types/pa_vhashfile.C:            included file in @USE/^use is changed. if its filespec doesn't
                 merged from r14_simple_cache            start from '/' it will be searched in caller file directory
   
 2001-12-06  paf          * src/classes/reflection.C: - ^reflection:method_info returns file
         * src/main/compile.tab.C:            where the method is defined
         * src/targets/cgi/parser3.C:  
                 removed debug info          * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
             classes/op.C: - new feature: #24 -- searching included file in
         * src/classes/op.C:            @USE/^use is changed. if its filespec doesn't start from '/' it
         * src/classes/table.C:            will be searched in caller file directory
         * src/include/pa_request.h:  
         * src/main/pa_request.C:          * src/: classes/file.C, include/pa_common.h: - method lastposafter
                 #ifdef RESOURCES_DEBUG            is moved to pa_common.h
   
         * src/classes/op.C:  2010-05-18  misha
         * src/include/pa_common.h:  
         * src/include/pa_config_fixed.h:          * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
         * src/main/pa_common.C:            types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                 ^cache operator            cookie parser decode \uXXXX as well as %uXXXX
   
         * src/classes/hashfile.C:  2010-05-17  misha
                 removed transaction from ^cache  
           * src/classes/curl.C: beauty: - unused param is removed in method
 2001-12-05  paf            _curl_version_action - some spaces were removed or replaced by
         * src/operators.txt:            tabs
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.C:          * src/classes/table.C: - bugfix: #72 core with empty value during
                 fatal error reporting fixed.            ^table.hash[...;name_of_the_last_column][$.type[string]]
                 in IIS5 there were a prob with illegal call check  
   2010-05-16  misha
 2001-12-04  paf  
         * src/classes/op.C:          * src/classes/curl.C: new: #61 more curl options were added
         * src/classes/table.C:            (contributed by Sumo)
         * src/include/pa_request.h:  
         * src/main/pa_request.C:  2010-04-29  pretender
                 measures to log  
           * src/main/pa_string.C: fixes #63 Split result from empty string
 2001-11-27  paf            now empty string.
         * src/patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch:  
         * src/patches/xalan-XalanDOMString-systaxerr.patch:          * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                 forgot to add            string type.
   
         * src/patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch:  2010-04-28  pretender
                 forgot to cvs that buggy thing  
           * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
 2001-11-26  paf            main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
         * src/patches/xalan-XalanDOMString-systaxerr.patch:            macrodefinition removed
                 case  
   2010-04-19  pretender
         * src/targets/apache13/mod_parser3.C:  
                 merge dir config now works OK with parser_root_config_filespec          * src/main/execute.C: fixes #60 Stacktrace now contains info for
                             OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...  
           * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
         * src/operators.txt:            fixes #64 Now file.missing exception generates in unsafe mode to.
                 about image measure/load format limits  
           * src/classes/file.C: fixes #48 Now not throw "not save environment
 2001-11-24  paf            variable" exception in grpunlim version.
         * src/patches/xalan-XalanDOMString-systaxerr.patch:  
                 commented out some syntax error  2010-04-05  misha
   
 2001-11-23  paf          * src/classes/string.C: - new feature: 4th param was added to
         * src/classes/hashfile.C:            match. if specified its value is returned in case of nothing was
         * src/classes/table.C:            found
         * src/include/pa_db_table.h:  
         * src/main/pa_common.C:  2010-04-01  misha
         * src/main/pa_db_table.C:  
         * src/main/pa_string.C:          * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
         * src/types/pa_vhashfile.C:            multiple execution of /a/b/auto.p
                 merged from _0014, 1  
   2010-03-19  misha
         * src/classes/hashfile.C:  
         * src/classes/table.C:          * src/main/execute.C: - core in $table1.$table2 was fixed
         * src/include/pa_db_table.h:  
         * src/main/pa_common.C:          * src/targets/cgi/parser3.C: - core in sigpipe was fixed
         * src/main/pa_db_table.C:  
         * src/types/pa_vhashfile.C:  2010-01-27  misha
                 hashfile bugfix2 more wrong sizes.  
                 ^cache behaviour changed: if ^cache(33) would change          * src/main/pa_common.C: - bugfix: there are no excaption.type if
                             trying to open file by path /existing-file/non-exixting-file
                 0660 bits in file_write & hashfile create  
   2010-01-26  misha
         * src/main/pa_db_table.C:  
         * src/main/pa_db_table.C:          * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
         * src/main/pa_string.C:            was added (returns file)
         * src/main/pa_string.C:  
                 cache bugfix [wrong types after pa_string optimization]  2009-12-22  misha
   
 2001-11-22  paf          * src/classes/curl.C: - method 'option' was renamed to 'options' -
         * src/patches/xml-xalan.patch:            now parser doesn't have class curl if it was built without it
                 superceeded by xalan-XalanTranscodingServices  
                 digitalentitifying.patch  2009-12-15  misha
   
         * src/main/untaint.C:          * configure.in: - little cheat with curl include dir was added
                 ORIGINS mode removed UHTML  
   2009-12-05  misha
         * src/classes/op.C:  
                 process cstr(,connection)          * src/classes/curl.C: - some fixes
   
         * src/configure:  2009-12-04  misha
                 configs  
           * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
         * src/Makefile.in:            src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
         * src/classes/gd/Makefile.in:            buildall-with-xml, buildall-without-xml, configure.in: - curl
         * src/classes/xdoc.C:            class was added
         * src/libltdl/Makefile.in:  
         * src/pcre/Makefile.in:          * src/include/pa_hash.h: - hash-iterator was added
         * src/targets/Makefile.in:  
         * src/targets/apache13/Makefile.in:          * buildall-with-xml, buildall-without-xml: - option --passive-ftp
         * src/targets/cgi/Makefile.in:            was added to pcre
                 cached xslt [removed nocache forcing]  
   2009-11-27  misha
         * src/classes/op.C:  
                 process now gets its body on current language, not as-is          * src/classes/image.C: - don't add @border attribute to output of
             ^image.html[] if it was specified by user with empty value
         * src/configure.in:  
                 configure line          * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
             root element and we are trying to access .documentElement
         * src/main/untaint.C:  
                 ORIGINS mode was bad - forgot about optimize bit  2009-11-11  misha
   
         * src/classes/table.C:          * src/classes/table.C: - in ^table.flip[] look at number of columns
         * src/include/pa_table.h:            instead of number of items in first row for named tables
         * src/main/pa_table.C:  
         * src/operators.txt:  2009-11-10  misha
                 table.offset[whence]  
           * operators.txt: - info about hash-options in ^file::create was
 2001-11-21  paf            added
         * src/classes/table.C:  
         * src/main/pa_string.C:          * tests/237.html: - test for ^file::create[...;$.charset[...]] was
         * src/main/untaint.C:            added
         * src/parser3.dsw:  
         * src/targets/cgi/parser3.C:  2009-11-09  misha
                 table.append bug fixed: forgot to switch default language for {  
                 code}, it happen to change it's language from CLEAN, so later          * buildall-with-xml: - moving to libxml 2.7.6
                 refused to split by CLEAN \t  
           * tests/236.html: - tests for comparations cords with functions
         * src/classes/xdoc.C:            were added
         * src/operators.txt:  
         * src/types/pa_vxdoc.C:          * src/include/pa_string.h: - optimisation: cacheing of cstr was
         * src/types/pa_vxdoc.h:            added
                 <xsl:output  
                 output options made identical to xsl:output attributes          * src/main/pa_http.C: - little optimisation
                 exclusion:  
                    cdata-section-elements          * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                 what xalan can do but that not used now:            GPF mallocs + stringstream (table.save)
                    it can escape and remove CDATA sections  
           * src/classes/file.C: - file::create now accepts 4th param: options
         * src/targets/cgi/parser3.C:            with $.charset
                 removed debug cgi||1  
           * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
         * src/main/untaint.C:            bug in cord (comparation cords with functions was buggy)
         * src/targets/cgi/parser3.C:  
                 optimized \r produced by xslt  2009-11-06  misha
   
         * src/main/pa_string.C:          * src/main/pa_string.C: - bugfix: calculation string.length
         * src/main/untaint.C:            sometimes was buggy
                 cached some string::size() es  
           * src/classes/string.C: - bugfix: Temp_value_element wasn't
 2001-11-20  paf            destroyed if exception occured during match/replace
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:          * src/: main/pa_charset.C, include/pa_charset.h: - method
         * src/classes/table.C:            lengthUTF8Char was added
         * src/main/Makefile.am:  
         * src/main/Makefile.in:          * src/classes/op.C: - clean tainting lang was added for user's
         * src/main/pa_exception.C:            usage
         * src/types/Makefile.am:  
         * src/types/Makefile.in:          * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                 moved ident.C & co to bottom of dependeces, so that errors            fixed: checkouts are required after GC_MALLOC
                 would popup quicklier, fixed line numbering in table::sql  
           * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
 2001-11-19  paf  
         * src/classes/op.C:          * operators.txt: - actually, there is no ^untaint[xml] in
         * src/include/pa_request.h:            file::create
         * src/include/pa_string.h:  
         * src/include/pa_types.h:  2009-10-15  misha
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * tests/: 235.html, 235_attach.txt: - tests for preparing email
         * src/main/pa_string.C:            were added
         * src/main/untaint.C:  
         * src/targets/apache13/mod_parser3.C:          * tests/234.html: - more tests for checking ^taint[uri] escaping
         * src/targets/cgi/parser3.C:            were added
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_wcontext.C:          * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
         * src/types/pa_wcontext.h:            main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                 UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write            hacking: for dealing with transcoding+^taint[uri]
             transcode_and_untaint was replaced by untaint_and_transcode
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.in:  2009-10-13  misha
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * tests/: 121.html, results/121.processed: - test transcoding +
         * src/pcre/Makefile.in:            url-escaping now
         * src/targets/Makefile.am:  
         * src/targets/Makefile.in:          * tests/results/auto.p: - more helpers' methods were added
         * src/targets/apache13/Makefile.in:  
         * src/targets/apache13/mod_parser3.C:          * src/main/pa_globals.C: - die instead of abort
         * src/targets/cgi/Makefile.in:  
         * src/targets/cgi/parser3.C:  2009-10-06  misha
         * src/types/Makefile.in:  
                 #if _MSC_VER _set_new_handler          * src/main/pa_common.C: - don't allocate memory during
             capitalization if input string is already capitalized
         * src/operators.txt:  
                 few words about content-type.charset          * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
   
         * src/Makefile.in:          * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
         * src/targets/apache13/mod_parser3.C:            use format function because it calls malloc
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:          * src/include/pa_common.h: - more capitalized headers were added
                 set_new_handler in apache&isapi  
           * src/main/pa_common.C: - in safe mode clear executable bits during
 2001-11-16  paf            file writing
         * src/include/pa_string.h:  
         * src/main/pa_string.C:  2009-10-05  misha
         * src/main/pa_string.C:  
         * src/main/untaint.C:          * src/main/pa_charset.C: - use iterators in pa_charset.C itself
         * src/types/pa_vstring.C:  
                 removed 1+4 bytes from String  2009-10-03  misha
   
         * src/include/pa_string.h:          * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
         * src/include/pa_types.h:            ^img.text[] & ^img.length[] can work in utf-8 now
         * src/main/pa_string.C:  
                 removed 8 bytes from String, 2 bytes from string::chunk::row::item          * src/: include/pa_charset.h, main/pa_charset.C: - class
             UTF8_string_iterator was added
         * src/include/pa_globals.h:  
         * src/include/pa_string.h:          * src/classes/image.C: - respect utf-8 when calculate alphabet
         * src/include/pa_types.h:            length
         * src/main/pa_globals.C:  
         * src/main/pa_pool.C:          * src/classes/mail.C: - check from before get message.cstr
         * src/main/pa_pool.C:  
         * src/main/pa_request.C:  2009-10-02  misha
         * src/main/untaint.C:  
         * src/sql/pa_sql_driver.h:          * tests/233.html: - test for image.font, image.length, image.text
         * src/targets/cgi/parser3.C:            with text in utf-8 were added
                 introducing estimating String::cstr_bufsize, 0  
           * src/main/pa_common.C: - use pa_malloc_atomic instead of new
         * src/include/pa_pool.h:  
         * src/include/pa_pool.h:          * buildall-with-xml, buildall-without-xml: - comment about gc
         * src/main/execute.C:            version for freebsd 4 was added
         * src/main/pa_pool.C:  
         * src/main/pa_pool.C:  2009-10-01  misha
         * src/main/pa_pool.C:  
         * src/targets/cgi/parser3.C:          * src/main/pa_exec.C: - bugfix: allocate a bit more (for
         * src/targets/cgi/parser3.C:            terminator) - read_pipe were slightly optimized
                 die in pool::fail  
   2009-09-28  misha
         * src/targets/cgi/parser3.C:  
                 pool debug @ die          * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
             removed
 2001-11-15  paf  
         * src/Makefile.in:          * src/types/pa_vmail.C: - forgot about space after ':'
         * src/configure:  
         * src/configure.in:          * src/types/pa_vmail.C: - escape filenames while preparing mail
                 configure set_new_handler check added            body - small simplifications
   
         * src/targets/cgi/parser3.C:          * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                 set_new_handler started            inout params like pa_base64
   
         * src/include/pa_exception.h:          * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
         * src/main/execute.C:            option $.debug-print(1) was added to mail:send - changes for
         * src/main/main.dsp:            using uue_encode which uses less memory
         * src/main/pa_exception.C:  
         * src/targets/cgi/parser3.C:          * src/main/pa_common.C: - pa_base64_encode uses less memory now
                 exception with dynamic buffer re-back  
                 now with counter          * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
             memory now
         * src/include/pa_config_auto.h.in:  
         * src/main/Makefile.in:  2009-09-26  misha
                 makes  
           * src/types/pa_vmail.C: - default encoding now is base64
         * src/include/pa_exception.h:  
         * src/main/pa_exception.C:          * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                 exception with static buffer back  
   2009-09-25  misha
         * src/classes/classes.awk:  
         * src/configure:          * src/types/pa_vmail.C: - capitalization of headers was added to
         * src/configure.in:            sending mail as well
         * src/include/pa_config_auto.h.in:  
         * src/include/pa_config_includes.h:          * buildall-with-xml: - catalog package was removed from libxml
                 setnewhandler check  
           * src/main/pa_xml_io.C: - fix in removing file:// protocol for
         * src/targets/cgi/parser3.C:            win32 absolute path
                 std::  
           * src/include/pa_common.h: - one more capitalized header was added
 2001-11-14  paf  
         * src/main/execute.C:  2009-09-22  misha
         * src/types/pa_vclass.h:  
         * src/types/pa_vobject.h:          * INSTALL: - comment about building just httpd binary while
         * src/types/pa_vstateless_class.h:            building apache module was added
         * src/types/pa_vstateless_object.h:  
                 fixed this:  2009-09-21  misha
                 $bred[^string::length[]]  
                 $bred[^response::clear[]]          * buildall-with-xml: - moving to the latest versions of xml libs:
                 $bred[^int::int[]]            libxml 2.7.4 and libxslt 1.1.25
                   
                 now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors  2009-09-19  misha
   
         * src/include/pa_common.h:          * tests/231.html: - test for encoding cookie in win-1251
         * src/include/pa_common.h:  
         * src/include/pa_common.h:  2009-09-18  misha
         * src/main/pa_common.C:  
         * src/main/pa_common.C:          * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                 snprintf replacement was wrong            object] were added
   
         * src/main/execute.C:          * operators.txt: - info about method ^reflection:fields[class or
         * src/types/pa_vclass.h:            object] was added
         * src/types/pa_vobject.h:  
         * src/types/pa_vstateless_class.h:          * src/classes/reflection.C: - method ^reflection:fields[class or
         * src/types/pa_vstateless_object.h:            object] was added
                 merged with no_bad_constructors_try  
           * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
         * src/classes/op.C:            methods get_fields were added
         * src/operators.txt:  
                 ^untaint{body} as-is default now          * tests/232.html: - tests for @GET[name]
   
         * src/main/pa_request.C:          * src/classes/table.C: - some changes in handling hash-options for
                 z            creare, join and locate
   
         * src/include/pa_common.h:          * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
         * src/main/pa_common.C:            defined with option: the type of requested value
         * src/main/pa_common.C:  
                 snprintf on buffer full returns  2009-09-17  misha
                 win32 -1  
                 solaris >buffer_size          * tests/212.html: - tests for .pattern and .options were added
                   
                 checked all that          * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
             $regex.options were added
         * src/operators.txt:  
                 doc  2009-09-11  misha
   
 2001-11-13  paf          * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
         * src/classes/classes.C:            rewrited. it checks not just one case of sending cookies during
                 returned accedently removed if in foreach callbacks [when hash            file::load[http], but also sending headers and fields (including
                 no-0-restructure]            files)
   
 2001-11-12  paf  2009-09-10  misha
         * src/classes/classes.C:  
         * src/classes/hash.C:          * src/main/untaint.C: - workaround in file-spec lang for old Macs
         * src/classes/xdoc.C:            was removed => now parser can open files with Russian 'r' in
         * src/include/pa_hash.h:            filename
         * src/main/pa_db_connection.C:  
         * src/main/pa_db_manager.C:          * src/main/untaint.C: - bugfix: client charset whould be analized
         * src/main/pa_dictionary.C:            while escaping cookies but now source charset
         * src/main/pa_hash.C:  
         * src/main/pa_sql_driver_manager.C:          * src/main/pa_http.C: - bugfix: the values of http headers didn't
         * src/main/pa_stylesheet_manager.C:            ^tainted[uri] so it was possible to make request with incorrect
                 hash now does not containt 0 values. put 0 actullay removes.            http header
                 no check on 0 value in foreach now required  
           * src/main/pa_http.C: - capitalization of http headers during
         * src/classes/date.C:            file::load[http was slightly changes - bugfix: all headers which
                 date.roll parser2 alg used            parser sends during file::load[http should be transcoded and only
             then escaped
         * src/main/pa_pool.C:  
                 changed xdoc createXXX politics, now string passed as-is to          * src/main/untaint.C: - a bit more comments were added
                 method, xalan makes & into &amp; itself  
           * src/classes/: file.C, string.C: - types where changes (minus 2
         * src/operators.txt:            warnings)
         * src/operators.txt:  
         * src/operators.txt:          * src/include/pa_common.h: - 2 capitalized strings for making http
                 doc            headers during file::load[http were added
   
 2001-11-11  paf  2009-09-08  misha
         * src/main/pa_sql_driver_manager.C:  
         * src/sql/pa_sql_driver.h:          * operators.txt: - changes in file.save and string.save were added
                 sql driver initialize not const  
           * tests/: 230.html, 230.txt: - tests for checking options in
         * src/operators.txt:            file.save and string.save were added
         * src/sql/pa_sql_driver.h:  
                 removed extra constructor, doc          * src/main/pa_request.C: - http headers names, which are passed to
             SAPI::add_header_attribute are lowercased now (it'll be
         * src/main/pa_sql_driver_manager.C:            capitalized in that method)
         * src/sql/pa_sql_driver.h:  
                 CRLF          * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
             classes/string.C: - file_write accepts Request_charsets and asked
 2001-11-10  paf            charset and cound transcode content before writing - string.save
         * src/main/pa_exec.C:            and file.save have option $.charset now
         * src/operators.txt:  
                 doc          * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
             classes/xdoc.C: - file_write accepts Request_charsets and asked
 2001-11-09  paf            charset and cound transcode content before writing
         * src/main/pa_common.C:  
         * src/operators.txt:          * src/include/pa_exception.h: - new exception comment string was
                 line endings fixing fixed last piece[was still cstr oriented]            defined
   
         * src/include/pa_common.h:  2009-09-07  misha
         * src/main/pa_common.C:  
         * src/types/pa_vform.C:          * src/main/compile.y: - grammar $name\ name stops now for regex
                 line endings fixing got rid of cstr, now must work ok with post multipart            sub-pattern\s
   
         * src/classes/string.C:  2009-09-04  misha
         * src/classes/xdoc.C:  
                 xdoc::set{code} now untaints param properly          * src/main/pa_http.C: - capitalization of http headers during
             file::load[http was implemented
         * src/types/pa_vform.C:  
                 line endings fixed at post / multipart / not file  also now  2009-09-03  misha
   
         * src/classes/string.C:          * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                 string.save now does untainting before saving            include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
             types/pa_vmail.C, targets/cgi/parser3.C,
 2001-11-08  paf            targets/isapi/parser3isapi.C: - back to storing response http
         * src/include/pa_request.h:            headers in lowercase - capitalize them during output
         * src/main/pa_request.C:  
         * src/targets/apache13/mod_parser3.C:  2009-08-31  misha
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:          * src/classes/table.C: - allow call with any brackets (it could be
                 apache 'status' class enabler            useful in methods with explict result declaration)
                   
                 <Location /parser-status.html>          * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                 ParserStatusAllowed            correctly if $request:charset==koi8-r
                 </Location>  
   2009-08-30  misha
         * src/Makefile.in:  
         * src/configure:          * src/: include/pa_common.h, main/pa_request.C: - http headers were
         * src/include/pa_common.h:            changed: content-type => Content-type and so on
         * src/main/Makefile.am:  
         * src/main/Makefile.in:          * src/classes/file.C, src/include/pa_common.h,
         * src/targets/cgi/pa_pool.C:            src/include/pa_request.h, src/main/pa_http.C,
                 makes            src/main/pa_request.C, src/types/pa_vcookie.C,
             src/types/pa_vmail.C, src/targets/cgi/parser3.C,
         * src/include/pa_cache_managers.h:            src/targets/isapi/parser3isapi.C, tests/results/001.processed,
         * src/include/pa_charset_manager.h:            tests/results/002.processed, tests/results/003.processed,
         * src/include/pa_db_manager.h:            tests/results/004.processed, tests/results/005.processed,
         * src/include/pa_sql_driver_manager.h:            tests/results/006.processed, tests/results/007.processed,
         * src/include/pa_stylesheet_manager.h:            tests/results/008.processed, tests/results/009.processed,
         * src/main/pa_charset_manager.C:            tests/results/010.processed, tests/results/011.processed,
         * src/main/pa_db_manager.C:            tests/results/012.processed, tests/results/013.processed,
         * src/main/pa_sql_driver_manager.C:            tests/results/014.processed, tests/results/015.processed,
         * src/main/pa_stylesheet_manager.C:            tests/results/016.processed, tests/results/017.processed,
                 restructured Cache manager to be simple parent, not second            tests/results/018.processed, tests/results/019.processed,
                 parent [gcc 2.96 strangly refused to call virtual from second            tests/results/020.processed, tests/results/021.processed,
                 parent]            tests/results/022.processed, tests/results/023.processed,
             tests/results/024.processed, tests/results/025.processed,
         * src/operators.txt:            tests/results/026.processed, tests/results/027.processed,
                 doc            tests/results/028.processed, tests/results/029.processed,
             tests/results/030.processed, tests/results/031.processed,
         * src/include/pa_cache_managers.h:            tests/results/032.processed, tests/results/033.processed,
         * src/include/pa_charset_manager.h:            tests/results/034.processed, tests/results/035.processed,
         * src/include/pa_db_manager.h:            tests/results/036.processed, tests/results/037.processed,
         * src/include/pa_sql_driver_manager.h:            tests/results/038.processed, tests/results/039.processed,
         * src/include/pa_stylesheet_manager.h:            tests/results/040.processed, tests/results/041.processed,
         * src/main/main.dsp:            tests/results/042.processed, tests/results/043.processed,
         * src/main/pa_cache_managers.C:            tests/results/044.processed, tests/results/045.processed,
         * src/main/pa_charset_manager.C:            tests/results/046.processed, tests/results/047.processed,
         * src/main/pa_db_manager.C:            tests/results/048.processed, tests/results/049.processed,
         * src/main/pa_globals.C:            tests/results/050.processed, tests/results/051.processed,
         * src/main/pa_request.C:            tests/results/052.processed, tests/results/053.processed,
         * src/main/pa_sql_driver_manager.C:            tests/results/054.processed, tests/results/055.processed,
         * src/main/pa_stylesheet_manager.C:            tests/results/056.processed, tests/results/057.processed,
         * src/types/pa_vstatus.h:            tests/results/058.processed, tests/results/059.processed,
                 cache_managers, maybe-expiring every request            tests/results/060.processed, tests/results/061.processed,
                 todo: apache 'status' class enabler            tests/results/062.processed, tests/results/063.processed,
             tests/results/064.processed, tests/results/065.processed,
 2001-11-05  paf            tests/results/066.processed, tests/results/067.processed,
         * src/classes/xdoc.C:            tests/results/068.processed, tests/results/069.processed,
         * src/include/pa_db_connection.h:            tests/results/070.processed, tests/results/071.processed,
         * src/include/pa_stylesheet_connection.h:            tests/results/072.processed, tests/results/073.processed,
         * src/include/pa_stylesheet_manager.h:            tests/results/074.processed, tests/results/075.processed,
         * src/main/pa_stylesheet_manager.C:            tests/results/076.processed, tests/results/077.processed,
         * src/operators.txt:            tests/results/078.processed, tests/results/079.processed,
         * src/types/pa_vstatus.h:            tests/results/080.processed, tests/results/081.processed,
                 $status:stylesheet            tests/results/082.processed, tests/results/083.processed,
             tests/results/084.processed, tests/results/085.processed,
         * src/targets/cgi/parser3.C:            tests/results/086.processed, tests/results/087.processed,
                 read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].            tests/results/088.processed, tests/results/089.processed,
                  checked that in cgi, on apache already done :)            tests/results/090.processed, tests/results/091.processed,
             tests/results/092.processed, tests/results/093.processed,
         * src/main/pa_db_connection.C:            tests/results/094.processed, tests/results/095.processed,
         * src/main/pa_db_manager.C:            tests/results/096.processed, tests/results/097.processed,
         * src/main/pa_request.C:            tests/results/098.processed, tests/results/099.processed,
                 hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.            tests/results/100.processed, tests/results/101.processed,
                             tests/results/102.processed, tests/results/103.processed,
                 expiring to 0 time was wrong, changed to 'now' time            tests/results/104.processed, tests/results/105.processed,
             tests/results/106.processed, tests/results/107.processed,
         * src/main/pa_db_connection.C:            tests/results/108.processed, tests/results/109.processed,
         * src/main/pa_db_manager.C:            tests/results/110.processed, tests/results/111.processed,
                 hence i removed skipping 0 values in hash::for_each-es we need            tests/results/112.processed, tests/results/113.processed,
                 to check cleaned cache items manually            tests/results/114.processed, tests/results/115.processed,
             tests/results/116.processed, tests/results/117.processed,
         * src/include/pa_charset_connection.h:            tests/results/118.processed, tests/results/119.processed,
         * src/main/pa_charset_manager.C:            tests/results/120.processed, tests/results/121.processed,
         * src/operators.txt:            tests/results/122.processed, tests/results/123.processed,
                 $status:charset            tests/results/124.processed, tests/results/125.processed,
             tests/results/126.processed, tests/results/127.processed,
         * src/classes/classes.C:            tests/results/128.processed, tests/results/129.processed,
         * src/classes/classes.h:            tests/results/130.processed, tests/results/131.processed,
         * src/classes/date.C:            tests/results/132.processed, tests/results/133.processed,
         * src/classes/double.C:            tests/results/134.processed, tests/results/135.processed,
         * src/classes/file.C:            tests/results/136.processed, tests/results/138.processed,
         * src/classes/form.C:            tests/results/139.processed, tests/results/140.processed,
         * src/classes/gd/gif.C:            tests/results/141.processed, tests/results/142.processed,
         * src/classes/gd/gif.h:            tests/results/143.processed, tests/results/144.processed,
         * src/classes/gd/gifio.C:            tests/results/145.processed, tests/results/146.processed,
         * src/classes/hash.C:            tests/results/147.processed, tests/results/148.processed,
         * src/classes/hashfile.C:            tests/results/149.processed, tests/results/150.processed,
         * src/classes/image.C:            tests/results/151.processed, tests/results/152.processed,
         * src/classes/int.C:            tests/results/153.processed, tests/results/154.processed,
         * src/classes/mail.C:            tests/results/155.processed, tests/results/156.processed,
         * src/classes/math.C:            tests/results/157.processed, tests/results/158.processed,
         * src/classes/op.C:            tests/results/159.processed, tests/results/160.processed,
         * src/classes/response.C:            tests/results/161.processed, tests/results/162.processed,
         * src/classes/smtp/comms.C:            tests/results/163.processed, tests/results/164.processed,
         * src/classes/smtp/smtp.C:            tests/results/165.processed, tests/results/166.processed,
         * src/classes/smtp/smtp.h:            tests/results/167.processed, tests/results/168.processed,
         * src/classes/string.C:            tests/results/169.processed, tests/results/170.processed,
         * src/classes/table.C:            tests/results/171.processed, tests/results/172.processed,
         * src/classes/void.C:            tests/results/173.processed, tests/results/174.processed,
         * src/classes/xdoc.C:            tests/results/175.processed, tests/results/176.processed,
         * src/classes/xnode.C:            tests/results/177.processed, tests/results/178.processed,
         * src/classes/xnode.h:            tests/results/179.processed, tests/results/180.processed,
         * src/include/pa_array.h:            tests/results/181.processed, tests/results/182.processed,
         * src/include/pa_charset_connection.h:            tests/results/183.processed, tests/results/184.processed,
         * src/include/pa_charset_manager.h:            tests/results/185.processed, tests/results/186.processed,
         * src/include/pa_common.h:            tests/results/187.processed, tests/results/188.processed,
         * src/include/pa_config_fixed.h:            tests/results/189.processed, tests/results/190.processed,
         * src/include/pa_config_includes.h:            tests/results/191.processed, tests/results/192.processed,
         * src/include/pa_db_connection.h:            tests/results/193.processed, tests/results/194.processed,
         * src/include/pa_db_manager.h:            tests/results/195.processed, tests/results/196.processed,
         * src/include/pa_db_table.h:            tests/results/197.processed, tests/results/198.processed,
         * src/include/pa_dictionary.h:            tests/results/199.processed, tests/results/200.processed,
         * src/include/pa_dir.h:            tests/results/201.processed, tests/results/202.processed,
         * src/include/pa_exception.h:            tests/results/203.processed, tests/results/204.processed,
         * src/include/pa_exec.h:            tests/results/205.processed, tests/results/206.processed,
         * src/include/pa_globals.h:            tests/results/207.processed, tests/results/208.processed,
         * src/include/pa_hash.h:            tests/results/209.processed, tests/results/210.processed,
         * src/include/pa_opcode.h:            tests/results/211.processed, tests/results/212.processed,
         * src/include/pa_pool.h:            tests/results/213.processed, tests/results/214.processed,
         * src/include/pa_pragma_pack_begin.h:            tests/results/215.processed, tests/results/216.processed,
         * src/include/pa_pragma_pack_end.h:            tests/results/217.processed, tests/results/218.processed,
         * src/include/pa_request.h:            tests/results/219.processed, tests/results/220.processed,
         * src/include/pa_sapi.h:            tests/results/221.processed, tests/results/222.processed,
         * src/include/pa_socks.h:            tests/results/223.processed, tests/results/224.processed,
         * src/include/pa_sql_connection.h:            tests/results/225.processed, tests/results/226.processed,
         * src/include/pa_sql_driver_manager.h:            tests/results/227.processed, tests/results/228.processed,
         * src/include/pa_stack.h:            tests/results/229.processed: - http headers were changed:
         * src/include/pa_string.h:            content-type => Content-type and so on
         * src/include/pa_stylesheet_connection.h:  
         * src/include/pa_stylesheet_manager.h:  2009-08-27  misha
         * src/include/pa_table.h:  
         * src/include/pa_threads.h:          * src/: main/pa_random.C, include/pa_random.h,
         * src/include/pa_types.h:            targets/cgi/parser3.C: - year was updated :)
         * src/main/compile.C:  
         * src/main/compile.tab.C:  2009-08-26  misha
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * tests/: 224.html, 224.p: - test for creating of parser object
         * src/main/execute.C:            using constructor without params - little bugfix in test
         * src/main/pa_array.C:  
         * src/main/pa_charset_connection.C:          * src/main/compile_tools.h: - bugfix: should't call autouse while
         * src/main/pa_charset_manager.C:            checking existed class while processing partial option
         * src/main/pa_common.C:  
         * src/main/pa_db_connection.C:          * src/classes/reflection.C: - bugfix: core when creating object
         * src/main/pa_db_manager.C:            with reflection and constructor doesn't have params
         * src/main/pa_db_table.C:  
         * src/main/pa_dictionary.C:  2009-08-24  misha
         * src/main/pa_dir.C:  
         * src/main/pa_exception.C:          * tests/229.html: - tests for checking the number of parameters
         * src/main/pa_exec.C:            were added
         * src/main/pa_globals.C:  
         * src/main/pa_hash.C:          * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
         * src/main/pa_pool.C:            number of method's parameters wasn't checked correctly (the bug
         * src/main/pa_request.C:            was introduced in 3.4.0)
         * src/main/pa_socks.C:  
         * src/main/pa_sql_driver_manager.C:  2009-08-22  misha
         * src/main/pa_status_provider.C:  
         * src/main/pa_string.C:          * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
         * src/main/pa_stylesheet_manager.C:            transcoded, but tainted pieces are escaped only when
         * src/main/pa_table.C:            content-type==url-encoding
         * src/main/untaint.C:  
         * src/operators.txt:          * tests/228.html: - test for checking
         * src/pcre/pcre_parser_ctype.c:            ^file::load[http://...;$.body[]]
         * src/sql/pa_sql_driver.h:  
         * src/targets/apache13/mod_parser3.C:          * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
         * src/targets/apache13/pa_pool.C:            post charset was too early (charsets is empty at this moment)
         * src/targets/apache13/pa_threads.C:  
         * src/targets/cgi/pa_pool.C:  2009-08-21  misha
         * src/targets/cgi/pa_threads.C:  
         * src/targets/cgi/parser3.C:          * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
         * src/targets/cgi/pool_storage.h:            main/untaint.C: - some fixes with transcode+untaint
         * src/targets/isapi/pa_pool.C:  
         * src/targets/isapi/pa_threads.C:  2009-08-15  misha
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/pool_storage.h:          * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
         * src/types/pa_valiased.C:            was increaced to 100 (was 50)
         * src/types/pa_valiased.h:  
         * src/types/pa_value.h:          * tests/227.html: - test for checking overriding properties in
         * src/types/pa_vbool.h:            static classes was added
         * src/types/pa_vclass.h:  
         * src/types/pa_vcode_frame.h:          * tests/: 226.html, 226.p: - test for @autoload[] was added
         * src/types/pa_vcookie.C:  
         * src/types/pa_vcookie.h:          * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
         * src/types/pa_vdate.h:            main/execute.C, main/pa_request.C, classes/reflection.C: -
         * src/types/pa_vdouble.h:            autouse was implemented
         * src/types/pa_venv.h:  
         * src/types/pa_vfile.C:  2009-08-14  misha
         * src/types/pa_vfile.h:  
         * src/types/pa_vform.C:          * src/classes/reflection.C: - outdated checkout was removed
         * src/types/pa_vform.h:  
         * src/types/pa_vhash.h:          * src/classes/reflection.C: - optimization - method ^dynamical was
         * src/types/pa_vhashfile.C:            added.
         * src/types/pa_vhashfile.h:  
         * src/types/pa_vimage.C:          * src/: types/pa_value.h, types/pa_vmethod_frame.h,
         * src/types/pa_vimage.h:            types/pa_vstateless_class.h, main/execute.C: - optimization
         * src/types/pa_vint.h:  
         * src/types/pa_vjunction.h:          * src/types/pa_vclass.C: - exception if base on sytem class
         * src/types/pa_vmath.h:  
         * src/types/pa_vmethod_frame.h:  2009-08-12  misha
         * src/types/pa_vobject.h:  
         * src/types/pa_vrequest.C:          * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
         * src/types/pa_vrequest.h:            pa_vstateless_class.h: - little optimisation
         * src/types/pa_vresponse.h:  
         * src/types/pa_vstateless_class.C:  2009-08-11  misha
         * src/types/pa_vstateless_class.h:  
         * src/types/pa_vstateless_object.h:          * tests/224.html: - method_params => method_info - checking for
         * src/types/pa_vstatus.h:            $.inherited
         * src/types/pa_vstring.C:  
         * src/types/pa_vstring.h:          * src/classes/reflection.C, operators.txt: - method method_params
         * src/types/pa_vtable.C:            was renamed to method_info and now it returns class name, if
         * src/types/pa_vtable.h:            method was defined in ancestor
         * src/types/pa_vvoid.h:  
         * src/types/pa_vxdoc.C:          * tests/225.html: - tests for cheching properties in hierarhical
         * src/types/pa_vxdoc.h:            classes were added
         * src/types/pa_vxnode.C:  
         * src/types/pa_vxnode.h:          * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
         * src/types/pa_wcontext.C:            types/pa_vstateless_class.C, types/pa_vstateless_class.h,
         * src/types/pa_wcontext.h:            main/compile.y, main/execute.C, classes/classes.C: - problems
         * src/types/pa_wwrapper.h:            with properties in new classes implementation were fixed
                 $status:db  
                 fixed used not initialized in db_connection & db_table  2009-08-10  misha
   
         * src/include/pa_charset_manager.h:          * src/main/execute.C: - now constructor shouldn't be defined in
         * src/include/pa_db_manager.h:            class. it could be defined in parent.
         * src/include/pa_request.h:  
         * src/include/pa_sql_connection.h:  2009-08-09  misha
         * src/include/pa_sql_driver_manager.h:  
         * src/include/pa_stylesheet_manager.h:          * src/classes/reflection.C: - ^reflection:methods doesn't return
         * src/main/main.dsp:            base's methods
         * src/main/pa_charset_manager.C:  
         * src/main/pa_common.C:  2009-08-08  misha
         * src/main/pa_db_manager.C:  
         * src/main/pa_globals.C:          * src/: classes/classes.h, classes/date.C, classes/file.C,
         * src/main/pa_request.C:            classes/form.C, classes/hash.C, classes/hashfile.C,
         * src/main/pa_sql_driver_manager.C:            classes/image.C, classes/mail.C, classes/op.C,
         * src/main/pa_status_provider.C:            classes/reflection.C, classes/regex.C, classes/string.C,
         * src/main/pa_stylesheet_manager.C:            classes/table.C, classes/xdoc.C, classes/xnode.C,
         * src/operators.txt:            classes/xnode.h, include/pa_hash.h, main/execute.C,
         * src/types/pa_vstatus.h:            main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
         * src/types/pa_vxnode.C:            types/pa_method.h, types/pa_property.h, types/pa_value.C,
         * src/types/types.dsp:            types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                 started status parser class            types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
             types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
         * src/main/pa_db_connection.C:            types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
         * src/main/pa_db_table.C:            types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                 parser_multithreaded check was wrong            types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
             types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
         * src/main/pa_db_connection.C:            types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
         * src/main/pa_db_manager.C:            types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                 expiration from debug to normal            types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
             types/pa_vresponse.C, types/pa_vresponse.h,
         * src/operators.txt:            types/pa_vstateless_class.C, types/pa_vstateless_class.h,
         * src/operators.txt:            types/pa_vstateless_object.h, types/pa_vstatus.C,
                 doc            types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
             types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
 2001-11-01  paf            types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
         * src/classes/hash.C:            types/pa_wwrapper.h, types/types.vcproj: - new classes
         * src/classes/op.C:            implementation
         * src/operators.txt:  
         * src/types/pa_vmethod_frame.h:          * buildall-with-xml, buildall-without-xml: - gc has a bug if
         * src/types/pa_vstring.C:            USE_MUNMAP is used. so it is disabled as a workaround.
         * src/types/pa_vstring.h:  
                 ^foreach[key|value]{body}[[separator]|{separator}]  2009-08-05  misha
   
         * src/ChangeLog:          * src/: main/pa_common.C, include/pa_common.h: - not needed
         * src/classes/hash.C:            parameter was removed
         * src/include/pa_hash.h:  
         * src/main/pa_hash.C:          * src/main/pa_http.C: - bugfix: error was during detecting
         * src/operators.txt:            content-type of file which was loaded by http
         * src/types/pa_vcookie.C:  
                 ^hash.delete[key]  2009-08-01  misha
   
         * src/classes/gd/gif.C:          * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
         * src/classes/math.C:            src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
         * src/configure.in:            OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
         * src/include/pa_common.h:            can't be disabled with defines any longer
                 HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]  
   2009-07-29  misha
         * src/classes/op.C:  
                 ^for endless loop check strightened          * src/classes/reflection.C, tests/results/224.processed: - for
             native methods with any call type now returned empty call_type
         * src/Makefile.in:            value
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.in:          * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
         * src/configure:            classes/table.C, include/pa_hash.h, include/pa_request.h,
         * src/include/pa_config_auto.h.in:            main/pa_request.C: - break in cycles was optimized
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * INSTALL: - more defines were described
         * src/pcre/Makefile.in:  
         * src/targets/Makefile.in:  2009-07-28  misha
         * src/targets/apache13/Makefile.in:  
         * src/targets/cgi/Makefile.in:          * operators.txt: - some changes in information about reflection
         * src/types/Makefile.in:            class
                 makes  
           * tests/: 224.html, 224.p: - tests for reflection class
         * src/main/pa_hash.C:  
                 removed old extra include          * src/classes/reflection.C: - some bugs were fixed, method classes
             was added, refactoring
         * src/classes/hash.C:  
         * src/classes/xdoc.C:  2009-07-26  misha
         * src/classes/xnode.C:  
         * src/include/pa_hash.h:          * src/classes/classes.vcproj: - reflection class wass added to
         * src/main/pa_hash.C:            project
         * src/main/pa_request.C:  
         * src/types/pa_vhash.h:          * operators.txt: - information about reflection class was added
         * src/types/pa_vxnode.C:  
                 hash locking          * src/classes/reflection.C: - class was redesigned
                 disabled changing of hash inside of foreach  
   2009-07-24  misha
         * src/classes/hash.C:  
         * src/classes/hashfile.C:          * src/classes/: Makefile.am, reflection.C: - class reflection was
         * src/operators.txt:            added
         * src/types/pa_vhashfile.C:  
                 ^hashfile.foreach[key|value]{body}[[separator]|{separator}]          * src/types/pa_vstateless_class.h: - method for reflection method's
                 prev were hash.foreach            in classes was added
   
         * src/classes/hash.C:  2009-07-22  misha
         * src/classes/op.C:  
         * src/main/execute.C:          * src/main/compile_tools.h: - bugfix: $object.$var was
                 changed root behavior in native calls.            over-optimized. it failed if $object1.$object2.field
                 it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there  
   2009-07-16  misha
         * src/classes/op.C:  
                 detected for var storage bug, fixed. todo:foreach          * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
             lib/cord/cordxtra.c, lib/cord/include/cord.h,
 2001-10-31  paf            include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
         * src/configure:            CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                 configure            one more arg: length of cord
   
         * src/classes/table.C:  2009-07-15  misha
         * src/operators.txt:  
                 ^table.save[[nameless|+append;]path]          * src/main/pa_http.C: - bugfix: $.cookies' values should be force
             tainted in ^file::load[http://...;$.cookies[]]
         * src/main/pa_db_connection.C:  
         * src/main/pa_sql_driver_manager.C:          * src/classes/: op.C, regex.C, string.C: - new string with
                         // lockdetector flags            exception was used
                         dbenv.lk_detect=DB_LOCK_RANDOM;  
           * src/include/pa_exception.h: - new string with exception was added
         * src/include/pa_threads.h:  
         * src/main/pa_db_connection.C:          * tests/223.html: - test for checking cookie-encoding during
         * src/main/pa_db_table.C:            ^file::load[http was added
         * src/targets/apache13/pa_threads.C:  
         * src/targets/cgi/pa_threads.C:          * tests/: 221.html, 222.html: - tests for checking type of
         * src/targets/isapi/pa_threads.C:            $table.fields.field were added
                 libdb DB_THREAD flag only when really needed  
           * src/types/pa_vtable.C: - not used var decl was removed
         * src/configure.in:  
         * src/main/pa_sql_driver_manager.C:          * src/include/pa_string.h: - use cached string length in Body::mid.
                 hiding passwords and addresses from accidental show [imagine            it improves speed of match with brackets in pattern
                 user forgot @exception]  
           * src/lib/cord/include/cord.h: - make CORD_substr_checked available
         * src/include/pa_opcode.h:            outside
         * src/main/compile.tab.C:  
         * src/main/compile.y:  2009-07-14  misha
         * src/main/execute.C:  
         * src/operators.txt:          * src/types/pa_vtable.C: - $table.fields.a return string even if
                 \ in expression: int divide 10/3=3            column is empty (sometime returned void) - $table.fields was
             added for nameless tables
         * src/main/pa_common.C:  
                 typing bug in common - bad ifdeff          * src/targets/cgi/getopt.c: - one warning resolved
   
         * src/main/pa_db_connection.C:          * src/main/pa_string.C: - potentian bug fixed
                 z  
           * src/classes/op.C: - small optimization in taint/untaint
         * src/classes/file.C:  
         * src/classes/image.C:  2009-07-13  misha
         * src/classes/mail.C:  
         * src/classes/string.C:          * tests/156.html: - test for $cookie[...$.httponly(false)...] was
         * src/classes/xnode.C:            added
         * src/include/pa_common.h:  
         * src/main/pa_common.C:          * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
         * src/operators.txt:            souldn't add the attribut to output
                 ^string.save[[append;]path]  
   2009-07-11  misha
         * src/types/pa_vhashfile.h:  
                 hashfile  ^delete to do something only inside of ^cache          * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
             stack size was increaced to 2MB (default=1MB)
         * src/main/compile.C:  
         * src/main/pa_common.C:  2009-07-08  misha
                 completely empty file now considered "read", not ignored [not  
                 perfect trick used]          * src/main/pa_string.C: - link to UTF-8 description was added
   
         * src/main/pa_common.C:          * src/include/pa_hash.h: - hash keeps element's order in more
                 simplier common ifdefs            places (ex: ._keys[])
   
 2001-10-30  paf          * tests/220.html: - test for checking order of elements in hash in
         * src/include/pa_common.h:            foreach was added
         * src/main/pa_common.C:  
         * src/types/pa_vform.C:          * tests/172.html: - small changes in printing hash
                 form post data line endings not reformatted now.  
           * tests/129.html: - small changes in printing hash
         * src/classes/xdoc.C:  
                 rolled back {} in xdoc.createTextNode for now          * src/: include/pa_common.h, include/pa_hash.h,
             include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
         * src/configure.in:            types/pa_vmethod_frame.h: - hash now keeps order of elements
                 rtti needed on solaris for exceptions to work OK, removing -fno  
                 rtti from everywhere          * tests/014.html: - small changes in printing hash
   
         * src/classes/classes.dsp:  2009-07-07  misha
         * src/classes/gd/gd.dsp:  
         * src/classes/smtp/smtp.dsp:          * src/classes/op.C: - new taint language "parser-code" was added
         * src/libltdl/libltdl.dsp:  
         * src/main/main.dsp:          * tests/219.html: - test for auto untaint parser code in process
         * src/parser3.dsw:            was added
         * src/pcre/pcre.dsp:  
         * src/pcre/pcre_dftables.dsp:          * src/classes/op.C: - tainted pieces in body of process are
         * src/pcre/pcre_parser_ctype.dsp:            auto-untainted now: ^ -> ^^, $ -> ^$ etc.
         * src/targets/apache13/ApacheModuleParser3.dsp:  
         * src/targets/cgi/parser3.dsp:          * src/: include/pa_string.h, main/untaint.C: - new language
         * src/targets/isapi/parser3isapi.dsp:            L_PARSER_CODE for auto-untaint in process was added
         * src/types/types.dsp:  
                 enabled debug incremental compile          * src/: classes/file.C, classes/hash.C, classes/image.C,
             classes/op.C, classes/string.C, classes/table.C, classes/void.C,
         * src/main/pa_db_connection.C:            classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
         * src/main/pa_db_manager.C:            main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
         * src/main/pa_db_table.C:            main/untaint.C, types/pa_value.h, types/pa_vhash.h,
         * src/main/pa_exec.C:            types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
         * src/main/pa_request.C:            code cleanup
         * src/main/pa_sql_driver_manager.C:  
         * src/main/pa_string.C:  2009-07-06  misha
                 cstr(asis) default param removed  
           * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
         * src/types/pa_vform.C:            table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
         * src/types/pa_vform.h:            deleted. taint_cstr[m] and untaint_cstr[m] should be used
                 AppendFormEntry length param now required [had bug when file=   
                 has no value]          * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
             pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
         * src/types/pa_vform.C:            pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                 VForm::AppendFormEntry {length convention was broken} fix_line_breaks            cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
             should be used
         * src/include/pa_dir.h:  
                 LOAD_DIR fixed          * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
             pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
         * src/include/pa_config_fixed.h:            cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
         * src/include/pa_pragma_pack_begin.h:            untaint_cstr[m] should be used
         * src/include/pa_pragma_pack_end.h:  
         * src/include/pa_string.h:          * src/include/pa_string.h: - cstr(params) and cstrm(params) were
         * src/include/pa_types.h:            deleted. taint_cstr[m] and untaint_cstr[m] should be used
                 String & Origin packed with #pragma pack  
           * tests/218.html: - test for checking automatic file-spec-taint was
         * src/Makefile.in:            added
         * src/configure:  
         * src/configure.in:          * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
         * src/include/pa_config_auto.h.in:            types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                 pragma detection            classes/file.C, classes/hash.C, classes/image.C,
             classes/string.C, classes/table.C, classes/void.C,
         * src/classes/xdoc.C:            classes/xdoc.C: - optimizations and simplification of
                 rolled back {} in xdoc.createElement for now            string.cstr(...)
   
 2001-10-29  paf          * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
         * src/configure.in:            main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
         * src/configure.in:            - optimizations and simplification of string.cstr(...)
         * src/configure.in:  
                 if...  2009-07-04  misha
                 AC_DEFINE(HAVE_PRAGMA_PACK,,compiler supports #pragma pack(1))  
           * tests/217.html: - test for recursion detection was added
         * src/types/pa_wcontext.h:  
                 bitfield syntax stricter          * src/: types/types.vcproj, main/main.vcproj,
             classes/classes.vcproj, targets/cgi/parser3.vcproj,
         * src/include/pa_string.h:            targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
         * src/main/pa_string.C:            from .vcproj
         * src/targets/cgi/pa_pool.C:  
                 debugging memory          * src/types/pa_wwrapper.h: - dynamic_cast was removed
                 String::fused_rows func now  
                           * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                 [Mon Oct 29 17:55:45 2001] total 5917436/158731            uploading files and case-insensitive http-method were added
                 [Mon Oct 29 18:11:53 2001] total 5796092/158731  
           * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
         * src/classes/file.C:            tainted pattern in ^file:list[] was added
         * src/classes/image.C:  
         * src/classes/string.C:  2009-07-03  misha
         * src/classes/xdoc.C:  
         * src/include/pa_pool.h:          * src/: classes/classes.vcproj, main/main.vcproj,
         * src/include/pa_string.h:            types/types.vcproj, targets/cgi/parser3.vcproj,
         * src/main/execute.C:            targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
         * src/main/pa_array.C:            for dynamic_cast) - little options changes
         * src/main/pa_common.C:  
         * src/main/pa_hash.C:          * src/main/pa_http.C: - file::load[http works now with uploading
         * src/main/pa_sql_driver_manager.C:            files _and_ changing $.charset
         * src/main/pa_string.C:  
         * src/main/untaint.C:  2009-06-29  misha
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/parser3.C:          * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
         * src/types/pa_vcookie.C:            while creating pattern
         * src/types/pa_vstring.h:  
                 debuggging memory.  2009-06-25  misha
                 string::as_int/double now usually uses stack, not heap [200K out of 17M :)]  
                 VString(String&) not copies reference [29M -> 17M]          * src/classes/image.C, operators.txt: - options' names for
             ^image.font were changed to $.space, $.width and $spacing -
         * src/include/pa_sql_connection.h:            default space width now == gif's width
                 SQL_CONNECTION_FUNC_GUARDED name  
   2009-06-24  misha
         * src/targets/isapi/pa_pool.C:  
                 added isapi&apache real_malloc debug param.someday either ifdef          * tests/215.html: - tests for $file.mode were added
                 or remove it  
           * operators.txt: - added info about $file.mode and changes in
         * src/targets/apache13/pa_pool.C:            ^image.font[
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/parser3.C:          * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                 removed debug defines            param now could be omited - third param now could be hash (with
             all widths options: $.space-width, $.letter-width) - it's
         * src/Makefile.am:            possible to specify tracking ($.letter-space)
                 .am order  
           * src/classes/file.C: - file objects now could have mode field
         * src/main/pa_sql_driver_manager.C:            (text|binary)
                 ping to have services [old hiding bug]  
           * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
         * src/main/untaint.C:  
                 optimizing returned after debugging  2009-06-23  misha
   
         * src/include/pa_array.h:          * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
         * src/include/pa_charset_manager.h:            trim can work with utf-8 chars now
         * src/include/pa_db_connection.h:  
         * src/include/pa_db_manager.h:  2009-06-20  misha
         * src/include/pa_db_table.h:  
         * src/include/pa_hash.h:          * src/: classes/hash.C, main/pa_string.C: - string length cacheing
         * src/include/pa_request.h:            was implemented
         * src/include/pa_sql_driver_manager.h:  
         * src/include/pa_stylesheet_manager.h:          * src/classes/table.C: - string length cacheing was implemented
         * src/include/pa_threads.h:  
         * src/types/pa_valiased.h:          * src/include/pa_string.h: - string length cacheing was implemented
         * src/types/pa_vhashfile.h:  
         * src/types/pa_vstateless_class.h:  2009-06-17  misha
         * src/types/pa_wcontext.h:  
                 gcc 3.0.1 required "friend class"          * src/main/execute.C: - value param was removed from
                             WContext::WContext
                 ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend  
                    class Temp_lang'          * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
             pa_wwrapper.h: - value param was removed from WContext::WContext
         * src/include/pa_string.h:            - field wcontext was removed from VCodeFrame (using fparent
         * src/main/pa_string.C:            instead)
         * src/main/untaint.C:  
         * src/targets/cgi/pa_pool.C:          * tests/214.html: - test with hash copying
                 String size_t replace to uint in proper places [todo:Array]  
   2009-06-16  misha
         * src/classes/file.C:  
         * src/include/pa_hash.h:          * tests/: 062.html, results/062.processed: - evaluation hardcoded
         * src/include/pa_string.h:            strings doesn't work in expression anymore
         * src/main/pa_globals.C:  
         * src/targets/cgi/pa_pool.C:          * src/main/execute.C: - less calls for get_constructing() - little
                 debugging memory            refactoring
                 hash key ref now  
                           * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                 [Mon Oct 29 16:01:17 2001] total 17050496/202647            include/pa_request.h: - less calls for get_constructing()
                 [Mon Oct 29 17:11:17 2001] total 16867948/202658  
           * src/classes/: hash.C, hashfile.C: - fixed bug which was
         * src/classes/file.C:            introduced with OPTIMIZE_SINGLE_STRING optimization
         * src/types/pa_vimage.C:  
                 image&file couple stack string hash.puts  2009-06-14  misha
   
         * src/main/execute.C:          * src/: classes/date.C, classes/file.C, classes/hash.C,
         * src/targets/cgi/pa_pool.C:            classes/hashfile.C, classes/image.C, classes/regex.C,
         * src/targets/cgi/parser3.dsp:            classes/table.C, classes/xdoc.C, classes/xnode.h,
         * src/types/pa_wcontext.h:            types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
         * src/types/pa_wwrapper.h:            types/pa_vstateless_class.h, main/execute.C: - create object for
                 debugging memory            storing object's fields only for parser objects
                 WContext  
                 flags to bits  2009-06-13  misha
                   
                 total 5 652 652/158731          * buildall-with-xml, buildall-without-xml: - new option was added
                 total 5 469 332/158731            for building GC (it slightly reduces memory usage)
   
         * src/include/pa_sql_connection.h:          * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                 there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]            single string write
   
         * src/include/pa_exception.h:          * src/main/execute.C: - bytecode optimization of ^class:constructor
         * src/include/pa_sql_connection.h:            - optimization of single string write
         * src/main/pa_exception.C:  
         * src/main/pa_sql_driver_manager.C:          * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
         * src/sql/pa_sql_driver.h:            - bytecode optimization of ^class:constructor
                 sql driver impl changed in _throw part.  
                   2009-06-09  misha
                 the idea is to #1 jump to C++ some function to main body, where  
                 every function stack frame has exception unwind information          * src/targets/cgi/parser3.C: - type size_t was changed to int in
                 and from there... #2 propagate_exception()            main (better compatibility)
   
         * src/include/pa_array.h:  2009-06-08  misha
         * src/main/pa_array.C:  
                 debugging memory          * src/main/compile.y: - I've forgot to commit it :(
                 Array:: without cache in get/put now  
                   2009-06-07  misha
                 [Mon Oct 29 18:23:02 2001] total 5 796 092/158731  
                 [Mon Oct 29 18:25:27 2001] total 5 652 652/158731          * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
             WITH_READ and WITH_ROOT
         * src/include/pa_string.h:  
         * src/include/pa_types.h:          * src/main/: compile.y, compile_tools.C, compile_tools.h,
         * src/main/pa_string.C:            execute.C: - more optimizations for WITH_SELF, WITH_READ and
         * src/main/untaint.C:            WITH_ROOT - little refactoring
                 memory hunging  
                 #pragma pack(1)  2009-06-06  misha
                   
                 16 419 844          * tests/213.html: - tests for 3rd match string-param were added
                 13 169 394  
           * src/classes/string.C: - 3rd match param could be string now
 2001-10-28  paf  
         * src/configure:          * src/main/: compile.y, compile_tools.h: - much more bytecode's
         * src/configure.in:            sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
         * src/include/pa_config_auto.h.in:            GET_OBJECT_ELEMENT
         * src/include/pa_config_fixed.h:  
         * src/include/pa_db_connection.h:  2009-06-05  misha
         * src/include/pa_db_manager.h:  
         * src/include/pa_db_table.h:          * src/main/pa_http.C: - bugfix: content-length was not calculated
         * src/main/pa_db_connection.C:            if $.body was specified
         * src/main/pa_db_table.C:  
                 db2 on linux with DB 2.4.14: (6/2/98)  2009-06-04  misha
   
         * src/main/pa_db_connection.C:          * src/classes/op.C: - optimizing write_assign_lang in connect
         * src/main/pa_db_table.C:  
                 exception translation          * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
   
         * src/main/pa_db_connection.C:          * src/main/execute.C: - little refactoring - optimizing
                 expire table [was accidently pasted with wrong type/cast]            write_assign_lang in taint/untaint
   
         * src/classes/Makefile.am:          * src/include/pa_opcode.h: - little refactoring
         * src/classes/Makefile.in:  
         * src/configure:          * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
         * src/configure.in:            main/compile_tools.h, main/execute.C: - optimizations for
         * src/targets/apache13/p3runConfigure.in:            $self.field, ^self.method, $self.field[...] and $self.field(...)
         * src/targets/cgi/Makefile.am:            were added
         * src/targets/cgi/Makefile.in:  
                 db makes. remember to build DB2 with -fexceptions!!!  2009-06-03  misha
   
         * src/main/pa_db_table.C:          * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                 DB_RMW defed  
   2009-06-02  misha
         * src/main/pa_db_connection.C:  
                 removed old consts          * src/: main/compile.y, main/compile_tools.h, main/execute.C,
             include/pa_opcode.h: - refactoring in last optimizations
 2001-10-27  paf            ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
         * src/ChangeLog:            now but code is much easy and it is ready for further
         * src/classes/hashfile.C:            improvements.
         * src/include/pa_db_connection.h:  
         * src/include/pa_db_table.h:  2009-05-27  misha
         * src/main/pa_db_connection.C:  
         * src/main/pa_db_manager.C:          * src/: types/pa_junction.h, types/pa_vjunction.C,
         * src/main/pa_db_table.C:            types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
         * src/main/pa_globals.C:            changed in destructing junctions
         * src/types/pa_vhashfile.C:  
                 DB2 ifdefs          * src/main/: pa_charset.C, pa_string.C: - more safe creation on
             String:Body
         * src/Makefile.in:  
         * src/classes/Makefile.am:  2009-05-26  misha
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.in:          * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
         * src/configure:            one method detect_charset was deleted - bug was fixed in this
         * src/configure.in:            method (error while detecting charset in content_type withot last
         * src/include/pa_config_fixed.h:            ';')
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.am:          * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
         * src/main/Makefile.in:            once
         * src/pcre/Makefile.in:  
         * src/targets/Makefile.in:  2009-05-25  misha
         * src/targets/apache13/Makefile.in:  
         * src/targets/apache13/p3runConfigure.in:          * src/classes/file.C: - bugfix: file::exec didn't work after
         * src/targets/cgi/Makefile.am:            optimizing of helper_length
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.am:  2009-05-24  misha
         * src/types/Makefile.in:  
                 makes with DB2          * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
             were added - little refactoring
         * src/classes/classes.awk:  
                 no $ in var names          * src/main/execute.C: - core while printing in debug log
             non-printable values was fixed - $a[$b.c] and $a[$b.$c]
         * src/main/pa_globals.C:            optimisations were added
         * src/targets/apache13/ApacheModuleParser3.dsp:  
         * src/targets/cgi/parser3.dsp:          * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
         * src/targets/isapi/parser3isapi.dsp:            were added
                 vc projects libdb ifdefed into globals.C  
   2009-05-23  misha
         * src/main/pa_db_connection.C:  
         * src/main/pa_db_manager.C:          * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                 db expiration connection&table [forgotten calls]            lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
             CORD_cat optimization
         * src/operators.txt:  
                 ^hashfile.clear[] doced          * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
             - call constr optimisation under separate define now
         * src/Makefile.in:  
         * src/classes/Makefile.in:          * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
         * src/classes/gd/Makefile.in:            in $b should be string, not void
         * src/configure:  
         * src/configure.in:          * src/main/compile.y: - little fix for rem-cut optimisation
         * src/include/pa_config_auto.h.in:  
         * src/main/Makefile.am:          * src/: include/pa_opcode.h, main/compile_tools.C,
         * src/main/Makefile.in:            main/compile_tools.h, main/execute.C: - optimisations for
         * src/pcre/Makefile.in:            $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
         * src/targets/Makefile.in:  
         * src/targets/apache13/p3runConfigure.in:          * INSTALL: - description of some #defined were added
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.am:          * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
         * src/types/Makefile.in:            before 1st access (memory usage is reduced if don't access to
                 makes db            .text field)
   
         * src/classes/hashfile.C:          * src/include/pa_array.h: - array grows step now not static (it
         * src/include/pa_db_connection.h:            reduces numbers of reallocs)
         * src/include/pa_db_table.h:  
         * src/main/pa_db_connection.C:  2009-05-20  misha
         * src/main/pa_db_table.C:  
         * src/operators.txt:          * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                 ^hashfile.clear[]            $.b(2), $c[d] and $.e[f] was added
   
 2001-10-26  paf          * src/main/: compile.y, compile_tools.C, compile_tools.h,
         * src/classes/xdoc.C:            execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
         * src/classes/xdoc.C:            $.e[f] was added
         * src/types/pa_vxdoc.h:  
                 transform2 for parsed_source          * src/main/execute.C: - debug printing moved in defines
   
         * src/classes/hashfile.C:          * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
         * src/include/pa_db_connection.h:            and little refactoring for OP_GET_OBJECT_ELEMENT +
         * src/include/pa_db_manager.h:            OP_GET_OBJECT_VAR_ELEMENT optimisation
         * src/include/pa_db_table.h:  
         * src/include/pa_hash.h:  2009-05-19  misha
         * src/main/pa_db_connection.C:  
         * src/main/pa_db_manager.C:          * src/main/: compile.y, compile_tools.C, compile_tools.h,
         * src/main/pa_db_table.C:            execute.C: - $a.$b & ^a.$b bytecode optimisation
         * src/main/pa_hash.C:  
         * src/types/pa_vhashfile.C:          * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
         * src/types/pa_vhashfile.h:            ^a.$b optimisation)
                 db connections & tables now cached at create time & multithreaded  
           * src/main/compile.y: - compiler now generate new opcodes:
         * src/classes/xdoc.C:            OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                 xdoc createTextNode createElement UL_XML default. but entities            ^a.b - compiler now cut off ^rem{ with all content ; any number
                 still reparsed. todo: tothink            of params }
   
         * src/classes/hashfile.C:          * src/main/execute.C: - code for handle new opcodes
         * src/include/pa_db_table.h:            OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
         * src/main/pa_db_table.C:  
                 db: child transaction commit/rollback responsibility left to          * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                 parent [as it sould - else there were a bug with double free]            added for LA2V and LA2S
   
         * src/include/pa_db_connection.h:          * src/include/pa_opcode.h: - new defines which can be used for
         * src/main/pa_db_connection.C:            disable some bytecode optimisation and new opcodes were added
         * src/main/pa_db_connection.C:  
                 db checkpoints  2009-05-17  misha
   
         * src/main/pa_db_connection.C:          * src/lib/cord/cordxtra.c: - bugfix.
         * src/operators.txt:  
                 about to remove connection from vhashfile          * tests/212.html: - .size[] and .study_size[] were added to tests
   
         * src/main/pa_db_connection.C:          * operators.txt: - info about regex class was added
                 db recover mech 2  
           * tests/212.html: - tests for regex class were added
 2001-10-25  paf  
         * src/classes/hashfile.C:  2009-05-16  misha
         * src/include/pa_common.h:  
         * src/include/pa_db_connection.h:          * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
         * src/include/pa_db_manager.h:            gc7.1
         * src/include/pa_db_table.h:  
         * src/main/main.dsp:          * tests/022.html: - test for ^file:list[path;] (empty second param)
         * src/main/pa_db_connection.C:            was added
         * src/main/pa_db_manager.C:  
         * src/main/pa_db_table.C:          * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
         * src/operators.txt:            param) should work
         * src/parser3.dsw:  
         * src/types/pa_vhashfile.C:  2009-05-15  misha
         * src/types/pa_vhashfile.h:  
                 started db_home [multiple, cached]          * src/classes/table.C: - automatically disable stringstream usage
                 todo: autorecover [tried, but not succeded, yet]            on freebsd4
   
         * src/include/pa_db_connection.h:          * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
         * src/main/pa_db_manager.C:            scope
                 transaction parent passed  
           * tests/211.html: - test with different types of access to hash was
         * src/include/pa_dir.h:            added
                 ancient gpf on dir not found fixed  
           * tests/210.html: - test which checks for loosing tainting in
 2001-10-24  parser            hash's keys was added
         * src/classes/Makefile.am:  
         * src/classes/Makefile.am:          * tests/208.html: - some parser work added. or stime == 0 %-)
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:          * src/lib/cord/cordbscs.c: - little hack was added to cord
         * src/classes/Makefile.in:  
         * src/main/Makefile.in:          * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/Makefile.in:          * src/include/pa_version.h, configure.in: - moko have made a lot of
         * src/targets/cgi/pool_storage.h:            optimisations for increacing version number more dramatically :)
         * src/targets/cgi/pool_storage.h:  
                 makes          * src/classes/date.C: - little refactoring: use constructor which
             accepts formated string
         * src/include/pa_db_connection.h:  
         * src/main/pa_db_connection.C:          * src/: include/pa_string.h, main/pa_string.C: - String constructor
         * src/types/pa_vhashfile.C:            which can print formatted string was added
                 db_cursor constructor public now  
   2009-05-14  misha
         * src/ChangeLog:  
         * src/include/pa_common.h:          * src/include/pa_string.h: - type was fixed
         * src/main/Makefile.am:  
         * src/main/pa_common.C:          * src/: classes/hashfile.C, classes/op.C,
         * src/types/pa_vform.C:            include/pa_cache_managers.h, include/pa_charset.h,
         * src/types/pa_vform.h:            include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                 .am            include/pa_request.h, include/pa_sql_driver_manager.h,
             include/pa_string.h, include/pa_stylesheet_manager.h,
         * src/classes/hashfile.C:            include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
         * src/include/pa_request.h:            main/pa_charsets.C, main/pa_string.C,
         * src/operators.txt:            main/pa_stylesheet_connection.C, types/pa_value.h,
                 hashfile.cache 0            types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
             types/pa_vobject.C, types/pa_vstateless_class.C,
         * src/main/pa_db_connection.C:            types/pa_vstateless_class.h: - hash_code caching was implemented
         * src/types/pa_vhashfile.C:            (seaches should be faster now)
                 db_connection not bothers with key when not returning expired data  
           * src/: classes/file.C, classes/hash.C, classes/image.C,
         * src/targets/cgi/pool_storage.h:            classes/string.C, classes/table.C, include/pa_string.h,
         * src/targets/isapi/parser3isapi.C:            main/pa_charset.C, main/pa_http.C, main/pa_request.C,
         * src/targets/isapi/pool_storage.h:            types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                 pool_storage fixed            types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
             types/pa_vrequest.C: - String constructors don't have that stupid
         * src/include/pa_common.h:            true/false param which means 'tainted'. they accept lang instead.
         * src/main/pa_common.C:  
         * src/types/pa_vform.C:          * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
         * src/types/pa_vform.h:            with OPTIMIZE_RESULT
                 form fix_line_breaks  
           * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
         * src/operators.txt:            wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
         * src/types/pa_vhashfile.C:  
         * src/types/pa_vhashfile.h:  2009-05-13  misha
                 hashfile expiring 0  
           * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
         * src/main/pa_db_connection.C:            types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
         * src/types/pa_vhashfile.C:            types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                 hashfile expiring 1            types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
             types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
         * src/classes/hashfile.C:            main/pa_common.C, main/pa_request.C, main/pa_string.C,
         * src/include/pa_db_connection.h:            include/pa_string.h, classes/date.C, classes/file.C,
         * src/main/pa_db_connection.C:            classes/hash.C, classes/image.C, classes/string.C,
                 hashfile expired deleted from db when get & iterate            classes/table.C, classes/xdoc.C: - result optimisation -
             helper_length parameter removed from string constructors
         * src/classes/hashfile.C:  
         * src/operators.txt:  2009-05-11  misha
         * src/types/pa_vhashfile.h:  
                 hashfile 1          * tests/209.html: - tests for ^hash::create[hash] were added
   
         * src/operators.txt:          * tests/208.html: - tests for $status:rusage, $status:memory,
         * src/operators.txt:            ^memory:compact[] were added
         * src/targets/apache13/ApacheModuleParser3.dsp:  
         * src/targets/isapi/parser3isapi.dsp:          * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                 doc            log10 were added
   
         * src/include/pa_db_connection.h:          * tests/206.html: - test for try with finally was added
         * src/main/pa_db_connection.C:  
         * src/types/pa_vhashfile.C:  2009-05-10  misha
         * src/types/pa_vhashfile.h:  
                 hashfile data stamped, todo: put_element analize          * tests/205.html: - test for ^file::create[...] was added
   
         * src/sql/pa_sql_driver.h:          * tests/204.html: - test for ^response:clear[] was added
                 version  
           * tests/038.html: - tests for trigonometric functions were added
         * src/include/pa_db_connection.h:  
         * src/include/pa_string.h:          * tests/014.html: - tests for ^hash.containts and ^hash.delete were
         * src/main/pa_db_connection.C:            added - more tests for .add, .sub, .union, .intersects and
         * src/main/pa_string.C:            .intersections
         * src/operators.txt:  
                 hashfile pieced serialize. todo stamp          * tests/065.html: - test for ^file:dirname was added
   
         * src/main/pa_db_connection.C:          * tests/030.html: - test for $cookie:fields was added
         * src/main/pa_db_manager.C:  
                 hashfile setted this:          * tests/203.html: - test for ^h._keys[column name] was added
                 DB_RMW  
                 Acquire write locks instead of read locks when doing the retrieval. Setting this flag may decrease the likelihood of deadlock during a read-modify-write cycle by immediately acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock          * tests/201.html: - tests for .trim were added
   
 2001-10-23  parser          * tests/202.html: - tests for last-day,
         * src/classes/file.C:            date:calendar[type](YYYY;MM;DD) were added
         * src/classes/hash.C:  
         * src/classes/hashfile.C:          * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
         * src/classes/image.C:            .offset[type](N) were added
         * src/classes/mail.C:  
         * src/classes/response.C:          * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
         * src/classes/string.C:            and .pos[c](N) were added
         * src/classes/table.C:  
         * src/classes/xdoc.C:          * tests/141.html: - test for math:sha1 was added
         * src/include/pa_config_fixed.h:  
         * src/include/pa_db_connection.h:          * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
         * src/main/pa_common.C:  
         * src/main/pa_db_connection.C:  2009-05-09  misha
         * src/main/pa_request.C:  
         * src/operators.txt:          * src/main/compile.y: - rollback
         * src/types/pa_value.h:  
         * src/types/pa_vcookie.C:  2009-05-05  misha
         * src/types/pa_vhash.h:  
         * src/types/pa_vhashfile.C:          * src/main/pa_exec.C: - little optimisation: somewhere length() was
         * src/types/pa_vhashfile.h:            replaced by is_empty()
         * src/types/pa_vresponse.h:  
         * src/types/pa_vtable.C:          * src/: include/pa_string.h, main/pa_charset.C: - little
                 ^hashfile.hash[]            optimisation: somewhere length() was replaced by is_empty()
   
         * src/classes/hashfile.C:          * src/classes/table.C: - little optimisation: somewhere length()
         * src/include/pa_db_connection.h:            was replaced by is_empty()
         * src/include/pa_db_manager.h:  
         * src/main/pa_db_connection.C:          * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
         * src/main/pa_db_manager.C:            classes/op.C, classes/table.C, main/pa_exception.C: - little
         * src/operators.txt:            optimisation: somewhere length() was replaced by is_empty()
         * src/types/pa_vhashfile.h:  
                 ^hashfile.transaction{code}  2009-05-04  misha
                 ^hashfile:clear[filename]  
                 ^hashfile.delete[key]          * src/: types/pa_method.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h, main/execute.C,
         * src/classes/hashfile.C:            include/pa_request.h, classes/hash.C, classes/op.C,
         * src/classes/xdoc.C:            classes/table.C: - more optimisations were added: some operators
         * src/include/pa_config_fixed.h:            don't switch write context anylonger
         * src/main/pa_db_manager.C:  
         * src/main/pa_globals.C:  2009-05-01  misha
         * src/operators.txt:  
                 ifdefs so it compiled without db          * src/main/compile.y: - slightly more opcode optimisations for
             WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
 2001-10-22  parser  
         * src/classes/classes.dsp:          * src/main/execute.C: - simplifying process for getters
         * src/classes/hashfile.C:  
         * src/classes/xdoc.C:  2009-04-30  misha
         * src/classes/xnode.C:  
         * src/include/pa_charset_connection.h:          * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
         * src/include/pa_db_connection.h:  
         * src/include/pa_db_manager.h:          * tests/results/199.processed: - test for checking $result into
         * src/include/pa_exception.h:            ^rem was added
         * src/include/pa_sapi.h:  
         * src/include/pa_sql_connection.h:          * tests/199.html: - test for checking $result into ^rem was added
         * src/include/pa_sql_driver_manager.h:  
         * src/include/pa_stylesheet_connection.h:          * tests/: 022.html, 096.html: - þsort after :list was asses (on
         * src/include/pa_stylesheet_manager.h:            some OS it returns list in different order)
         * src/include/pa_xslt_stylesheet_manager.h:  
         * src/main/main.dsp:          * src/: include/pa_array.h, include/pa_request.h,
         * src/main/pa_db_connection.C:            include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
         * src/main/pa_db_manager.C:            changes in stack impl - get_element() optimisation: 3rd param
         * src/main/pa_exception.C:            removed - bugfix: problems with reading empty input param -
         * src/main/pa_globals.C:            defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
         * src/main/pa_pool.C:  
         * src/main/pa_sql_driver_manager.C:          * tests/results/198.processed: - test for reading empty local var
         * src/main/pa_stylesheet_manager.C:            was added
         * src/main/pa_xslt_stylesheet_manager.C:  
         * src/operators.txt:          * tests/198.html: - test for reading empty local var was added
         * src/targets/apache13/mod_parser3.C:  
         * src/targets/cgi/parser3.C:  2009-04-29  misha
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_vhashfile.C:          * src/main/compile.y: - bugfix: couldn't compile because
         * src/types/pa_vhashfile.h:            OP_VALUE__GET_ELEMENT should be unde #ifdef
         * src/types/pa_vxdoc.C:  
         * src/types/pa_vxnode.C:          * src/: include/pa_array.h, include/pa_opcode.h,
         * src/types/types.dsp:            include/pa_request.h, main/compile.y, main/execute.C,
                 hashfile 0            main/pa_request.C, types/pa_vmethod_frame.C,
             types/pa_vmethod_frame.h: - we can work without opcode
         * src/targets/cgi/pa_pool.C:            OP_STORE_PARAM, so it was removed
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:  2009-04-28  misha
         * src/targets/cgi/pool_storage.h:  
         * src/targets/isapi/pool_storage.h:          * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                 cgi += pool cleanups            op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
             WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
         * src/targets/apache13/mod_parser3.C:            3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
         * src/targets/isapi/parser3isapi.C:            4.
                 SEH minor ifdef changes            WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
   
         * src/targets/apache13/mod_parser3.C:          * src/main/compile_tools.h: - new stuff for op-codes optimisation
                 html  
           * src/: main/pa_string.C, classes/string.C: - !length() =>
         * src/classes/classes.dsp:            is_empty()
         * src/classes/hashfile.C:  
         * src/include/pa_config_fixed.h:  2009-04-27  misha
         * src/main/execute.C:  
         * src/operators.txt:          * src/types/pa_vregex.h: - back explicit vars initialisation
         * src/targets/cgi/parser3.dsp:  
         * src/types/pa_vhashfile.C:  2009-04-24  misha
         * src/types/pa_vhashfile.h:  
         * src/types/types.dsp:          * src/classes/string.C: - ups. typo fixed
                 hashfile -100  
           * src/main/execute.C: - more replacements '*new VBool' to
         * src/include/pa_exception.h:            'VBool::get' - checks for ^break[], ^continue[] and
         * src/include/pa_request.h:            parser.interrupted were optimised
         * src/main/execute.C:  
         * src/main/pa_exception.C:          * src/classes/string.C: - number of params.count() calls was
         * src/main/pa_request.C:            slightly reduced
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:  2009-04-23  misha
         * src/types/pa_vclass.h:  
         * src/types/pa_vobject.h:          * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                 stack backtrace            make it x64 friendly
   
         * src/operators.txt:          * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
         * src/parser3.dsw:            parser is x64 friendly now
         * src/types/pa_vhashfile.C:  
                 z  2009-04-22  misha
   
         * src/operators.txt:          * src/types/pa_vhashfile.C: - coder friendly exception about
                 comment            exceeding record size was added
   
 2001-10-19  parser          * src/classes/file.C: - use vregex object instead of direct calls
         * src/main/pa_request.C:            methods from pcre lib
         * src/targets/apache13/mod_parser3.C:  
                 pool:: context - get_context          * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
             classes/string.C: - use vregex object instead of direct calls
         * src/main/pa_pool.C:            methods from pcre lib
                 auto compiled on gcc  
           * src/: include/pa_common.h, main/pa_common.C: - method
         * src/classes/classes.h:            print_pcre_exec_error_text was moved to class vregex
         * src/classes/date.C:  
         * src/classes/double.C:          * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
         * src/classes/file.C:            was added
         * src/classes/form.C:  
         * src/classes/gd/gd.dsp:          * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
         * src/classes/gd/gif.C:            - class vregex was added
         * src/classes/hash.C:  
         * src/classes/image.C:  2009-04-21  misha
         * src/classes/int.C:  
         * src/classes/mail.C:          * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
         * src/classes/math.C:  
         * src/classes/op.C:          * src/: types/pa_junction.h, types/pa_value.C,
         * src/classes/smtp/smtp.C:            types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
         * src/classes/smtp/smtp.dsp:            types/pa_wcontext.h, main/execute.C, classes/op.C: -
         * src/classes/string.C:            junction-optimisation (destructors)
         * src/classes/table.C:  
         * src/classes/void.C:          * src/include/pa_array.h: - free under if now
         * src/include/pa_config_fixed.h:  
         * src/include/pa_exception.h:  2009-04-19  misha
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
         * src/include/pa_types.h:  
         * src/libltdl/libltdl.dsp:  2009-04-18  misha
         * src/main/compile.C:  
         * src/main/compile_tools.C:          * src/include/pa_version.h:
         * src/main/execute.C:            :q :
         * src/main/pa_array.C:  
         * src/main/pa_common.C:            CV:
         * src/main/pa_dictionary.C:            ----------------------------------------------------------------------
         * src/main/pa_exception.C:  
         * src/main/pa_exec.C:          * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
         * src/main/pa_pool.C:            refactoring
         * src/main/pa_request.C:  
         * src/main/pa_socks.C:          * src/: include/pa_array.h, include/pa_hash.h,
         * src/main/pa_sql_driver_manager.C:            types/pa_vmethod_frame.h: - destructors under #ifdef now
         * src/main/pa_string.C:  
         * src/main/pa_table.C:          * src/include/pa_memory.h: - define for using destructors was added
         * src/main/untaint.C:  
         * src/parser3.dsw:          * src/: types/pa_method.h, types/pa_vstateless_class.C,
         * src/pcre/pcre_dftables.dsp:            main/execute.C: - some junctions will be cached now
         * src/pcre/pcre_parser_ctype.dsp:  
         * src/targets/apache13/ApacheModuleParser3.dsp:          * src/include/pa_hash.h: - hash destructor frees pairs now
         * src/targets/apache13/mod_parser3.C:  
         * src/targets/cgi/parser3.C:          * src/include/pa_array.h: - inline was added to destructor
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_value.h:          * src/types/pa_method.h: - comment was changed
         * src/types/pa_vbool.h:  
         * src/types/pa_vdouble.h:  2009-04-17  misha
         * src/types/pa_vfile.h:  
         * src/types/pa_vform.C:          * src/: include/pa_array.h, include/pa_hash.h,
         * src/types/pa_vhash.h:            types/pa_vmethod_frame.h: - destructors were added
         * src/types/pa_vint.h:  
         * src/types/pa_vjunction.h:          * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
         * src/types/pa_vmethod_frame.h:            renamed to always_use_result
         * src/types/pa_vstateless_class.h:  
         * src/types/pa_vtable.C:          * src/main/: compile.y, compile_tools.h: - rollback changes in
         * src/types/pa_wcontext.C:            compiler: full backward compatibility is better
         * src/types/pa_wwrapper.h:  
                 switched to c++ exceptions 0          * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
             result in var's hash
         * src/Makefile.in:  
         * src/classes/Makefile.in:          * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
         * src/configure:            optimisation in method_frame
         * src/include/pa_pool.h:  
         * src/libltdl/Makefile.in:          * src/include/pa_array.h: - optimisation in array (allocate
         * src/main/Makefile.in:            elements only when needed)
         * src/main/pa_common.C:  
         * src/pcre/Makefile.in:          * src/types/pa_vresponse.C: - check for $response:headers field
         * src/targets/Makefile.in:            before looking at custom fields
         * src/targets/apache13/Makefile.in:  
         * src/targets/cgi/Makefile.in:          * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
         * src/types/Makefile.in:            not needed to check existance var with name 'result' in var's
                 makes            hash
   
         * src/include/pa_pool.h:          * src/main/compile.y: - compiler was changed: now it detects
                 header            writings to $result and set flag writo_to_result in method
   
         * src/classes/xdoc.C:          * src/classes/string.C: - little optimisation: no needed to write
         * src/classes/xnode.C:            number with lang
         * src/include/pa_pool.h:  
         * src/include/pa_types.h:          * src/main/pa_charset.C: - methods readChar and skipChar which is
         * src/main/pa_pool.C:            used for read utf8-strings were renamed - is_escaped was renamed
                 first c++ exceptions result: can free up xalandomstring            to isEscaped (to the same name convention)
                 resulting from pool::transcode  
           * src/: types/pa_method.h, main/compile_tools.h: - flag
         * src/classes/classes.awk:            write_to_result added. compiler get this info from code.
                 $ removed  
   2009-04-16  misha
         * src/classes/Makefile.am:  
         * src/classes/xdoc.C:          * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
         * src/classes/xnode.C:            String only before 1st write
         * src/configure.in:  
         * src/include/pa_config_fixed.h:          * src/include/pa_string.h: - not needed template removed
         * src/include/pa_exception.h:  
         * src/include/pa_stylesheet_connection.h:          * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
         * src/main/pa_charset_connection.C:            types/pa_vjunction.C, types/pa_vproperty.C,
         * src/main/pa_exception.C:            types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
         * src/main/pa_pool.C:            main/pa_request.C, classes/bool.C, classes/double.C,
         * src/types/pa_vxdoc.C:            classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
         * src/types/pa_vxdoc.h:            classes/void.C, classes/xnode.C: - bool optimisation (use only 2
         * src/types/pa_vxnode.C:            bool objects)
         * src/types/pa_vxnode.h:  
                 switched to c++ exceptions 1xml  2009-04-15  misha
                 configure fixed to exclude xalan-patch from non-xml compile  
           * src/lib/cord/cordxtra.c: - more optimisation
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:          * src/: include/pa_string.h, main/untaint.C: - String::append
         * src/classes/xnode.h:            optimisation
         * src/types/pa_vxdoc.C:  
         * src/types/pa_vxdoc.h:          * src/include/pa_hash.h: - get_by_hash_code added (it works faster
         * src/types/pa_vxnode.C:            then get and can sometime be used)
         * src/types/pa_vxnode.h:  
                 xnode clone got freed          * src/main/pa_string.C: - String::length optimisation
   
         * src/classes/image.C:          * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                 comment            these methods read different strings
   
         * src/operators.txt:          * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                 going to switch to c++ exceptions            fresult_initial_void removed + some optimisation - if $result
             defined we don't write to context anymore
 2001-10-18  parser  
         * src/classes/xdoc.C:          * src/main/pa_charset.C: - readChar => skipChar (in this place we
         * src/types/pa_vxdoc.h:            need just skip char)
         * src/types/pa_vxnode.C:  
                 vxdoc set_document & ctor question "who owns document" solved          * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
             types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
         * src/classes/xdoc.C:            classes/table.C: - VVoid::get() => new VVoid (one void-instance)
         * src/classes/xnode.C:  
         * src/include/pa_pool.h:          * src/types/pa_vvoid.h: - added get() method for retreave one
         * src/main/pa_pool.C:            instance
                 encoding in dom creating funcs  
   2009-04-11  misha
         * src/include/pa_stylesheet_connection.h:  
                 prev stylesheet destroyed @ recompile          * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
   
         * src/classes/xdoc.C:          * tests/197.html: - test for parser://test in xml was added
                 comment  
           * src/classes/string.C: - small optimisation
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:          * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
         * src/main/compile.tab.C:            optimisation
         * src/operators.txt:  
                 xdoc create now uses XercesDocumentBridge, appendChild&co now works  2009-04-10  misha
   
         * src/classes/xdoc.C:          * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
         * src/main/pa_pool.C:            to pcre-7.8
                 extra free removed  
           * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
         * src/classes/xdoc.C:  
         * src/classes/xdoc.C:          * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
         * src/types/pa_vxdoc.h:            added
                 dom created by create can be transformed now  
           * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
         * src/classes/xdoc.C:            $request:CLASS_NAME were added
                 z  
           * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
         * src/types/pa_vcookie.C:            were added
                 cookie:CLASS  
           * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
         * src/classes/classes.dsp:            $env:CLASS_NAME were added
         * src/classes/xdoc.C:  
         * src/operators.txt:          * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
         * src/types/types.dsp:            '@todo' now
                 fiew leechy-found bugs in code&doc fixed  
           * src/targets/cgi/parser3.C: - size_t -> int for calming down
         * src/classes/xdoc.C:            compirer
         * src/classes/xnode.C:  
         * src/operators.txt:          * src/main/pa_string.C: - little code cleanup
                 xdoc::create[] now. and all dom tag names forced to XML lang  
           * src/main/pa_common.C: - describe one more UTF-8 related error
         * src/main/main.dsp:            during PCRE compile/execute
                 project  
           * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
         * src/main/compile.tab.C:            normalizing todo-comments: '@todo' now
         * src/main/compile.y:  
         * src/main/pa_request.C:          * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
         * src/operators.txt:  
                 ^:          * src/main/pa_charset.C: - type changed for making compiler happy
                 no colon in $origin @exception[  
   2009-03-10  misha
 2001-10-17  parser  
         * src/types/pa_vimage.h:          * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                 removed unused vimage::save            in main()
   
         * src/operators.txt:  2009-02-01  misha
                 hashfile planned  
           * src/main/pa_http.C: - bugfix: double CRLF before the end of
         * src/classes/classes.dsp:            boundary
         * src/classes/string.C:  
         * src/main/pa_string.C:  2009-01-25  misha
         * src/operators.txt:  
         * src/types/pa_vxnode.h:          * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
         * src/types/types.dsp:  
                 string::mid fixed, string.mid n functionality preserved          * src/classes/file.C: - more changes for parsing different number
             of params for file::load
 2001-10-16  parser  
         * src/operators.txt:          * tests/193.html: - tests for exception while base64-decode binary
         * src/parser3.dsw:            to string was added
         * src/types/pa_vhash.h:  
         * src/types/pa_vtable.h:          * tests/192.html: - tests for file::load with different number of
                 hash can be used as boolean            options
   
         * src/types/pa_vimage.C:          * src/classes/math.C: - ups. forgot '+1'
                 comment  
           * src/: classes/table.C, classes/file.C, include/pa_common.h,
         * src/classes/image.C:            include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                 gd size/resize bugfix            main/pa_http.C: - ^file::load[...;http://...;] now can post files
             (new option $.encode[multipart-form/data] should be specified) -
         * src/classes/gd/gif.C:            $.method[] option for file::load now is not case-sensitive
         * src/classes/gd/gif.h:  
         * src/classes/image.C:          * src/: include/pa_string.h, main/untaint.C: - for file post the
                 :CopyResampled made gd2beta+my hands, very ineffective, but            new taint language L_FILE_POST was added
                 works for small paleted image  
           * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
         * src/classes/xnode.C:            main/main.vcproj, classes/math.C, include/Makefile.am: - some
         * src/classes/xnode.C:            stuff was moved to separate files
         * src/operators.txt:  
                 removed few dom returns & changed op.txt  2009-01-23  misha
   
         * src/classes/classes.dsp:          * src/classes/math.C: - little optimisation in ^math:sha1[] -
         * src/classes/gd/gd.dsp:            spaces to tabs were converted
         * src/classes/smtp/smtp.dsp:  
         * src/main/main.dsp:  2009-01-12  misha
         * src/targets/apache13/ApacheModuleParser3.dsp:  
         * src/targets/cgi/parser3.dsp:          * src/main/pa_http.C: - value of $.method[] option force uppercased
         * src/targets/isapi/parser3isapi.dsp:            now
         * src/types/types.dsp:  
                 ident >nul 2>&1          * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
             types/pa_vform.C, types/pa_vmail.C: - some constants changed
         * src/classes/gd/gif.C:            their names
         * src/classes/gd/gif.h:  
         * src/classes/image.C:          * src/main/pa_common.C: - changes in formating
         * src/operators.txt:  
                 image.copy tolerance          * src/: classes/file.C, main/pa_http.C: - some constants changed
             their names
         * src/classes/gd/gif.C:  
                 copyResized          * src/include/pa_http.h: - some spaces were converted to tabs
   
         * src/classes/string.C:          * src/include/pa_common.h: - some constants changed their names
         * src/main/pa_string.C:  
         * src/operators.txt:          * src/classes/file.C: - fixed 4-th paramether for file::load -
                 $string.mid(p[;n])            little code rewriting
   
         * src/main/pa_common.C:          * src/types/pa_vfile.C: - little code rewriting
                 \r\n -> \n   DOS  
                 \r -> \n Macintosh          * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                 on all systems            types/pa_value.h: - some formating changes
   
         * src/classes/gd/gif.C:          * src/include/pa_common.h: - some formating spaces transformed to
                 couple casts            tabs
   
         * src/classes/image.C:          * src/classes/string.C: - exception while base64-decode binary to a
         * src/operators.txt:            string
         * src/types/pa_vimage.h:  
                 image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w  2009-01-11  misha
                 ;dest h]])  
           * configure.in: - version changed to 3.3.1b
 2001-10-15  parser  
         * src/ChangeLog:  2008-09-05  misha
         * src/Makefile.in:  
         * src/operators.txt:          * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
         * src/types/pa_vcode_frame.h:            release_3_3_0 on 2008-09-05 10:59:35 +0000
         * src/types/pa_wcontext.C:  
                 code_frame fixed - ::write badly passed string too  2008-09-04  misha
                 transparently [failed to intercept it]  
           * tests/: 130.html, 131.html: - these exceptions not typeless
         * src/operators.txt:            anymore
         * src/types/pa_vxnode.C:  
                     document_type_node.          * src/classes/op.C: - exception with 'invalid taint language' not
                         !readonly attribute DOMString name            typeless anylonger
                     !notation_node.  
                         !readonly attribute DOMString publicId          * src/classes/image.C: - some exceptions while operations with
                         !readonly attribute DOMString systemId            image not typeless anymore
   
         * src/classes/xdoc.C:          * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
         * src/classes/xnode.C:            main/pa_exec.C, main/pa_http.C: - some exceptions while
         * src/include/pa_config_fixed.h:            operations with files not typeless anymore
         * src/include/pa_request.h:  
         * src/main/pa_sql_driver_manager.C:          * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
         * src/operators.txt:            types/pa_vdate.h: - exceptions while checking date range not
         * src/types/pa_vxdoc.C:            typeless anymore
         * src/types/pa_vxdoc.h:  
         * src/types/pa_vxnode.C:          * src/include/pa_exception.h: - exception type string for invalid
         * src/types/pa_vxnode.h:            date range was added
                 DOM1 major addtion, only few attributes/methods left  
   2008-09-03  misha
         * src/main/execute.C:  
                 z          * src/: classes/file.C, main/pa_string.C: - exception while pce
             operations not typeless anymore
         * src/classes/xdoc.C:  
         * src/classes/xdoc.C:          * src/include/pa_exception.h: - exception type for pce operations
         * src/operators.txt:            was added
                     !::create{qualifiedName}  
           * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
 2001-10-13  parser            and .CLASS_NAME insite classes
         * src/main/execute.C:  
         * src/types/pa_vcode_frame.h:          * src/classes/table.C: - don't save table header whiile
                 vcodeframe made transparent enough to handle hash if creation&passing            ^table.save[append;filename] if file exists
   
         * src/include/pa_config_fixed.h:  2008-09-02  misha
         * src/main/execute.C:  
         * src/main/pa_exception.C:          * src/main/compile.y, src/main/compile_tools.h,
         * src/operators.txt:            src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                 noticed that vcodeframe not transparent enough, would change now            tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
             renamed to partial and it login changed: we must mark class as
         * src/types/pa_vcode_frame.h:            partial for allow their modifications in future.
                 couple comments  
   2008-08-29  misha
         * src/targets/isapi/pool_storage.h:  
                 isapi pool storage reverse cleanups & frees order          * tests/results/022.processed: - testing taint[regex] in mask for
             file:list
         * src/main/pa_sql_driver_manager.C:  
         * src/targets/cgi/parser3.C:          * tests/022.html: - testing taint[regex] in mask for file:list
         * src/targets/isapi/parser3isapi.C:  
                 isapi&cgi couple non-pooled mallocs in main handler          * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
             for file:list was added
 2001-10-12  parser  
         * src/classes/double.C:          * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
         * src/classes/int.C:            file:list
         * src/classes/string.C:  
                 sql{}[$.default[({})]] handling changed:  2008-08-26  misha
                 now type of default param analized always, not only at problem time,  
                 thus helping early problem spotting          * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
             last derived object
         * src/classes/classes.dsp:  
         * src/classes/gd/gd.dsp:          * src/classes/image.C: - many strings "image.format" replaced by
         * src/classes/smtp/smtp.dsp:            IMAGE_FORMAT constant string - handle GPS info while parse exif -
         * src/classes/xdoc.C:            understand some more exif tags
         * src/libltdl/libltdl.dsp:  
         * src/main/compile.tab.C:          * src/include/pa_exception.h: - string "image.format" was added
         * src/main/main.dsp:  
         * src/main/pa_globals.C:  2008-08-21  misha
         * src/operators.txt:  
         * src/operators.txt:          * src/: main/pa_string.C, classes/file.C: - use method for print
         * src/pcre/pcre.dsp:            pcre_exec text error
         * src/pcre/pcre_dftables.dsp:  
         * src/pcre/pcre_parser_ctype.dsp:          * src/main/pa_common.C: - method for print pcre_exec text error was
         * src/targets/apache13/ApacheModuleParser3.dsp:            added
         * src/targets/apache13/mod_parser3.C:  
         * src/targets/cgi/parser3.C:          * src/include/pa_common.h: - method declaration for print pcre_exec
         * src/targets/cgi/parser3.dsp:            text error was added
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/parser3isapi.C:  2008-08-19  misha
         * src/targets/isapi/parser3isapi.dsp:  
         * src/types/types.dsp:          * src/main/execute.C: - bugfix: opcodes must be in separate
                 xalan&xerces multithread bug fixed. initialization&free on each            namespace while debug execution as well
                 thread!  
           * tests/: 015.html, results/015.processed: - test for escaping some
 2001-10-11  parser            parser chars was added
         * src/targets/apache13/Makefile.am:  
                 started restructuring  2008-08-18  misha
   
         * src/Makefile.in:          * tests/: 190.html, 190.p, results/190.processed: - test for
         * src/Makefile.in:            $caller.self.field + default getter in one class was added
         * src/Makefile.in:  
         * src/classes/Makefile.in:          * tests/: 189.html, results/189.processed: - test for
         * src/classes/Makefile.in:            ^date::create[date object]
         * src/classes/gd/Makefile.in:  
         * src/classes/gd/Makefile.in:          * tests/: 188.html, results/188.processed: - tests for match with
         * src/configure:            UTF-8 strings
         * src/configure:  
         * src/configure:          * src/main/pa_string.C: - option 'U' (ungreedy) was added to
         * src/configure.in:            ^string.match[]
         * src/configure.in:  
         * src/ident.awk:          * ChangeLog: - parser 3.3.0 beta13
         * src/include/pa_config_auto.h.in:  
         * src/libltdl/Makefile.in:  2008-08-15  misha
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
         * src/main/Makefile.in:            internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
         * src/pcre/Makefile.in:            pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
         * src/pcre/Makefile.in:            dftables.c: - old PCRE files removed
         * src/targets/Makefile.in:  
         * src/targets/Makefile.in:          * src/lib/pcre/config.h: - configuration for PCRE library
         * src/targets/apache13/Makefile.in:  
         * src/targets/apache13/Makefile.in:          * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
         * src/targets/apache13/p3runConfigure.in:            use PCRE library from win32\pcre instead of parser3\src\lib\pcre
         * src/targets/cgi/Makefile.in:  
         * src/targets/cgi/Makefile.in:          * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
         * src/types/Makefile.in:            library and set flag UTF8 if $request:charset is UTF-8
         * src/types/Makefile.in:  
                 makes          * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
             include/pa_config_fixed.h: - moved to new PCRE library
         * src/classes/xnode.C:  
         * src/operators.txt:          * src/: main/main.vcproj, types/types.vcproj,
                 xnode.selectSingle now            classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
             win32\pcre instead of parser3\src\lib\pcre
         * src/targets/apache13/ApacheModuleParser3.dsp:  
                 .dsp fixed due to relocate          * src/: include/pa_opcode.h, include/pa_operation.h,
             main/compile.C, main/compile.y, main/compile_tools.C,
         * src/classes/xdoc.C:            main/compile_tools.h, main/execute.C, main/compile.tab.C: -
         * src/classes/xnode.C:            opcodes were moved to separate namespace
         * src/include/pa_exception.h:  
         * src/include/pa_pool.h:  2008-08-14  misha
         * src/include/pa_stylesheet_connection.h:  
         * src/main/pa_exception.C:          * src/types/pa_vstateless_class.C: - newline at the end missed
         * src/main/pa_pool.C:  
                 moved xslt exceptions convertors out of Pool into Exception          * src/main/untaint.C: - char '-' also prefixed by '\' while regex
             tainting
         * src/Makefile.in:  
         * src/classes/Makefile.in:  2008-08-11  misha
         * src/classes/gd/Makefile.in:  
         * src/configure:          * tests/: 187.html, 187.p, results/187.processed: - tests for
         * src/configure.in:            $caller.self, $caller.self.field and $caller.self.field[value]
                 makes. stdc++ lib added to apache libraries            were added
   
         * src/classes/hash.C:          * src/types/pa_vmethod_frame.h: - still need to check 'self'
         * src/operators.txt:            runtime as well (for $caller.self)
                     !^hash.add[addme]  
                     !^hash.sub[subme]  2008-07-25  misha
                     !^a.union[b] = new  
                     !^a.intersection[b] = new          * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                     !^a.intersects[b] = bool            059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
             086.html, 098.html, 109.html, 121.html: - set correct charsets in
         * src/main/pa_string.C:            tests with international characters
                 const  
   2008-07-23  misha
         * src/classes/hash.C:  
         * src/operators.txt:          * src/main/pa_http.C: - escape $cookies as %uXXXX while
         * src/types/pa_vhash.h:            file::load[...;http://
                     !^hash::create[[copy_from]]  
           * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
         * src/classes/hash.C:            now everywhere in separate namespace
         * src/operators.txt:  
                     !^hash::append[append_from]          * src/types/pa_vmethod_frame.h: - looking for caller before looking
             for vars
         * src/targets/apache13/Makefile.am:  
         * src/targets/apache13/p3runConfigure.in:          * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                 added            can be escaped by '^'
   
         * src/include/pa_string.h:  2008-07-22  misha
         * src/main/pa_string.C:  
                 restructured string: linked pieces of same language together          * src/classes/string.C, tests/186.html: - names changes:
                 prior to String::replace            escape=>js-escape, unescape=>js-unescape
   
         * src/targets/apache13/ApacheModuleParser3.dsp:  2008-07-21  misha
         * src/targets/apache13/mod_parser3.C:  
         * src/targets/apache13/p3runConfigure.in:          * tests/results/186.processed: - test for string escape/unescape
         * src/targets/apache13/pa_pool.C:  
         * src/targets/apache13/pa_threads.C:          * tests/186.html: - test for string escape/unescape
                 restructured  
           * src/classes/string.C: - string has escape and unescape methods
         * src/classes/string.C:            now
         * src/classes/table.C:  
         * src/include/pa_globals.h:          * src/: include/pa_string.h, main/pa_string.C: - escape method was
         * src/include/pa_string.h:            added
         * src/main/pa_globals.C:  
         * src/main/pa_string.C:          * src/: include/pa_charset.h, main/pa_charset.C: - more escape
         * src/main/untaint.C:            method-layers added (with different params)
         * src/types/pa_vvoid.h:  
                 untaint lang origins table fixed.  2008-07-18  misha
                 got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool  
           * tests/results/185.processed: - test for ^str.pos[substr](offset)
 2001-10-10  parser            was added
         * src/classes/gd/gif.C:  
                 arc algorithms: commented all bresenhams, algs must be unified          * tests/185.html: - test for ^str.pos[sub](offset) added
                  not "perfect"  
           * src/classes/string.C, src/classes/void.C, operators.txt: -
         * src/classes/gd/gif.C:            ^string.pos[substr](offset) -- 2nd param accepted now
         * src/main/compile.tab.C:  
         * src/main/compile.y:          * src/main/pa_string.C: - .pos works fine with offset for utf-8
                 ^a[^b] more informative compile error            strings
   
         * src/main/compile.tab.C:  2008-07-17  misha
         * src/main/compile.y:  
                 ^a[          * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                             helper length added for mid for small optimisation
                 @next_method  << now unclosed ] would be reported here  
   2008-07-16  misha
         * src/classes/op.C:  
         * src/main/compile.tab.C:          * tests/: 185.html, results/185.processed: - tests for
         * src/operators.txt:            length/left/right/mid/pos with utf-8 strings
                 ^error[msg]  
           * src/classes/string.C: - left/right/mid/length/pos works fine for
 2001-10-09  parser            utf-8 strings
         * src/classes/classes.dsp:  
         * src/classes/xdoc.C:          * src/main/untaint.C: - comments removed
         * src/include/pa_stylesheet_connection.h:  
         * src/main/main.dsp:          * src/: include/pa_string.h, main/pa_string.C,
         * src/operators.txt:            include/pa_charset.h, main/pa_charset.C: - methods for working
         * src/parser3.dsw:            with pos/mid for strings in utf-8 were added
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:  2008-07-15  misha
         * src/types/pa_vxdoc.h:  
         * src/types/pa_vxnode.h:          * tests/: 184.html, results/184.processed: - test for case body as
         * src/types/types.dsp:            expression: $var(^switch(1){^case(1)(true)..})
                 xalan patches starting  
           * src/classes/op.C: - case body can be expression now:
         * src/classes/op.C:            $var(^switch(1){^case(1)(true)..})
         * src/classes/table.C:  
         * src/types/pa_vfile.h:          * tests/: results/183.processed, 183.html: - added test for testing
         * src/types/pa_vimage.h:            new cookie encoding (%uXXXX)
         * src/types/pa_vjunction.h:  
         * src/types/pa_vxdoc.h:          * src/main/untaint.C: - cookies outputs as %uXXXX now. while
         * src/types/pa_vxnode.h:            decoding for backward compatibility they decoded from %XX in
                 table:menu & op for delims made allowed not to be code [be            request:charset too
                 string..]  
           * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
         * src/Makefile.in:            - cookie class now decode cookies before first access after last
         * src/Makefile.in:            request:charset changing (as form class).
         * src/classes/Makefile.am:  
         * src/classes/Makefile.am:          * src/main/pa_charset.C: - added method escape for escaping cookies
         * src/classes/Makefile.in:            as %uXXXX - before transcode calculate required space for dest
         * src/classes/Makefile.in:            string. it reduce mem usage for transcode
         * src/classes/gd/Makefile.in:  
         * src/classes/gd/Makefile.in:          * src/include/pa_charset.h: - added method escape for escaping
         * src/configure:            cookies as %uXXXX
         * src/configure.in:  
         * src/libltdl/Makefile.in:          * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
         * src/libltdl/Makefile.in:            was added. will used for escaping cookies as %uXXXX
         * src/main/Makefile.am:  
         * src/main/Makefile.in:          * src/include/pa_common.h: - escape method has new option for skip
         * src/main/Makefile.in:            converting '+' to a space char
         * src/pcre/Makefile.in:  
         * src/pcre/Makefile.in:          * src/main/: pa_common.C, pa_http.C: - skip BOM code before
         * src/targets/Makefile.in:            transcode - escape method has new option for skip converting '+'
         * src/targets/Makefile.in:            to a space char
         * src/targets/apache13/Makefile.in:  
         * src/targets/apache13/Makefile.in:  2008-07-08  misha
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/Makefile.in:          * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
         * src/targets/cgi/Makefile.in:            (no UE if more then 1 case matches anylonger) - optimization:
         * src/types/Makefile.am:            doing searching.as_string() || searching.as_double() only once
         * src/types/Makefile.in:  
         * src/types/Makefile.in:  2008-07-04  misha
                 makes  
           * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
         * src/targets/cgi/parser3.C:            now ^date::create[date object] works
         * src/targets/isapi/parser3isapi.C:  
                 xml transform win32 errors intercepted [xalan transformer          * src/classes/string.C: - left and right added as aliases for start
                 patched and incorporated]            and end in ^string.trim[]
   
         * src/classes/double.C:  2008-07-03  misha
         * src/classes/file.C:  
         * src/classes/image.C:          * src/classes/file.C: - allow $.limit for file::sql as well
         * src/classes/int.C:  
         * src/classes/op.C:          * src/classes/file.C: - allow $.offset option for file::sql - force
         * src/classes/string.C:            send limit=1 to query for use sql specifics authomatically
         * src/classes/table.C:  
                 lots of params->as_int/double/as_string/as_junction          * src/classes/: hash.C, string.C, table.C: - don't throw exception
                 as_no_junction messages added            if $.limit value if empty. autoconvert it as everywere
   
         * src/classes/op.C:  2008-07-02  misha
         * src/classes/table.C:  
         * src/operators.txt:          * configure.in: - time to change version number to 3.3.0 %-)
                 table.hash[key field;value field(s) string/table]  now  
           * src/include/pa_version.h: - time to change version number to
         * src/operators.txt:            3.3.0 %-)
                 for delim desc  
   2008-06-26  misha
         * src/classes/op.C:  
         * src/classes/table.C:          * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                 z            $.limit(0) fixes
   
         * src/classes/date.C:          * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
         * src/classes/table.C:            - $.limit(0) fixes
         * src/operators.txt:  
                 calendar moved to date          * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
             new API)
         * src/classes/string.C:  
         * src/classes/table.C:          * src/: include/pa_sql_driver_manager.h,
         * src/operators.txt:            include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                 ^string.save[file]            classes/op.C: - document_root added
   
 2001-10-08  parser          * src/main/compile.tab.C: - error message was changed
         * src/classes/xdoc.C:  
                 xdoc:load exceptions intercepted [like in set]  2008-06-25  misha
   
         * src/types/pa_vcookie.C:          * src/main/compile.y: - error message was changed
                 removing cookie made more netscape-like way  
   2008-06-24  misha
         * src/classes/image.C:  
         * src/include/pa_common.h:          * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
         * src/main/pa_common.C:  
         * src/types/pa_vcookie.C:          * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                 cookie urlencoded [netscape doc reread]            tests for @OPTIONS\nappend
   
         * src/classes/gd/gif.C:          * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                 image.bar now draws (100 100 0 0)  
           * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
         * src/classes/gd/gif.C:  
         * src/classes/gd/mtables.h:          * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
         * src/operators.txt:  
                 image:arc image:circle          * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
             compile.y
         * src/classes/gd/gd.dsp:  
         * src/classes/gd/gif.C:  2008-06-17  misha
         * src/classes/gd/gif.h:  
         * src/classes/image.C:          * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
         * src/operators.txt:            compilation: ^if(default){true. it's incorrect. must be
         * src/types/pa_vcookie.C:            exception}
         * src/types/pa_vimage.C:  
                 image:sector  2008-06-16  misha
                 removed image:html internal "line-*" attribs  
           * tests/: 181.ent, 181.html, results/181.processed: - test for
         * src/classes/file.C:            checking external reference loading with 'http://localhost'
         * src/classes/form.C:            prefix while creating xdoc
         * src/main/pa_common.C:  
         * src/main/untaint.C:          * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                 header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made            ^math:long2ip[] and ^math:ip2long[]
                 nonforced [only tainted pieces]  
           * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
         * src/classes/gd/gif.C:            added which use scalar stateless class method when user object
         * src/classes/image.C:            used in scalar context - use get_scalar_value when user object
                 image:circle [and round arc] uses Bresenham            requested in scalar context
   
         * src/main/untaint.C:          * src/main/pa_common.C: - size must be int but not size_t or we
                 \r to ' ' in origins mode            can't compare with 0 sprintf result
   
         * src/classes/date.C:          * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
         * src/classes/image.C:            main/execute.C, main/pa_request.C: - go back to one VMethodFrame
         * src/classes/string.C:            with internal switch between local/global vars
         * src/classes/table.C:  
         * src/classes/void.C:          * src/types/pa_vclass.C: - register scalar if method @GET[] was
         * src/include/pa_request.h:            specified
                 params->as_int/double message added  
           * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
         * src/classes/xdoc.C:            pa_vstateless_object.h: - stateless class and object now has
         * src/include/pa_config_fixed.h:            private scalar field and getter/setter for working with it
         * src/main/compile.tab.C:  
         * src/types/pa_vxdoc.h:          * src/classes/math.C: - methods math:long2ip & math:ip2long were
                 parsedSource produced by nonstandard liaison freed up            moved to inet static class
   
         * src/include/pa_common.h:          * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
         * src/main/pa_common.C:            class added (^inet:aton[IP], ^inet:ntoa(number))
         * src/main/untaint.C:  
         * src/targets/cgi/parser3.C:          * tests/: 180.html, results/180.processed: - tests for
         * src/targets/isapi/parser3isapi.C:            ^math:long2ip(long) and ^math:ip2long[IP]
                 remove_crlf @ SAPI::log  
           * src/classes/math.C: - ^math:ip2long[IP] added
 2001-10-07  parser  
         * src/include/pa_config_fixed.h:  2008-06-11  misha
         * src/main/compile.tab.C:  
         * src/pcre/pcre.dsp:          * src/main/pa_xml_io.C: - use file_read_text again because of we
                 restored project            need cut BOM code and remove DOS newline chars. but don't
             transcode it anyway.
 2001-10-05  parser  
         * src/classes/xdoc.C:          * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
         * src/include/pa_dictionary.h:            main/pa_http.C: - option for disable transcoding while file_read
         * src/main/main.dsp:            and file_read_text added
         * src/main/pa_dictionary.C:  
         * src/main/pa_string.C:  2008-06-10  misha
         * src/types/pa_vxdoc.h:  
                 started xml errorhandler.          * tests/: 179.html, 179.p, results/179.processed: - test for many
                 fixed string.replace a little, read @test            classes in 1 file
   
         * src/main/pa_charset_connection.C:          * src/main/: compile.C, compile_tools.h: - compile return list of
                 unicode zero pair at the beging of totable appered to be vital            classes now.
   
         * src/classes/xdoc.C:          * src/main/: compile.y, compile.tab.C: - compile return list of
         * src/main/compile.tab.C:            classes now. internals.
         * src/operators.txt:  
                 xdoc.transform now          * src/main/pa_request.C: - compile return list of classes now. try
             call @conf and @auto for each returned class
         * src/doc/doxygen.cfg:  
         * src/doc/html2chm.cmd:          * src/include/pa_request.h: - compile return list of classes now
         * src/doc/sources2html.cmd:  
                 paths          * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
             return list of classes when compile buf)
         * src/classes/xdoc.C:  
         * src/include/pa_pool.h:  2008-06-07  misha
         * src/main/main.dsp:  
         * src/main/pa_pool.C:          * src/main/pa_request.C: - constructing VRequest object with 3rd
                 changed xdoc:set to prevent SAXParseException from outputing to cerr.            param -- form
                 lots of "todos"  
           * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
         * src/main/pa_charset_connection.C:            3rd param: form. needed for get post_charset
         * src/main/pa_charset_connection.C:  
                 ctype another mem clear bugfix          * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
             added
         * src/main/untaint.C:  
                 http_header tainting more gentle with enquoting now          * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
             types/pa_vform.C, types/pa_vform.h: - some polish
         * src/main/pa_string.C:  
                 found replace bug - first_that_starts(char *) does not have  2008-06-06  misha
                 limit, and looks further eos, fixing....  
           * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
         * src/include/pa_hash.h:            charset and decode chars from it but not from response:charset
         * src/main/pa_hash.C:  
                 Hash::size() calculated wrong. fixed it          * src/main/pa_http.C: - detect_charset moved out of here
   
         * src/Makefile.in:          * src/: include/pa_common.h, main/pa_common.C: - more helpers
         * src/main/compile.tab.C:            methods moved here - unescape_chars accepn one charset now
         * src/main/compile.y:  
                 disabled ^literals in names          * src/main/pa_http.C: - new constants used - don't allow
                 $result[^[$p^]z]            $.content-type in ^file::load[;http://;$.method[POST]] - add
                 now works fine            charset info while ^file::load[;http://;$.method[POST]] - option
             $.omit-post-charset(true) added to ^file::load[;http://] for
         * src/operators.txt:            disabling charset during post
                 desc  
           * src/types/pa_vform.C: - new constants used
 2001-10-04  parser  
         * src/classes/image.C:          * src/include/pa_common.h: - some constants were added
         * src/operators.txt:  
                 ^image.length[text]          * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
             instead of StrEqNc
 2001-10-03  parser  
         * src/main/pa_request.C:          * src/main/pa_common.C: - new method for caseless search
                 restored pcre defaulting in request [mindlessly "optimized" yesterday]            c-substring in c-string - use isxdigit instead of is_hex_digit
                 comment left  
           * src/include/pa_common.h: - new method for caseless search
         * src/main/pa_request.C:            c-substring in c-string
                 DEFAULT...charset was ignored when !XML  
   2008-06-05  misha
 2001-10-02  parser  
         * src/include/pa_request.h:          * tests/results/178.processed: - test for testing default getter
         * src/main/pa_charset_connection.C:  
         * src/main/pa_charset_connection.C:          * tests/178.html: - test for testing default getter
         * src/main/pa_request.C:  
         * src/pcre/pcre.dsp:          * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
         * src/types/pa_vstring.h:            for test for testing default getter
                 pcre tables now const inside  
                 removed default - pcre handles that internally          * src/main/execute.C: - default getter soul
                 fixed bug on not-cleaning tables [previously was calloced, now member]  
           * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
         * src/Makefile.in:            requested objects' field not found
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.in:          * src/types/pa_vclass.C: - register default getter if defined - get
         * src/configure:            default getter if requested field not found
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * src/types/pa_vstateless_object.h: - method get_default_getter was
         * src/patches/xml-xalan.patch:            added
         * src/pcre/Makefile.in:  
         * src/targets/Makefile.in:          * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
         * src/targets/apache13/Makefile.in:            pointer to default getter and methods for get/set it were added
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.in:          * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                 makes            auto_name field (for default getter)
   
         * src/configure.in:  2008-06-04  misha
                 == wrong@solaris [strangly worked@linux] fixed  
           * src/main/pa_xml_io.C: - load external xml in binary mode (no
         * src/operators.txt:            transcoding, no cutting BOM code, no fixing line breaks) and get
                 changed connect string format to support options            it to libxml "as is"
                 charset=cp1251_koi8  
                 timeout=3  2008-06-03  misha
                 compress=1&  
                 named_pipe=1          * src/main/pa_common.C: - use store_Char instead of
             transcodeCharFromUTF8
         * src/include/pa_config_fixed.h:  
         * src/main/pa_charset_connection.C:          * src/: include/pa_charset.h, main/pa_charset.C: - method
                 tested charset reload on file change @ apache version = OK            store_Char added, transcodeCharFromUTF8 -- removed
                 tested freeing up prev encoding on adding new = OK  
   2008-06-02  misha
         * src/configure.in:  
                 --rpath renamed to --R [this works on solaris too]          * tests/: results/177.processed, 177.html: - test for checking
             .[acm]date after local ^file::load[] was added
         * src/operators.txt:  
                 commented charset format          * tests/: results/176.processed, 176.html: - test for checking
             @OPTION\locals + @method[vars][locals] added
         * src/classes/table.C:  
         * src/operators.txt:          * tests/results/auto.p: - CLASS_PATH specified for checking use
                 # config comments fixed  
   2008-05-30  misha
         * src/patches/xml-xalan.patch:  
                 renamed to xalan-XalanTranscodingServices-digitalentitifying.patch          * src/main/: compile.y, compile.tab.C: - changes in compiler:
             @OPTION\nlocals + @method[vars][;locals;] were added
         * src/patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch:  
                 on intel solaris nan=sqrt(-2.01) caused arithmetic overflow signal = core          * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                 investigation revealed that compiler[or somebody else] installed FPE handler too late - in main() sqrt successfully returs NaN.            moved to separate method op_code - switch from VMethodFrame to
                 fixed to constant. todo: little/big endian check.            VMethodFrameGlobal + VMethodFrameLocal
   
         * src/patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch:          * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                 inserted gcc version            was moved to separate method op_code
   
         * src/configure.in:          * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                 changed link spec to link @ solaris            VMethodFrame now
   
         * src/configure.in:          * src/types/pa_vstateless_class.h: - stateless class have bool flag
         * src/configure.in:            all_vars_local as well
                 --rpath renamed to -R [this works on solaris too]  
           * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
         * src/operators.txt:            pa_vmethod_frame_local.h, Makefile.am: - who children for
                 comment on CLASS_PATH            VMethodFrame were added: one (global) works as VMethodFrame
             before and second (local) write all vars in self vars scope
         * src/include/pa_pool.h:  
         * src/include/pa_stylesheet_connection.h:          * src/types/pa_method.h: - method has bool flag all_vars_local now
         * src/include/pa_stylesheet_connection.h:  
         * src/main/pa_charset_manager.C:  2008-05-29  misha
         * src/main/pa_charset_manager.C:  
         * src/main/pa_pool.C:          * tests/: 129.html, results/129.processed: - more tests for
         * src/types/pa_vresponse.h:            ^table.hash[]
                 forgot non-xml pool.*charset needed  
           * src/classes/hash.C: - ^hash::sql has a new option:
         * src/classes/table.C:            $.type[hash|string|table] as ^table.hash[] one.
         * src/main/pa_charset_connection.C:  
         * src/operators.txt:          * src/classes/op.C: - ^try has 3rd param now: finally code which
                 table:load & charset_connection            executed anyway after try or catch section
                 #comment now  
   2008-05-27  misha
         * src/patches/xalan-XalanTranscodingServices-digitalentitifying.patch:  
                 hacked - unspecified entitifying now "do not entitify"          * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
             must not fail if $.distinct(1) wasn't specified
         * src/classes/classes.dsp:  
         * src/types/types.dsp:  2008-05-26  misha
                 release projects options fixed to use release msvcrt lib  
           * src/classes/op.C: - allow ^throw[my type]
         * src/configure.in:  
                 removed that overloaded-virtual warnings request  2008-05-22  misha
   
         * src/patches/xml-xalan.patch:          * configure.in, configure: - version number updated to 3.2.4b
                 created xalan patch to remove entitifying  
           * src/classes/: op.C, string.C: - trim format string before
 2001-10-01  parser            eval/format
         * src/include/pa_charset_connection.h:  
         * src/include/pa_charset_manager.h:          * tests/: results/175.processed, 175.html: - more tests for
         * src/include/pa_xslt_stylesheet_manager.h:            different format strings in .format[]
         * src/main/main.dsp:  
         * src/main/pa_charset_connection.C:          * src/types/pa_vform.C: - while decoding get values decode %uXXXX
         * src/main/pa_charset_manager.C:            as well (not only %XX)
         * src/main/pa_request.C:  
                 charset loading & caching mech 0          * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
             charset specified - checks for format before print number
         * src/include/pa_stylesheet_connection.h:            (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
         * src/include/pa_xslt_stylesheet_manager.h:            (instead of tabs) removed
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
         * src/main/pa_request.C:            charset specified
                 would make charset loading & caching mech now  
           * src/: include/pa_charset.h, main/pa_charset.C: - method for get
         * src/main/pa_charset_connection.C:            char in requested charset from utf code was added
                 removed entitify external hack [internal installed]  
   2008-05-19  misha
         * src/classes/gd/Makefile.am:  
         * src/classes/gd/Makefile.in:          * tests/: 174.html, results/174.processed: - test for
                 makes            ^hashfile.cleanup[] added
   
         * src/main/Makefile.am:          * src/classes/hashfile.C: - optimization: don't create any key or
         * src/main/Makefile.in:            value variable if it's name weren't specified
                 makes+removed dtd            (^hf.foreach[;v]{...})
   
 2001-09-30  parser  2008-05-16  misha
         * src/classes/xdoc.C:  
         * src/include/pa_request.h:          * src/classes/hash.C: - optimization: don't create any key variable
         * src/main/pa_request.C:            if variable name wasn't specified (^h.foreach[;v]{...})
                 ctype with unicode 1. todo: no &#1055; entities on output somehow  
   2008-05-15  misha
         * src/include/pa_globals.h:  
         * src/main/pa_globals.C:          * src/classes/op.C: - small changes
         * src/main/pa_request.C:  
                 now charsets table configuration variable is: CHARSETS          * src/classes/hashfile.C: - code reformating (as hash.foreach)
   
         * src/main/pa_request.C:          * src/classes/hash.C: - calculate var_context once before foreach
                 forgot to fill toTable  
   2008-05-14  misha
         * src/classes/file.C:  
         * src/classes/op.C:          * src/classes/hashfile.C: - incorrect vars context calculation for
         * src/classes/string.C:            ^hashfile.foreach[;]{} fixed
         * src/include/pa_request.h:  
         * src/main/pa_request.C:          * src/classes/: hash.C, table.C: - little optimisation
         * src/pcre/ibm-1251.ucm:  
                 started ctype with unicode values          * src/classes/file.C: - bugfix: double absolute path while loading
             file
         * src/include/pa_config_fixed.h:  
         * src/main/pa_request.C:          * tests/: 174.html, results/174.processed: - tests for hashfile
                 started hack_s_maximumCharacterValues to            were added
                 XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..  
           * buildall-with-xml: - moving to libxslt 1.1.24
 2001-09-28  parser  
         * src/classes/xdoc.C:  2008-04-30  misha
         * src/classes/xnode.C:  
                 xdoc addencoding works! invented a way of user-configuring...           * src/classes/file.C: - stat file while loading (local only) so
                 todo: implement            .adate, .mdate and .cdate available without additional ::stat
   
         * src/classes/mail.C:  2008-04-28  misha
         * src/classes/op.C:  
         * src/classes/xdoc.C:          * src/classes/file.C: - $.name and $.content-type available for
         * src/include/pa_stylesheet_connection.h:            stated file
         * src/main/pa_request.C:  
         * src/operators.txt:  2008-04-14  misha
         * src/pcre/pcre_parser_ctype.c:  
                 letter body string passed AS-IS now          * src/targets/cgi/parser3.C: - new year in copyright %-)
   
 2001-09-27  parser          * src/include/pa_version.h: - new version number in head
         * src/classes/classes.dsp:  
         * src/classes/gd/gd.dsp:  2008-04-10  misha
         * src/classes/gd/gifio.C:  
         * src/classes/smtp/smtp.dsp:          * tests/: 080.html, results/080.processed: - cut '0' from
         * src/classes/xdoc.C:            exponential part because of on diff OS it differ (20 or 020 for
         * src/main/main.dsp:            ex)
         * src/operators.txt:  
         * src/targets/cgi/parser3.dsp:          * tests/: 119.html, results/119.processed: - check for encoding
         * src/targets/isapi/parser3isapi.dsp:            while creating xdoc
         * src/types/types.dsp:  
                 win32 ident make system so not to rebuild library [ident.C.new]  2008-04-09  misha
   
         * src/operators.txt:          * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                 inserted piece from dom docs  
           * src/main/pa_common.C: - comment added
         * src/classes/table.C:  
         * src/operators.txt:          * src/classes/date.C: - little refactoring
                 table.sort changed to sort table itself  
   2008-04-07  misha
         * src/operators.txt:  
                 z          * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
             style of ^table.save[]: prepare one big string and sabe it at
         * src/classes/xdoc.C:            once. it's safe on freebsd 4.x but use much more memory.
         * src/operators.txt:  
         * src/targets/isapi/parser3isapi.dsp:          * buildall-with-xml, buildall-without-xml: - option
                 X^.getElementsByTagName[tagname] = array of xnode            --disable-stringstream added (under comment. use it on freebsd
                 X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes            4.x)
                 removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.  
                   2008-02-22  misha
                 win32build system: solved long waiting anti-non-started-apache problem  
           * src/main/pa_http.C: - exception if $.body[] and $.forms[]
 2001-09-26  parser            specified together in file::load[;http] - get back transcoding
         * src/Makefile.am:            $.body[] in file::load[;http]
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:  2008-02-21  misha
         * src/classes/gd/Makefile.am:  
         * src/classes/gd/Makefile.in:          * src/classes/date.C: - ^date.gmt-string[] was added
         * src/main/Makefile.am:  
         * src/main/Makefile.in:          * src/types/pa_value.C: - method for output date in RFC 822 format
         * src/targets/Makefile.in:            moved to pa_common.h
         * src/targets/apache13/Makefile.in:  
         * src/targets/cgi/Makefile.am:          * src/include/pa_common.h: - method for output date in RFC 822
         * src/targets/cgi/Makefile.in:            format moved here from pa_value.C
         * src/types/Makefile.am:  
         * src/types/Makefile.in:          * src/types/pa_vmail.C: - fixed core in sending mail with
                 makes with clases.awk            attachment in simple mode ($.file[file here]) introduced in 3.2.2
   
         * src/include/pa_config_fixed.h:  2008-02-20  misha
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:          * src/main/pa_http.C: - transcode $.headers before escaping into
                 #ifdef SMTP            specified charset while ^file::load[...;http://...] (L_URI
             instead of L_HTTP_HEADER) - $.cookies param available in
         * src/classes/classes.C:            ^file::load[;http://...] now (but we don't parse set-cookies from
         * src/classes/classes.awk:            response yet) (cookies not transcoded as common $cookies)
         * src/classes/classes.dsp:  
         * src/classes/classes.h:  2008-02-19  misha
         * src/classes/date.C:  
         * src/classes/dnode.C:          * src/main/pa_request.C: - rollback: we mustn't force taint
         * src/classes/dnode.h:            $response:field values because in this case
         * src/classes/dom.C:            $response:locateion[http://...] don't works.
         * src/classes/double.C:  
         * src/classes/file.C:  2008-02-15  misha
         * src/classes/form.C:  
         * src/classes/gd/gd.dsp:          * src/classes/op.C: - little refactoring
         * src/classes/gd/gif.C:  
         * src/classes/gd/gif.h:          * src/main/pa_http.C: - taint names of $.headers for load[;http
         * src/classes/gd/gifio.C:  
         * src/classes/hash.C:          * src/main/pa_request.C: - force taint values of $response:field
         * src/classes/image.C:  
         * src/classes/int.C:  2008-02-14  misha
         * src/classes/mail.C:  
         * src/classes/math.C:          * src/main/pa_request.C: - $response:field transcoded to
         * src/classes/op.C:            $response:charset before escaping now
         * src/classes/response.C:  
         * src/classes/smtp/comms.C:          * src/main/pa_http.C: - some outdated comments removed
         * src/classes/smtp/smtp.C:  
         * src/classes/smtp/smtp.dsp:          * src/classes/date.C: - lastdat -> last-day
         * src/classes/smtp/smtp.h:  
         * src/classes/string.C:          * src/classes/date.C: - ^date:lastday(year;month) and
         * src/classes/table.C:            ^date.lastday[] were added - little code refactoring - comments
         * src/classes/void.C:            changes
         * src/ident.awk:  
         * src/ident.awk:          * tests/: 159.html, results/159.processed: - test for number of
         * src/include/pa_array.h:            days in February
         * src/include/pa_common.h:  
         * src/include/pa_config_fixed.h:          * src/types/pa_value.C: - fixes in code formatting
         * src/include/pa_config_includes.h:  
         * src/include/pa_dictionary.h:          * src/classes/: file.C, op.C, table.C: - fixes in code formatting
         * src/include/pa_dir.h:            and comments
         * src/include/pa_exception.h:  
         * src/include/pa_exec.h:  2008-02-13  misha
         * src/include/pa_globals.h:  
         * src/include/pa_request.h:          * src/main/pa_common.C: - bugfix for february at leap year
         * src/include/pa_sapi.h:  
         * src/include/pa_socks.h:  2008-01-28  misha
         * src/include/pa_sql_connection.h:  
         * src/include/pa_sql_driver_manager.h:          * tests/: 160.html, results/160.processed: - more test for cache
         * src/include/pa_stack.h:            added
         * src/include/pa_string.h:  
         * src/include/pa_stylesheet_connection.h:          * src/classes/op.C: - bugfix: cache body executed twice if contains
         * src/include/pa_table.h:            unhandled exception
         * src/include/pa_threads.h:  
         * src/include/pa_types.h:  2008-01-25  misha
         * src/include/pa_xslt_stylesheet_manager.h:  
         * src/libltdl/libltdl.dsp:          * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
         * src/main/compile.C:            bug when hashfile became inavailable after memory:compact)
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/lib/sdbm/apr_strings.C: - +arp_malloc
         * src/main/compile_tools.h:  
         * src/main/execute.C:  2008-01-22  misha
         * src/main/main.dsp:  
         * src/main/pa_array.C:          * src/classes/table.C: - little refactiring and exception texts
         * src/main/pa_common.C:            changes in method ^table.hash[]
         * src/main/pa_dictionary.C:  
         * src/main/pa_dir.C:          * src/types/pa_vcookie.C: - link to cookie specification changed
         * src/main/pa_exception.C:  
         * src/main/pa_exec.C:  2008-01-21  misha
         * src/main/pa_globals.C:  
         * src/main/pa_hash.C:          * tests/: 171.html, cat.sh, results/171.processed: - more tests for
         * src/main/pa_pool.C:            file::exec/cgi
         * src/main/pa_request.C:  
         * src/main/pa_socks.C:          * src/classes/file.C: - bugfix: core while processing headers if
         * src/main/pa_sql_driver_manager.C:            executed cgi script don't return content
         * src/main/pa_string.C:  
         * src/main/pa_table.C:  2008-01-18  misha
         * src/main/pa_xslt_stylesheet_manager.C:  
         * src/main/untaint.C:          * buildall-with-xml: - move to libxml2 version 2.6.31
         * src/parser3.dsw:  
         * src/pcre/pcre.dsp:          * src/include/pa_version.h, configure.in: - version number updated
         * src/pcre/pcre_dftables.dsp:            to '3.2.3b'
         * src/pcre/pcre_parser_ctype.dsp:  
         * src/sql/pa_sql_driver.h:  2007-12-28  misha
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/pa_threads.C:          * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
         * src/targets/cgi/parser3.C:            hash.contains
         * src/targets/cgi/parser3.dsp:  
         * src/targets/isapi/pa_pool.C:  2007-12-27  misha
         * src/targets/isapi/pa_threads.C:  
         * src/targets/isapi/parser3isapi.C:          * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
         * src/targets/isapi/parser3isapi.dsp:            src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
         * src/targets/isapi/pool_storage.h:            src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
         * src/types/pa_valiased.C:            src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
         * src/types/pa_valiased.h:            src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
         * src/types/pa_value.h:            src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
         * src/types/pa_vbool.h:            src/targets/cgi/parser3.vcproj,
         * src/types/pa_vclass.h:            src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
         * src/types/pa_vcode_frame.h:            back to VS2003 because of Apache 1.3 module can't work if it was
         * src/types/pa_vcookie.C:            built in VS 2005.  with cgi all file so VS2003 project files can
         * src/types/pa_vcookie.h:            be easy converted to the new format.
         * src/types/pa_vdate.h:  
         * src/types/pa_vdnode.C:  2007-12-04  misha
         * src/types/pa_vdnode.h:  
         * src/types/pa_vdom.C:          * src/types/pa_vcode_frame.h: - changes in comment
         * src/types/pa_vdom.h:  
         * src/types/pa_vdouble.h:  2007-11-29  misha
         * src/types/pa_venv.h:  
         * src/types/pa_vfile.C:          * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
         * src/types/pa_vfile.h:            intercept strings any longer
         * src/types/pa_vform.C:  
         * src/types/pa_vform.h:          * tests/: 173.html, results/173.processed: - tests for
         * src/types/pa_vimage.C:            $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
         * src/types/pa_vimage.h:            but not in main code frame
         * src/types/pa_vint.h:  
         * src/types/pa_vjunction.h:          * tests/: 172.html, results/172.processed: - more tests for pass
         * src/types/pa_vmath.h:            objects from code frames
         * src/types/pa_vmethod_frame.h:  
         * src/types/pa_vobject.h:  2007-11-27  misha
         * src/types/pa_vrequest.C:  
         * src/types/pa_vrequest.h:          * tests/: 152.html, results/152.processed: - tests for converting
         * src/types/pa_vresponse.h:            strings 'true'/'false' to bool were added
         * src/types/pa_vstateless_class.C:  
         * src/types/pa_vstateless_class.h:          * tests/152.html: - added checks for converting strings
         * src/types/pa_vstateless_object.h:            'true'/'false' to bool
         * src/types/pa_vstring.C:  
         * src/types/pa_vstring.h:          * src/classes/string.C: - ^srting.bool[] now can convert to bool
         * src/types/pa_vtable.C:            not only strings with numbers but with values 'true'/'false' as
         * src/types/pa_vtable.h:            well
         * src/types/pa_vvoid.h:  
         * src/types/pa_wcontext.C:          * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
         * src/types/pa_wcontext.h:            for parser3.log increased
         * src/types/pa_wwrapper.h:  
         * src/types/types.dsp:          * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                 added ident.awk and main.dsp splitted to main+classes+types  
                 along to .am          * src/include/pa_common.h: - remove_crlf return cstring size now
   
         * src/classes/classes.dsp:          * src/include/pa_types.h: - constant with buffer size for
         * src/classes/dnode.C:            parser3.log added
         * src/classes/dnode.h:  
         * src/classes/dom.C:  2007-11-16  misha
         * src/classes/xdoc.C:  
         * src/classes/xnode.C:          * tests/cat.sh: - script for tests for file::exec/cgi
         * src/classes/xnode.h:  
         * src/main/compile.tab.C:          * tests/171.html: - tests for file::exec/cgi
         * src/operators.txt:  
         * src/types/pa_vdnode.C:          * tests/results/171.processed: - tests results for file::exec/cgi
         * src/types/pa_vdnode.h:  
         * src/types/pa_vdom.C:  2007-11-15  misha
         * src/types/pa_vdom.h:  
         * src/types/pa_vxdoc.C:          * src/main/pa_exec.C: - fixed incorrect exec code for unix
         * src/types/pa_vxdoc.h:  
         * src/types/pa_vxnode.C:          * src/classes/file.C: - .body must be set before analyzing cgi
         * src/types/pa_vxnode.h:            headers
         * src/types/types.dsp:  
                 xdoc&xnode now          * src/classes/file.C: - bugfix: we must transcode output fix EOLs
             only if exec/cgi return anything.
         * src/classes/classes.dsp:  
         * src/classes/gd/gd.dsp:  2007-11-14  misha
         * src/classes/smtp/smtp.dsp:  
         * src/classes/xdoc.C:          * operators.txt: - info about new text|binary option for
         * src/classes/xnode.C:            file::exec/cgi was added
         * src/classes/xnode.h:  
         * src/include/pa_config_fixed.h:          * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
         * src/main/main.dsp:            ^file:exec[[text|binary];script;...]
         * src/operators.txt:  
         * src/operators.txt:          * src/: include/pa_exception.h, classes/file.C, classes/image.C,
         * src/targets/cgi/parser3.C:            classes/string.C, classes/table.C: - more text strings moved to
         * src/targets/cgi/parser3.C:            the one place
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_vxnode.C:  2007-11-09  misha
         * src/types/types.dsp:  
                 z          * src/types/pa_vrequest.C: - $request:argv must be taint
   
         * src/classes/classes.cmd:          * ChangeLog: - $request:argv [patch from Sumo]
         * src/main/main.dsp:  
         * src/targets/cgi/parser3.dsp:          * operators.txt: - $request:argv
                 moved classes.inc generation on win32 to main.dsp  
           * src/: include/pa_request_info.h, types/pa_vrequest.C,
         * src/classes/classes.C:            types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                 forgot one non-xml check  
   2007-10-25  misha
         * src/classes/Makefile.am:  
                 removed useless var          * buildall-with-xml, buildall-without-xml: - options preparations
             for ./configure rewrited
 2001-09-25  parser  
         * src/Makefile.am:          * src/main/: compile.tab.C, compile.y: - bug if parser.compile
         * src/Makefile.in:            error occure in unhandled_exception finally fixed
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:  2007-10-23  misha
         * src/classes/dom.C:  
         * src/classes/gd/Makefile.am:          * tests/: 170.html, results/170.processed: - test for
         * src/classes/gd/Makefile.in:            @method[][result]
         * src/configure:  
         * src/configure.in:          * operators.txt: - added info about node.prefix and
         * src/include/pa_stylesheet_connection.h:            node.namespaceURI
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.am:          * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
         * src/main/Makefile.in:  
         * src/main/pa_pool.C:          * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
         * src/pcre/Makefile.in:            added for node and attribute
         * src/targets/Makefile.in:  
         * src/targets/apache13/Makefile.in:  2007-10-22  misha
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/Makefile.in:          * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
         * src/types/Makefile.am:  
         * src/types/Makefile.in:          * src/main/pa_request.C: - added const content-transfer-encoding
         * src/types/pa_vdom.h:  
                 xml configure makes          * src/include/pa_request.h: - added const content-transfer-encoding
             - ups. constants must be in lowercase (for search)
         * src/configure:  
         * src/configure.in:          * src/types/pa_vmail.C: - more constants used -
         * src/include/pa_config_auto.h.in:            content-transfer-encoding: 8bit added
         * src/libltdl/Makefile.in:  
                 xml on linux[elik] works! no 1251 though, todo ICU          * src/main/pa_uue.C: - content-transfer-encoding moved out of here
   
 2001-09-24  parser          * src/include/pa_request.h: - more constants
         * src/types/pa_vfile.h:  
         * src/types/pa_vimage.h:          * src/types/pa_vmail.C: - constant renamed - $.content-id don't
         * src/types/pa_vstring.h:            ommit anymore if $.content-disposition was specified - little
                 fiew wrong resolved conflicts fixed [const]            refactoring
   
         * src/Makefile.in:          * src/: include/pa_request.h, main/pa_request.C: - constant renamed
         * src/classes/Makefile.am:  
         * src/classes/Makefile.in:  2007-10-17  misha
         * src/classes/gd/Makefile.in:  
         * src/configure:          * operators.txt: - info about
         * src/include/pa_config_auto.h.in:            table::create[nameless]{data}[>options<] was added
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * src/main/: compile.tab.C, compile.y: - if error occure while
         * src/pcre/Makefile.in:            compile method don't put this method in methods table anymore.
         * src/targets/Makefile.in:            in other case the parser coredumped if @unhandled_exception
         * src/targets/apache13/Makefile.in:            method can't be compiled because of parser.compile error.
         * src/types/Makefile.am:  
         * src/types/Makefile.in:          * src/main/execute.C: - little code reformating
                 makes  
           * src/main/pa_request.C: - little code reformating - comment
         * src/targets/cgi/Makefile.am:            changed
         * src/targets/cgi/Makefile.in:  
                 makefiles  2007-10-16  misha
   
         * src/types/pa_value.h:          * tests/: 035.html, results/035.processed: - tests
         * src/types/pa_vdnode.C:            table::create[]{}[options] added
         * src/types/pa_vtable.C:  
         * src/types/pa_vvoid.h:          * src/classes/table.C: - table::create[]{} now accept 3rd param:
                 z            options (only $.seperator[] yet)
   
         * src/types/pa_vclass.h:  2007-10-10  misha
         * src/types/pa_vhash.h:  
         * src/types/pa_vhash.h:          * src/classes/table.C: - some contstants moved to pa_common.h -
         * src/types/pa_vtable.h:            some code changes
                 fixed small bugs with usinge hash/table in expressions  
   2007-10-02  misha
         * src/classes/classes.cmd:  
         * src/classes/gd/gd.dsp:          * src/main/pa_uue.C: - memory usage during uuencode reduced more
         * src/classes/gd/gif.C:            then three time as much. but base64 encoding method still use
         * src/classes/gd/gif.h:            less memory anyway.
         * src/classes/image.C:  
         * src/classes/op.C:  2007-09-17  misha
         * src/classes/table.C:  
         * src/include/pa_request.h:          * operators.txt: - added info about $cookie:fields
         * src/include/pa_sapi.h:  
         * src/main/compile.C:          * src/types/pa_vcookie.C: - $cookie:fields available now
         * src/main/compile.tab.C:  
         * src/main/compile.y:          * src/classes/hash.C: - some stuff for use with .for_each moved to
         * src/main/compile_tools.h:            common
         * src/main/main.dsp:  
         * src/main/pa_common.C:          * src/include/pa_common.h: - some stuff for use with .for_each
         * src/main/pa_sql_driver_manager.C:            moved here
         * src/parser3.dsw:  
         * src/targets/cgi/parser3.C:          * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
         * src/targets/cgi/parser3.dsp:  
         * src/types/pa_value.h:  2007-09-14  misha
         * src/types/pa_vbool.h:  
         * src/types/pa_vdate.h:          * buildall-with-xml: - new xml libs again =)
         * src/types/pa_vdouble.h:  
         * src/types/pa_vform.C:  2007-08-28  misha
         * src/types/pa_vhash.h:  
         * src/types/pa_vimage.h:          * operators.txt: - texts about ^table.columns[[column name]]  and
         * src/types/pa_vint.h:            ^string.split[...][v][column name] were added
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.h:          * tests/: 168.html, 169.html, results/168.processed,
         * src/types/pa_vvoid.h:            results/169.processed: - tests for ^table.columns[[column name]]
                 merged3 with before_xml            and ^string.split[...][v][column name] were added
                 [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]  
           * src/classes/table.C: - new option ^table.columns[[column name]]
         * src/Makefile.am:            was added
         * src/Makefile.am:  
         * src/Makefile.am:          * src/classes/string.C: - new option ^string.split[...;v;[column
         * src/configure.in:            name]]
         * src/main/Makefile.am:  
         * src/targets/Makefile.am:          * src/include/pa_exception.h: - error text message for
         * src/targets/apache13/Makefile.am:            ^hash._keys[], ^table.columns[] and ^string.split[]
         * src/targets/cgi/Makefile.am:  
         * src/targets/cgi/pa_pool.C:  2007-08-27  misha
                 started unix makes update  
           * src/main/untaint.C: - try to fix coredump on unix if print to
 2001-09-21  parser            body ^taint[sql][something] outside of connect
         * src/classes/gd/gd.dsp:  
         * src/classes/smtp/smtp.dsp:          * tests/: 167.html, results/167.processed: - test for ^taint[sql]
         * src/main/main.dsp:            outside of connect
         * src/targets/cgi/parser3.dsp:  
         * src/targets/isapi/parser3isapi.dsp:          * buildall-with-xml, buildall-without-xml: - strip parser3 was
                 updated project files [/ sadly produced "" in make file and            added (commented by default)
                 sadly wrong interpreted on load]  
   2007-08-20  misha
         * src/include/pa_pool.h:  
         * src/main/pa_pool.C:          * operators.txt: - comment about new method ^node.hasAttributes[]
         * src/operators.txt:            was added
                 checked whether transcoder were created right  
                 "unsupported encoding" message.          * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                 not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur            duplicated exception text strings were removed
                   
                 reduced transcode buffer size to 60          * src/include/pa_exception.h: - more exception text strings moved
                 fixed pool cleanup - no registration needed, pools are officially destructured            here
   
         * src/classes/dom.C:          * src/classes/table.C: - some duplicate exceptions' text strings
         * src/classes/dom.C:            removed
         * src/classes/dom.C:  
         * src/classes/dom.C:          * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
         * src/include/pa_pool.h:            xdoc.C, xnode.C: - some duplicate exceptions' text strings
         * src/include/pa_pool.h:            removed
         * src/main/pa_pool.C:  
         * src/operators.txt:          * src/include/pa_exception.h: - some exception text strings movet
         * src/types/pa_vdnode.C:            to pa_exception
         * src/types/pa_vresponse.h:  
                 defaulted dom writing methods encoding to pool.get_charset          * tests/: 149.html, results/149.processed: - test for
             ^xnode.hasAttributes[] was added - some code changes
         * src/ChangeLog:  
         * src/classes/classes.C:          * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
         * src/classes/date.C:            added
         * src/classes/dnode.C:  
         * src/classes/dom.C:  2007-08-17  misha
         * src/classes/file.C:  
         * src/classes/form.C:          * tests/: results/006.processed, results/059.processed, 006.html,
         * src/classes/gd/gd.dsp:            059.html: - more tests for match
         * src/classes/gd/gif.C:  
         * src/classes/gd/gifio.C:          * tests/: 129.html, results/129.processed: - tests for
         * src/classes/int.C:            ^table.hash[...][$.type[string|hash|table]] added
         * src/classes/mail.C:  
         * src/classes/smtp/comms.C:          * src/targets/cgi/parser3.C: - little syntax changes
         * src/classes/smtp/smtp.C:  
         * src/classes/smtp/smtp.dsp:          * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
         * src/doc/doxygen.cfg:            syntax changes
         * src/include/pa_config_fixed.h:  
         * src/include/pa_pool.h:          * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
         * src/main/main.dsp:            messages in parser3.log switched off by default. If someone
         * src/main/pa_globals.C:            really still need it: use $SIGPIPE(1)
         * src/main/pa_pool.C:  
         * src/main/pa_request.C:  2007-08-08  misha
         * src/main/pa_xslt_stylesheet_manager.C:  
         * src/parser3.dsw:          * buildall-with-xml, buildall-without-xml: - remove libs source
         * src/pcre/pcre_parser_ctype.c:            files by default since now
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/pa_threads.C:  2007-08-07  misha
         * src/targets/cgi/parser3.dsp:  
         * src/targets/isapi/pa_pool.C:          * buildall-without-xml: - some option syntax changes
         * src/targets/isapi/pa_threads.C:  
         * src/targets/isapi/parser3isapi.dsp:          * buildall-with-xml: - compile libxml2 without http support - some
         * src/types/pa_valiased.C:            option syntax changes
         * src/types/pa_vcookie.C:  
         * src/types/pa_vdnode.C:          * src/main/pa_xml_io.C: - will use parser file loader for xml needs
         * src/types/pa_vdom.C:  
         * src/types/pa_vfile.C:  2007-08-06  misha
         * src/types/pa_vform.C:  
         * src/types/pa_vimage.C:          * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
         * src/types/pa_vrequest.C:  
         * src/types/pa_vresponse.h:          * tests/: 160.html, results/160.processed: - cache test was
         * src/types/pa_vstateless_class.C:            rewrited
         * src/types/pa_vstring.C:  
         * src/types/pa_vtable.C:  2007-07-06  misha
         * src/types/pa_wcontext.C:  
                 zillions of #ifdef XML          * tests/: 153.html, results/153.processed: - added test for
                 created new projects for sql drivers [planning to remove sql drivers from main cvs project]            ^math:sha1[string]
                 first, will join latest changes  
           * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
         * src/Makefile.in:            transcoded
         * src/classes/classes.h:  
         * src/classes/gd/gd.dsp:          * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
         * src/classes/gd/gif.h:            were added
         * src/classes/hash.C:  
         * src/classes/op.C:  2007-06-28  misha
         * src/classes/smtp/smtp.dsp:  
         * src/classes/table.C:          * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
         * src/doc/doxygen.cfg:            some incorrect chars
         * src/include/pa_common.h:  
         * src/include/pa_globals.h:  2007-06-19  misha
         * src/include/pa_request.h:  
         * src/include/pa_sapi.h:          * src/include/pa_hash.h: - methods generic_hash_code & hash_code
         * src/include/pa_sql_driver_manager.h:            were moved on top because of gcc 4 had a problems during
         * src/include/pa_string.h:            building.
         * src/main/compile.tab.C:  
         * src/main/main.dsp:  2007-06-18  misha
         * src/main/pa_common.C:  
         * src/main/pa_exec.C:          * tests/results/019.processed: - new image commited
         * src/main/pa_globals.C:  
         * src/operators.txt:  2007-06-09  misha
         * src/targets/cgi/parser3.dsp:  
         * src/targets/isapi/parser3isapi.dsp:          * src/classes/: op.C, table.C: - in while and table.select method
                 merged with before_xml            as_expression used now
   
 2001-09-20  parser          * src/types/pa_vmethod_frame.h: - method as_expression was added
         * src/classes/dnode.C:  
         * src/classes/dom.C:  2007-06-08  misha
         * src/operators.txt:  
         * src/targets/cgi/parser3.dsp:          * tests/: 166.html, results/166.processed: - test for
         * src/types/pa_vstring.h:            ^match[...][n]
                 dnode .file .string .save moved back to dom due to strange  
                 xalan bug          * tests/: 165.html, results/165.processed: - tests for loops
   
         * src/main/pa_pool.C:          * src/lib/cord/include/private/cord_pos.h: - back to origin value
         * src/main/pa_request.C:            because of no speed/memory optimisation but some proglems with
                 Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$            long cycles occure
                 charset[here]]  
   2007-06-06  misha
         * src/classes/dom.C:  
         * src/operators.txt:          * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                 dom. string save file            ^table.select(true) and ^table.select(1) didn't works because of
                 moved output xml options to last param and made it optional            awaiting junction-param only. fixed.
   
         * src/operators.txt:  2007-05-24  misha
         * src/operators.txt:  
         * src/types/pa_vhash.h:          * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
         * src/types/pa_vhash.h:            with 0.5 secs interval
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.h:          * src/classes/op.C: - cache was rewrited. I hope it works with
         * src/types/pa_vtable.h:            locking system now on unix
                 table/hash  can be used in expression context now, there value = size  
                 and boolean value size!=0          * src/main/pa_os.C: - locks engines were rewrited: now we don't use
             system locks which wait till other threads release it but try get
         * src/classes/dnode.C:            lock, if fail wait 1 sec and make 10 attempts.
         * src/classes/dom.C:  
         * src/classes/gd/gd.dsp:          * src/include/pa_os.h: - consts for blocking locks + some comments
         * src/classes/smtp/smtp.dsp:            were added
         * src/include/pa_config_includes.h:  
         * src/include/pa_globals.h:          * src/lib/sdbm/apr_file_io.C: - wait till lock released while
         * src/include/pa_pool.h:            opening files
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/classes/table.C: - changes in includes. if unclude <sstream>
         * src/main/pa_pool.C:            after our classes on unix it can't be build
         * src/targets/cgi/parser3.dsp:  
         * src/targets/isapi/parser3isapi.C:          * src/types/pa_vhashfile.C: - not needed code removed
         * src/targets/isapi/parser3isapi.dsp:  
         * src/types/pa_vdnode.C:  2007-05-23  misha
         * src/types/pa_vdnode.h:  
         * src/types/pa_vresponse.h:          * src/: classes/file.C, classes/op.C, main/pa_common.C,
                 Pool::transcode 0            include/pa_common.h: - cosmetic changes
   
         * src/operators.txt:  2007-05-18  misha
         * src/types/pa_vdnode.C:  
                     !$elementnode.attributes = hash of dnodes          * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                     !$attributenode.specified = boolean            often. it's give some speed increasing
                             true if the attribute received its value explicitly in the XML document,  
                             or if a value was assigned programatically with the setValue function.          * tests/results/160.processed: - returned time corrected
                         false if the attribute value came from the default value declared in the document's DTD.  
                     !$pinode.target = target of this processing instruction          * tests/160.html: - time increased because on unix 1 mean nothing
                         XML defines this as being the first token following the markup            :(
                         that begins the processing instruction.  
                         XPath:          * operators.txt: - added info about ^hash.contain[key]
                     !^node.select[xpath/query/expression] = hash of 0->node0 1->node1  
                     !^node.select-single[xpath/query/expression] = first node if any          * src/classes/hash.C: - added ^hash.contain[key]
   
         * src/classes/image.C:          * src/include/pa_hash.h: - added method for checking key exists in
                 20K preload on jpg measure [image::measure]            hash
   
         * src/types/pa_value.h:  2007-05-07  misha
         * src/types/pa_vbool.h:  
         * src/types/pa_vdate.h:          * src/include/pa_string.h: - was compilation error during build on
         * src/types/pa_vdouble.h:            freebsd4
         * src/types/pa_vhash.h:  
         * src/types/pa_vint.h:  2007-05-03  misha
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.h:          * src/classes/table.C: - option $.type[hash|string|table] was added
         * src/types/pa_vvoid.h:            for ^table.hash[]
                 some 'const's added  
           * src/classes/file.C: - comment removed
 2001-09-18  parser  
         * src/classes/dnode.C:  2007-04-26  misha
         * src/classes/dom.C:  
         * src/classes/gd/gif.C:          * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
         * src/classes/gd/gif.h:            real files doesn't opened in place anymore
         * src/classes/hash.C:  
         * src/classes/image.C:  2007-04-24  misha
         * src/classes/op.C:  
         * src/classes/table.C:          * src/classes/math.C: - I thought one more time and remove lg(N) :)
         * src/include/pa_common.h:  
         * src/include/pa_globals.h:          * src/include/pa_exception.h: "static" removed
         * src/include/pa_request.h:  
         * src/include/pa_sql_driver_manager.h:  2007-04-23  misha
         * src/main/compile.C:  
         * src/main/compile.tab.C:          * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
         * src/main/compile.y:  
         * src/main/compile_tools.h:          * src/classes/math.C: added: - ^math:ln(N) (the same as
         * src/main/execute.C:            ^math:log(N)) - ^math:lg(N)
         * src/main/pa_common.C:  
         * src/main/pa_request.C:          * tests/: 097.html, results/097.processed: - charsets converstion
         * src/main/pa_sql_driver_manager.C:            during ^file::load[text;http://...] added
         * src/main/pa_string.C:  
         * src/main/pa_table.C:          * tests/: 164.html, results/164.processed: - check for set expires
         * src/operators.txt:            as a date
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:          * tests/: 164.html, results/164.processed: - test for hashfile
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_value.h:          * src/classes/hashfile.C: - little comment changes
         * src/types/pa_vform.C:  
         * src/types/pa_vform.h:          * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
         * src/types/pa_vhash.h:            access
         * src/types/pa_vimage.C:  
         * src/types/pa_vimage.h:          * src/: classes/date.C, classes/double.C, classes/file.C,
         * src/types/pa_vtable.h:            classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                 merged latest bugfixes from before_xml branch            classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                 ^if(def $hash) now true only when ^hash:_count[]!=0            classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                 moved            classes/xnode.h, include/pa_request.h, main/execute.C,
                 .string .save .file from dom to dnode            main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
             main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
         * src/classes/dnode.C:            main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
         * src/classes/dnode.h:            types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
         * src/main/main.dsp:            types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
         * src/types/pa_vdnode.C:            types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
         * src/types/pa_vdnode.h:            types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                 dom, dnode 0            types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
             "parser.runtime" strings were removed
         * src/operators.txt:  
         * src/types/pa_vdnode.C:          * src/classes/hashfile.C: - with .clear[] called files_delete()
         * src/types/pa_vdom.h:            now.
         * src/types/pa_vhash.h:  
         * src/types/pa_vtable.h:          * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                 dom, dnode 1  
           * src/include/pa_exception.h: - string constant with
         * src/classes/image.C:            "parser.runtime" text was added
         * src/main/pa_string.C:  
         * src/main/pa_table.C:  2007-04-20  misha
                 image: poly* fixed  
           * operators.txt: - some comments changing
         * src/classes/op.C:  
         * src/main/execute.C:          * operators.txt: - added info about .^hashfile.release[],
                 operators self changed to root            ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                 ^for variable context changed to self  
           * configure: =cheching for unsetenv
 2001-09-17  parser  
         * src/classes/classes.h:          * src/classes/hashfile.C: - ^hashfile.cleanup[],
         * src/classes/dom.C:            ^hashfile.release[] were added
         * src/classes/hash.C:  
         * src/include/pa_stylesheet_connection.h:          * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
         * src/main/main.dsp:            ^string.match[][] understand new option now: return number of
         * src/operators.txt:            matches but not table wit results
         * src/targets/cgi/pa_pool.C:  
         * src/types/pa_vdom.h:          * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
         * src/types/pa_vfile.h:            reopen now
         * src/types/pa_vimage.h:  
                 started          * src/classes/op.C: - bug. must be false
                 dnode  
                     DOM:          * configure.in: - checking for unsetenv was added
                     $node.name  
                     $node.value          * src/types/pa_vform.C: - some comments
                     ...others...  
                     ^node.xpath[/rates/USD] = hash  2007-04-18  misha
                 dom(dnode)  
           * buildall-with-xml: moving to libxml2-2.6.28
         * src/classes/dom.C:  
         * src/main/main.dsp:          * buildall-with-xml, buildall-without-xml: added commented lines
         * src/main/pa_globals.C:            with --disable-safe-mode option
         * src/operators.txt:  
         * src/types/pa_vdom.h:          * operators.txt: - info about $form:files
                 started dnode+dom  
                   2007-04-17  misha
                 dnode  
                     DOM methods:          * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                     $node.name            $form:files was added
                     $node.value  
                     ...others...          * tests/: 163.html, results/163.processed: removing auto format
                   
                     ^node.xpath[/rates/USD] = hash          * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                         $hash[  
                                 $.0[node0]  2007-04-16  misha
                                 $.1[node1]  
                         ]          * tests/: 163.html, results/163.processed: - test for .int[],
             floor, round, ceiling and .format[]
         * src/classes/gd/gif.C:  
         * src/classes/gd/gif.h:          * src/classes/file.C: - little optimization for getting args in
         * src/classes/image.C:            exec/cgi
         * src/operators.txt:  
         * src/types/pa_vimage.C:  2007-04-13  misha
                 $image.line-style  
                 now applies to all linear primitives          * src/classes/file.C: - arguments for file::exec/cgi can be
             specified now as s table with one column
         * src/classes/hash.C:  
         * src/main/compile.C:  2007-03-27  misha
         * src/main/compile.tab.C:  
         * src/main/compile.y:          * tests/: 162.html, results/162.processed: - test for
         * src/main/compile_tools.h:            ^table.select(^condition[$t])
         * src/main/execute.C:  
         * src/operators.txt:          * tests/results/auto.p: - load windows-1251 charset for some tests
         * src/targets/cgi/parser3.C:  
                 expressions unary+          * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                 ^hash.count[]  
                 bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'          * tests/: results/161.processed, 161.html, 161_utf8.txt,
             161_windows1251.txt: - added test for
 2001-09-15  parser            ^file::load[text;/local/file.txt;$.charset[...]]
         * src/classes/gd/gif.C:  
         * src/classes/gd/gif.h:          * tests/: results/013.processed, 013.html: - added test for
         * src/classes/image.C:            checking $._default value while hash modifications
         * src/operators.txt:  
         * src/operators.txt:          * tests/: 160.html, results/160.processed: - add test for
         * src/types/pa_vimage.C:            ^cache[key](secs){code}, ^cache[] and ^cache(0)
         * src/types/pa_vimage.h:  
                 image: $line-width ^line(...)[****   style]  2007-03-22  misha
   
         * src/classes/dom.C:          * src/include/pa_common.h: - "charset" string defined for
         * src/classes/image.C:            ^file::load[text;/local.txt] and ^table::load[/table.txt]
         * src/include/pa_pool.h:  
         * src/include/pa_stylesheet_connection.h:          * src/main/: pa_common.C, pa_http.C: - $.charset option for
         * src/main/main.dsp:            ^file::load[text;/local.txt] and ^table::load[/table.txt] was
         * src/targets/cgi/pa_pool.C:            added - not needed transcodes were removed from
         * src/targets/isapi/pa_pool.C:            ^file::load[...;http://...]
         * src/targets/isapi/pool_storage.h:  
         * src/types/pa_vdom.C:          * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
         * src/types/pa_vdom.h:            added
                 xalan objects freed up [introducing Pool::register_cleanup]  
           * src/classes/date.C: - date.week was fixed
         * src/doc/doxygen.cfg:  
         * src/include/pa_sapi.h:          * operators.txt: - added info about date.weekyear
         * src/types/pa_vdom.h:  
                 comments          * tests/: 159.html, results/159.processed: - tests for date.week
             and date.weekyear added
         * src/ChangeLog:  
         * src/classes/dom.C:  2007-03-15  misha
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/pool_storage.h:          * src/classes/table.C: - enclose column numbers for nameless tables
         * src/types/pa_vdom.h:            as well
                 fixed bug in isapi pool_storage -  
                 cleanups first, allocations second.  2007-03-14  misha
                 apache wisely does just like that  
           * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/pool_storage.h:          * src/classes/table.C: - table.save optimization: now required much
                 pool_storage rewritten using template, no bugs now            less memory
   
         * src/include/pa_pool.h:  2007-03-13  misha
         * src/main/pa_pool.C:  
         * src/targets/cgi/pa_pool.C:          * tests/results/: 158.processed, 158.processes: - tests for
         * src/targets/isapi/pa_pool.C:            table.save/table.load
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/parser3isapi.dsp:          * tests/: 158.html, results/158.processes: - tests for
         * src/targets/isapi/pool_storage.h:            table.save/table.load
                 poorly started isapi pool_storage, would rewrite using template now  
           * buildall-with-xml: libxml2: --without-ftp --without-docbook
 2001-09-14  parser  
         * src/classes/dom.C:          * buildall-with-xml: - pattern needed now for building
         * src/classes/file.C:  
         * src/classes/image.C:          * tests/results/097.processed: - added test results for xdoc::load
         * src/classes/mail.C:            & xdoc::load[http://...]
         * src/include/pa_common.h:  
         * src/include/pa_sql_driver_manager.h:          * tests/097.html: - added test for xdoc::load
         * src/include/pa_string.h:  
         * src/include/pa_stylesheet_connection.h:  2007-03-12  misha
         * src/include/pa_xslt_stylesheet_manager.h:  
         * src/main/main.dsp:          * tests/: 107.html, results/107.processed: - added test for xpath
         * src/main/pa_common.C:            '//man'
         * src/main/pa_exec.C:  
         * src/main/pa_globals.C:  2007-03-01  misha
         * src/main/pa_sql_driver_manager.C:  
         * src/main/pa_xslt_stylesheet_manager.C:          * tests/: 097.html, results/097.processed: - added test for
         * src/main/untaint.C:            creating xdoc from file
         * src/operators.txt:  
         * src/types/pa_vfile.C:          * tests/: results/157.processed, 157.html: - added test for
                 dom.xslt  stylesheet compiled&cached            file:move
   
         * src/main/pa_sql_driver_manager.C:  2007-02-28  misha
         * src/main/pa_xslt_stylesheet_manager.C:  
         * src/operators.txt:          * src/classes/xdoc.C: - another attempt
                 z  
           * src/classes/xdoc.C: - roll back last changes for a while
 2001-09-13  parser  
         * src/classes/dom.C:          * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
         * src/operators.txt:  
                 dom:file content-type(.method)          * src/classes/file.C: - under lock we create non-exist dir anyway
   
         * src/classes/dom.C:          * tests/results/099.processed: - ever send content-disposition to
         * src/classes/file.C:            client with file
         * src/classes/image.C:  
         * src/types/pa_vfile.C:          * tests/157.html: + test for file:copy
         * src/types/pa_vfile.h:  
                 ^dom.file[] charset  2007-02-26  misha
   
         * src/include/pa_globals.h:          * src/classes/file.C: - some similar strings moved to #define
         * src/include/pa_request.h:            instead of to be copy/pasted many times
         * src/main/pa_request.C:  
         * src/targets/cgi/parser3.C:          * src/types/pa_vfile.h: - class name string ("file") moved to
         * src/targets/isapi/parser3isapi.C:            #define
                 ParserRootConfig .../parser3.conf  
                 ParserSiteConfig .../parser3.conf  2007-02-20  misha
                   
                 cgi&isapi looks for {configure|c:\windows}/parser3.conf          * bin/auto.p.dist.in: - added lines for sqlite
   
         * src/include/pa_common.h:          * configure.in: - added some strings for sqlite detection
         * src/include/pa_globals.h:  
         * src/main/pa_common.C:  2007-02-19  misha
         * src/main/pa_request.C:  
         * src/operators.txt:          * operators.txt: - some comments changes
                 $MAIN:CLASS_PATH now  
                 can be string now          * buildall-with-xml, buildall-without-xml: - some modifications
                 more informative error messages  
   2007-02-17  misha
         * src/operators.txt:  
         * src/operators.txt:          * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                 changes reflected in operators.txt  
           * src/main/pa_request.C: - damn, i forgot to commit it while I
 2001-09-12  parser            change console behaviour
         * src/main/compile.y:  
         * src/main/compile_tools.h:  2007-02-12  misha
                 name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,  
                 introduced special LS_NAME_SQUARE_PART state          * src/targets/cgi/parser3.C: - don't print headers if
             $console:line[data] was used during cgi execution.
         * src/main/compile.tab.C:  
         * src/operators.txt:          * src/types/pa_vconsole.h: - console class have bool flag now which
                 fixed - subname code parts actually [] braced            marked as 'true' if class was used.
   
         * src/classes/op.C:          * tests/: 152.html, results/152.processed: - more types was added
         * src/include/pa_sql_driver_manager.h:            to test 152
         * src/main/pa_sql_driver_manager.C:  
                 ^connect[]          * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                 ^connect[aaa]            adding 'bool' (^if($image){} caused exception)
                 more precise error reporting:  
                 "connection string must start with protocol://"  2007-02-09  misha
                 now  
           * tests/: 152.html, results/152.processed: - test alightly updated
 2001-09-11  parser  
         * src/types/pa_vdom.h:          * tests/: 152.html, results/152.processed: - test rewrited
                 messages  
           * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
         * src/classes/dom.C:            bugfix. I broke xdoc & xnode in expression
         * src/operators.txt:  
         * src/types/pa_vdom.h:  2007-02-08  misha
                 ^dom:set[<some>xml</some>]  
           * tests/: 152.html, results/152.processed: - add test for checking
         * src/classes/dom.C:            'def' for void, string, bool, int & double
         * src/include/pa_string.h:  
         * src/main/pa_globals.C:  2007-02-07  misha
         * src/main/untaint.C:  
                 ^dom:set{<some>xml</some>} default language XML          * operators.txt: - ^file:base64[filespec]  was added
                 languages+=xml  
           * tests/results/153.processed: - result test for
         * src/classes/dom.C:            ^file:base64[filespec]  was updated
         * src/classes/dom.C:  
                 ^dom:save/string/file[output options]          * tests/153.html: - test for ^file:base64[filespec]  was added
                 output options:  
                     $.method[xml|html|text] detection fixed          * src/types/pa_vconsole.h: - little optimization
   
 2001-09-10  parser          * src/classes/file.C: - ^file:base64[filespec]
         * src/classes/dom.C:  
         * src/main/main.dsp:          * src/main/pa_common.C: - definitions for ^file:base64[filespec]
         * src/types/pa_vform.C:  
         * src/types/pa_vform.h:          * src/include/pa_common.h: - declarations for
                 ^dom.save[b.xml] 0            ^file:base64[filespec]
   
         * src/classes/dom.C:          * src/types/pa_vcookie.C: - little optimization
         * src/operators.txt:  
                 ^dom.file[encoding] = file  2007-02-06  misha
   
         * src/classes/dom.C:          * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
         * src/operators.txt:            were temporary commented
                 ^dom.xslt[stylesheet filename][params hash added]  
           * src/types/pa_vbool.h: - bugfix
         * src/classes/dom.C:  
         * src/main/main.dsp:          * tests/156.html: - added test for bool cookie
         * src/types/pa_vdom.h:  
                 ^dom.xslt[stylesheet filename] -1 doc is lying          * src/types/pa_vcookie.h: - not needed string "cookie" removed
   
         * src/classes/dom.C:          * tests/: 155.html, results/155.processed: - added test for check
         * src/main/main.dsp:            $.encloser[] option for table save/load
         * src/types/pa_vdom.h:  
                 ^dom.xslt[stylesheet filename] 0          * tests/: 153.html, 154.html, todo.txt: - two more tests added
   
         * src/classes/dom.C:  2007-02-05  misha
         * src/operators.txt:  
                 ^dom.save[b.xml] 1:error handling          * tests/results/152.processed: - newline at the end was missed
   
         * src/classes/dom.C:          * tests/results/141.processed: - math:md5 must be lowercased
         * src/operators.txt:  
                 ^dom:save/string/file[output options]          * src/targets/cgi/parser3.C: - 2007 in help ;)
                 output options:  
                     $.method[xml|html|text] $.encoding[windows-1251|...]  2007-02-03  misha
   
         * src/classes/dom.C:          * tests/results/: 150.processed, 151.processed, 152.processed: -
         * src/operators.txt:            test for bool added and some content length fixes
                 ^dom.string[] 0  
           * tests/152.html: - test for bool added
         * src/classes/dom.C:  
         * src/classes/dom.C:          * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
         * src/operators.txt:  
         * src/operators.txt:          * operators.txt: - info bool class was added
                 ^dom.string[encoding] 1  
                 ^dom.save[encoding;filename]          * src/: classes/Makefile.am, classes/bool.C,
             classes/classes.vcproj, classes/double.C, classes/int.C,
         * src/operators.txt:            classes/string.C, classes/void.C, classes/xnode.C,
                 dom output options xml default            include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
             types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
 2001-09-08  parser            types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
         * src/operators.txt:            types/pa_vstateless_class.C, types/pa_vstateless_class.h,
         * src/types/pa_vform.C:            types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                 $form:tables.name.field            types/types.vcproj: - bool class was added
   
 2001-09-07  parser          * src/main/pa_request.C: - fix
         * src/classes/dom.C:  
         * src/operators.txt:  2007-01-18  misha
         * src/types/pa_value.h:  
         * src/types/pa_vtable.h:          * src/: main/pa_string.C, classes/string.C: - return table during
                 (def $table) is false when table is empty            ^string.match[][] even if no matched found.
   
         * src/main/pa_request.C:  2006-12-20  misha
         * src/operators.txt:  
         * src/types/pa_vform.C:          * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
         * src/types/pa_vform.h:            http://www.parser.ru/forum/?id=55598 ]
                 !$form:tables  
                 $atable[$form:tables.a]  2006-12-19  misha
                 ^atable.menu{a=$atable.element}[,]  
           * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
         * src/classes/dom.C:            details: http://www.parser.ru/forum/?id=52359
                 file dom.C was initially added on branch xalan1_2.  
           * src/main/pa_request.C: - always set content-disposition for
         * src/main/pa_exception.C:            $response:body[hash here]. more details:
         * src/operators.txt:            http://www.parser.ru/forum/?id=52130
         * src/types/pa_vform.C:  
                 getting FIRST form element [not last]  2006-12-07  misha
   
         * src/classes/table.C:          * operators.txt: - added info about bool params in cookie set
         * src/operators.txt:  
                 table:empty removed, superceded by ^if(def $table)...          * src/types/pa_vcookie.C: - bool param in cookies available now
             $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
         * src/operators.txt:            ]
         * src/targets/cgi/parser3.dsp:  
         * src/types/pa_vform.C:          * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
         * src/types/pa_vform.h:            was added
         * src/types/pa_vhash.h:  
                 !$form:fields  2006-12-02  misha
   
         * src/include/pa_hash.h:          * src/classes/file.C: - file_block_read used instead of native read
         * src/main/pa_hash.C:  
         * src/operators.txt:          * src/main/pa_common.C: - added file_block_read with read error
         * src/operators.txt:            detection - file_block_read used instead of native read
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vfile.h:          * src/include/pa_common.h: - added file_block_read declaration
         * src/types/pa_vform.C:  
         * src/types/pa_vform.C:  2006-12-01  misha
         * src/types/pa_vform.h:  
                 z          * operators.txt: - info about $var.CLASS_NAME was added
   
         * src/Makefile.in:          * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
         * src/classes/dom.C:            $var.CLASS_NAME added
         * src/classes/table.C:  
         * src/main/main.dsp:          * operators.txt: - added info about ^file:copy[]
         * src/operators.txt:  
         * src/parser3.dsw:          * src/classes/file.C: - ^file:copy[from;fo] was added
         * src/types/pa_vdom.h:  
                 introducing dom. dom:load[a.xml]  2006-11-20  misha
   
         * src/main/pa_string.C:          * src/classes/date.C: - bug fix :)
                 a[] ^if($a){y;n} is 'n' now  [conversion from '' to int/double  
                 is 0]  2006-11-17  misha
   
         * src/Makefile.in:          * src/include/pa_common.h: - array in crc32 calculation was changed
         * src/classes/dom.C:            to static
         * src/classes/table.C:  
         * src/main/main.dsp:          * src/main/pa_common.C: - little optimization in getMonthDays -
         * src/operators.txt:            small changes in crc32 calculation
         * src/types/pa_vdom.h:  
         * src/types/pa_vform.C:          * src/classes/date.C: - not needed code was removed
                 merged with successful start of dom  
   2006-11-16  misha
         * src/types/pa_vdom.h:  
                 file pa_vdom.h was initially added on branch xalan1_2.          * src/types/pa_vmail.C: - fix missed brakes
   
 2001-09-06  parser          * src/types/pa_vmail.C: - mail:send now set content-type:
         * src/doc/doxygen.cfg:            multipart/related instead of multipart/mixed if file have
                 merged new default options from 1.2.10 doxygen            $.content-id[]
   
         * src/classes/hash.C:  2006-11-15  misha
         * src/include/pa_globals.h:  
         * src/main/pa_globals.C:          * src/types/pa_vdouble.h: abs -> fabs
         * src/operators.txt:  
         * src/types/pa_vhash.h:  2006-11-14  misha
                 now there's special hash key '_default' [instead of ^_default method]  
                 $hash[          * operators.txt: - added info about ^file.md5[] and
                         $.a[1]            ^file:md5[file-name]
                         $.b[2]  
                         $._default[xx]          * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                 ]            added
                 $hash.c  
           * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
         * src/ChangeLog:            FILE_BUFFER_SIZE
         * src/types/pa_vform.C:  
         * src/types/pa_vform.C:          * src/classes/math.C: - hex_string was moved to pa_common.h
                 a=1&a=2 would result in $form:a being a table with one column '  
                 element' and two rows: 1 and 2          * src/include/pa_common.h: - hex_string was moved from math.C -
             CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
         * src/operators.txt:  
                 z          * src/types/pa_vdouble.h: - incorrect frac detection with negative
             values was fixed
         * src/classes/gd/gifio.C:  
         * src/classes/image.C:  2006-11-13  misha
         * src/classes/op.C:  
         * src/classes/string.C:          * operators.txt: - added info about ^math:crc32[string],
         * src/classes/table.C:            ^file:crc32[file-name] & ^file.crc32[]
         * src/doc/doxygen.cfg:  
         * src/targets/isapi/parser3isapi.C:          * src/classes/math.C: - added ^math:crc32[string]
         * src/types/pa_vtable.C:  
                 few #ifndef DOXYGEN          * src/classes/file.C: - some comments were changed - added
             ^file:crc32[file-name] and ^file.crc32[]
         * src/classes/void.C:  
         * src/main/pa_string.C:          * src/: include/pa_common.h, main/pa_common.C: - some functions for
         * src/main/pa_table.C:            crc32 calculation added
         * src/parser3.dsw:  
                 fixed up bad int/double conversions, and now $form:nonexistent  2006-11-03  misha
                 int(88) would return 88  
           * src/include/pa_array.h: - not needed variable removed
         * src/main/compile.tab.C:  
         * src/main/compile.y:          * tests/: 150.html, 151.html, results/150.processed,
                 ^if(0){}{ ^if(1){}^; }            results/151.processed: - 2 tests were added
                 bug fixed [thanks, fif], ^; were treated there non-literally  
           * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
 2001-09-05  parser            with $.reverse(1) were fixed
         * src/classes/string.C:  
         * src/classes/table.C:          * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                 sql options can be void [same as image:html the other day]            query converted to $.charset during ^file::load[http://...]
   
         * src/classes/mail.C:  2006-11-02  misha
                 MAIN:MAIL check fixed  
           * src/include/pa_table.h: ups. forget '=' char
         * src/Makefile.in:  
         * src/classes/Makefile.in:          * src/include/pa_table.h: - one more fix in
         * src/classes/gd/Makefile.in:            .locate[...][$.reverse(1)]
         * src/configure:  
         * src/main/Makefile.in:  2006-11-01  misha
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.in:          * src/classes/math.C: - bug fix, details:
                 makes            http://www.parser.ru/forum/?id=53360
   
         * src/main/pa_sql_driver_manager.C:          * src/include/pa_table.h: - bug fix during ^table.locate( condition
         * src/sql/pa_sql_driver.h:            false for all records )[$.reverse(1)]
         * src/targets/cgi/parser3.C:  
                 #define STRINGIZE(name) #name          * src/main/pa_http.C: - second param for this mid method is length
                 does not macro expantion on param, simply qoutes whatever passed, undone            but not end_index so this method has error and can't detect
             charsets in next content-types: Content-type: text/html;
         * src/main/pa_sql_driver_manager.C:            charset="windows-1251" Content-type: text/html;
         * src/sql/pa_sql_driver.h:            charset="windows-1251"; Content-type: text/html;
                 SQL_DRIVER_CREATE_FUNC_NAME            charset=windows-1251;
   
         * src/main/pa_sql_driver_manager.C:            only Content-type: text/html; charset=windows-1251 was fine
         * src/sql/pa_sql_driver.h:  
         * src/targets/cgi/Makefile.am:  2006-10-31  misha
         * src/targets/cgi/parser3.C:  
                 #define STRINGIZE(name) #name          * src/classes/file.C: - empty args in file::exec removed now
                 invented  
   2006-09-11  misha
         * src/targets/cgi/Makefile.am:  
                 .am undo          * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
             replaced to table::create - some changes in text/code formatting
         * src/classes/op.C:  
         * src/include/pa_sql_driver_manager.h:  2006-09-03  paf
         * src/main/pa_sql_driver_manager.C:  
                 #define MAIN_SQL_NAME "SQL"          * src/classes/file.C: proper tainting of
                 #define MAIN_SQL_DRIVERS_NAME "drivers"            ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   
                 moved to be availible to all users  2006-06-09  paf
   
 2001-09-04  parser          * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
         * src/targets/cgi/parser3.C:  
                 zz          * src/classes/table.C: formatting
   
         * src/configure:          * src/classes/table.C: incorporated patch from misha: Sent:
         * src/configure.in:            Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
         * src/include/pa_config_auto.h.in:            ignoring string options for ^table.save[]
         * src/pcre/Makefile.in:  
         * src/targets/Makefile.in:          * src/classes/hash.C: incorporated patch from misha Sent:
         * src/targets/apache13/Makefile.in:            Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
         * src/targets/cgi/Makefile.am:            $hash._default disappear while
         * src/targets/cgi/Makefile.in:  
         * src/targets/cgi/parser3.C:          * operators.txt: ^mail:send[   $.file1[      $.value[file]
                 configure --sysconfdir=sysadmin-controlled auto.p location for            $.format[!uue|!base64] << new base64 option. default uue   ] ]
                 targets/cgi/parser3, default[/usr/local/etc]  
           * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
         * src/Makefile.in:            PM Subject: patch for base64 in ^mail:send[] %-)
         * src/configure:  
         * src/include/pa_config_auto.h.in:  2006-04-09  paf
         * src/targets/apache13/Makefile.in:  
         * src/targets/cgi/Makefile.in:          * src/main/compile.tab.C: ` change compiled
                 makes  
           * gnu.vcproj, operators.txt, parser3.sln,
         * src/ChangeLog:            src/classes/classes.vcproj, src/classes/file.C,
         * src/libltdl/libltdl.dsp:            src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
         * src/targets/isapi/parser3isapi.C:            src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                 z            src/classes/xnode.C, src/include/pa_array.h,
             src/include/pa_config_fixed.h, src/include/pa_dir.h,
         * src/targets/cgi/parser3.C:            src/include/pa_memory.h, src/include/pa_request.h,
                 zzz            src/include/pa_stack.h, src/lib/cord/cord.vcproj,
             src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
         * src/targets/cgi/parser3.C:            src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                 full_file_spec bug            src/lib/pcre/pcre_dftables.vcproj,
             src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
         * src/classes/image.C:            src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                 image.html now can accept void params            src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
             src/main/pa_cache_managers.C, src/main/pa_charset.C,
         * src/classes/date.C:            src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
         * src/operators.txt:            src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                 date:sql-string is now without ''            src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
             src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
         * src/classes/date.C:            src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                 date            src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
             src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
         * src/configure.in:            src/types/pa_value.h, src/types/pa_vcookie.C,
                 SYSCONFDIR2            src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
             src/types/pa_vmail.C, src/types/pa_vresponse.C,
         * src/targets/cgi/parser3.C:            src/types/pa_vstatus.C, src/types/types.vcproj,
                 getenvcheck            tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
             ^break[] ^continue[], in ^for, ^while, ^menu,
 2001-09-03  parser            ^hash/hashfile.foreach
         * src/configure.in:  
         * src/operators.txt:          * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
         * src/parser3.dsw:            src/classes/file.C, src/classes/hash.C, src/classes/image.C,
         * src/targets/cgi/parser3.C:            src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                 /configure cgi SYSCONFDIR            src/classes/xnode.C, src/include/pa_array.h,
             src/include/pa_config_fixed.h, src/include/pa_dir.h,
 2001-09-01  parser            src/include/pa_memory.h, src/include/pa_request.h,
         * src/classes/image.C:            src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                 letter_spacing            src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
             src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
         * src/classes/image.C:            src/lib/pcre/pcre_dftables.vcproj,
         * src/operators.txt:            src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                 image: as_int as_string used            src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
             src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
         * src/classes/image.C:            src/main/pa_cache_managers.C, src/main/pa_charset.C,
         * src/operators.txt:            src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                 image: font params changed            src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
             src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
         * src/types/pa_vmethod_frame.h:            src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                 $result[] now gets properly analized            src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
             src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
 2001-08-31  parser            src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
         * src/Makefile.in:            src/types/pa_value.h, src/types/pa_vcookie.C,
         * src/include/pa_dir.h:            src/types/pa_vmail.C, src/types/pa_vresponse.C,
         * src/pcre/Makefile.in:            src/types/pa_vstatus.C, src/types/types.vcproj,
         * src/targets/Makefile.in:            tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
         * src/targets/cgi/parser3.C:            switched to VS2005 (projects and object<info explicitly
                 compiled under cygwin            typed>.for_each(, info)) + $response:field[] setting void means
             removing + grammar $name` name stops now, for mysql `$field` +
         * src/targets/cgi/parser3.C:            started ^break[] ^continue[], in ^for. TODO: to other iterators
                 z            (while, menu, foreach) + all log messages += [uri=, method=, cl=]
   
         * src/classes/void.C:          * buildall-with-xml: merged . ftp paths update
         * src/operators.txt:  
                 void:int/double += (default)          * buildall-with-xml: . ftp paths update
   
         * src/classes/string.C:  2006-03-04  paf
         * src/classes/table.C:  
                 string:int/double (defaults)          * src/main/: pa_string.C: merged from HEAD ! cache file curruption
             checks++ [thanks to Igor Zinkovsky for detailed report]
         * src/classes/image.C:  
         * src/operators.txt:          * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                 image:font added space param            Igor Zinkovsky for detailed report]
                 image:font changed charwidth alg, added kerning const[for now]  
   2006-03-01  paf
 2001-08-29  parser  
         * src/main/pa_exception.C:          * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                 exception redundant debug info            \n to ' ' in
   
 2001-08-28  parser  2006-02-18  paf
         * src/acinclude.m4:  
                 acinclude          * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
             \n to ' ' in
         * src/classes/table.C:  
                 NO_STRING_ORIGIN check          * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
   
         * src/classes/string.C:  2006-02-03  paf
         * src/include/pa_dictionary.h:  
         * src/include/pa_string.h:          * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
         * src/main/pa_dictionary.C:            base64
         * src/main/pa_string.C:  
         * src/main/untaint.C:          * src/main/pa_common.C: ! bugfix: decoding from base64
         * src/operators.txt:  
                 pa_directory speeded up. moved zero 'from' check to directory constructor.  2006-01-20  paf
                 string:replace  
           * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
         * src/Makefile.in:            economy fix
         * src/configure:  
                 makes          * src/classes/: table.C: merged from HEAD ! bugfix
             ^table.save[$.encloser-s now handled properly
         * src/Makefile.in:  
         * src/aclocal.m4:          * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
         * src/classes/Makefile.in:            handled properly
         * src/classes/gd/Makefile.in:  
         * src/configure:  2006-01-19  paf
         * src/libltdl/Makefile.in:  
         * src/main/Makefile.in:          * buildall-with-xml, buildall-without-xml: merged from HEAD !
         * src/pcre/Makefile.in:            libgc:USE_MUNMAP activates merging of free memory blocks which
         * src/targets/Makefile.in:            helps a lot in our case: after transform we want
         * src/targets/apache13/Makefile.in:            CORD(main.result)->cstr[big malloc]->transcode[big malloc]
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.in:          * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                 makefiles            economy fix
   
         * src/classes/file.C:          * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
         * src/main/pa_common.C:            activates merging of free memory blocks which helps a lot in our
         * src/operators.txt:            case: after transform we want CORD(main.result)->cstr[big
                 file:move autocreate/remove dest/src dir            malloc]->transcode[big malloc]
   
         * src/main/compile.C:  2006-01-17  paf
                 NO_STRING_ORIGIN check2  
           * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
         * src/classes/image.C:            before reading them. got rid of reallocs = became quicker and
                 image: gifsize little endian            less fragmentated
   
         * src/configure.in:  2005-12-29  paf
         * src/targets/apache13/Makefile.am:  
                 COMPILE_APACHE13_MODULE          * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
             configure, configure.in, src/include/pa_version.h,
         * src/include/pa_dictionary.h:            src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
         * src/main/pa_dictionary.C:            src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
         * src/main/pa_sql_driver_manager.C:            src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                 NO_STRING_ORIGIN check3            src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
             src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
         * src/include/pa_dictionary.h:  
                 gcc: ../include/pa_dictionary.h:19: storage class specifiers          * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                 invalid in friend function declarations            packaged when 'make dist', so do configure companion files in
             src/lib/ltdl
         * src/acinclude.m4:  
         * src/targets/apache13/Makefile.am:          * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                 configure to skip apache            config.guess, config.sub, configure.in, install-sh, ltmain.sh,
             missing: . now config_auto.h is created with configure [were
         * src/acinclude.m4:            constant]
         * src/classes/op.C:  
         * src/main/compile.tab.C:          * INSTALL: . references to documentation and some clarification
         * src/main/pa_dir.C:  
         * src/main/untaint.C:          * buildall-with-xml, buildall-without-xml: . farawell doc
         * src/targets/cgi/parser3.C:            indication
         * src/targets/isapi/parser3isapi.C:  
                 strncpy forced with zero ending in case of limit          * Makefile.am: . dist+=buildall*
   
         * src/aclocal.m4:  2005-12-28  paf
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.in:          * configure: . 3.2.1
         * src/configure:  
         * src/main/Makefile.in:          * INSTALL, buildall-with-xml, buildall-without-xml: + started to
         * src/targets/apache13/Makefile.in:            simplify build process, see INSTALL
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.in:  2005-12-26  paf
                 make.ins  
           * configure: ver
         * src/classes/gd/gif.h:  
         * src/classes/gd/gifio.C:          * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                 #endif /*some comments removed*/            version
   
         * src/classes/image.C:  2005-12-21  paf
                 image error msgs  
           * src/main/compile.tab.C, src/main/main.vcproj,
         * src/classes/Makefile.am:            www/htdocs/_bug.html: . win32: grammar is now compiled with bison
         * src/classes/gd/Makefile.am:            1.875b, it reports unexpected token names
         * src/configure.in:  
         * src/main/Makefile.am:  2005-12-19  paf
         * src/targets/cgi/Makefile.am:  
         * src/types/Makefile.am:          * src/main/compile.tab.C, src/types/pa_vxnode.h,
                 .am-s            www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
             holds a link to xmlNode to prevent premature gc(xmlNode)
         * src/ChangeLog:  
         * src/doc/doxygen.cfg:          * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                 doxygen conf removed some garbage from under doxygeneration            src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
             src/main/main.vcproj, src/main/pa_globals.C,
         * src/acinclude.m4:            src/targets/cgi/parser3.vcproj,
         * src/configure.in:            src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                 with checkes moved to configure.in -s            configure, configure.in, src/include/pa_version.h: . killing
             gdome [what a relief]
 2001-08-27  parser  
         * src/Makefile.in:          * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
         * src/acinclude.m4:            113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
         * src/aclocal.m4:            run_parser.sh, results/001.processed, results/002.processed,
         * src/classes/Makefile.in:            results/003.processed, results/004.processed,
         * src/classes/gd/Makefile.in:            results/005.processed, results/006.processed,
         * src/configure:            results/008.processed, results/009.processed,
         * src/configure.in:            results/010.processed, results/011.processed,
         * src/libltdl/Makefile.in:            results/012.processed, results/013.processed,
         * src/main/Makefile.in:            results/014.processed, results/015.processed,
         * src/main/pa_common.C:            results/016.processed, results/017.processed,
         * src/main/pa_exception.C:            results/018.processed, results/020.processed,
         * src/main/pa_sql_driver_manager.C:            results/021.processed, results/022.processed,
         * src/pcre/Makefile.in:            results/023.processed, results/024.processed,
         * src/targets/Makefile.in:            results/025.processed, results/026.processed,
         * src/targets/apache13/Makefile.in:            results/027.processed, results/028.processed,
         * src/targets/cgi/Makefile.am:            results/029.processed, results/030.processed,
         * src/targets/cgi/Makefile.in:            results/031.processed, results/032.processed,
         * src/types/Makefile.in:            results/033.processed, results/034.processed,
                 configure for solaris -lsocket            results/035.processed, results/036.processed,
             results/037.processed, results/038.processed,
         * src/classes/image.C:            results/039.processed, results/040.processed,
         * src/classes/image.C:            results/041.processed, results/042.processed,
                 fixed jpgsize alg            results/043.processed, results/044.processed,
             results/045.processed, results/046.processed,
         * src/main/pa_request.C:            results/047.processed, results/048.processed,
         * src/targets/cgi/parser3.C:            results/049.processed, results/050.processed,
                 parser3 test.html [auto.p from current dir loading]            results/051.processed, results/052.processed,
             results/053.processed, results/054.processed,
         * src/main/pa_exception.C:            results/055.processed, results/056.processed,
                 z            results/057.processed, results/058.processed,
             results/059.processed, results/060.processed,
         * src/main/pa_common.C:            results/061.processed, results/062.processed,
                 removed debug info from pa_common            results/063.processed, results/064.processed,
             results/065.processed, results/066.processed,
         * src/parser3.dsw:            results/067.processed, results/068.processed,
                 odbc release compiled            results/069.processed, results/070.processed,
             results/071.processed, results/072.processed,
         * src/operators.txt:            results/073.processed, results/074.processed,
                 $STATIC added            results/075.processed, results/076.processed,
             results/077.processed, results/078.processed,
 2001-08-24  parser            results/079.processed, results/080.processed,
         * src/targets/cgi/parser3.C:            results/081.processed, results/082.processed,
                 not cgi extra \n 2            results/083.processed, results/084.processed,
             results/085.processed, results/086.processed,
         * src/classes/file.C:            results/087.processed, results/088.processed,
         * src/classes/form.C:            results/089.processed, results/090.processed,
         * src/classes/mail.C:            results/091.processed, results/092.processed,
         * src/classes/table.C:            results/093.processed, results/094.processed,
                 fiew non-pool mallocs fixed            results/095.processed, results/096.processed,
             results/097.processed, results/099.processed,
         * src/targets/cgi/parser3.C:            results/100.processed, results/101.processed,
                 not cgi extra \n 3            results/102.processed, results/104.processed,
             results/105.processed, results/106.processed,
         * src/sql/pa_sql_driver.h:            results/107.processed, results/108.processed,
                 sql* removed services from disconnect - cross-request ideological probs.            results/109.processed, results/110.processed,
                 oracle - fixed bug: cs allocated on request.pool and got freed before disconnect            results/111.processed, results/112.processed,
             results/113.processed, results/114.processed,
         * src/targets/cgi/parser3.C:            results/115.processed, results/117.processed,
                 not cgi extra \n            results/119.processed, results/120.processed,
             results/121.processed, results/122.processed,
         * src/ChangeLog:            results/123.processed, results/124.processed,
         * src/main/pa_sql_driver_manager.C:            results/125.processed, results/126.processed,
                 z            results/127.processed, results/128.processed,
             results/129.processed, results/130.processed,
         * src/include/pa_sql_connection.h:            results/131.processed, results/132.processed,
         * src/main/pa_sql_driver_manager.C:            results/133.processed, results/134.processed,
         * src/parser3.dsw:            results/135.processed, results/136.processed,
                 sql* removed services from disconnect - cross-request            results/138.processed, results/139.processed,
                 ideological probs.            results/140.processed, results/141.processed,
             results/142.processed, results/143.processed,
 2001-08-23  parser            results/144.processed, results/145.processed,
         * src/main/pa_sql_driver_manager.C:            results/146.processed, results/147.processed,
         * src/parser3.dsw:            results/148.processed, results/149.processed, results/auto.p: .
                 oracle: dlink            now works if we turn off default auto.p
   
         * src/parser3.dsw:          * configure: . makes
                 oracle 0  
           * src/types/pa_vxnode.C: . less warnings
         * src/classes/file.C:  
                 minor bug in file:save fixed          * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
             tests/145.html, tests/149.html, tests/descript.ion,
 2001-08-22  parser            tests/outputs/d.cmd, tests/results/142.processed,
         * src/classes/file.C:            tests/results/143.processed, tests/results/144.processed,
         * src/main/compile.tab.C:            tests/results/145.processed, tests/results/146.processed,
         * src/operators.txt:            tests/results/147.processed, tests/results/148.processed,
         * src/types/pa_vfile.C:            tests/results/149.processed, www/htdocs/_bug.html: . removed
         * src/types/pa_vfile.h:            .nodeValue from all node types other than 5 (grabbed piece from
                 file:load|save[text|binary;            gdome)
   
         * src/main/compile.tab.C:          * tests/: 137.html, results/137.processed: . not handled this case
         * src/main/compile.y:            yet. code does not hang from inserting parent into child,
         * src/operators.txt:            considering thing minor issue -- nodes are removed from source
         * src/parser3.dsw:            anyway, don't know why shold that be an error after all
                 ^method[]^[^] literals []  
           * src/targets/cgi/parser3.C: . style
 2001-08-21  parser  
         * src/classes/file.C:          * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
         * src/classes/table.C:            xdoc too [were barking "not element"]
         * src/operators.txt:  
                 ^file:list  2005-12-16  paf
   
 2001-08-20  parser          * tests/146.html, tests/147.html, tests/148.html,
         * src/main/compile.tab.C:            www/htdocs/_bug.html: . more tests
         * src/main/compile.y:  
         * src/main/pa_sql_driver_manager.C:          * src/classes/xnode.C: . also bark on possible errors
         * src/operators.txt:  
         * src/pcre/pcre_parser_ctype.c:          * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
         * src/types/pa_value.h:            props
         * src/types/pa_vbool.h:  
         * src/types/pa_vdouble.h:          * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
         * src/types/pa_vint.h:            (confused it with ^call[] case)
                 var(123) ^var.inc[] recousively caused problems: inc incremeted  
                 123 literal!! fixed          * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
             main/compile.y: merged from HEAD ! fixed overoptimized
 2001-08-10  parser            ^call(false) case. (confused it with ^call[] case)
         * src/ChangeLog:  
         * src/classes/table.C:          * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
         * src/include/pa_table.h:            ^call(false) case. (confused it with ^call[] case)
         * src/main/pa_table.C:  
         * src/operators.txt:          * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                 table.sort now creates new sorted table  
           * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
         * src/main/compile.tab.C:            results/001.processed, results/002.processed,
         * src/main/compile.tab.C:            results/003.processed, results/004.processed,
         * src/main/compile.y:            results/005.processed, results/006.processed,
         * src/main/compile.y:            results/008.processed, results/009.processed,
         * src/operators.txt:            results/010.processed, results/011.processed,
                 (codes) name part syntax added            results/012.processed, results/013.processed,
             results/014.processed, results/015.processed,
         * src/main/compile.tab.C:            results/016.processed, results/017.processed,
         * src/main/compile.y:            results/018.processed, results/019.processed,
                 [codes] name part syntax now            results/020.processed, results/021.processed,
             results/022.processed, results/023.processed,
         * src/main/pa_string.C:            results/024.processed, results/025.processed,
                 string.match hanged on. there were a hang check but it weren't wise enough            results/026.processed, results/027.processed,
                             results/028.processed, results/029.processed,
                 @parse[dateString][tmp]            results/030.processed, results/031.processed,
                 $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]            results/032.processed, results/033.processed,
                 $tmp.1 $tmp.2            results/034.processed, results/035.processed,
                 #end            results/036.processed, results/037.processed,
                             results/038.processed, results/039.processed,
                 @main[]            results/040.processed, results/041.processed,
                 ^parse[2001-02-03]            results/042.processed, results/043.processed,
             results/044.processed, results/045.processed,
         * src/classes/table.C:            results/046.processed, results/047.processed,
         * src/classes/table.C:            results/048.processed, results/049.processed,
         * src/operators.txt:            results/050.processed, results/051.processed,
                 table:sort now default desc            results/052.processed, results/053.processed,
             results/054.processed, results/055.processed,
         * src/types/pa_value.h:            results/056.processed, results/057.processed,
         * src/types/pa_vstring.h:            results/058.processed, results/059.processed,
         * src/types/pa_vstring.h:            results/060.processed, results/061.processed,
                 string now def only when ne ''            results/062.processed, results/063.processed,
             results/064.processed, results/065.processed,
         * src/main/pa_request.C:            results/066.processed, results/067.processed,
         * src/main/pa_request.C:            results/068.processed, results/069.processed,
                 wanted to make            results/070.processed, results/071.processed,
                 const int MAX_EXECUTE_SECONDS=1;            results/072.processed, results/073.processed,
                             results/074.processed, results/075.processed,
                 but couldnt, set_callback_and_alarm appeared to be not exported :(            results/076.processed, results/077.processed,
             results/078.processed, results/079.processed,
         * src/classes/table.C:            results/080.processed, results/081.processed,
                 table:sort restored [it was bad test :(]            results/082.processed, results/083.processed,
             results/084.processed, results/085.processed,
 2001-08-09  parser            results/086.processed, results/087.processed,
         * src/main/pa_string.C:            results/088.processed, results/089.processed,
                 $a[010] now ^if($a==10){true}            results/090.processed, results/091.processed,
                 were octal            results/092.processed, results/093.processed,
             results/094.processed, results/095.processed,
         * src/main/Makefile.am:            results/096.processed, results/097.processed,
                 .am            results/099.processed, results/101.processed,
             results/102.processed, results/104.processed,
         * src/classes/void.C:            results/105.processed, results/106.processed,
         * src/classes/void.C:            results/107.processed, results/108.processed,
         * src/operators.txt:            results/109.processed, results/110.processed,
                 void: int double  copy/paste from int: bug fixed            results/111.processed, results/112.processed,
             results/113.processed, results/114.processed,
         * src/classes/hash.C:            results/115.processed, results/116.processed,
         * src/operators.txt:            results/117.processed, results/118.processed,
                 hash:_default now [was hash:default]            results/119.processed, results/120.processed,
             results/121.processed, results/122.processed,
         * src/types/pa_vcookie.C:            results/123.processed, results/124.processed,
                 cookie name&value origins added, more precise $ORIGINS(1)            results/125.processed, results/126.processed,
             results/127.processed, results/128.processed,
         * src/classes/op.C:            results/129.processed, results/130.processed,
                 case without switch check added            results/131.processed, results/132.processed,
             results/133.processed, results/134.processed,
         * src/operators.txt:            results/135.processed, results/136.processed,
                 0x added to operators.txt            results/137.processed, results/138.processed,
             results/139.processed, results/140.processed,
         * src/main/Makefile.in:            results/141.processed: . refreshed old tests, made them work
                 make.in            without auto.p (in utf8) . things noted: . gif got encoded
             differently . exif 0000:00:00 decoded now into 0000:00:00 (were
 2001-08-07  parser            some strange year)
         * src/classes/math.C:  
         * src/main/pa_request.C:          * INSTALL: . revived linux libgc fix
                 math:random fixed. win32 srand made working  
           * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
         * src/classes/double.C:            glib/gdome in INSTALL and patches]
         * src/classes/int.C:  
         * src/classes/string.C:          * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
         * src/classes/table.C:            src/include/pa_charset.h, src/include/pa_config_includes.h,
         * src/include/pa_globals.h:            src/include/pa_globals.h, src/include/pa_memory.h,
         * src/main/pa_globals.C:            src/include/pa_request.h, src/include/pa_xml_exception.h,
         * src/operators.txt:            src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
                 !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]            src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                 string, table            src/lib/cord/cordxtra.c, src/main/compile.tab.C,
             src/main/pa_charset.C, src/main/pa_globals.C,
 2001-08-06  parser            src/main/pa_memory.C, src/main/pa_request.C,
         * src/classes/hash.C:            src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
         * src/operators.txt:            src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                 hash:keys renamed to hash:_keys :(            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
             www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
         * src/main/pa_exec.C:            gdome
                 exec win32 real filename  
   2005-12-13  paf
         * src/classes/file.C:  
         * src/operators.txt:          * src/main/: pa_request.C: merged from HEAD ! when code in
                 exec stderr out            @unhandled_exception thrown another exception, print correct
             origin (earlier code in catch of exception inside of
         * src/classes/mail.C:            @unhandled_exception grabbed parent_frame(original_exception)
         * src/classes/op.C:            origin and printed it, instead of true origin)
         * src/include/pa_array.h:  
         * src/include/pa_globals.h:          * src/main/pa_request.C: ! when code in @unhandled_exception thrown
         * src/include/pa_hash.h:            another exception, print correct origin (earlier code in catch of
         * src/include/pa_request.h:            exception inside of @unhandled_exception grabbed
         * src/main/compile.tab.C:            parent_frame(original_exception) origin and printed it, instead
         * src/main/compile.y:            of true origin)
         * src/main/pa_array.C:  
         * src/main/pa_dictionary.C:  2005-12-09  paf
         * src/main/pa_exec.C:  
         * src/main/pa_globals.C:          * INSTALL: . updated INSTALL doc to work around linux stack base
         * src/main/pa_hash.C:            detection problem, due to change in gc6.4 code
         * src/main/pa_request.C:  
         * src/main/pa_string.C:          * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
         * src/operators.txt:            ignored in ^string.matched :(
                 class_path  
           * src/main/pa_string.C: ! regex tainting were ignored in
 2001-08-03  parser            ^string.matched :(
         * src/ChangeLog:  
         * src/classes/table.C:          * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
         * src/operators.txt:            src/include/pa_config_fixed.h, src/include/pa_version.h,
         * src/types/pa_vtable.h:            src/main/compile.y, src/main/compile_tools.h,
                 vtable.locks killed            src/main/pa_charset.C, src/main/pa_common.C,
             src/main/pa_globals.C, src/main/pa_string.C,
 2001-08-02  parser            src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
         * src/classes/classes.h:            src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
         * src/classes/op.C:            www/htdocs/auto.p: . merged latest fixes from 3.2.0
         * src/include/pa_globals.h:  
         * src/main/execute.C:  2005-12-08  paf
         * src/main/pa_globals.C:  
         * src/main/pa_globals.C:          * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                 found another multithread bug in op.C (last, last global var            500 chars now handled OK [were wrapped on 500th char according to
                 killed) :)            rfc, but sendmail failed to unwrap it properly]
   
         * src/main/pa_dictionary.C:          * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
         * src/main/pa_globals.C:            handled OK [were wrapped on 500th char according to rfc, but
                 memset dictionary minor bug fixed            sendmail failed to unwrap it properly]
   
         * src/classes/string.C:          * src/targets/isapi/parser3isapi.C: . less warnings
         * src/classes/table.C:  
         * src/include/pa_array.h:          * src/targets/isapi/parser3isapi.C: . undone some strange change
         * src/main/execute.C:            since 3.1.5
         * src/main/pa_exec.C:  
                 introducing Array_iter          * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
             link fixes
         * src/main/execute.C:  
                 detected quick_get recursion bug. changed to get@execute, but          * src/classes/date.C, src/include/pa_config_fixed.h,
                 needs array iterator, separate from array to avoid it & use caching            src/main/compile.tab.C, src/main/compile.y,
             src/main/compile_tools.h, src/main/pa_charset.C,
 2001-08-01  parser            src/main/pa_common.C, src/main/pa_globals.C,
         * src/include/pa_dictionary.h:            src/main/pa_string.C, src/targets/cgi/getopt.c,
         * src/include/pa_globals.h:            www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
         * src/include/pa_string.h:            less warnings
         * src/main/main.dsp:  
         * src/main/pa_dictionary.C:          * src/include/pa_config_fixed.h: . removed outdated string origins
         * src/main/pa_globals.C:            [in current storage scheme there's no place for them. someday we
         * src/main/pa_request.C:            can add third CORD to store origins and special version of parser
         * src/main/pa_string.C:            which stores origins there [separate binary]]
         * src/main/untaint.C:  
                 speeded up typo-html replacements. introducing Dictionary with  2005-12-07  paf
                 first-char caching  
           * src/targets/isapi/parser3isapi.C: . now links in release mode
 2001-07-31  parser  
         * src/types/Makefile.am:          * src/include/pa_version.h: makefiles
                 pa_vtable.C added to .am  
           * src/include/pa_version.h: . not beta
         * src/operators.txt:  
                 pgsql: oid read. write todo          * configure, configure.in, src/include/pa_version.h: not beta
   
         * src/main/compile.tab.C:  2005-12-06  paf
                 added, so that could be compiled even on non-bison-enabled platforms  
           * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
 2001-07-30  parser            [some details here http://i2/tasks/edit/?id=4869912143891354460]
         * src/parser3.dsw:            decided to undo the change ^call[$void] passes void. now it will
                 pgsql 0            pass empty string again.
   
 2001-07-28  parser          * src/main/: compile.tab.C, compile.y: . version readded
         * src/main/compile.y:  
         * src/main/untaint.C:          * src/classes/op.C: . in this version there is no ^switch[$nothing]
         * src/operators.txt:            = ^switch[void] problem
                 bug fix @ untaint when \r skipped \n  
   2005-12-01  paf
         * src/classes/table.C:  
                 table:hash always produces hash, when can't - empty          * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
             caused ^case[string] to be coerced to double since searching
 2001-07-27  parser            value were not string (it was vvoid)
         * src/classes/double.C:  
         * src/classes/int.C:          * src/classes/op.C: . bugfix ^switch[$void_value] caused
         * src/classes/string.C:            ^case[string] to be coerced to double since searching value were
                 provided meaningful msg on int/double/string :sql without            not string (it was vvoid)
                 result and default  
           * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
 2001-07-26  parser            1.1.15       glib = 1.2.10       gdome2 = 0.8.1
         * src/include/pa_opcode.h:  
         * src/main/compile.y:  2005-11-30  paf
         * src/main/execute.C:  
                 hash creation syntax problem persists. restored $: for a while.          * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                 thinking of $man[$.age[zzz]] syntax now            win32 must putenv("TZ="), on unix works only putenv("TZ")
   
         * src/classes/op.C:          * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                 fixed bad multithread bug with strangly global OP            putenv("TZ="), on unix works only putenv("TZ")
   
         * src/main/compile.y:          * INSTALL: . xml libs versions updated
                 $man[$.age[zzz]]  0  
           * src/main/pa_globals.C: //20051130 trying to remove this, author
         * src/include/pa_opcode.h:            claims that fixed a lot there // 20040920 for now both
         * src/main/compile.C:            workarounds needed. wait for new libxml/xsl versions
         * src/main/compile.y:  
         * src/main/compile_tools.h:  2005-11-28  paf
         * src/main/execute.C:  
         * src/main/pa_request.C:          * src/classes/table.C: merged from HEAD: ! nameless table has
         * src/types/pa_vmethod_frame.h:            columns==0
                 introducing ::  
                 this is constructor call prefix.          * src/classes/table.C: ! nameless table has columns==0
                 ordinary : remains for static accesses  
           * src/main/pa_http.C: merged from HEAD: ! status line check made
         * src/classes/double.C:            earlier [was totally wrong]
         * src/classes/int.C:  
         * src/classes/string.C:          * src/main/pa_http.C: ! status line check made earlier [was totally
         * src/include/pa_opcode.h:            wrong]
         * src/main/compile.C:  
         * src/main/compile.y:  2005-11-25  paf
         * src/main/compile_tools.h:  
         * src/main/execute.C:          * src/include/pa_array.h: -this reduces speed(table::load) strange.
         * src/types/pa_vcode_frame.h:            undoing for now...
         * src/types/pa_vmethod_frame.h:  
         * src/types/pa_wcontext.h:          * src/include/pa_version.h: -this reduces speed(table::load),
         * src/types/pa_wwrapper.h:            strange. undoing
                 fixing :: realization #1  
           * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
 2001-07-25  parser  
         * src/classes/table.C:          * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
         * src/main/main.dsp:            ^while(){}[SEPARATOR]
         * src/operators.txt:  
         * src/types/pa_vtable.C:          * src/include/pa_array.h: + optimistics added: all arrays (table
         * src/types/pa_vtable.h:            rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                 ^table.record[] now $table.fields            this speeds things up and saves memory a LOT! (not noticed
             negative effect on syntetic tests, future will tell...)
         * src/parser3.dsw:  
         * src/types/pa_vtable.C:          * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                 table: get_element order changeed. now:            changed gc_malloc implementation, which obscured profiling
                 1. fields  
                 2. methods          * src/classes/table.C: merged from HEAD: + optimized
                 3. columns            table::load/sql, now row ArrayString-s allocated with
             columns.count() elements and don't always grow from
         * src/types/pa_vdouble.h:            count=3[realloc,realloc]
         * src/types/pa_vint.h:  
                 odbc: no result queries; quote.          * src/classes/table.C: + optimized table::load/sql, now row
                 optimized double&int tostring-s            ArrayString-s allocated with columns.count() elements and don't
             always grow from count=3[realloc,realloc]
         * src/classes/string.C:  
         * src/include/pa_globals.h:          * src/classes/table.C: merged from HEAD: . ^table.save unused
         * src/main/execute.C:            buffer after save
         * src/main/pa_globals.C:  
                 match replace code context moved to implicit $match context          * src/classes/table.C: . ^table.save unused buffer after save
   
         * src/main/compile.C:  2005-11-24  paf
         * src/main/compile.y:  
         * src/main/compile_tools.h:          * configure.in: . merged glib2-config patch
                 allowed whitespace before first method decl  
           * configure.in: + trying to find glib2-config
         * src/include/pa_opcode.h:  
         * src/main/compile.y:          * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
         * src/main/compile_tools.C:            src/main/pa_common.C, src/main/pa_request.C,
         * src/main/compile_tools.h:            www/htdocs/_bug.html: merged from HEAD: ! changed
         * src/main/execute.C:            file/dir_readable to simple file/dir_exist, this would help in
         * src/operators.txt:            situations "class not found because .p file has bad rights" << in
                 with killed, code storage introduced with former 'with' syntax            that case error would be explicit "access denied to 'this' file"
   
         * src/main/compile.y:          * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
         * src/main/compile.y:  
         * src/main/execute.C:          * src/: classes/file.C, include/pa_common.h, main/execute.C,
                 $var[] is now empty string, not void            main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
             to simple file/dir_exist, this would help in situations "class
         * src/main/compile.C:            not found because .p file has bad rights" << in that case error
         * src/main/compile.y:            would be explicit "access denied to 'this' file"
         * src/main/compile_tools.h:  
                 allowed empty lines before first method decl          * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
             include/pa_http.h, main/Makefile.am, main/main.vcproj,
         * src/operators.txt:            main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                 z            ^file::exec/cgi[script;$.charset[changed]
             $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
         * src/classes/table.C:            encoded in $.charset charset
                 allowed nontable result in table:sql, results in empty table  
           * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
 2001-07-24  parser            www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
         * src/main/compile.C:            $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
         * src/main/execute.C:            encoded in $.charset charset
         * src/main/pa_string.C:  
         * src/types/pa_value.h:          * src/: include/Makefile.am, include/pa_common.h,
                 first get_element, next get operator            include/pa_http.h, main/Makefile.am, main/main.vcproj,
             main/pa_common.C, main/pa_http.C: . extracted http:// into
         * src/classes/file.C:            separate file [preparation for
         * src/include/pa_common.h:            ^file::cgi[script;$.form[$.field1[]
         * src/main/pa_common.C:  
         * src/parser3.dsw:  2005-11-22  paf
                 file:move  
           * src/: include/pa_version.h, main/compile.tab.C: makefiles
         * src/main/compile.y:  
                 removed @end handling          * acinclude.m4, configure.in: . merged underquting fixes
   
         * src/main/pa_common.C:          * src/include/pa_config_auto.h.in: configure+makes
                 file_read close @ eof when imgsize bug fixed  
           * src/classes/op.C: . overmerged a little
         * src/main/compile.C:  
         * src/main/compile.y:          * src/main/compile.tab.C: Makefile
         * src/operators.txt:  
                 @end handling method2          * src/main/: pa_common.C: . less gcc warnings
   
 2001-07-23  parser          * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
         * src/main/pa_sql_driver_manager.C:            now reports original exception if we have no old cache
         * src/parser3.dsw:  
         * src/sql/pa_sql_driver.h:          * src/classes/op.C, www/htdocs/_bug.html: +
                 sql odbc driver            $exception.handled[cache] now reports original exception if we
             have no old cache
         * src/classes/hash.C:  
         * src/classes/hash.C:          * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
         * src/classes/string.C:            www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
         * src/classes/table.C:            << escapes these: \^$.[]|()?*+{}
         * src/classes/void.C:  
         * src/include/pa_sql_connection.h:          * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
         * src/parser3.dsw:            www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
         * src/sql/pa_sql_driver.h:            \^$.[]|()?*+{}
                 changed sql driver query interface  
           * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
 2001-07-20  parser            getenv-ed variable, which does not work both on win32&unix.
         * src/operators.txt:            copied old TZ value now
         * src/types/pa_vrequest.C:  
                 X!$browser:type          * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
             stored pointer to getenv-ed variable, which does not work both on
         * src/classes/file.C:            win32&unix. copied old TZ value now
         * src/classes/string.C:  
         * src/include/pa_string.h:          * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
         * src/main/execute.C:            getenv-ed variable, which does not work both on win32&unix.
         * src/main/pa_string.C:            copied old TZ value now
         * src/operators.txt:  
         * src/operators.txt:          * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
         * src/types/pa_valiased.C:            access to internal hash
         * src/types/pa_valiased.h:  
         * src/types/pa_value.h:          * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
         * src/types/pa_vclass.h:            $response:headers access to internal hash
         * src/types/pa_vcookie.h:  
         * src/types/pa_vdate.h:          * src/targets/isapi/parser3isapi.C: merged from HEAD: +
         * src/types/pa_vfile.h:            GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
         * src/types/pa_vform.h:            isapi] this reduces number of "GC Warning: Repeated allocation of
         * src/types/pa_vhash.h:            very large block" messages to only important onces
         * src/types/pa_vmath.h:  
         * src/types/pa_vobject.h:          * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
         * src/types/pa_vrequest.C:            GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
         * src/types/pa_vstateless_class.h:            isapi] this reduces number of "GC Warning: Repeated allocation of
         * src/types/pa_vstateless_object.h:            very large block" messages to only important onces
                 only ^class:method dynamic calls allowed.  
                 ^BASE.method call disabled.          * src/classes/string.C: merged from HEAD: + removed limitation on
                 BASE element globally removed            ^string/int/double:sql{}[$.default[({param style})] ]
   
 2001-07-18  parser          * src/classes/string.C: + removed limitation on
         * src/Makefile.am:            ^string/int/double:sql{}[$.default[({param style})] ]
         * src/Makefile.in:  
         * src/classes/Makefile.am:          * src/main/pa_common.C: merged from HEAD: + removed "use either uri
         * src/classes/gd/Makefile.am:            with ?params or $.form option" limitation
         * src/main/Makefile.am:  
         * src/pcre/Makefile.am:          * src/main/pa_common.C: + removed "use either uri with ?params or
         * src/targets/Makefile.am:            $.form option" limitation
         * src/targets/apache13/Makefile.am:  
         * src/targets/cgi/Makefile.am:          * src/classes/file.C, src/classes/string.C,
         * src/types/Makefile.am:            src/include/pa_common.h, src/main/pa_common.C,
                 removed $id from *.in *.am            www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
             ^file::base64[encoded] decode
         * src/classes/file.C:  
                 file:exec/cgi msg          * src/classes/file.C, src/classes/string.C,
             src/include/pa_common.h, src/main/pa_common.C,
         * src/main/pa_request.C:            www/htdocs/_bug.html: + ^file.base64[] encode +
         * src/main/untaint.C:            ^file::base64[encoded] decode
         * src/operators.txt:  
                 ORIGINS langs name abbrevations          * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
             ^string.base64[] encode + ^string:base64[encoded] decode
         * src/classes/file.C:  
         * src/operators.txt:          * src/classes/string.C, src/include/pa_common.h,
                 $file:exit-code renamed to 'status'            src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
             encode + ^string.base64[] decode
         * src/classes/date.C:  
         * src/classes/mail.C:  2005-11-21  paf
         * src/classes/math.C:  
         * src/classes/string.C:          * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
         * src/classes/table.C:            ^file::create[text;file.xml;^untaint[xml]{data}]
         * src/include/pa_globals.h:  
         * src/include/pa_string.h:          * src/classes/file.C, www/htdocs/_bug.html: +
         * src/main/execute.C:            ^file::create[text;file.xml;^untaint[xml]{data}]
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/main/pa_request.C: ! merged: $response:body[file] now
         * src/main/pa_string.C:            differes from :download, it does not return content-disposition
         * src/main/untaint.C:            at all now [previusely it returned valueless content-disposition]
         * src/types/pa_value.h:  
         * src/types/pa_vdouble.h:          * src/main/pa_request.C: ! $response:body[file] now differes from
         * src/types/pa_vfile.h:            :download, it does not return content-disposition at all now
         * src/types/pa_vint.h:            [previusely it returned valueless content-disposition]
         * src/types/pa_vstring.C:  
         * src/types/pa_vstring.h:          * src/main/: compile.tab.C, compile.y: ! overoptimized void
                 $ORIGINS(1) output tracing mode            literals, reverted to just vvod, recreating empty array with each
             void_value token. that's absolutely needed, since that array
         * src/classes/Makefile.in:            grows
         * src/classes/gd/Makefile.in:  
         * src/main/Makefile.in:          * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
         * src/pcre/Makefile.in:            types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
         * src/targets/Makefile.in:            types/pa_vmethod_frame.h: + merged: expression literals:
         * src/targets/apache13/Makefile.in:            true/false. ^format[$.indent(true)]
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.in:          * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
                 $id in .in's from .am's removed            src/types/pa_vbool.h, src/types/pa_vdouble.h,
             src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
         * src/classes/file.C:            www/htdocs/_bug.html: + expression literals: true/false.
         * src/main/pa_exec.C:            ^format[$.indent(true)]
         * src/operators.txt:  
                 file:exec          * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
             src/types/types.vcproj, www/htdocs/_bug.html,
 2001-07-17  parser            www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
         * src/Makefile.in:            "3.1.5beta (compiled on i386-pc-win32)"
         * src/classes/Makefile.in:  
         * src/configure:          * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
         * src/configure.in:            src/types/types.vcproj, www/htdocs/_bug.html: +
                 == wrong            $env:PARSER_VERSION reports "3.1.5beta (compiled on
             i386-pc-win32)"
 2001-07-13  parser  
         * src/main/execute.C:  2005-11-18  paf
         * src/main/pa_request.C:  
                 order of MAIN parents was wrong, fixed          * src/classes/: double.C, int.C: ! ^int/double:sql{select
             null}[$.default(123)] will now return default value
         * src/classes/double.C:  
         * src/classes/int.C:          * www/htdocs/_bug.html: + ^cache[] << returns current cache
         * src/classes/string.C:            expiration time
         * src/include/pa_request.h:  
         * src/include/pa_request.h:          * src/classes/op.C: + merged ^cache[] << returns current cache
         * src/main/execute.C:            expiration time
         * src/main/execute.C:  
         * src/main/execute.C:          * src/classes/op.C: + ^cache[] << returns current cache expiration
         * src/main/pa_request.C:            time
         * src/operators.txt:  
                 auto.p[@auto], /news/auto.p[no @auto], so that initializing          * src/classes/table.C: ! merged ^table::create[not'nameless';
                 second would not call first @auto            failed << Exception.problem_source pointed to local var!
   
 2001-07-12  parser          * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
         * src/operators.txt:            Exception.problem_source pointed to local var!
         * src/types/pa_value.h:  
                 pa_value.putelement modification of system classes prevented          * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
             now loads VFile.ptr!=0, so such files can be saved now
 2001-07-11  parser  
         * src/classes/string.C:          * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
         * src/doc/sources2html.cmd:            loads VFile.ptr!=0, so such files can be saved now
         * src/operators.txt:  
                 lr split now yelds table $piece          * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
             ! merged: file:list now sees .xxx files, only . and .. now
         * src/classes/file.C:            removed from list [were removed all .*]
         * src/include/pa_common.h:  
         * src/main/pa_common.C:          * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
         * src/operators.txt:            .. now removed from list [were removed all .*]
         * src/types/pa_vstateless_class.h:  
                 $file created by file:state += .atime .mtime .ctime          * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                 +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]            open error now checked, were not :( [stole that piece from apache
             1.3 sources]
 2001-07-09  parser  
         * src/main/untaint.C:          * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                 qp wrong name            checked, were not :( [stole that piece from apache 1.3 sources]
   
         * src/classes/date.C:          * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
         * src/classes/string.C:            untainting of @main result if returned by $result or
         * src/classes/table.C:            $response:body
         * src/main/compile.y:  
         * src/operators.txt:          * src/main/pa_request.C: ! ensured proper untainting of @main
                 date format 0            result if returned by $result or $response:body
   
 2001-07-07  parser          * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
         * src/classes/Makefile.am:            issue: now tries to guess content-length and allocates one big
         * src/classes/date.C:            piece if possible [regretfully gc_realloc works as malloc+free,
         * src/classes/file.C:            leaving lots of holes behind]
         * src/classes/hash.C:  
         * src/classes/image.C:          * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
         * src/classes/mail.C:            fixed file load memory issue: now tries to guess content-length
         * src/classes/math.C:            and allocates one big piece if possible [regretfully gc_realloc
         * src/classes/op.C:            works as malloc+free, leaving lots of holes behind]
         * src/classes/string.C:  
         * src/classes/table.C:  2005-11-16  paf
         * src/classes/void.C:  
         * src/include/pa_request.h:          * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
         * src/main/main.dsp:            src/main/compile.tab.C, src/main/pa_common.C,
         * src/operators.txt:            www/htdocs/_bug.html: merged to HEAD: ! table::save with
         * src/types/pa_value.h:            enclosers now doubles them: "->"" ! table::save/load do not
         * src/types/pa_vdate.h:            remove elements from options hash
         * src/types/pa_wcontext.C:  
                 date  now set $fields roll string.  todo: sql, calendar          * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
             [were overoptimized ^if(double_literal), compiler confused
         * src/classes/date.C:            OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
         * src/classes/table.C:  
         * src/include/pa_common.h:          * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
         * src/include/pa_string.h:            [were overoptimized ^if(double_literal), compiler confused
         * src/main/pa_common.C:            OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
         * src/operators.txt:  
         * src/types/pa_vdate.h:          * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
                 date roll            src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
                 table calendar            enclosers now doubles them: "->"" ! table::save/load do not
             remove elements from options hash
 2001-07-06  parser  
         * src/classes/math.C:  2005-11-03  paf
         * src/include/pa_request.h:  
         * src/main/execute.C:          * src/main/: Makefile.am, compile.tab.C: removed $< from .y
         * src/main/main.dsp:            compilation, not all makefiles liked that
         * src/main/pa_request.C:  
         * src/operators.txt:  2005-08-30  paf
         * src/operators.txt:  
         * src/types/pa_vmath.h:          * src/classes/op.C: merge . speedup check of [DEFAULT]
                 math 0  
           * src/classes/op.C: . speedup check of [DEFAULT]
 2001-07-03  parser  
         * src/classes/Makefile.am:  2005-08-26  paf
         * src/classes/math.C:  
         * src/classes/op.C:          * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
         * src/classes/random.C:            merged + date.week
         * src/main/main.dsp:  
         * src/operators.txt:          * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
                 class random renamed to math, operators became methods            date.week
   
         * src/classes/op.C:          * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
         * src/operators.txt:            complains about bad!=nameless
                  pow sqrt  
           * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
         * src/classes/op.C:            about bad!=nameless
         * src/main/execute.C:  
         * src/operators.txt:          * src/classes/: hash.C, string.C, table.C, void.C: merged !
                  sin asin cos acos tan atan            optional options were allowed to be empty. were checked
             if(is_string), changed to !defined||is_string to allow void
 2001-07-02  parser  
         * src/classes/hash.C:          * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
         * src/operators.txt:            src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                 ^hash.keys[]            src/classes/void.C: ! optional options were allowed to be empty.
             were checked if(is_string), changed to !defined||is_string to
         * src/classes/table.C:            allow void
         * src/main/pa_table.C:  
         * src/operators.txt:          * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                 ^table:columns[]            as_junction where they needed as_int/double, so failed with
             recent "(const) now no junction" optimization
         * src/classes/table.C:  
         * src/operators.txt:          * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                 ^table.columns column renamed from 'name' to 'column'            merged ! many classes/*  used as_junction where they needed
             as_int/double, so failed with recent "(const) now no junction"
         * src/main/compile.y:            optimization
         * src/main/compile_tools.h:  
         * src/operators.txt:          * src/classes/double.C, src/classes/int.C, src/classes/math.C,
                 in expressions now allowed 'strings'            src/classes/op.C, src/classes/string.C, src/classes/table.C,
             src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
 2001-06-29  parser            www/htdocs/_bug.html: ! many classes/*  used as_junction where
         * src/main/execute.C:            they needed as_int/double, so failed with recent "(const) now no
         * src/main/execute.C:            junction" optimization
                 /0  %0 checkes ver 2  
   2005-08-24  paf
         * src/classes/table.C:  
                 empty strings @ sql          * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
             windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
         * src/Makefile.in:            stripped it
         * src/classes/Makefile.in:  
                 makes  2005-08-09  paf
   
         * src/classes/Makefile.am:          * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                 nothing - void            not cleared
   
         * src/main/execute.C:          * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
                 /0  %0 checke            transcodes env fine
   
 2001-06-28  parser          * src/: classes/classes.C, classes/classes.h, classes/date.C,
         * src/classes/double.C:            classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/classes/file.C:            classes/hashfile.C, classes/image.C, classes/int.C,
         * src/classes/form.C:            classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
         * src/classes/hash.C:            classes/response.C, classes/string.C, classes/table.C,
         * src/classes/image.C:            classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
         * src/classes/int.C:            include/pa_array.h, include/pa_cache_managers.h,
         * src/classes/mail.C:            include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
         * src/classes/op.C:            include/pa_config_fixed.h, include/pa_config_includes.h,
         * src/classes/random.C:            include/pa_dictionary.h, include/pa_dir.h,
         * src/classes/response.C:            include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
         * src/classes/string.C:            include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
         * src/classes/table.C:            include/pa_operation.h, include/pa_os.h, include/pa_request.h,
         * src/classes/void.C:            include/pa_request_charsets.h, include/pa_request_info.h,
         * src/main/compile.C:            include/pa_sapi.h, include/pa_socks.h,
         * src/main/compile.y:            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
         * src/main/compile_tools.C:            include/pa_stack.h, include/pa_string.h,
         * src/main/execute.C:            include/pa_stylesheet_connection.h,
         * src/main/pa_array.C:            include/pa_stylesheet_manager.h, include/pa_table.h,
         * src/main/pa_common.C:            include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
         * src/main/pa_dir.C:            include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
         * src/main/pa_exception.C:            lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
         * src/main/pa_exec.C:            lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
         * src/main/pa_globals.C:            lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
         * src/main/pa_hash.C:            main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
         * src/main/pa_pool.C:            main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
         * src/main/pa_request.C:            main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
         * src/main/pa_socks.C:            main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
         * src/main/pa_sql_driver_manager.C:            main/pa_os.C, main/pa_request.C, main/pa_socks.C,
         * src/main/pa_string.C:            main/pa_sql_driver_manager.C, main/pa_string.C,
         * src/main/pa_table.C:            main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
         * src/main/untaint.C:            main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
         * src/targets/cgi/parser3.C:            main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
         * src/targets/isapi/parser3isapi.C:            targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                 */            targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                 static const char *RCSId="$Id$";            types/pa_junction.h, types/pa_method.h, types/pa_property.h,
             types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
         * src/main/compile.y:            types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
         * src/main/compile_tools.h:            types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                 $:name: == ${name}:            types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                 $class:name: == ${class:name}:            types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
             types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
         * src/classes/string.C:            types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                 exactly one            types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
             types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
         * src/classes/double.C:            types/pa_vmemory.h, types/pa_vmethod_frame.C,
         * src/classes/file.C:            types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
         * src/classes/form.C:            types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
         * src/classes/hash.C:            types/pa_vresponse.C, types/pa_vresponse.h,
         * src/classes/image.C:            types/pa_vstateless_class.C, types/pa_vstateless_class.h,
         * src/classes/int.C:            types/pa_vstateless_object.h, types/pa_vstatus.C,
         * src/classes/mail.C:            types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
         * src/classes/op.C:            types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
         * src/classes/random.C:            types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
         * src/classes/response.C:            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
         * src/classes/string.C:            types/pa_wcontext.h, types/pa_wwrapper.h: 2005
         * src/classes/table.C:  
         * src/classes/void.C:          * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
         * src/main/compile.C:            pa_vmethod_frame.h: merged from HEAD ! simplified (double)
         * src/main/compile.y:            speedup consequent checks in vmethod_frame
         * src/main/compile_tools.C:  
         * src/main/execute.C:          * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
         * src/main/pa_array.C:            not cleared
         * src/main/pa_common.C:  
         * src/main/pa_dir.C:          * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
         * src/main/pa_exception.C:            params: 50 max (were 10)
         * src/main/pa_exec.C:  
         * src/main/pa_globals.C:          * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
         * src/main/pa_hash.C:            params: 50 max (were 10)
         * src/main/pa_pool.C:  
         * src/main/pa_request.C:          * src/types/pa_value.h, src/types/pa_vdouble.h,
         * src/main/pa_socks.C:            src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
         * src/main/pa_sql_driver_manager.C:            src/types/pa_vvoid.C, src/types/pa_vvoid.h,
         * src/main/pa_string.C:            src/types/pa_wcontext.C, src/types/pa_wcontext.h,
         * src/main/pa_table.C:            www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
         * src/main/untaint.C:            inside now is void (were: empty string) ! simplified (double)
         * src/targets/cgi/parser3.C:            speedup consequent checks in vmethod_frame
         * src/targets/isapi/parser3isapi.C:  
                 static char *RCSId="$Id$";          * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
             optimized constants in expressions vstring->vdouble + optimized
 2001-06-27  parser            ^call(vdouble), no junction creation, no calls later
         * src/classes/hash.C:  
         * src/classes/nothing.C:  2005-08-08  paf
         * src/classes/table.C:  
         * src/classes/void.C:          * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
         * src/main/compile.y:            integrated
         * src/main/compile.y:  
         * src/main/execute.C:          * bin/auto.p.dist.in: . apache bad 404 handling workaround
         * src/main/main.dsp:            integrated
         * src/main/pa_request.C:  
         * src/operators.txt:          * src/main/compile.tab.C, src/main/compile.y,
         * src/targets/cgi/pa_pool.C:            src/main/compile_tools.C, src/main/compile_tools.h,
         * src/types/pa_value.h:            www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
         * src/types/pa_vcode_frame.h:            merged + optimized constants in expressions vstring->vdouble +
         * src/types/pa_vmethod_frame.h:            optimized ^call(vdouble), no junction creation, no calls later
         * src/types/pa_vnothing.h:  
         * src/types/pa_vtable.h:          * src/types/pa_vdouble.h: merged . double values without fractional
         * src/types/pa_vvoid.h:            part now default printed as %.0f instead of %g
                 nothing renamed to void  
           * src/types/pa_vdouble.h: . double values without fractional part
         * src/classes/op.C:            now default printed as %.0f instead of %g
         * src/operators.txt:  
                 ^switch ^case          * www/htdocs/: _bug.html, _bug.xml: . merged ! second
             hashfile::open would cause an exception
         * src/operators.txt:  
                 z          * src/classes/hashfile.C: . merged ! second hashfile::open would
             cause an exception
         * src/main/compile.y:  
         * src/operators.txt:          * src/classes/hashfile.C: ! second hashfile::open would cause an
                 lexer: $zzzz^zzzz were name part            exception
   
 2001-05-28  parser          * src/classes/classes.h, src/main/execute.C,
         * src/main/main.dsp:            src/types/pa_junction.h, src/types/pa_value.h,
         * src/targets/isapi/parser3isapi.dsp:            src/types/pa_vclass.C, src/types/pa_vclass.h,
                 release project options [some bugs]            src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
             src/types/pa_vcookie.C, src/types/pa_vcookie.h,
         * src/classes/classes.C:            src/types/pa_vhash.h, src/types/pa_vhashfile.h,
         * src/main/compile.C:            src/types/pa_vimage.C, src/types/pa_vimage.h,
         * src/main/compile.y:            src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
         * src/main/execute.C:            src/types/pa_vobject.C, src/types/pa_vobject.h,
                 operators are not in root class again            src/types/pa_vrequest.C, src/types/pa_vrequest.h,
             src/types/pa_vresponse.C, src/types/pa_vresponse.h,
         * src/doc/html2chm.cmd:            src/types/pa_vstateless_class.C,
                 removed >a            src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
             src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/doc/sources2html.cmd:            src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
         * src/operators.txt:            . merged VJunction(new Junction) optimization from 3.1.4
                 z  
           * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
         * src/ChangeLog:            types/pa_vstateless_class.C: + optimized new VJunction(new
                 changelogs            Junction(params)) to new VJunction(params), thousands of mallocs
             removed
 2001-05-24  parser  
         * src/Makefile.in:  2005-08-05  paf
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.in:          * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
         * src/configure:            types/pa_vdouble.h, types/pa_vmethod_frame.C,
         * src/configure.in:            types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
         * src/main/Makefile.in:            creation, no calls later
         * src/pcre/Makefile:  
         * src/pcre/Makefile.in:          * src/: classes/classes.C, classes/classes.h, classes/date.C,
         * src/targets/Makefile.in:            classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/targets/apache13/Makefile.in:            classes/hashfile.C, classes/image.C, classes/int.C,
         * src/targets/cgi/Makefile.in:            classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
         * src/types/Makefile.in:            classes/response.C, classes/string.C, classes/table.C,
                 makes            classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             include/pa_array.h, include/pa_cache_managers.h,
         * src/main/pa_request.C:            include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
         * src/main/pa_request.C:            include/pa_config_fixed.h, include/pa_config_includes.h,
         * src/targets/cgi/parser3.C:            include/pa_dictionary.h, include/pa_dir.h,
                 // no _ conversions in @exception[params]            include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
             include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
         * src/pcre/Makefile:            include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                 removed pcre/make            include/pa_request_charsets.h, include/pa_request_info.h,
             include/pa_sapi.h, include/pa_socks.h,
         * src/configure.in:            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                 no rtty test begin            include/pa_stack.h, include/pa_string.h,
             include/pa_stylesheet_connection.h,
         * src/configure.in:            include/pa_stylesheet_manager.h, include/pa_table.h,
                 configure.in better lang tests            include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
             include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
         * src/configure.in:            lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                 no rtty -10            lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
             lib/smtp/smtp.h, main/compile.C, main/compile.y,
         * src/configure.in:            main/compile_tools.C, main/compile_tools.h, main/execute.C,
                 no rtty -9            main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
             main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
         * src/ChangeLog:            main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                 found changelog autogenerate ability            main/pa_memory.C, main/pa_os.C, main/pa_request.C,
             main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
         * src/targets/cgi/parser3.dsp:            main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                 project file            main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
             main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
         * src/classes/op.C:            targets/cgi/pa_threads.C, targets/cgi/parser3.C,
         * src/main/pa_request.C:            targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
         * src/operators.txt:            types/pa_junction.h, types/pa_method.h, types/pa_value.C,
         * src/targets/cgi/parser3.C:            types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                 ^log ^exp            types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
             types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
         * src/ChangeLog:            types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                 changelogs            types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
             types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
 2001-05-23  parser            types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
         * src/classes/op.C:            types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
         * src/main/compile.y:            types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                 allow one empty line before LS_DEF_NAME            types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
             types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
         * src/main/pa_string.C:            types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                 string cmp bug            types/pa_vstateless_class.C, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h, types/pa_vstatus.C,
         * src/operators.txt:            types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                 .txt            types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
             types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
         * src/classes/mail.C:            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
         * src/classes/op.C:            types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                 rem max 1000  
           * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
 2001-05-22  parser            lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
         * src/classes/op.C:            lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                 if params code-required            lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
             main/compile.y, main/compile_tools.C, main/compile_tools.h,
 2001-05-21  parser            targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
         * src/classes/classes.C:            optimized constants in expressions vstring->vdouble
         * src/main/compile.C:  
         * src/main/compile.y:  2005-07-29  paf
         * src/main/execute.C:  
                 0          * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
             messages a bit
         * src/classes/classes.C:  
         * src/main/compile.C:          * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
                 1            getter can now be overridden
   
         * src/Makefile.in:          * src/main/execute.C, src/types/pa_vclass.C,
         * src/classes/Makefile.in:            src/types/pa_vobject.C, www/htdocs/_bug.p,
         * src/classes/Makefile.in:            www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
         * src/classes/gd/Makefile.in:            not replaced in case $derived:field[put] + property setter can
         * src/main/Makefile.in:            now be overridden
         * src/pcre/Makefile:  
         * src/pcre/Makefile:          * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
         * src/pcre/Makefile.in:            "ctor must be declared in class being created"
         * src/targets/Makefile.in:  
         * src/targets/apache13/Makefile.in:  2005-07-28  paf
         * src/targets/cgi/Makefile.in:  
         * src/types/Makefile.in:          * configure, configure.in, src/classes/classes.h,
                 makes            src/classes/date.C, src/classes/file.C, src/classes/hash.C,
             src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
         * src/classes/double.C:            src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
         * src/classes/hash.C:            src/classes/xnode.h, src/include/pa_hash.h,
         * src/classes/hash.C:            src/include/pa_version.h, src/main/execute.C,
         * src/classes/nothing.C:            src/types/Makefile.am, src/types/pa_method.h,
         * src/classes/nothing.C:            src/types/pa_value.h, src/types/pa_vclass.C,
         * src/classes/nothing.C:            src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
         * src/classes/op.C:            src/types/pa_vconsole.h, src/types/pa_vcookie.C,
         * src/classes/string.C:            src/types/pa_vcookie.h, src/types/pa_vhash.h,
         * src/classes/table.C:            src/types/pa_vhashfile.h, src/types/pa_vimage.C,
         * src/classes/unknown.C:            src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
         * src/main/compile.y:            src/types/pa_vobject.C, src/types/pa_vobject.h,
         * src/main/execute.C:            src/types/pa_vproperty.h, src/types/pa_vrequest.C,
         * src/main/execute.C:            src/types/pa_vrequest.h, src/types/pa_vresponse.C,
         * src/main/main.dsp:            src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
         * src/main/pa_request.C:            src/types/pa_vstateless_class.h,
         * src/operators.txt:            src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
         * src/targets/cgi/pa_pool.C:            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/targets/cgi/pa_pool.C:            src/types/pa_wwrapper.h, www/htdocs/.htaccess,
         * src/types/pa_value.h:            www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
         * src/types/pa_vcode_frame.h:            www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
         * src/types/pa_vmethod_frame.h:            dynamic_fields_join
         * src/types/pa_vmethod_frame.h:  
         * src/types/pa_vnothing.h:          * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
         * src/types/pa_vtable.h:            src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
         * src/types/pa_vtable.h:            src/types/pa_method.h, src/types/pa_value.h,
         * src/types/pa_vunknown.h:            src/types/pa_vclass.C, src/types/pa_vclass.h,
                 'unknown' renamed to 'nothing'            src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
             src/types/pa_vcookie.C, src/types/pa_vcookie.h,
         * src/Makefile.in:            src/types/pa_vhash.h, src/types/pa_vhashfile.h,
         * src/classes/Makefile.in:            src/types/pa_vimage.C, src/types/pa_vimage.h,
         * src/classes/gd/Makefile.in:            src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
         * src/main/Makefile.in:            src/types/pa_vobject.h, src/types/pa_vrequest.C,
         * src/pcre/Makefile:            src/types/pa_vrequest.h, src/types/pa_vresponse.C,
         * src/pcre/Makefile.in:            src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
         * src/targets/Makefile.in:            src/types/pa_vvoid.h, src/types/pa_vxnode.C,
         * src/targets/apache13/Makefile.in:            src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
         * src/targets/cgi/Makefile.in:            www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
         * src/types/Makefile.in:            put_element('replace' param), and restored its checks in
                 make system timestamps            vobject.put_element->static fields | dynamic properties
   
         * src/classes/nothing.C:  2005-07-27  paf
         * src/operators.txt:  
                 resultless ^sql  moved to nothing:          * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
             is some old code containing @set_name $name
         * src/configure:  
                 forced commit          * src/types/pa_vobject.h: . fixed warning
   
         * src/classes/Makefile.am:          * configure, configure.in, src/include/pa_version.h,
                 .AM            src/types/Makefile.am: 3.2.0beta started
   
         * src/main/pa_request.C:          * src/classes/xnode.C, src/include/pa_hash.h,
         * src/pcre/Makefile.am:            src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
         * src/pcre/Makefile.am:            www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
         * src/pcre/pcre.dsp:            www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
                 .am            false. regretfully reverted them all to checks
   
         * src/aclocal.m4:          * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
         * src/pcre/Makefile:            classes/op.C, main/execute.C, types/pa_method.h,
         * src/pcre/Makefile.in:            types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                 long-forgotten buddy            types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
             types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
         * src/Makefile.in:            types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
         * src/pcre/Makefile:            types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                 file stamps to remove autoreconf            types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
             types/pa_vstateless_object.h, types/pa_vvoid.h,
         * src/targets/cgi/parser3.C:            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                 argv can be just "parser3". made site_auto_path "." in that case            joined_dynamic_fields: removed unused param from put_method
             (returned to 3 params)
         * src/classes/op.C:  
         * src/main/execute.C:          * src/include/pa_hash.h, src/types/pa_vclass.C,
         * src/operators.txt:            src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
         * src/pcre/Makefile:            joined_dynamic_fields: dynamic get/set works with overriding
         * src/pcre/Makefile.am:            props [alpha2]
         * src/pcre/Makefile.in:  
         * src/targets/cgi/Makefile.in:          * src/types/pa_vclass.C, www/htdocs/_bug.html:
         * src/targets/cgi/parser3.C:            joined_dynamic_fields: dynamic get/set works [alfa]
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.C:          * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                 z            classes/op.C, include/pa_hash.h, main/execute.C,
             types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
         * src/types/pa_vstring.C:            types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                 eoleof            types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
             types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
         * src/main/pa_request.C:            types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
         * src/pcre/dftables.c:            types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
         * src/targets/cgi/parser3.C:            types/pa_vresponse.h, types/pa_vstateless_class.C,
                 pcre_tables=pcre_default_tables;            types/pa_vstateless_object.h, types/pa_vvoid.h,
             types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
         * src/classes/hash.C:            joined_dynamic_fields: just compiled
         * src/classes/int.C:  
         * src/classes/string.C:          * src/: classes/date.C, classes/file.C, classes/hash.C,
         * src/classes/table.C:            classes/hashfile.C, classes/image.C, classes/table.C,
         * src/include/pa_string.h:            classes/xdoc.C, classes/xnode.h, main/execute.C,
         * src/include/pa_string.h:            types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
         * src/main/pa_string.C:            types/pa_vstateless_class.h: joined_dynamic_fields: started
         * src/main/pa_string.C:  
         * src/operators.txt:          * src/types/pa_vobject.C: . object setters [only started, does not
         * src/types/pa_vstring.C:            work yet]
         * src/types/pa_vstring.h:  
                 started int:sql          * src/include/pa_hash.h, src/types/pa_vclass.C,
             src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
         * src/pcre/Makefile.am:            . object setters [only started, does not work yet]
                 removed chartables.c  
   2005-07-26  paf
         * src/pcre/Makefile:  
                 timestamp          * src/include/pa_request.h, src/main/execute.C,
             www/htdocs/_bug.html: . properties: set works [alpha2]. for
         * src/types/pa_vstring.C:            classes. todo: for objects
         * src/types/pa_vstring.h:  
                 removed unnecessary vstring::set_string          * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
             src/types/pa_value.h, src/types/pa_vclass.C,
         * src/classes/double.C:            src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
         * src/classes/int.C:            src/types/pa_vconsole.h, src/types/pa_vcookie.C,
         * src/classes/string.C:            src/types/pa_vcookie.h, src/types/pa_vhash.h,
                 int,double;sql            src/types/pa_vhashfile.h, src/types/pa_vimage.C,
             src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
         * src/classes/hash.C:            src/types/pa_vobject.C, src/types/pa_vobject.h,
         * src/classes/op.C:            src/types/pa_vrequest.C, src/types/pa_vrequest.h,
         * src/classes/table.C:            src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                 hash:sql            src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
             src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/classes/classes.C:            src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
         * src/classes/hash.C:            works [alpha1]
         * src/classes/op.C:  
         * src/classes/table.C:  2005-07-25  paf
         * src/main/compile.C:  
         * src/main/compile.y:          * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
         * src/main/execute.C:            src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
         * src/operators.txt:            www/htdocs/_bug.html: . properties: started, get works [alpha1,
                 hash:sql moved to main trunc. operators.txt updated            other approach]
   
 2001-05-19  parser          * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
         * src/types/pa_value.h:            www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
                 parameter # 1 based            get works [alpha2]
   
         * src/main/pa_common.C:          * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                 common:  actual filename '%s'            pa_vstateless_class.h: . properties: started, get works [alpha]
   
         * src/classes/string.C:  2005-07-15  paf
                 root context in match replace body now unchanged  
           * src/: classes/classes.h, classes/op.C, main/execute.C,
         * src/classes/Makefile.am:            types/pa_junction.h, types/pa_property.h, types/pa_value.h,
         * src/classes/Makefile.am:            types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
         * src/classes/Makefile.am:            types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
         * src/classes/Makefile.am:            types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
         * src/main/pa_sql_driver_manager.C:            types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
         * src/targets/cgi/pa_pool.C:            types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                 classes/.am            types/pa_vresponse.C, types/pa_vresponse.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h,
         * src/main/untaint.C:            types/pa_vstateless_object.h, types/pa_vvoid.h,
         * src/targets/cgi/pa_pool.C:            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
         * src/targets/cgi/parser3.C:            types/pa_wwrapper.h, types/types.vcproj: + started property
                 fixed bug in pre html untaint, wrong size used, 4* mem wasted            [getters work but think of changing them too to precaching]
   
         * src/classes/string.C:  2005-07-08  paf
         * src/main/pa_string.C:  
                 z          * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
             $response:body[nonfile] caused gpf
         * src/include/pa_string.h:  
         * src/main/untaint.C:  2005-06-28  paf
         * src/targets/cgi/pa_pool.C:  
                 introducing String::cstr_bufsize, returns just size+1 for as_is          * src/: classes/file.C, main/untaint.C: ! string invariant violated
                 target.            in passing empty strings to file::exec/cgi environment
   
         * src/classes/Makefile.in:  2005-06-06  paf
                 clean  
           * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
 2001-05-18  parser            www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
         * src/Makefile.in:            www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
         * src/classes/Makefile.in:            now DO process $.bind option
         * src/classes/gd/Makefile.in:  
         * src/configure:  2005-05-24  paf
         * src/include/pa_config_auto.h.in:  
         * src/libltdl/Makefile.in:          * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
         * src/main/Makefile.in:            $.limit] now work again [support was broken in 3.1.4]
         * src/pcre/Makefile:  
         * src/pcre/Makefile.in:          * src/: main/pa_string.C, classes/op.C: . steps toward removing
         * src/targets/Makefile.in:            ALL_INTERIOR_POINTERS
         * src/targets/apache13/Makefile.in:  
         * src/targets/cgi/Makefile.in:  2005-05-12  paf
         * src/targets/cgi/pa_pool.C:  
         * src/types/Makefile.in:          * configure: 3.1.5beta
                 .am pa_threads.C ins  
           * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
         * src/targets/cgi/Makefile.am:  
                 .am pa_threads.C added          * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
             $.limit] now work again [support was broken in 3.1.4]
 2001-05-17  parser  
         * src/include/pa_hash.h:          * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
         * src/main/execute.C:            line-width  [was refusing to fill if line-width >1, thanks to
                 removed /*SYNCHRONIZED*/  from hash.h            Seras <seras@pinxit.lt> for repro case
   
         * src/configure.in:  2005-04-25  paf
         * src/include/pa_array.h:  
         * src/include/pa_common.h:          * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
         * src/include/pa_config_fixed.h:            correctly
         * src/include/pa_config_includes.h:  
         * src/include/pa_exception.h:  2005-04-19  paf
         * src/include/pa_exec.h:  
         * src/include/pa_globals.h:          * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
         * src/include/pa_hash.h:            in VString violating invariant!!
         * src/include/pa_opcode.h:  
         * src/include/pa_pool.h:          * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
         * src/include/pa_request.h:            getenv("TZ")==null
         * src/include/pa_sapi.h:  
         * src/include/pa_socks.h:  2005-04-08  paf
         * src/include/pa_sql_connection.h:  
         * src/include/pa_stack.h:          * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
         * src/include/pa_string.h:            bugfix: when there is no char in charset one byte produces 6
         * src/include/pa_table.h:            (&#255; <<max). increased buffer size!
         * src/include/pa_threads.h:  
                 #include "pa_config_includes.h"  2005-03-23  paf
                 in all headers  
           * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
         * src/include/pa_request.h:            ^date.sql-string now takes TZ into account
         * src/main/execute.C:  
         * src/main/pa_request.C:  2005-03-16  paf
                 ANTI_ENDLESS_EXECUTE_RECOURSION  
           * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
         * src/classes/op.C:            src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
         * src/include/pa_config_fixed.h:  
         * src/include/pa_sql_connection.h:          * src/types/pa_vhash.C: . warning about eof eol
         * src/include/pa_sql_driver_manager.h:  
         * src/main/pa_sql_driver_manager.C:  2005-02-17  paf
                 found problem at last: 2connections own 1driver and  
                 set_services fight for driver::fservices. before fix          * operators.txt, src/classes/op.C: + operator ^sleep(double
             seconds)
         * src/main/execute.C:  
         * src/types/pa_vmethod_frame.h:  2005-02-02  paf
                 endless recursion line no  
           * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
         * src/classes/classes.h:            needless includes
         * src/include/pa_sql_connection.h:  
         * src/include/pa_sql_driver_manager.h:  2005-01-31  paf
         * src/main/pa_sql_driver_manager.C:  
                 cache expiration[use SQL_Driver::disconnect]          * src/types/pa_vmail.C: change: $.partX now always 1...  change:
             $.partNoNumber now alias to $.part1
         * src/include/pa_config_fixed.h:  
         * src/include/pa_threads.h:          * src/types/pa_vmail.C: change: incoming letter part contains
         * src/targets/cgi/pa_threads.C:            "content-disposition" header with any value? now considering that
         * src/targets/cgi/parser3.dsp:            part to be "file#" [for text/plain text/html were $.text#
         * src/targets/isapi/pa_threads.C:            $.html#]
         * src/targets/isapi/parser3isapi.dsp:  
                 added pa_threads.C          * INSTALL: updatet to latest working versions available
   
         * src/classes/image.C:  2005-01-20  paf
         * src/include/pa_sql_driver_manager.h:  
         * src/main/pa_sql_driver_manager.C:          * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
         * src/main/pa_string.C:            version
                 wrong includes order prevented sqlmanager to see MULTYTHREAD define  
   2005-01-19  paf
         * src/main/pa_table.C:  
                 table.locate current restored on "not found"          * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
             targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
         * src/include/pa_threads.h:            couple warnings in parser3.C
                 removed targets/parser  
   2004-12-23  paf
         * src/classes/op.C:  
         * src/include/pa_sql_connection.h:          * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
         * src/main/pa_sql_driver_manager.C:            connect string, rsplit @
         * src/sql/pa_sql_driver.h:  
                 connection from cache ->set_services(&services);          * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
             file::cgi/exec now set current dir to directory of script (when
         * src/include/pa_config_fixed.h:            shbang used), not to directory of its interpreter
         * src/include/pa_threads.h:  
         * src/main/pa_sql_driver_manager.C:          * src/include/pa_version.h: compiled on win32...
                 SYNCHRONIZED moved closer to caches put/gets  
           * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
         * src/classes/string.C:            we need more hspace
         * src/configure.in:  
         * src/include/pa_config_fixed.h:          * configure, configure.in, src/include/pa_version.h: configured
         * src/include/pa_config_includes.h:            host to pa_version. will be displayed everywhere
         * src/main/compile.y:  
         * src/main/compile_tools.h:          * src/main/pa_request.C, www/htdocs/_bug.html: new:
         * src/main/execute.C:            @unhandled_exception can prevent exception from being logged by
         * src/main/pa_array.C:            setting $exception.handled(1)
         * src/main/pa_common.C:  
         * src/main/pa_dir.C:          * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
         * src/main/pa_hash.C:            ^file::sql{query}[[options]] options: $.name[file name]
         * src/main/pa_pool.C:            $.content-type[application/what]
         * src/main/untaint.C:  
         * src/types/pa_vcookie.C:          * src/include/pa_common.h, src/main/pa_common.C,
         * src/types/pa_vfile.C:            src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
         * src/types/pa_vform.C:            hashfile::open now creates dir for new file
                 #include "pa_config_includes.h"  
                 removed from most .C          * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
             www/htdocs/_bug.html: bugfix: table->hash now regards _default
         * src/doc/html2chm.cmd:  
                 z          * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
             method junction was created by accessing $name_of_method it
         * src/doc/chm.cmd:            acquired bad self=closest methodframe; instead of proper self
         * src/doc/doxygen.cmd:            (current class)
         * src/doc/html2chm.cmd:  
         * src/doc/sources2html.cmd:          * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
         * src/doc/view.cmd:            empty string from hashfile produced bad cord
         * src/doc/view_chm.cmd:  
         * src/doc/view_html.cmd:  2004-12-10  paf
                 doc cmds  
           * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
         * src/main/pa_sql_driver_manager.C:            subsequent failures though defined in .h
                 moved expiration to get_connection_from_cache  
           * src/main/pa_common.C: comment on volatile
         * src/main/pa_sql_driver_manager.C:  
                 cache expiration bf          * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
             alarm function were not used since the beginning due to stupid
         * src/classes/op.C:            error [setsigjmp were not checked in configure.in]
         * src/include/pa_sql_connection.h:  
         * src/include/pa_sql_driver_manager.h:          * src/main/pa_common.C: http: timeout setsockopt [if possible] on
         * src/main/pa_sql_driver_manager.C:            unix too
         * src/parser3.dsw:  
         * src/sql/pa_sql_driver.h:          * src/main/pa_common.C: http: exception status of send/recv errors
                 fixed problem at last: 2connections own 1driver and            change to most probable http.timeout
                 set_services fight for driver::fservices. before fix  
           * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
 2001-05-16  parser            connection $.timeout option now works [setsockopt on
         * src/include/pa_array.h:            send/receive]
         * src/include/pa_string.h:  
         * src/main/execute.C:  2004-12-08  paf
         * src/main/pa_array.C:  
         * src/targets/cgi/pa_pool.C:          * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
         * src/targets/cgi/parser3.C:            www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
                 array debugged; adjusted            cstr-ed knowing mail charset, and untainting uri lang now knows
             proper charset
         * src/include/pa_array.h:  
         * src/main/pa_array.C:  2004-11-24  paf
         * src/targets/cgi/parser3.C:  
                 removed array debug. before vstring rebasing          * src/classes/hash.C: hash: adding/cloning adds/clones _default now
   
         * src/main/pa_sql_driver_manager.C:            $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
         * src/main/pa_string.C:            $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                 SQL_Driver_manager line no for connect/charset errors  
   2004-11-12  paf
         * src/targets/cgi/parser3.C:  
                 z          * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
             [since 3.0.4]
         * src/include/pa_pool.h:  
         * src/targets/cgi/pa_pool.C:  2004-11-09  paf
                 removed pool debug, #ifdefed some.  
                 would debug later, on more precise sample than stupid:          * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                 @main[]            writes basics to c:\parser3.log
                 $name[$z[]]  
                 ^for[i](0;10000-2){  2004-10-21  paf
                 $tail[9994]  
                 $name.$tail[$tail!]          * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                 $name.$tail            tainted strings [were returning clean onces]
                 }  
                 ok3  2004-10-15  paf
   
 2001-05-15  parser          * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
         * src/targets/cgi/pa_pool.C:            cycles(i=1; i=2), which was wrong, now does ONE
         * src/targets/cgi/parser3.C:  
                 main loss here: 5673321/     70041=        81  2004-10-12  paf
   
         * src/include/pa_pool.h:          * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
         * src/include/pa_string.h:  
         * src/main/pa_string.C:  2004-10-07  paf
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/parser3.C:          * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                 string fixed bug with fullchunk cmps            src/main/pa_globals.C, www/htdocs/.htaccess,
             www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
         * src/include/pa_string.h:            PA_RELEASE_ASSERTS enables release asserts
         * src/main/pa_string.C:  
         * src/targets/cgi/pa_pool.C:          * src/: main/pa_string.C, include/pa_string.h: debugger help:
         * src/targets/cgi/parser3.C:            String.dump() to stdout in detailed form  [were String.v() in
                 think that all must grow lineary, not exponentialy            short form]
   
         * src/include/pa_array.h:          * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
         * src/include/pa_string.h:            \t\r\n as @#| and truncates long char sequences less
         * src/main/pa_array.C:  
         * src/main/pa_string.C:  2004-10-06  paf
                 string+array made linear grows  
           * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
         * src/include/pa_string.h:            win32 beauty: socket errors properly decoded
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/parser3.C:  2004-10-05  paf
                 detected huge mem allocation: size/times malloc 27809390/368771  
                  calloc 3232/83. would test now          * src/: include/pa_request.h, main/pa_request.C: bugfix:
             request::configure_user/admin done always, even if no
         * src/classes/random.C:            file-to-process useful in @unhandled_exception [say, if they
         * src/main/compile.y:            would want to mail by SMTP something]
         * src/main/execute.C:  
         * src/main/pa_request.C:          * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
         * src/types/pa_value.h:            now performed prior to file loading [and @auto executing] thus
         * src/types/pa_vmethod_frame.h:            making $cookie:value available in @auto and in
                 numbered params had wrong name - for instance: bad error            @unhandled_exception when IIS is configured to run interpreter
                 message in ^for[] bad body type. fixed            even if no file exist
   
 2001-05-14  parser  2004-09-20  paf
         * src/classes/string.C:  
         * src/include/pa_string.h:          * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
         * src/main/pa_string.C:            somewhere where it should have called xmlMalloc and it calls
         * src/main/untaint.C:            xmlFree when it should have not called it.  inserted two
         * src/operators.txt:            workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                 ^string.upper|lower[]            xmlFree just ignored.  put away a testcase, maybe someday libxml
             author would fix all that.  until that day: we have SLOW garbage
 2001-05-11  paf            collecting when many xml objects are alive hint: do
         * src/classes/classes.cmd:            ^memory:compact[] before xdoc::create
         * src/classes/gawk.exe:  
         * src/classes/ls.exe:  2004-09-17  paf
         * src/main/bison.exe:  
         * src/operators.txt:          * src/classes/file.C: bugfix: file::cgi headers were lost [typo
         * src/targets/isapi/KILL.EXE:            error from 3.0.8 version]
         * src/targets/isapi/PSTAT.EXE:  
         * src/targets/isapi/istart.cmd:  2004-09-14  paf
         * src/targets/isapi/istop.cmd:  
         * src/targets/isapi/kill.pl:          * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                 moved win32 helpers to /win32tools            part bugfix: hashfile.foreach iterated only part if hashfile were
             modified inside
 2001-05-11  parser  
         * src/main/main.dsp:  2004-09-13  paf
         * src/targets/isapi/parser3isapi.dsp:  
                 fixed some .dsp for win32tools          * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
             ^eval($s) now parsed OK [were as octal]
         * src/classes/double.C:  
         * src/classes/image.C:          * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
         * src/classes/op.C:            reproduced $hashfile.key[$novalue] bug [reported by motorin],
         * src/classes/string.C:            inserted safety-check
         * src/classes/table.C:  
         * src/classes/unknown.C:          * src/types/pa_vhashfile.C: change: empty keys now error in parser
         * src/main/execute.C:            [not something obscure from sdbm lib]
         * src/types/pa_value.h:  
         * src/types/pa_vbool.h:          * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
         * src/types/pa_vdouble.h:            numbers now from errno.h = strerror now returnes something and we
         * src/types/pa_vint.h:            can properly report that to client
         * src/types/pa_vstring.h:  
         * src/types/pa_vunknown.h:          * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                 op: MAX_LOOPS            now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                 as_int  
           * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
 2001-05-10  paf            outputted as-is  [tainted as-is] this helps //[space][newline] to
         * src/doc/doxygen.cmd:            remain as-is and not be unnecessary optimized away [ruining
         * src/main/compile.y:            javascript]
         * src/types/pa_vobject.h:  
                 grammar: priorities changes [lowerd && prior]          * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                 vobject: now first fields, next methods            [tainted as-is] this helps //[space][newline] to remain as-is and
             not be unnecessary optimized away [ruining javascript]
         * src/main/pa_request.C:  
         * src/types/pa_vrequest.C:          * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                 op configured            [tainted as-is]
   
         * src/Makefile.in:          * src/classes/mail.C: bugfix: typo error
         * src/classes/Makefile.in:  
         * src/classes/gd/Makefile.in:  2004-09-09  paf
         * src/classes/gd/gif.h:  
         * src/configure:          * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
         * src/include/pa_config_auto.h.in:            separators bugfix: loads header with endings \r\n\r\n and \n\n
         * src/include/pa_config_fixed.h:            (bloody yandex.server)
         * src/include/pa_config_includes.h:  
         * src/libltdl/Makefile.in:  2004-09-06  paf
         * src/libltdl/config.h:  
         * src/main/Makefile.in:          * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
         * src/pcre/Makefile.in:            TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
         * src/targets/Makefile.in:            encoded
         * src/targets/apache13/Makefile.in:  
         * src/targets/cgi/Makefile.in:  2004-09-01  paf
         * src/types/Makefile.in:  
                 inline wonders          * src/types/pa_vmail.C: change: multipart/mixed changed to
             multipart/related outlook express have no problems showing
         * src/main/compile.y:            unrelated attachments.  todo: someday figure out a way of
                 @end grammar: allowed zero strings in control menthod            multipart/mixed    multipart/related       text/html
             image/xxx application/octet-stream << true attachments
         * src/types/pa_value.h:  
         * src/types/pa_vclass.h:          * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
         * src/types/pa_vstateless_class.h:            ^mail:send[$.file[$.content-disposition can be overriden new:
         * src/types/pa_vstateless_object.h:            empty mail header fields removed from letter
                 changed priority: field before method  lookup in vclass & vobject  
           * src/classes/mail.C, src/include/pa_config_fixed.h,
         * src/include/pa_common.h:            src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
         * src/include/pa_config_includes.h:            www/htdocs/_bug.html: new: ^mail:send[    $.file[
         * src/libltdl/config.h:            $.any[header]
                 inline undefed for C++, that's all  
   2004-08-30  paf
         * src/classes/gd/gif.h:  
                 gif.h accedently removed          * src/include/pa_config_fixed.h, src/main/pa_common.C,
             www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
         * src/classes/Makefile.am:  
         * src/classes/hash.C:          * src/main/pa_common.C: beauty: do not bother with charset
         * src/doc/doxygen.cfg:            detection when ^file::load[binary
         * src/doc/doxygen.cmd:  
                 hash.C added  2004-08-27  paf
   
 2001-05-08  paf          * src/main/pa_common.C: hack: for yandex.server http server
         * src/classes/table.C:  
         * src/operators.txt:  2004-08-18  paf
                 table:hash always hash of hash now  
           * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
         * src/classes/op.C:            possibly-chunked response
         * src/classes/table.C:  
         * src/main/main.dsp:  2004-08-17  paf
         * src/operators.txt:  
         * src/types/pa_vtable.h:          * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                 removed table:find. table:locate and op:eval now return bool            $f.content-type now = that of http response
   
         * src/classes/table.C:          * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                 table:empty return bool now            $f.content-type now = that of http response
   
         * src/classes/table.C:  2004-08-03  paf
         * src/operators.txt:  
         * src/types/pa_value.h:          * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
         * src/types/pa_vhash.h:            can be replaced by output [forgot to allocate proper buffer,
         * src/types/pa_vmethod_frame.h:            oracle _server_ died with kgepop: no error frame to pop to for
                 hash:default works at last!            error 21500 message]
   
         * src/main/pa_table.C:  2004-07-30  paf
                 table columnname2item on nameless ignored bark=false. fixed  
           * src/include/pa_request.h, src/main/pa_request.C,
         * src/classes/op.C:            src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
         * src/types/pa_vtable.h:            www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
                 allowed $table.2342734 returns vunknown            release mode reported properly parser exception in exception
             handler WERE mistakenly reported as system exception, without
         * src/classes/table.C:            details [in apache & isapi] +some beauty in exception text
         * src/doc/chm.cmd:  
         * src/include/pa_array.h:          * src/include/pa_exception.h, src/main/pa_request.C,
         * src/include/pa_table.h:            src/targets/cgi/parser3.C, www/htdocs/.htaccess,
         * src/main/pa_table.C:            www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
         * src/operators.txt:            release mode reported properly parser exception in exception
         * src/types/pa_value.h:            handler WERE mistakenly reported as system exception, without
         * src/types/pa_vtable.h:            details
                 table:hash  
           * src/main/execute.C: beauty: simplified system exception handling
         * src/doc/chm.cmd:  
         * src/main/execute.C:  2004-07-29  paf
         * src/types/pa_value.h:  
                 wrong pool in method checkparams again. fixed          * src/classes/table.C, www/htdocs/_bug.html: bugfix:
             ^table.save[export.csv;$.separator[^;]] now works fine [separator
         * src/classes/double.C:            were ignored, and \t used unconditionally]
         * src/classes/int.C:  
         * src/classes/op.C:          * src/types/Makefile.am: added vhash.c
         * src/classes/string.C:  
                 int,double,string:int[] double[] string:length[] results now  2004-07-28  paf
                 have hames  
           * src/: classes/date.C, classes/image.C, classes/math.C,
         * src/classes/table.C:            lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                 z            main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
             types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
         * src/classes/mail.C:            failed on russian letters
         * src/classes/table.C:  
         * src/doc/doxygen.cmd:          * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
         * src/main/main.dsp:            src/main/pa_common.C: bugfix: isspace((unsigned char)c)
         * src/types/pa_vhash.h:            everywhere. failed on russian letters
         * src/types/pa_vstateless_class.h:  
                 hash:default          * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
             passwed as 'currentDirectory' parameter to CreateProcess
         * src/operators.txt:  
                 rethought hash & undef. before change          * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
             as 'currentDirectory' parameter to CreateProcess
         * src/classes/table.C:  
         * src/operators.txt:  2004-07-27  paf
                 table:record have name  
           * src/targets/cgi/parser3.vcproj: beauty: win32:
 2001-05-07  paf            globaloptimizations ON, release:mapfile ON todo: copy .mapfile
         * src/types/pa_value.h:            from release somewhere [to help searching for unhandled system
         * src/types/pa_vtable.h:            exceptions]
                 table: fields, then methods.  so to enable 'dir' fields & co.  
           * src/types/pa_vdate.h: check: for invalid datetime after temporary
         * src/main/execute.C:            TZ shift
                 ^var[^class:var.method[]] is not constructor now  
           * src/types/pa_vdate.h: bugfix: time checked not only at set_time
         * src/main/compile.y:            but also in ctor
                 grammar: @end  
   2004-07-26  paf
         * src/doc/chm.cmd:  
                 cmd          * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
             src/main/pa_request.C, src/types/pa_vfile.h,
         * src/doc/ClassExample2.dox:            src/types/pa_vhash.C, src/types/pa_vhash.h,
         * src/doc/aliased.dox:            src/types/types.vcproj, www/htdocs/_bug.html: new:
         * src/doc/chm.cmd:            $response:body/download[    $.file[name on disk]    $.name[of
         * src/include/code.h:            file for user]        $.mdate[date of last-modified. default from
         * src/include/pa_opcode.h:            directory] ]
         * src/main/compile.C:  
         * src/main/compile_tools.h:          * src/classes/file.C: moving file:send somewhere else..
         * src/main/execute.C:  
         * src/types/pa_value.h:          * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
         * src/types/pa_vbool.h:            targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
         * src/types/pa_vclass.h:            ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
         * src/types/pa_vcode_frame.h:            $response:download[ $.filename[filename] $.option[] ,, ]
         * src/types/pa_vcookie.h:  
         * src/types/pa_vdouble.h:          * src/classes/file.C: beauty: invalid mode thoroughly reported
         * src/types/pa_venv.h:  
         * src/types/pa_vfile.h:  2004-07-21  paf
         * src/types/pa_vform.h:  
         * src/types/pa_vhash.h:          * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
         * src/types/pa_vimage.h:            header values now splitted to several lines
         * src/types/pa_vint.h:  
         * src/types/pa_vjunction.h:            were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
         * src/types/pa_vmethod_frame.h:  
         * src/types/pa_vobject.h:            note: ms outlook[!express] shows only first 255 characters of
         * src/types/pa_vrequest.h:            subject
         * src/types/pa_vresponse.h:  
         * src/types/pa_vstateless_class.h:  2004-07-15  paf
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.h:          * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
         * src/types/pa_vunknown.h:            off]
         * src/types/pa_wcontext.h:  
         * src/types/pa_wwrapper.h:  2004-07-14  paf
                 pa_code.h  
           * src/classes/table.C: bugfix: $.bind values now got untainted
         * src/include/pa_table.h:            according to lang  [were: as-is]
         * src/main/pa_table.C:  
         * src/types/pa_value.h:  2004-07-07  paf
         * src/types/pa_vtable.h:  
                 table: fields, then methods.  so to enable 'dir' fields & co. more          * src/classes/op.C: bugfix: cache with 2 params caused assertion,
             checked that
         * src/classes/gd/gifio.C:  
         * src/classes/string.C:          * src/main/pa_exec.C: bufix: on unix AND win32 environment string
         * src/classes/table.C:            now untainted according to their languages.  were: as-is.
         * src/doc/ClassExample1.dox:            EVERYWHERE
         * src/doc/ClassExample2.dox:  
         * src/doc/ClassExample3.dox:          * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
         * src/doc/aliased.dox:            www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
         * src/doc/class.dox:            now untainted according to their languages.  were: as-is.
         * src/doc/compiler.dox:            EVERYWHERE
         * src/doc/doxygen.cfg:  
         * src/doc/doxygen.cmd:          * src/main/pa_exec.C: bufix: on unix environment string now
         * src/doc/executor.dox:            untainted according to their languages.  were: as-is. on win32:
         * src/doc/index.dox:            ok
         * src/doc/methoded.dox:  
         * src/doc/module.dox:          * parser3.vssscc: ...would not go unnoticed
         * src/doc/object.dox:  
         * src/doc/pooled.dox:          * src/main/pa_charset.C, www/htdocs/.htaccess,
         * src/doc/string.dox:            www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
         * src/doc/targets.dox:            fails. in case on input appears nonutf, those bytes will be
         * src/doc/value.dox:            printed in %HH form. that can be easily decoded/recovered.
         * src/include/code.h:  
         * src/include/pa_hash.h:            this form is quite noticable, and hopefully would not go noticed
         * src/include/pa_string.h:  
         * src/main/pa_request.C:  2004-07-06  paf
         * src/main/pa_sql_driver_manager.C:  
         * src/types/pa_vjunction.h:          * src/main/pa_exec.C: bufix: on unix environment string now
         * src/types/pa_vtable.h:            untainted according to their languages.  were: as-is. on win32:
                 dox, split by not clean parts also            ok
   
         * src/classes/image.C:  2004-07-01  paf
         * src/classes/mail.C:  
         * src/classes/string.C:          * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
         * src/doc/chm.cmd:            src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
         * src/include/pa_table.h:            src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
         * src/main/pa_table.C:            src/lib/pcre/pcre_dftables.vcproj,
         * src/types/pa_value.h:            src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
                 method reported errors on wrong pool            src/main/main.vcproj, src/targets/cgi/parser3.vcproj,
             src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
         * src/doc/chm.cmd:            www/htdocs/.htaccess: win32: option: global optimization ON
         * src/doc/doxygen.cmd:  
         * src/doc/view.cmd:          * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
                 dox cmd            libxml: life requires to do xdoc::create{invalid chars} standard
             disables chars less then \x20, except tab, cr, lf.
 2001-05-04  paf  
         * src/classes/classes.h:            changed tainting so that those become '!'
         * src/classes/double.C:  
         * src/classes/file.C:  2004-06-25  paf
         * src/classes/form.C:  
         * src/classes/image.C:          * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
         * src/classes/int.C:            int on odd address [prev bugfix failed due to superwize
         * src/classes/mail.C:            optimizer, which turned memcpy into same 'ld' asm command]
         * src/classes/op.C:  
         * src/classes/random.C:          * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
         * src/classes/response.C:            int on odd address
         * src/classes/string.C:  
         * src/classes/table.C:  2004-06-23  paf
         * src/classes/unknown.C:  
         * src/doc/doxygen.cfg:          * www/htdocs/_bug.html: checked: oracle: various ways of returning
         * src/doc/index.dox:            error from stored proc.  bad: no way of knowing which exactly
         * src/main/pa_string.C:            user-defined exception were thrown.  good:
                 removed m- method dox            raise_application_error can return error message number and
             string FINE good: PRAGMA EXCEPTION_INIT works good too
         * src/doc/ClassExample1.dox:  
         * src/doc/ClassExample2.dox:  2004-06-22  paf
         * src/doc/ClassExample3.dox:  
         * src/main/execute.C:          * src/sql/pa_sql_driver.h: note: about possible optimization
                 dox: example1 updated  
           * www/htdocs/_bug.html: checked: in out variables OK
 2001-05-03  paf  
         * src/classes/classes.h:          * operators.txt, src/classes/hash.C, src/classes/memory.C,
         * src/classes/double.C:            src/classes/string.C, src/classes/table.C, src/classes/void.C,
         * src/doc/aliased.dox:            src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
         * src/doc/class.dox:            ^void:sql{call paf(:a)}[                $.bind[
         * src/doc/compiler.dox:                  $.a[2]          ]       ] output variables work.  todo:
         * src/doc/doxygen.cfg:            check in out variables
         * src/doc/doxygen.txt:  
         * src/doc/executor.dox:  2004-06-18  paf
         * src/doc/index.dox:  
         * src/doc/methoded.dox:          * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
         * src/doc/module.dox:            src/classes/table.C, src/classes/void.C,
         * src/doc/object.dox:            src/include/pa_globals.h, src/include/pa_sql_connection.h,
         * src/doc/pooled.dox:            src/main/compile.tab.C, src/sql/pa_sql_driver.h,
         * src/doc/string.dox:            www/htdocs/.htaccess, www/htdocs/_bug.html: started:
         * src/doc/targets.dox:            ^void:sql{call paf(:a)}[                $.bind[
         * src/doc/value.dox:                  $.a[2]          ]       ] input variables work.
         * src/main/pa_request.C:            todo:output
                 dox splitted .dox files and added some  
           * src/targets/cgi/parser3.C: bugfix: iis specific
         * src/classes/Makefile.am:            http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
         * src/doc/doxygen.txt:            /_bug.html?404;http://hpsv/test/
                 classes/am            --------------------------------------------------------------------------------
             $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
 2001-05-02  paf            --------------------------------------------------------------------------------
         * src/classes/image.C:            IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
         * src/classes/table.C:  
                 table:dir result are not tainted by file_name  language now  2004-06-16  paf
   
 2001-04-28  paf          * src/targets/cgi/parser3.C: new: iis specific
         * src/classes/classes.inc:            http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                 removed classes.inc            $request:query
             IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
         * src/classes/classes.C:            $form:fields IIS-STATUS="404"
         * src/classes/classes.h:            IIS-DOCUMENT="http://server/_bug.html" f="v"
         * src/classes/file.C:  
         * src/classes/form.C:            todo: isapi too
         * src/classes/mail.C:  
         * src/include/pa_request.h:  2004-05-26  paf
         * src/main/pa_request.C:  
                 configure started          * src/include/pa_version.h: 3.1.3
   
         * src/classes/file.C:          * operators.txt: beauty: removed outdated level 'table'
         * src/classes/table.C:  
         * src/main/compile.y:          * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
         * src/main/execute.C:  
         * src/main/pa_request.C:          * src/main/pa_string.C: beauty: removed 3 warnings
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vtable.h:          * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
         * src/types/pa_wcontext.h:            www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
                 removed ^a.menu{$name} ability. now            level 'table'
                 $a{^menu{$name}}  
                 or  2004-05-25  paf
                 ^a.menu{$a.name}  
           * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
         * src/classes/_double.h:            implementation. mistery: how anything worked
         * src/classes/_file.h:  
         * src/classes/_form.h:          * src/sql/pa_sql_driver.h: beauty: param renamed and comment
         * src/classes/_image.h:            changed, it is now safe to use url if pointers to it are stored
         * src/classes/_int.h:            to gc mem
         * src/classes/_mail.h:  
         * src/classes/_op.h:          * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
         * src/classes/_random.h:            unknown errors reported and not cause SIGSEGV now
         * src/classes/_response.h:  
         * src/classes/_string.h:  2004-05-24  paf
         * src/classes/_table.h:  
         * src/classes/_unknown.h:          * src/include/pa_string.h, src/lib/cord/cordbscs.c,
         * src/classes/classes.C:            src/lib/cord/include/cord.h, www/htdocs/_bug.html,
         * src/classes/classes.h:            src/lib/cord/cordxtra.c: cancel: more speed, less memory:
         * src/classes/classes.inc:            CORD_chars_block originally intended to ...  it was good that
         * src/classes/double.C:            CORD_chars_block were not used: it consumes more memory [and,
         * src/classes/exec.C:            might be slow too] undoing that. [and removed that func so that
         * src/classes/file.C:            it would not confuse parser developer in future]
         * src/classes/form.C:  
         * src/classes/image.C:          * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
         * src/classes/int.C:            less memory: CORD_chars_block originally intended to
         * src/classes/mail.C:            speedup/reduce mem usage were forgotten, and were used stupid
         * src/classes/op.C:            CORD_chars
         * src/classes/random.C:  
         * src/classes/response.C:          * src/include/pa_config_auto.h.in: bugfix: bigendian check added
         * src/classes/string.C:  
         * src/classes/table.C:          * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
         * src/classes/unknown.C:            BIGENDIAN processors space-conserving mech failed, causing
         * src/include/pa_globals.h:            SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
         * src/include/pa_request.h:            (1|2|3));
         * src/main/compile.y:  
         * src/main/execute.C:  2004-05-14  paf
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/types/Makefile.am, src/types/pa_vvoid.C,
         * src/main/pa_request.C:            src/types/pa_vvoid.h, src/types/types.vcproj,
         * src/operators.txt:            www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
         * src/pcre/pcre_parser_ctype.c:            bugfix: void now has vfile value, and $response:body[] works OK
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:  2004-05-12  paf
         * src/types/pa_value.h:  
         * src/types/pa_vcookie.h:          * src/types/pa_vbool.h, src/types/pa_vhash.h,
         * src/types/pa_vdouble.h:            src/types/pa_vhashfile.h, src/types/pa_vtable.h,
         * src/types/pa_venv.h:            www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
         * src/types/pa_vfile.h:            $bool) now equals ^if($bool) and shaped up other sources to use
         * src/types/pa_vform.C:            is_defined() {return as_bool();} along VBool
         * src/types/pa_vform.h:  
         * src/types/pa_vimage.h:  2004-05-11  paf
         * src/types/pa_vint.h:  
         * src/types/pa_vrequest.h:          * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
         * src/types/pa_vresponse.h:            referencing to local objects
         * src/types/pa_vstateless_class.h:  
         * src/types/pa_vstring.h:          * src/classes/mail.C, src/include/pa_exec.h,
         * src/types/pa_vtable.h:            src/main/compile.tab.C, src/types/pa_vmail.C,
         * src/types/pa_vunknown.h:            src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
         * src/types/pa_wcontext.h:            www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
                 Methoded reorganized. todo: methoded-configure  
   2004-04-15  paf
         * src/classes/classes.inc:  
         * src/main/Makefile.am:          * src/classes/date.C: merged: beauty: unused var removed
                 removed pa_methoded from .am  
           * src/classes/date.C: beauty: unused var removed
         * src/main/execute.C:  
         * src/types/pa_wcontext.h:          * src/include/: pa_exec.h: bugfix: interface without pointer
                 Methoded reorganized 2. todo: methoded-configure            provoked bug
   
         * src/classes/Makefile.am:  2004-04-09  paf
         * src/classes/classes.awk:  
         * src/classes/classes.cmd:          * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
         * src/classes/classes.inc:  
         * src/classes/gawk.exe:          * src/types/pa_vform.C: bugfix: form:imap were incorrect
         * src/classes/ls.exe:  
         * src/main/bison.exe:  2004-04-08  paf
                 classes.inc autogenerator  
           * src/classes/date.C: new: ^date::create[y-m-d
         * src/classes/form.C:            h-M-s>>.milliseconds<<] now allowed, ignored so far
         * src/include/pa_request.h:  
         * src/main/pa_request.C:          * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                 about to move configured data to special request hash  
           * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
         * src/classes/Makefile.am:            to consult default catalog [usually, that file belongs to other
         * src/main/main.dsp:            user/group]
                 classes/Makefile.am  
   2004-04-06  paf
         * src/classes/form.C:  
         * src/classes/mail.C:          * src/main/pa_common.C: beauty: gcc warning removed
         * src/classes/op.C:  
         * src/include/pa_globals.h:          * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
         * src/include/pa_request.h:            accept that trick, trying other
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                 moved some configured data to request::classes_conf            bugfix: step3 to fix explicit result problem
                 moved some string crations from globals to M...  
           * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
         * src/classes/classes.C:            bugfix: step2 to fix explicit result problem
         * src/classes/classes.h:  
         * src/classes/double.C:          * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
         * src/classes/file.C:            bugfix: step1 to fix explicit result problem
         * src/classes/form.C:  
         * src/classes/int.C:          * operators.txt, src/classes/string.C: new: ^string.append[string]
         * src/classes/op.C:  
         * src/classes/response.C:          * src/include/pa_opcode.h, src/main/compile.tab.C,
         * src/classes/string.C:            src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
         * src/classes/table.C:            attempt_check_call_in_explicit_result_mode: failed
         * src/classes/unknown.C:  
         * src/include/pa_methoded.h:          * src/main/pa_common.C: bugfix: of 1.175 bugfix:
         * src/main/Makefile.am:            http://i.p.a.ddress gethostbyaddr added [on some platforms
         * src/main/main.dsp:            gethostbyname failed with such 'domains'] now checked properly,
         * src/main/pa_methoded.C:            were: needless reverse/forward dns lookup
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vdouble.h:          * src/main/pa_common.C: bugfix: of 1.175 bugfix:
         * src/types/pa_vfile.h:            http://i.p.a.ddress gethostbyaddr added [on some platforms
         * src/types/pa_vform.h:            gethostbyname failed with such 'domains'] now checked properly,
         * src/types/pa_vimage.h:            were: needless reverse/forward dns lookup
         * src/types/pa_vint.h:  
                 classes/classes renamet to include|main/pa_methoded          * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
             www/htdocs/_bug.html: reimplemented: @method[][result] means "no
         * src/include/pa_string.h:            string output here" moved to lexical level [on grammar level it
         * src/main/pa_globals.C:            were too difficult]
         * src/main/untaint.C:  
         * src/targets/cgi/parser3.C:          * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
         * src/targets/isapi/parser3isapi.C:            src/main/compile.y, src/main/compile_tools.h,
                 z            src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
             www/htdocs/.htaccess, www/htdocs/_bug.html: new:
         * src/classes/Makefile.am:            @method[][result] means "no string output here", implemented part
         * src/classes/classes.C:            of that idea: compiler throws away string literal generation
         * src/classes/classes.h:            code. and barks nonwhitespace chars
         * src/classes/classes.inc:  
         * src/classes/double.C:          * operators.txt: truth: removed comment about $ORIGIN
         * src/classes/file.C:  
         * src/classes/form.C:  2004-04-05  paf
         * src/classes/int.C:  
         * src/classes/op.C:          * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
         * src/classes/response.C:            src/include/pa_version.h, src/main/pa_common.C,
         * src/classes/string.C:            src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
         * src/classes/table.C:            www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
         * src/classes/unknown.C:  
         * src/include/pa_methoded.h:          * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
         * src/main/main.dsp:            Konstantin Tomashevitch [mailto:konst@design.ru]
         * src/main/pa_methoded.C:  
         * src/targets/cgi/parser3.C:          * src/doc/html2chm.cmd: beauty: no need in bg here
         * src/types/pa_vdouble.h:  
         * src/types/pa_vfile.h:          * src/doc/sources2html.cmd: beauty: same window, in bg it
         * src/types/pa_vform.h:            interfered with FAR console
         * src/types/pa_vimage.h:  
         * src/types/pa_vint.h:          * configure, configure.in: 3.1.3
                 renamed pa_methoded back to classes/classes.h  
           * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
         * src/classes/_string.h:  
         * src/classes/classes.C:          * src/main/pa_common.C: removed warning
         * src/classes/classes.h:  
         * src/classes/double.C:          * src/include/pa_version.h: 3.1.3
         * src/classes/exec.C:  
         * src/classes/file.C:  2004-04-02  paf
         * src/classes/form.C:  
         * src/classes/image.C:          * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
         * src/classes/int.C:  
         * src/classes/mail.C:          * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
         * src/classes/op.C:            allows to specify where to put parser log file
         * src/classes/random.C:  
         * src/classes/response.C:  2004-04-01  paf
         * src/classes/string.C:  
         * src/classes/table.C:          * src/classes/table.C: bugfix: bugfix: table::load last line
         * src/classes/unknown.C:            without tab and enter were ignored
         * src/include/pa_request.h:  
         * src/main/compile.y:          * src/: include/pa_cache_managers.h, include/pa_globals.h,
         * src/main/execute.C:            include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
         * src/main/pa_globals.C:            main/pa_socks.C, targets/cgi/parser3.C,
         * src/main/pa_request.C:            targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
         * src/types/pa_value.h:            bugfix: sql connections now are disconnected
         * src/types/pa_vdouble.h:  
         * src/types/pa_vfile.h:  2004-03-30  paf
         * src/types/pa_vform.C:  
         * src/types/pa_vform.h:          * src/classes/table.C: bugfix: table::load last line without tab
         * src/types/pa_vimage.h:            and enter were ignored
         * src/types/pa_vint.h:  
         * src/types/pa_vresponse.h:          * src/classes/table.C: bufix: if last table lines were commented,
         * src/types/pa_vstring.h:            gpfed
         * src/types/pa_vtable.h:  
         * src/types/pa_vunknown.h:          * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
                 beautifying just compiled. todo: debug, configure            src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
             src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
         * src/classes/classes.awk:            src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
                 skipped classes in .awk            src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
             src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
         * src/classes/form.C:            src/doc/value.dox, src/include/pa_version.h,
         * src/include/pa_globals.h:            src/main/pa_cache_managers.C,
         * src/main/pa_globals.C:            src/main/pa_stylesheet_connection.C,
                 moved some configured data to request::classes_conf            src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
                 moved some string crations from globals to M...            www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
                 [works]            3.1.2, changed version to 3.1.3beta
   
 2001-04-27  paf  2004-03-29  paf
         * src/main/compile.y:  
         * src/pcre/pcre.dsp:          * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                 serge@ found @CLASS bug. fixed            causes gpf
   
         * src/classes/_double.h:          * src/doc/: ClassExample1.dox, ClassExample2.dox,
         * src/classes/_form.h:            ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
         * src/classes/_int.h:            doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
         * src/classes/_response.h:            memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
         * src/classes/_unknown.h:            value.dox: translated to english
         * src/classes/classes.C:  
         * src/classes/classes.h:  2004-03-25  paf
         * src/classes/double.C:  
         * src/classes/file.C:          * src/targets/isapi/parser3isapi.vcproj: beauty: one more
         * src/classes/form.C:            parser3project dependency removed
         * src/classes/image.C:  
         * src/classes/int.C:          * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
         * src/classes/mail.C:            bugfix: refused to compile without xml
         * src/classes/op.C:  
         * src/classes/random.C:          * src/types/pa_vform.C: beauty: removed warning
         * src/classes/response.C:  
         * src/classes/string.C:          * src/classes/classes.vcproj: merged bugfix: now all compiles in
         * src/include/pa_globals.h:            any folder [removed last ;) folder dependency]
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/classes/classes.vcproj: bugfix: now all compiles in any
         * src/types/pa_vdouble.h:            folder [removed last ;) folder dependency]
         * src/types/pa_vfile.h:  
         * src/types/pa_vform.h:          * src/include/pa_version.h: release
         * src/types/pa_vimage.h:  
         * src/types/pa_vint.h:          * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
         * src/types/pa_vresponse.h:  
         * src/types/pa_vstring.h:          * src/classes/table.C: beauty: comment& more meaningful error
         * src/types/pa_vtable.h:            message
         * src/types/pa_vunknown.h:  
                 beautifying -100          * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
             column} now produces $.hash[$.column_value1(true) ... ] [were
         * src/classes/classes.C:            producing some strang thing]
                 file classes.C was initially added on branch  
                 reorganize_user_classes.  2004-03-23  paf
   
         * src/classes/file.C:          * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
         * src/classes/image.C:            bugfix: ^image.polyline and http status line parsing checked
         * src/classes/table.C:            number of columns in table [user reported an assert]
         * src/main/execute.C:  
         * src/main/pa_request.C:          * operators.txt: example: on hashfile
         * src/types/pa_vstateless_class.h:  
                 beautifying -99          * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
             www/htdocs/_bug.html: bugfix: junction reattach now actually
         * src/classes/_file.h:            reattaches a junction to new wcontext [were only assigning it to
         * src/classes/_image.h:            junction, which caused junction tracking to loose junction, and
         * src/classes/_mail.h:            it's context were not killed, and it tried to process in invalid
         * src/classes/_op.h:            context, gpf]
         * src/classes/_random.h:  
         * src/classes/_table.h:          * src/targets/cgi/parser3.C: debug helper added
         * src/classes/file.C:  
         * src/classes/image.C:  2004-03-19  paf
         * src/classes/int.C:  
         * src/classes/mail.C:          * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
         * src/classes/op.C:            messages removed duplicate "type(type)" in braces
         * src/classes/random.C:  
         * src/classes/response.C:  2004-03-10  paf
         * src/classes/string.C:  
         * src/classes/table.C:          * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
         * src/classes/unknown.C:            src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
         * src/include/pa_globals.h:            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/main/main.dsp:            www/htdocs/_bug.html: new: refined solution to
         * src/main/pa_globals.C:            search-in-namespaces problem:
         * src/main/pa_request.C:            $xdoc.search-namespaces.x[http://pif.design.ru/]
         * src/operators.txt:            $nodes[^xdoc.select[//x:second]]
         * src/pcre/pcre_parser_ctype.c:  
         * src/targets/cgi/parser3.C:          * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
         * src/types/pa_value.h:            www/htdocs/_bug.xml: new: xnode.select*[xpath
         * src/types/pa_vcookie.h:            expression][[NAMESPACES HASH]] allows to search for info in
         * src/types/pa_venv.h:            namespaces
         * src/types/pa_vrequest.h:  
                 started beautifying            $nodes[^xdoc.select[//x:second][
             $.x[http://pif.design.ru/] ]]
         * src/classes/classes.h:  
                 file classes.h was initially added on branch  2004-03-09  paf
                 reorganize_user_classes.  
           * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
 2001-04-26  paf            www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
         * src/main/pa_request.C:            new: ^file::load[...][options]         $.form[
         * src/main/pa_string.C:            !$.field1[string]
                 z            !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                  ]         !$.body[string]
         * src/classes/_exec.h:  
         * src/classes/_image.h:            GET ?here notGET(POST, HEAD, others) in content-type:
         * src/classes/gd/gif.h:            application/x-www-form-urlencoded
         * src/classes/gd/gifio.C:  
         * src/classes/image.C:            todo: upload files ability
         * src/classes/mail.C:  
         * src/classes/op.C:          * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
         * src/classes/random.C:            properly, done
         * src/classes/smtp/smtp.h:  
         * src/classes/string.C:  2004-03-05  paf
         * src/classes/table.C:  
         * src/doc/doxygen.cfg:          * operators.txt, src/main/pa_common.C: new: file::load[;http://
         * src/doc/doxygen.cfg:            GET/POST $.form[$.fields started, not tested yet
         * src/doc/doxygen.cfg:            todo:$.field[table] for multiple values
         * src/doc/doxygen.txt:  
         * src/include/pa_array.h:          * operators.txt: new: http:// options $.user $.password basic
         * src/include/pa_config_fixed.h:            authorization
         * src/include/pa_config_includes.h:  
         * src/include/pa_dir.h:          * src/main/pa_common.C: beauty: link to rtf added
         * src/include/pa_socks.h:  
         * src/include/pa_string.h:          * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
         * src/main/compile_tools.h:            www/htdocs/_bug.html: new: http:// options $.user $.password
         * src/main/pa_common.C:            basic authorization
         * src/main/pa_request.C:  
         * src/main/pa_socks.C:          * src/main/pa_common.C: beauty: removed needless vars
         * src/sql/pa_sql_driver.h:  
         * src/targets/cgi/pa_pool.C:          * operators.txt: new: pgsql option [like that recently added to
         * src/types/pa_vbool.h:            oracle driver]             ClientCharset=parser-charset <<
         * src/types/pa_vbool.h:            charset in which parser thinks client works
         * src/types/pa_vclass.h:  
         * src/types/pa_vclass.h:          * src/sql/pa_sql_driver.h: beauty: important warning added
         * src/types/pa_vcode_frame.h:  
         * src/types/pa_vcode_frame.h:          * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
         * src/types/pa_vcookie.h:            char!
         * src/types/pa_vdouble.h:  
         * src/types/pa_venv.h:          * etc/parser3.charsets/windows-1251.cfg: typo
         * src/types/pa_vfile.h:  
         * src/types/pa_vform.C:          * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
         * src/types/pa_vform.h:            recently added to oracle driver]
         * src/types/pa_vhash.h:            ClientCharset=parser-charset << charset in which parser thinks
         * src/types/pa_vimage.C:            client works
         * src/types/pa_vimage.h:  
         * src/types/pa_vint.h:  2004-03-04  paf
         * src/types/pa_vjunction.h:  
         * src/types/pa_vjunction.h:          * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
         * src/types/pa_vmethod_frame.h:            recently added to oracle driver]
         * src/types/pa_vmethod_frame.h:            ClientCharset=parser-charset << charset in which parser thinks
         * src/types/pa_vobject.h:            client works
         * src/types/pa_vobject.h:  
         * src/types/pa_vrequest.C:          * src/main/pa_sql_driver_manager.C: speedup: charset lookups
         * src/types/pa_vrequest.h:            cached, sql transcoding now goes faster
         * src/types/pa_vstateless_class.C:  
         * src/types/pa_vstateless_class.h:          * operators.txt: new: mysql option [like that recently added to
         * src/types/pa_vstateless_object.h:            oracle driver]             ClientCharset=parser-charset <<
         * src/types/pa_vstring.C:            charset in which parser thinks client works
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.h:          * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
         * src/types/pa_vunknown.h:            typo error
         * src/types/pa_wcontext.C:  
         * src/types/pa_wcontext.h:          * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
         * src/types/pa_wwrapper.h:            chars commented
         * src/types/pa_wwrapper.h:  
                 code documentation ++  2004-03-03  paf
   
         * src/include/pa_common.h:          * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
         * src/include/pa_types.h:            Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
         * src/main/pa_sql_driver_manager.C:  
                 module [and, guess, isapi] connection caching fixed.  2004-03-02  paf
                 request-pooled-url were stored into global connectioncache  
           * operators.txt: new[update typo]:     !^void.left(n)
 2001-04-25  paf            nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
         * src/doc/doxygen.cfg:                  nothing
         * src/doc/doxygen.txt:  
         * src/targets/isapi/parser3isapi.C:          * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
                 started doc / [doxygen.txt]            !^void.left(n)        nothing     !^void.right(n)        nothing
             !^void.pos(p[;n])           nothing
         * src/include/code.h:  
         * src/include/pa_common.h:          * operators.txt, src/classes/file.C, src/include/pa_string.h,
         * src/main/compile.y:            www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
         * src/main/execute.C:            query result must be one row with columns:   first: data
         * src/main/pa_common.C:            second: file name   third: content-type
                 -d  
           * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
         * src/classes/file.C:            www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
         * src/main/pa_exec.C:            properly escaped string, which can be passed to request now this
         * src/targets/cgi/parser3.C:            for mysql only. it's up to parser sql driver to fix zeros
                 illegal call check a bit improved, but still under iis no            properly
                 mapping of dir with parser allowed!  
           * INSTALL: note: added on building apache with this option:
 2001-04-24  paf            --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
         * src/targets/Makefile.in:  
         * src/targets/apache13/Makefile.in:          * www/htdocs/_bug.html: feature:
                 apache makefile.in s            oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
             names got transcoded to $request:charset too [were only column
         * src/configure.in:            data]
         * src/targets/Makefile.am:  
         * src/targets/apache13/Makefile.am:  2004-03-01  paf
                 apache module lib .am  
           * src/targets/isapi/parser3isapi.C: new: apache module & isapi
         * src/main/pa_exec.C:            extension memory:compact befor processingrequest
                 windows32 buildCommand  
           * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
 2001-04-23  paf            ^hash._keys[>>name<<] to call sole column of result
         * src/classes/gd/gifio.C:  
         * src/classes/image.C:          * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
         * src/classes/mail.C:            src/lib/gd/gif.h, www/htdocs/_bug.html: new:
         * src/include/pa_globals.h:            ^image.pixel(x;y)[(color)]         get/set pixel color
         * src/include/pa_string.h:  
         * src/main/pa_exec.C:          * src/classes/image.C, src/types/pa_vimage.C,
         * src/main/pa_request.C:            src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
         * src/main/untaint.C:            less checks [were ugly impl]
                 untaint -       @test optimize whitespaces for all but 'html'  
           * src/classes/string.C, www/htdocs/_bug.html: bugfix:
         * src/pcre/Makefile.am:            ^string.left/right/mid with negative values now considered bad
                 chartables.c make  
           * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
         * src/main/untaint.C:  
                 untaint without charset          * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
             www/htdocs/_bug.xsl: bugfix: boolean output options now have
         * src/targets/cgi/parser3.C:            unified defaults [after transform
                 cgi /// @test disable /cgi-bin/parser3/auto.p            indent/omit-xml-declaration/standalone 'default' erroreously
             meant 'true']
         * src/classes/random.C:  
         * src/targets/cgi/parser3.C:          * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
                 redo failed            added [on some platforms gethostbyname failed with such
                 /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]            'domains']
   
         * src/main/untaint.C:          * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                 mail header only once to =?            added [on some platforms gethostbyname failed with such
             'domains']
         * src/classes/mail.C:  
         * src/include/pa_hash.h:          * src/include/pa_config_auto.h.in: no select check, no define
         * src/include/pa_string.h:  
         * src/main/pa_common.C:          * src/classes/string.C: feature: ^string.trim both parameters may
         * src/main/pa_hash.C:            be empty-strings, meaning kind=both chars=whitespaces
         * src/main/pa_request.C:  
         * src/main/untaint.C:          * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                 untaint -       @test mail-header            exist
   
         * src/include/pa_config_auto.h.in:          * src/classes/string.C: check: trim 'chars' must not be empty,
                 .h.in            exception if it is
   
         * src/targets/cgi/parser3.C:          * src/classes/string.C: changed: ^string.trim [] << both,
                 cgi cmdline ver            whitespaces [start|both|end] << kind, whitespaces
             [start|both|end;chars]  full
         * src/main/pa_request.C:  
         * src/targets/cgi/parser3.C:  2004-02-27  paf
                 // @test with commandline start "parser3 a.html" so that ^load  
                 a.cfg] worked! [now doesnt]          * operators.txt, src/classes/string.C, src/main/pa_string.C,
             www/htdocs/_bug.html: new method:
         * src/main/execute.C:            ^string.trim[start|both|end[;chars]]        default 'chars' --
                 operators first!            whitespace chars finished
                 so that ^table.menu{^rem{}} would not be 'unknown column'  
           * operators.txt, src/classes/string.C, src/include/pa_string.h,
         * src/include/pa_array.h:            src/main/pa_string.C, www/htdocs/_bug.html: new method:
         * src/main/pa_array.C:            ^string.trim[start|both|end[;chars]]        default 'chars' --
         * src/types/pa_vfile.h:            whitespace chars   started, only start works
         * src/types/pa_vfile.h:  
                 vfile fields return type          * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
             xdoc::create+save != xdoc.transform&no<xsl:output>+save
         * src/Makefile.in:  
         * src/classes/Makefile.in:          * src/main/compile.C: bugfix: line numbers after
         * src/libltdl/Makefile.in:            ^process{}[$.line(-10]] can be negative, allowed to print they as
         * src/main/Makefile.in:            signed
         * src/pcre/Makefile.in:  
         * src/targets/cgi/Makefile.in:          * src/main/untaint.C: speed: there's no \n chars in output
         * src/types/Makefile.in:            [normally], so no need to optimize them they could be retrived
                 makefile ins            from databases, though. but 1. should be replaced 2. if not
             optimized, no harm done
         * src/main/pa_string.C:  
                 tested OK          * www/htdocs/: _bug.html, _bug.txt: just test:
                 /// @test really @b test: s x m [tested: i & g ]            file::load[text;http:// $.text utf-8 signature, line ends OK
             http://i2/tasks/edit/?id=4629476859594276758
         * src/classes/gd/Makefile.am:  
         * src/classes/gd/Makefile.in:          * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
         * src/targets/Makefile:            ^file::exec/cgi could return invalid status & zombie child can
         * src/targets/Makefile.in:            remain for short period until process exists [very bad in
                 makefiles&co            mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
   
         * src/Makefile:          * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
         * src/classes/Makefile:            malicious SMTP server to attack as by returning too long status
         * src/libltdl/Makefile:            responses http://i2/tasks/edit/?id=4629448401140924947
         * src/main/Makefile:  
         * src/targets/cgi/Makefile:  2004-02-26  paf
         * src/types/Makefile:  
                 makefiles removed          * operators.txt: feature: ^process...{CODE}[now has options] which
             are         $.main[to what to rename @main]         $.file[file,
         * src/Makefile:            from which (user says) goes that CODE]         $.lineno(line
         * src/classes/Makefile:            number in that file, where CODE starts. may be negative)
         * src/configure:  
         * src/libltdl/Makefile:          * operators.txt, src/classes/op.C, src/include/pa_request.h,
         * src/libltdl/configure:            src/main/compile.C, src/main/compile_tools.h,
         * src/ltconfig:            src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
         * src/main/Makefile:            www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
         * src/main/pa_string.C:            which are         $.main[to what to rename @main]
         * src/targets/Makefile:            $.file[file, from which (user says) goes that CODE]
         * src/targets/cgi/Makefile:            $.lineno(line number in that file, where CODE starts. may be
         * src/types/Makefile:            negative)
                 configure.in + makefiles  
   2004-02-25  paf
         * src/classes/table.C:  
         * src/types/pa_vform.C:          * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
         * src/types/pa_vtable.h:            old @charsetsdir@ recently erased from configure.in]
                 /// @test $a.menu{ $a[123] }  
                 and $a.menu{^table:set[]...}          * src/classes/hash.C: feature: ^hash::sql{one colum result} now
             produces hash of column=>1
         * src/acinclude.m4:  
         * src/targets/cgi/Makefile.am:          * www/htdocs/: _bug.html, _bug.xsl: xhtml: &#9; as resutl of
                 liblink            <xsl:attribute>[tab]  is OK
   
         * src/pcre/Makefile.am:          * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
         * src/pcre/pcre.h:            with incomplete errno constants set
         * src/pcre/pcre_parser_ctype.c:  
                 pcre .am  2004-02-24  paf
   
         * src/acinclude.m4:          * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
         * src/acinclude.m4:            "man select"
         * src/acinclude.m4:  
         * src/targets/cgi/Makefile.am:          * src/main/pa_os.C: beauty: <0 better then ==-1
         * src/targets/cgi/Makefile.am:  
                 win32 conditional          * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
   
         * src/configure.in:          * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
         * src/include/pa_config_fixed.h:  
         * src/include/pa_config_includes.h:          * src/classes/Makefile.am: smtp on unix: steps to work on unix
         * src/main/pa_common.C:  
                 common: file_write /// @test mkdirs  file_delete rmdirs          * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
             unix: steps to work on unix [extracted 'to']
 2001-04-20  paf  
         * src/main/untaint.C:          * src/classes/mail.C: smtp on unix: steps to work on unix
         * src/targets/cgi/parser3.C:  
                 fixed header "a/a"          * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
   
         * src/main/untaint.C:          * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                 z            lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
             unix [testing on solaris]
         * src/classes/string.C:  
         * src/classes/table.C:  2004-02-20  paf
         * src/include/pa_globals.h:  
         * src/include/pa_request.h:          * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
         * src/include/pa_string.h:            removed, thanks to egr for pointing that out
         * src/main/compile.y:  
         * src/main/pa_globals.C:          * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
         * src/main/pa_request.C:            attr="&#digital_entity;" bug fixed again [same solution,
         * src/main/pa_string.C:            mistanenly removed one line]
         * src/operators.txt:  
         * src/parser3.dsw:          * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
         * src/pcre/Makefile.am:            fixed again [same solution, mistanenly removed one line]
         * src/pcre/dftables.c:  
         * src/pcre/pcre.dsp:  2004-02-19  paf
         * src/pcre/pcre_parser_ctype.c:  
         * src/pcre/pcre_parser_ctype.dsp:          * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
         * src/targets/cgi/parser3.C:            date::create from bad datetime in spring daylightsaving hole now
                 $MAIN:LOCALE            OK for all platforms [on some platforms it failed]
   
 2001-04-19  paf          * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
         * src/main/compile_tools.h:            beauty: date::create[bad date time in daylightsaving hole] now
                 $a$b bugfix            throws error
   
         * src/classes/file.C:          * src/classes/date.C: comment: mistake fixed
         * src/targets/cgi/parser3.C:  
                 z  2004-02-18  paf
   
         * src/include/pa_common.h:          * www/htdocs/_bug.html: beauty: coder can override save/file
         * src/main/pa_common.C:            encoding by specifying it in xsl:output or in save/file
         * src/main/pa_request.C:            hash-options
         * src/main/untaint.C:  
         * src/targets/isapi/parser3isapi.C:          * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
         * src/types/pa_vcookie.C:            save/file encoding by specifying it in xsl:output or in save/file
                 changed urlencode here and in untaint.C to HTTP standard's "            hash-options
                 and \" mech  
           * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
         * src/classes/file.C:            renderes in $request:charset, but in header puts
         * src/include/pa_common.h:            $response:charset todo: make that default only so that coder
         * src/types/pa_vcookie.C:            could override that
                 done: header to $fields. waits for header '\' tricks  
           * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
         * src/main/pa_request.C:            $request:charset, but in header puts $response:charset todo: make
         * src/targets/isapi/parser3isapi.C:            that default only so that coder could override that
                 fixed http://alx/~paf/ doesnt load /auto.p  
           * src/classes/xdoc.C, src/include/pa_charset.h,
 2001-04-18  paf            www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
         * src/classes/smtp/smtp.dsp:            now renderes in $request:charset, but in header puts
         * src/libltdl/COPYING.TXT:            $response:charset todo: make that default only so that coder
         * src/main/Makefile.am:            could override that
         * src/main/main.dsp:  
         * src/operators.txt:          * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
         * src/targets/cgi/Makefile.am:            doctype-public/system forcly turns off omit-xml-declaration
                 linux @alx  
           * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
         * src/main/pa_request.C:            feature: reimplemented xhtml output, see /.xsl for sample
                 1  
   2004-02-17  paf
 2001-04-17  paf  
         * src/classes/file.C:          * src/classes/xdoc.C: beauty: needless helper class removed
         * src/classes/image.C:  
         * src/doc/doxygen.cfg:          * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
         * src/include/pa_sql_connection.h:            copied extra time
         * src/main/pa_sql_driver_manager.C:  
         * src/pcre/Makefile0:          * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
         * src/sql/pa_sql_driver.h:            part of libxml
                 SQL_Driver_services renamed. doxygen statics enabled  
           * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
         * src/ltmain.sh:            libxml to do the work] <xsl:output        method="html"
                 compile4 @jav @win            doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
             doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
         * src/Makefile.am:            />
         * src/acinclude.m4:  
         * src/classes/Makefile.am:          * src/classes/xdoc.C: beauty: no <meta ... charset generated
         * src/classes/_double.h:  
         * src/classes/_exec.h:          * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
         * src/classes/_file.h:            caused assertion
         * src/classes/_form.h:  
         * src/classes/_image.h:          * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
         * src/classes/_int.h:            could hang. now such add does nothing, sub clears $hash
         * src/classes/_mail.h:  
         * src/classes/_op.h:          * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
         * src/classes/_random.h:            not made quoted-printable
         * src/classes/_response.h:  
         * src/classes/_string.h:          * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
         * src/classes/_table.h:            string invariant
         * src/classes/_unknown.h:  
         * src/classes/file.C:  2004-02-16  paf
         * src/classes/gd/gif.C:  
         * src/classes/gd/gif.h:          * src/main/pa_globals.C: bugfix: xml errors copy from library now
         * src/classes/gd/gifio.C:            cleared [were not cleared properly]
         * src/classes/image.C:  
         * src/classes/mail.C:  2004-02-13  paf
         * src/classes/op.C:  
         * src/classes/random.C:          * src/include/pa_version.h: prerelease
         * src/config.guess:  
         * src/config.sub:          * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
         * src/configure.in:            used, introducing dependencies timestamp check
         * src/include/pa_config_fixed.h:  
         * src/include/pa_config_includes.h:          * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
         * src/include/pa_hash.h:            include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
         * src/include/pa_sql_driver_manager.h:            main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
         * src/include/pa_version.h:            .xsl.stamp now not used, introducing dependencies timestamp check
         * src/libltdl/Makefile.am:  
         * src/libltdl/config_auto.h.in:          * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
         * src/libltdl/configure.in:  
         * src/ltmain.sh:  2004-02-12  paf
         * src/main/Makefile.am:  
         * src/main/compile.y:          * src/types/pa_vform.C: bugfix: empty values[recently allowed]
         * src/main/pa_common.C:            ruined empty <input type=file> submits. parser thought there were
         * src/main/pa_exec.C:            nameless empty file and $form:field got value of type 'file'
         * src/main/pa_socks.C:  
         * src/main/pa_sql_driver_manager.C:          * INSTALL: --without-threads
         * src/parser3.dsw:  
         * src/pcre/Makefile.am:          * src/include/pa_sapi.h: 2004
         * src/pcre/Makefile0:  
         * src/sql/Makefile.am:  2004-02-11  paf
         * src/sql/pa_sql_driver.h:  
         * src/targets/cgi/Makefile.am:          * src/: classes/classes.C, classes/classes.h, classes/date.C,
         * src/targets/cgi/parser3.C:            classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/types/Makefile.am:            classes/hashfile.C, classes/image.C, classes/int.C,
         * src/types/pa_vcookie.C:            classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
         * src/types/pa_vform.C:            classes/response.C, classes/string.C, classes/table.C,
         * src/types/pa_vimage.h:            classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                 exec @jav            include/pa_array.h, include/pa_cache_managers.h,
             include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
         * src/include/pa_sql_driver_manager.h:            include/pa_config_fixed.h, include/pa_config_includes.h,
         * src/main/pa_sql_driver_manager.C:            include/pa_dictionary.h, include/pa_dir.h,
         * src/parser3.dsw:            include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
         * src/sql/pa_sql_driver.h:            include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
         * src/types/pa_vimage.h:            include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                 sql driver interface now has initialize(client .so)            include/pa_request_charsets.h, include/pa_request_info.h,
             include/pa_socks.h, include/pa_sql_connection.h,
 2001-04-16  paf            include/pa_sql_driver_manager.h, include/pa_stack.h,
         * src/Makefile.am:            include/pa_string.h, include/pa_stylesheet_connection.h,
         * src/config.guess:            include/pa_stylesheet_manager.h, include/pa_table.h,
         * src/config.sub:            include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
         * src/configure.in:            include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
         * src/libltdl/configure.in:            lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
         * src/ltmain.sh:            lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                 compile2 cygwin            lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
             main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
         * src/pcre/Makefile.am:            main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
         * src/targets/cgi/Makefile.am:            main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                 compile0 jav            main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
             main/pa_os.C, main/pa_request.C, main/pa_socks.C,
         * src/pcre/Makefile0:            main/pa_sql_driver_manager.C, main/pa_string.C,
                 file Makefile0 was initially added on branch gcc0415.            main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
             main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
         * src/pcre/Makefile.am:            sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                 file Makefile.am was initially added on branch gcc0415.            targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
             types/pa_junction.h, types/pa_method.h, types/pa_value.C,
         * src/ltmain.sh:            types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                 file ltmain.sh was initially added on branch gcc0415.            types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
             types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
         * src/Makefile.am:            types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
         * src/acinclude.m4:            types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
         * src/classes/Makefile.am:            types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
         * src/classes/_double.h:            types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
         * src/classes/_exec.h:            types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
         * src/classes/_file.h:            types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
         * src/classes/_form.h:            types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
         * src/classes/_image.h:            types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
         * src/classes/_int.h:            types/pa_vresponse.h, types/pa_vstateless_class.C,
         * src/classes/_mail.h:            types/pa_vstateless_class.h, types/pa_vstateless_object.h,
         * src/classes/_op.h:            types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
         * src/classes/_random.h:            types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
         * src/classes/_response.h:            types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
         * src/classes/_string.h:            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
         * src/classes/_table.h:            types/pa_wcontext.h, types/pa_wwrapper.h: 2004
         * src/classes/_unknown.h:  
         * src/classes/gd/gif.C:          * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
         * src/classes/gd/gif.h:            debug version of gc.dll
         * src/classes/gd/gifio.C:  
         * src/classes/image.C:          * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
         * src/classes/mail.C:            lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
         * src/classes/op.C:            lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
         * src/classes/random.C:            lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
         * src/config.guess:            targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
         * src/config.sub:            targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
         * src/configure.in:            to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
         * src/include/pa_config_fixed.h:            processes
         * src/include/pa_config_includes.h:  
         * src/include/pa_hash.h:          * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
         * src/include/pa_version.h:            main/pa_globals.C, targets/cgi/parser3.vcproj,
         * src/ltmain.sh:            targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
         * src/main/Makefile.am:            changes to reflect libxml xsl new folders
         * src/main/compile.y:  
         * src/main/pa_common.C:          * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
         * src/main/pa_exec.C:            lib/smtp/smtp.vcproj, main/main.vcproj,
         * src/pcre/Makefile:            targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
         * src/pcre/Makefile.am:            to reflect libxml xsl new folders
         * src/pcre/Makefile0:  
         * src/sql/Makefile.am:          * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
         * src/targets/cgi/Makefile.am:            lib/smtp/smtp.vcproj, main/main.vcproj,
         * src/targets/cgi/parser3.C:            targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
         * src/types/Makefile.am:            types/types.vcproj: started changes to reflect libxml xsl new
         * src/types/pa_vcookie.C:            folders
         * src/types/pa_vform.C:  
                 compile-1          * ChangeLog, parser3.sln, src/classes/classes.vcproj,
             src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
         * src/acinclude.m4:            src/main/compile.tab.C, src/main/main.vcproj,
         * src/configure.in:            src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
         * src/include/pa_config_includes.h:            src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
         * src/libltdl/Makefile.am:            www/htdocs/.htaccess: started changes to reflect libxml xsl new
         * src/libltdl/config_auto.h.in:            folders
         * src/main/pa_exec.C:  
         * src/main/pa_socks.C:  2004-02-10  paf
         * src/targets/cgi/Makefile.am:  
                 compile1 cygwin          * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
             compile. recommened latest libxml up to date
 2001-04-15  paf  
         * src/classes/op.C:          * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
         * src/include/pa_request.h:            pattern compilation errors", on which spent 4 hours worktime. use
         * src/types/pa_value.h:            versions higher than that. recommended now latest up to date
         * src/types/pa_vmethod_frame.h:  
                 MethodParams in op.C  2004-02-06  paf
   
         * src/types/pa_value.h:          * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                 MethodParams !junction            beauty: unified destructing style
   
         * src/classes/table.C:          * src/main/untaint.C: beauty: removed old def/ifdef
                 table:empty +=process  
           * src/main/untaint.C: beauty: coredump @unknown untaint language
         * src/operators.txt:            now
                 about to make Params  
   2004-02-03  paf
         * src/classes/op.C:  
                 z          * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
             targets/isapi/parser3isapi.C, types/pa_value.C,
         * src/classes/_string.h:            types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
         * src/classes/double.C:            then %ld/%lu
         * src/classes/file.C:  
         * src/classes/image.C:          * src/main/pa_common.C: typo: %l -> %u
         * src/classes/int.C:  
         * src/classes/mail.C:          * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
         * src/classes/op.C:            in attributes or documents-results of transform now not &#04xx;
         * src/classes/random.C:  
         * src/classes/response.C:          * src/classes/xnode.C: memleaks found: not fixed yet. todo
         * src/classes/string.C:  
         * src/classes/table.C:          * src/main/pa_charset.C: bugfix: forgot to undo some
         * src/classes/unknown.C:  
         * src/main/pa_request.C:          * src/main/pa_charset.C: beauty: uncomment
                 MethodParams everywhere            PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
             libraries
 2001-04-12  paf  
         * src/classes/_unknown.h:  2004-02-02  paf
         * src/classes/unknown.C:  
         * src/include/pa_globals.h:          * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
         * src/main/main.dsp:            $cookie:example[    $.value[value]  $.path[/there/] ]
         * src/main/pa_globals.C:  
         * src/operators.txt:            $cookie:example[        $.value[]       $.expires[session]
         * src/types/pa_vunknown.h:            $.path[/there/]         $.domain[test.com] ]
                 ^unknown:int[]=0 double[]=0  
           * src/types/pa_vform.C: bugfix: empty values with
         * src/classes/gd/gif.C:            enctype=multipart/form-data now produce entries in $form:tables
         * src/classes/image.C:            <form method=post enctype=multipart/form-data> <input type=hidden
         * src/operators.txt:            name=a> <input type=hidden name=b>
                 image:line/fill/rectangle/bar/replace/polygon/polybar  
             <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
         * src/classes/image.C:            <hr> <pre>$request:body
         * src/main/pa_hash.C:  
         * src/operators.txt:  2004-01-30  paf
                 hash bug fixed  
           * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
         * src/classes/gd/gif.h:            or documents-results of transform now not &#04xx;
         * src/classes/image.C:  
         * src/classes/op.C:          * src/classes/date.C: bugfix: ^date::create[invalid fields now
         * src/main/execute.C:            produce exception.
         * src/operators.txt:  
         * src/types/pa_value.h:          * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
         * src/types/pa_vmethod_frame.h:            bugfix: ^date::create[invalid fields now produce exception.
         * src/types/pa_wcontext.h:  
                 for var now written not to r.wcontext, but to r.root          * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
                 cleared "entered_object" state            ^date::create[invalid year] now produces exception. todo: check
             other fields
         * src/classes/image.C:  
         * src/operators.txt:  2004-01-29  paf
         * src/types/pa_vimage.h:  
                 image:font :text          * src/include/pa_memory.h: typo error
   
         * src/classes/image.C:          * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                 image:gif now does not have params            more byte then specified, then zeroed it << useless and
             potentially harmful(could gpf)
 2001-04-11  paf  
         * src/classes/mail.C:  2004-01-22  paf
         * src/classes/op.C:  
         * src/targets/cgi/parser3.C:          * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
         * src/types/pa_value.h:  
         * src/types/pa_vfile.C:          * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
         * src/types/pa_vfile.h:            optimization
         * src/types/pa_vform.C:  
         * src/types/pa_vstring.C:          * src/main/untaint.C: bugfix: whitespace now optimized properly
         * src/types/pa_vstring.h:            [were bug: ^taint[1 & 2]="1 &2"
                 forced UL_FILE_NAME of posted file name  
           * src/main/pa_globals.C: beauty: bigger buffer for xml-related
         * src/classes/image.C:            errors
         * src/main/execute.C:  
         * src/main/main.dsp:          * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
         * src/main/pa_request.C:            overflow
         * src/parser3.dsw:  
         * src/types/pa_vcframe.h:          * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
         * src/types/pa_vcode_frame.h:            error-reporting code * in parser-error reporting code [when no
         * src/types/pa_vimage.C:            @unhandled_exception defined]
         * src/types/pa_vimage.h:  
         * src/types/pa_vmethod_frame.h:            fixed in one place: my *snprintf override
         * src/types/pa_vmframe.h:  
                 libimaging dead end: pil parses header in .py  2004-01-13  paf
   
         * src/classes/gd/gd.dsp:          * operators.txt: typo erro
         * src/classes/gd/gif.C:  
         * src/classes/gd/gif.h:  2003-12-25  paf
         * src/classes/gd/gifio.C:  
         * src/classes/image.C:          * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
         * src/parser3.dsw:            garbled  [pieces after zero bytes were removed]
         * src/types/pa_vimage.C:  
         * src/types/pa_vimage.h:  2003-12-22  paf
                 gd started porting to Pooled descendant  
           * src/include/Makefile.am: bugfix: removed from dist:
         * src/classes/image.C:            src/include/pa_config_auto.h which were configured for
         * src/main/pa_request.C:            make-dist-platform and badly updated proper config file in target
         * src/operators.txt:            [when .tar used for updating existing source tree]
         * src/types/pa_vform.C:  
                 fixed post [broke when moved post read to core]          * ChangeLog, operators.txt, src/classes/op.C,
             src/include/pa_sql_connection.h,
         * src/classes/gd/gd.dsp:            src/include/pa_sql_driver_manager.h,
         * src/classes/smtp/smtp.dsp:            src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
         * src/main/main.dsp:            www/htdocs/.htaccess: feature: sql introducing ability to
         * src/operators.txt:            transcode charsets
         * src/parser3.dsw:  
                 gd+smtp made separate libs  2003-12-19  paf
   
         * src/classes/gd/gifio.C:          * src/main/pa_sql_driver_manager.C: beauty: more straighforward
         * src/classes/image.C:            error message
         * src/types/pa_vimage.C:  
         * src/types/pa_vimage.h:          * src/main/pa_charset.C: bugfix: memory for charsethandler
                 gd todo: gif without file            structure for libxml now allocated properly
   
         * src/include/pa_globals.h:  2003-12-17  paf
         * src/include/pa_string.h:  
         * src/main/pa_common.C:          * src/types/pa_vfile.C: beauty: removed outdated cast
         * src/main/pa_request.C:  
         * src/main/untaint.C:          * src/main/pa_common.C: bugfix: empty http response caused gpf
         * src/types/pa_vfile.C:  
         * src/types/pa_vstring.C:          * src/include/pa_string.h: bugfix: removed too strong a assert
                 fixed vstring:as_vfile  length  
           * src/main/pa_globals.C: bugfix: removed false warning [warning:
         * src/classes/gd/gd.dsp:            unreported xmlGenericErrors]
         * src/classes/image.C:  
         * src/include/pa_globals.h:  2003-12-15  paf
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
         * src/operators.txt:            works}
         * src/parser3.dsw:  
         * src/types/pa_vimage.C:  2003-12-11  paf
         * src/types/pa_vimage.h:  
                 gd dead end. switching to python imaging lib          * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
             id
         * src/classes/gd/gif.h:                !$status:tid thread id
         * src/classes/gd/gifio.C:  
         * src/classes/image.C:          * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
         * src/main/main.dsp:            main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                 gd with mem write + image just compiled            bugfix(solaris): removed dependency on object initialization
             order [one more place]
         * src/classes/gd/gif.C:  
         * src/classes/gd/gif.h:          * src/: classes/file.C, classes/mail.C, classes/op.C,
         * src/classes/gd/gifio.C:            classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
         * src/classes/image.C:            types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
         * src/operators.txt:            understand that
                 image:create image:load  
           * src/: classes/file.C, classes/mail.C, classes/op.C,
         * src/parser3.dsw:            classes/xdoc.C, include/pa_cache_managers.h,
                 libtdl+pcre liked separately from main libs            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stylesheet_manager.h, main/pa_request.C,
 2001-04-10  paf            main/pa_stylesheet_manager.C, types/pa_vimage.C,
         * src/classes/_double.h:            types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
         * src/classes/_file.h:            ctor call [relying on implicit String::Body(cstr) call]
         * src/classes/_form.h:  
         * src/classes/_int.h:          * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
         * src/classes/_mail.h:            pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
         * src/classes/_op.h:            object initialization order [two places]
         * src/classes/_random.h:  
         * src/classes/_response.h:  2003-12-10  paf
         * src/classes/_string.h:  
         * src/classes/_table.h:          * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
         * src/classes/file.C:            $status:sql.cache back  << time now ok
         * src/classes/gd/gif.C:  
         * src/classes/gd/gif.h:          * operators.txt, src/main/pa_sql_driver_manager.C,
         * src/classes/gd/gifio.C:            src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
         * src/classes/mail.C:            operational
         * src/include/pa_common.h:  
         * src/include/pa_globals.h:          * ChangeLog, operators.txt, src/classes/xdoc.C,
         * src/main/execute.C:            src/include/pa_charset.h, src/include/pa_sql_connection.h,
         * src/main/main.dsp:            src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
         * src/main/pa_common.C:            src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
         * src/main/pa_globals.C:            $status:sql.cache back operational
         * src/operators.txt:  
         * src/targets/isapi/parser3isapi.C:  2003-12-02  paf
         * src/types/pa_value.h:  
         * src/types/pa_vfile.C:          * src/types/pa_vmail.C: bugfix:
         * src/types/pa_vfile.h:            ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
         * src/types/pa_vhash.h:            as-is forced]
         * src/types/pa_vimage.h:  
         * src/types/pa_vresponse.h:          * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
         * src/types/pa_vstring.h:            exceptions out of libxml callbacks: reimplemented error handling
                 image:measure -100 just compiled            of http://localhost, parser://method and safemode check callbacks
   
         * src/classes/_image.h:          * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
         * src/classes/image.C:            [merged from HEAD]
         * src/types/pa_vimage.C:  
                 image forgotten!          * src/classes/image.C: nothing: comment removed
   
         * src/classes/image.C:          * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
         * src/operators.txt:            addresses to int
         * src/types/pa_vimage.C:  
                 jpg measure bugs fixed  2003-12-01  paf
   
         * src/classes/image.C:          * src/main/pa_xml_io.C: bugfix: typo
                 image:html done  
           * src/main/pa_globals.C: bugfix: win32: compile prob
         * src/classes/table.C:  
         * src/include/pa_common.h:          * src/classes/xdoc.C: bugfix: typo
         * src/main/pa_common.C:  
         * src/main/pa_request.C:          * src/main/pa_xml_io.C: todo: safe mode check not to throw
         * src/main/pa_string.C:            exception
         * src/main/untaint.C:  
         * src/types/pa_vimage.h:          * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                 image:measure -90  
   2003-11-28  paf
         * src/classes/mail.C:  
         * src/classes/smtp/comms.C:          * src/main/pa_xml_io.C: installed safe-mode checker as filter of
         * src/classes/smtp/smtp.C:            all xml documents read
         * src/classes/smtp/smtp.h:  
         * src/main/pa_globals.C:          * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                 smtp some consts  
           * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
         * src/classes/mail.C:            include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                 unix sendmail compiled. todo:testing            replaced original open mech of xdoc::create & co to use libxml
             open, so that this would work for root document todo: safe mode
         * src/classes/mail.C:            checks to libxml: ideally to some 1 point
                 sendmail unix skipping defaults  
           * src/main/pa_xml_io.C: comment
         * src/classes/image.C:  
         * src/operators.txt:          * operators.txt, src/main/pa_xml_io.C: leading / in
                 z            http://parser[abscent params]
   
         * src/classes/mail.C:          * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
         * src/include/pa_common.h:            works.  todo: maybe replace original open mech of xdoc::create &
         * src/main/pa_common.C:            co to use libxml open, so that this would work for root document
         * src/operators.txt:  
                 sendmail unix added defaults            $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
             "parser://method/params/here"> <test>   &test^; </test> }]
         * src/classes/mail.C:  
                 minor bug with unclear from/to            ^taint[^xdoc.string[]]
   
 2001-04-09  paf            @method[param] <!ENTITY test
         * src/classes/_exec.h:            "test-entity-value+$form:user+$param!">
         * src/main/execute.C:  
         * src/main/pa_globals.C:  2003-11-27  paf
         * src/main/pa_request.C:  
         * src/types/pa_vcookie.C:          * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
         * src/types/pa_vfile.C:  
                 exec -2          * src/classes/date.C: bugfix: typo error
   
         * src/classes/file.C:  2003-11-26  paf
         * src/configure.in:  
         * src/include/pa_exec.h:          * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
         * src/include/pa_sapi.h:            src/main/Makefile.am, src/main/main.vcproj,
         * src/libltdl/libltdl.dsp:            src/main/pa_globals.C, src/main/pa_request.C,
         * src/main/main.dsp:            src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
         * src/main/pa_exec.C:            xml errors to hash<thread_id,error> reorganization: xml io moved
         * src/targets/cgi/parser3.C:            to pa_xml_io.C/h
         * src/targets/cgi/parser3.dsp:  
         * src/targets/isapi/parser3isapi.C:          * src/types/pa_value.h: warnings: --
         * src/targets/isapi/parser3isapi.dsp:  
         * src/targets/pa_exec.C:  2003-11-25  paf
         * src/targets/pa_exec.h:  
                 all targets exec          * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
             whatever)
         * src/classes/exec.C:  
         * src/include/pa_common.h:          * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
         * src/main/pa_common.C:            a, (c?x:y, z)
         * src/main/untaint.C:  
         * src/operators.txt:          * src/main/untaint.C: bugfix: consequences of not reading this
         * src/targets/pa_exec.C:            comment: CORD_pos_chars_left /* Number of characters in cache.
                 exec3. decided exec:cgi to move to file:cgi            <= 0 ==> none    */
   
         * src/include/pa_sapi.h:          * src/include/pa_array.h: removed needless checks
         * src/include/pa_string.h:  
         * src/targets/cgi/parser3.C:  2003-11-24  paf
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/parser3isapi.dsp:          * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                 sapi exec dead end. badly parsed args in apache:util.script            removed limit: now $form:xxx can be accessed anytime, even in
             @auto/conf [and request/response:charset still can be changed
         * src/classes/file.C:            anytime]
         * src/main/main.dsp:  
         * src/main/pa_request.C:          * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
         * src/targets/cgi/parser3.C:            now not transcodes response body
                 exec win32 env  
           * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
         * src/classes/exec.C:            $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
         * src/classes/file.C:            value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
         * src/include/pa_globals.h:            $xdoc.firstChild.firstChild.nodeValue[different]
         * src/main/execute.C:            ^taint[^xdoc.string[]]
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
         * src/main/pa_request.C:            workaround: static Hash::allocates -> static Hash_allocates
         * src/targets/pa_exec.C:  
         * src/types/pa_vfile.C:  2003-11-21  paf
         * src/types/pa_vfile.h:  
         * src/types/pa_vform.C:          * Makefile.am, configure, configure.in, src/classes/Makefile.am,
         * src/types/pa_vstring.C:            src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                 exec4. todo env            src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
   
         * src/classes/_exec.h:          * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
         * src/classes/exec.C:  
         * src/include/pa_common.h:          * src/classes/mail.C: bugfix: typo
         * src/include/pa_request.h:  
         * src/include/pa_sapi.h:          * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
         * src/include/pa_string.h:            src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
         * src/main/pa_common.C:            src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
         * src/main/pa_request.C:            src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
         * src/main/pa_string.C:            src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
         * src/targets/cgi/parser3.C:            src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
         * src/targets/cgi/parser3.dsp:  
         * src/targets/isapi/parser3isapi.C:          * src/main/pa_exec.C: bug in safe mode
         * src/targets/pa_exec.C:  
         * src/targets/pa_exec.h:          * src/include/Makefile.am: pa_xml_exception.h
         * src/types/pa_vform.C:  
         * src/types/pa_vform.h:          * src/targets/isapi/parser3isapi.C: more warnings --
                 exec class just compiled. moved post read to request core  
   2003-11-20  paf
         * src/classes/file.C:  
         * src/include/pa_hash.h:          * src/: classes/math.C, classes/op.C, classes/string.C,
         * src/main/pa_hash.C:            main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
         * src/targets/pa_exec.C:            types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
         * src/targets/pa_exec.h:            --
                 exec env 0  
           * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
         * src/classes/_op.h:            more warnings --
         * src/include/pa_dir.h:  
         * src/include/pa_globals.h:          * src/classes/xdoc.C: more warnings --
         * src/include/pa_sapi.h:  
         * src/main/main.dsp:          * src/classes/: date.C, image.C, xdoc.C: more warnings --
         * src/main/pa_dir.C:  
         * src/main/pa_globals.C:          * src/: main/pa_sql_driver_manager.C, main/untaint.C,
         * src/operators.txt:            types/pa_vcookie.C, types/pa_vmail.C: more warnings --
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:          * src/: classes/date.C, classes/file.C, classes/hash.C,
         * src/targets/pa_exec.C:            classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
         * src/targets/pa_exec.h:            classes/table.C, include/pa_cache_managers.h,
                 problems with ^exec:cgi post data. they are already read by vform            include/pa_stylesheet_connection.h, main/pa_request.C,
             types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
         * src/include/pa_string.h:            types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
         * src/targets/pa_exec.C:            --
                 written but not tested exec with env for unix  
           * src/main/: execute.C, pa_request.C: old forgotten todo: when
 2001-04-08  paf            can't report problem (undefined @unhandled_exception) problem
         * src/classes/file.C:            source string were not reported
         * src/classes/mail.C:  
         * src/classes/string.C:          * src/: classes/classes.C, classes/classes.h, classes/date.C,
         * src/include/pa_request.h:            classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/include/pa_string.h:            classes/hashfile.C, classes/image.C, classes/int.C,
         * src/main/pa_request.C:            classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
         * src/operators.txt:            classes/response.C, classes/string.C, classes/table.C,
                 uuencode. string<<            classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             include/pa_array.h, include/pa_cache_managers.h,
         * src/operators.txt:            include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                 z            include/pa_config_fixed.h, include/pa_dictionary.h,
             include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
 2001-04-07  paf            include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
         * src/classes/_mail.h:            include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
         * src/classes/mail.C:            include/pa_request.h, include/pa_request_charsets.h,
         * src/include/pa_common.h:            include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
         * src/include/pa_globals.h:            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
         * src/include/pa_string.h:            include/pa_stack.h, include/pa_string.h,
         * src/main/main.dsp:            include/pa_stylesheet_connection.h,
         * src/main/pa_common.C:            include/pa_stylesheet_manager.h, include/pa_table.h,
         * src/main/pa_globals.C:            include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
         * src/main/pa_request.C:            include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
         * src/main/untaint.C:            lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
         * src/types/pa_vcookie.C:            main/compile_tools.C, main/compile_tools.h, main/execute.C,
                 mail:send -10 just compiled            main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
             main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
         * src/include/pa_socks.h:            main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
         * src/main/main.dsp:            main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
         * src/main/pa_socks.C:            main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
         * src/targets/cgi/parser3.C:            main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
         * src/targets/cgi/parser3.dsp:            main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
         * src/targets/isapi/parser3isapi.C:            sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                 mail:send 1            targets/cgi/parser3.C, targets/isapi/pa_threads.C,
             targets/isapi/parser3isapi.C, types/pa_junction.h,
         * src/classes/mail.C:            types/pa_method.h, types/pa_value.C, types/pa_value.h,
                 +=            types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
             types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
         * src/classes/mail.C:            types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
         * src/operators.txt:            types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                 ^attach dead end            types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
             types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
         * src/classes/mail.C:            types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
         * src/include/pa_string.h:            types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                 mail:send -1 text prepared            types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
             types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
         * src/classes/mail.C:            types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                 ^mail[$attach            types/pa_vresponse.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h,
         * src/classes/mail.C:            types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
         * src/classes/mail.C:            types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
         * src/classes/mail.C:            types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
         * src/main/pa_request.C:            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                 z            types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
             const IDENT
         * src/classes/mail.C:  
         * src/classes/smtp/comms.C:          * src/: include/pa_array.h, include/pa_pool.h,
         * src/classes/smtp/smtp.C:            include/pa_request.h, include/pa_string.h, include/pa_table.h,
         * src/classes/smtp/smtp.h:            main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
         * src/include/pa_globals.h:            types/pa_wcontext.h: more warnings --
         * src/include/pa_request.h:  
         * src/main/main.dsp:          * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
         * src/main/pa_globals.C:            classes/file.C, classes/hash.C, classes/hashfile.C,
         * src/main/pa_request.C:            classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                 smtp just compiled            classes/memory.C, classes/op.C, classes/string.C,
             classes/table.C, classes/xdoc.C, classes/xnode.C,
 2001-04-06  paf            include/pa_config_includes.h, include/pa_operation.h,
         * src/types/pa_valiased.C:            include/pa_sql_connection.h, include/pa_table.h,
                 another root inherititance skipped            include/pa_types.h, lib/ltdl/config_fixed.h,
             lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
         * src/classes/random.C:            lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
         * src/classes/table.C:            lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
         * src/main/pa_globals.C:            main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                 @office            main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
             main/pa_globals.C, main/pa_os.C, main/pa_request.C,
         * src/classes/table.C:            main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
         * src/include/pa_dir.h:            targets/isapi/parser3isapi.vcproj, types/pa_value.h,
         * src/main/execute.C:            types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
         * src/main/main.dsp:            types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
         * src/main/pa_dir.C:            types/pa_vmail.C, types/pa_vobject.C,
         * src/operators.txt:            types/pa_vstateless_class.h, types/pa_vtable.C,
                 table:dir 0 [without regexp]            types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
             types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
         * src/main/compile.C:            on all projects (except libltdl=off & libsdbm=level3) found
         * src/main/compile.y:            several unitialized vars
         * src/main/execute.C:  
                 operators are now not root methods of parent class. just 'ROOT  2003-11-19  paf
                  class  
           * src/classes/op.C: more ansi C++ comp
         * src/classes/table.C:  
         * src/include/pa_globals.h:          * operators.txt, src/classes/op.C, src/include/pa_request.h,
         * src/main/pa_globals.C:            src/main/pa_request.C: ^cache[...]{body}{catch block with
         * src/main/pa_string.C:            $exception.handled[cache] meaning "get expired cache, if any.
         * src/operators.txt:            else error"}
                 table:dir 1  
           * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
         * src/classes/_op.h:            main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
         * src/classes/_root.h:            ^cache[...]{body}{catch code with $exception.cache field}
         * src/classes/op.C:  
         * src/classes/root.C:  2003-11-12  paf
         * src/include/pa_globals.h:  
         * src/include/pa_request.h:          * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
         * src/main/compile.C:            [copy/paste bug]
         * src/main/execute.C:  
         * src/main/main.dsp:  2003-11-11  paf
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                 renamed 'root' to 'op'            failed]
   
         * src/classes/_op.h:          * bin/auto.p.dist.in: colno
         * src/classes/op.C:  
                 renamed from 'root'  2003-11-10  paf
   
 2001-04-05  paf          * src/types/pa_vconsole.h: flush
         * src/classes/root.C:  
         * src/include/pa_sql_connection.h:          * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
         * src/include/pa_sql_driver.h:            src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
         * src/main/main.dsp:            read/write  [for nntp]
         * src/main/pa_sql_driver_manager.C:  
         * src/sql/pa_sql_driver.h:          * operators.txt: mysql: transaction support: ?autocommit=0
                 sql driver services for conv memory & error reporting  
           * operators.txt: comment: updated
         * src/main/execute.C:  
         * src/main/pa_request.C:          * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
         * src/main/pa_string.C:            serialize version and exipire now removes entries
         * src/types/pa_value.h:  
         * src/types/pa_vmframe.h:          * operators.txt: ^hashfile.delete[] removes files altogether [and
         * src/types/pa_wcontext.h:            dir, if could]
                 constructor flag dropped at get_method_frame and remembered  
                 into method_frame          * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
             types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
         * src/include/pa_globals.h:            removes files altogether [and dir, if could]
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
         * src/main/pa_string.C:            nonexistent pair. .c coded that that was error. fixed
         * src/targets/isapi/parser3isapi.dsp:  
                 $LOCALE:ctype[Russian_Russia.1251]          * src/types/pa_vhashfile.C: sdbm: exception type change to
             file.access [regretfull can't split it to different exceptions
         * src/main/pa_request.C:            without modifying sdbm source wich would prefer not to]
         * src/sql/pa_sql_driver.h:  
                 mysql limit  2003-11-07  paf
   
         * src/classes/table.C:          * src/: classes/date.C, classes/file.C, classes/hash.C,
                 select * from hren error contains statement            classes/hashfile.C, classes/image.C, classes/table.C,
             classes/xdoc.C, include/Makefile.am, include/pa_array.h,
         * src/classes/random.C:            include/pa_pool.h, include/pa_request.h, main/Makefile.am,
         * src/classes/root.C:            main/execute.C, main/main.vcproj, main/pa_pool.C,
         * src/classes/table.C:            main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
         * src/include/pa_sql_connection.h:            types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
         * src/include/pa_string.h:            types/pa_vstateless_class.h: resurrected: pool idea. now only for
         * src/main/execute.C:            destructing objects at request processing end
         * src/main/pa_sql_driver_manager.C:  
         * src/main/pa_string.C:  2003-11-06  paf
         * src/main/untaint.C:  
         * src/operators.txt:          * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
         * src/sql/pa_sql_driver.h:            updates
         * src/types/pa_vmframe.h:  
         * src/types/pa_wcontext.C:          * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
         * src/types/pa_wcontext.h:            to include sdbm
                 sql quote. string untaint UL_SQL  
           * src/include/: pa_config_includes.h, pa_version.h: our
         * src/classes/table.C:            replacements of max& co only for cpp
         * src/include/pa_sql_connection.h:  
         * src/include/pa_types.h:          * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
         * src/main/pa_sql_driver_manager.C:            upper dir, .am updated
         * src/main/untaint.C:  
         * src/operators.txt:          * tests/todo.txt: hashfile: done
         * src/sql/pa_sql_driver.h:  
         * src/targets/cgi/parser3.dsp:          * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                 mysql 0            expiration [time in value. todo: move time to key]
   
         * src/classes/table.C:          * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
         * src/include/pa_sql_connection.h:  
         * src/main/pa_sql_driver_manager.C:          * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
         * src/sql/pa_sql_driver.h:            to do that in foreach, no errors, but surely wrong]
                 sql ping  
           * operators.txt, src/types/pa_vhashfile.C,
         * src/classes/table.C:            src/types/pa_vhashfile.h: hashfile: clear and proper locking
         * src/include/pa_string.h:  
         * src/main/pa_string.C:          * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
         * src/main/untaint.C:            src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                 z            foreach
   
         * src/classes/file.C:          * src/classes/hashfile.C, src/types/pa_vhashfile.C,
         * src/classes/root.C:            src/types/pa_vhashfile.h, operators.txt: hashfile: hash
         * src/classes/string.C:  
         * src/classes/table.C:          * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
         * src/main/pa_request.C:            src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                 junction to code&expression in errors  
           * src/include/pa_memory.h, src/targets/cgi/parser3.C,
         * src/configure.in:            src/types/pa_value.C, src/types/pa_value.h,
         * src/include/pa_config_fixed.h:            src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
         * src/include/pa_config_includes.h:            src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
         * src/include/pa_hash.h:            implemented get/put [raw]
         * src/include/pa_string.h:  
         * src/main/pa_hash.C:          * src/: classes/op.C, main/pa_os.C: just linked
         * src/main/pa_table.C:  
                 hash now not thread-safe.          * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
             XmlException changes
 2001-04-04  paf  
         * src/include/pa_sql_driver.h:          * src/: include/pa_charset.h, include/pa_globals.h,
                 mysql connect            include/pa_stylesheet_connection.h, main/pa_exception.C:
             XmlException changes
         * src/classes/random.C:  
         * src/classes/root.C:          * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
         * src/classes/table.C:  
         * src/include/pa_globals.h:          * src/: include/pa_common.h, include/pa_exception.h,
         * src/include/pa_pool.h:            main/main.vcproj, main/pa_common.C, include/pa_os.h,
         * src/include/pa_request.h:            include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
         * src/main/pa_request.C:            main/pa_xml_exception.C: locking move to pa_os [along with
         * src/operators.txt:            pa_sleep] apr-impl locking done
         * src/types/pa_vclass.h:  
                 sql frame -10          * configure, configure.in, operators.txt, parser3.sln,
             src/classes/classes.vcproj, src/classes/hashfile.C,
         * src/Makefile.am:            src/classes/xdoc.C, src/include/pa_config_fixed.h,
         * src/classes/root.C:            src/include/pa_exception.h, src/include/pa_globals.h,
         * src/classes/string.C:            src/include/pa_memory.h, src/include/pa_version.h,
         * src/classes/table.C:            src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
         * src/include/pa_globals.h:            src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
         * src/include/pa_hash.h:            src/main/compile.tab.C, src/main/main.vcproj,
         * src/include/pa_pool.h:            src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
         * src/include/pa_request.h:            src/types/Makefile.am, src/types/pa_vhash.C,
         * src/include/pa_sapi.h:            src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
         * src/include/pa_string.h:            src/types/pa_vxnode.h, src/types/types.vcproj,
         * src/include/pa_table.h:            www/htdocs/.htaccess: hashfile: started again with sdbm from
         * src/main/main.dsp:            apache
         * src/main/pa_globals.C:  
         * src/main/pa_hash.C:  2003-11-05  paf
         * src/main/pa_request.C:  
         * src/main/pa_string.C:          * src/: classes/classes.vcproj, include/pa_config_fixed.h,
         * src/main/pa_table.C:            main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
         * src/main/untaint.C:            \parser3project dir anymore
         * src/operators.txt:  
         * src/parser3.dsw:          * src/main/pa_charset.C: bugfix: had broken binary search [copied
                 connect&sql -1000 just compiled            thoughtlessly from xalan]
   
         * src/sql/Makefile.am:          * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                 forgot to add mysql client            sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
             from httpd-2.0.43\srclib\apr-util\dbm\sdbm
         * src/classes/root.C:  
         * src/include/pa_sql_driver.h:          * src/main/helpers/CaseFolding.txt:
         * src/include/pa_sql_driver_manager.h:            http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
         * src/main/main.dsp:  
         * src/main/pa_sql_driver_manager.C:  2003-11-04  paf
         * src/parser3.dsw:  
                 more manager&connection&driver          * operators.txt: comment: ^mail:send[$.options[
   
         * src/include/pa_sql_driver.h:          * src/classes/table.C: compiled on unix
                 mysql info  
           * src/classes/Makefile.am: classes.C to rebuild last
         * src/doc/doxygen.cfg:  
                 z          * src/classes/mail.C: compiled on unix
   
         * src/include/pa_sql_driver.h:          * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
         * src/include/pa_sql_driver_manager.h:            src/types/pa_vmail.h:     !^mail:send[
         * src/libltdl/COPYING.TXT:                    $.options[unix: string to append to sendmail command
         * src/libltdl/Makefile.am:            line]
         * src/libltdl/README:  
         * src/libltdl/acinclude.m4:          * operators.txt, src/classes/table.C, src/main/pa_string.C,
         * src/libltdl/config.h:            tests/todo.txt: ^table.save[...          $.separator[^#09]
         * src/libltdl/config_auto.h.in:            $.encloser["] <nothing> by default
         * src/libltdl/config_fixed.h:  
         * src/libltdl/configure.in:          * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
         * src/libltdl/libltdl.dsp:                   !$.separator[^#09]         !$.encloser["] <nothing> by
         * src/libltdl/ltdl.c:            default
         * src/libltdl/ltdl.h:  
         * src/main/pa_sql_driver_manager.C:  2003-11-03  paf
                 connect&sql -1000 just compiled [forgot to add libltdl, added]  
           * operators.txt, src/classes/table.C, src/main/pa_common.C:
 2001-04-03  paf            ^table::load[; options:         !$.column-separator[^#09]
         * src/classes/file.C:            !$.column-encloser["]
         * src/classes/string.C:  
         * src/classes/table.C:          * operators.txt, src/include/pa_config_fixed.h,
         * src/include/pa_string.h:            src/types/pa_vrequest.C: $request:document-root
         * src/main/pa_common.C:  
         * src/main/pa_string.C:          * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
         * src/main/untaint.C:            [already included into uri=xxx]
                 string:match replace 2.  string.cstr(forced lang)  
           * operators.txt, src/classes/image.C, tests/todo.txt,
         * src/classes/string.C:            www/htdocs/auto.p: ^image.gif[filename] for $response:download
                 string:match replace 0  
           * src/classes/date.C: minor precaution
         * src/classes/string.C:  
         * src/operators.txt:          * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
         * src/types/pa_vform.C:                !^date.unix-timestamp[]
                 string:match replace assigned lang  
   2003-10-30  paf
         * src/classes/string.C:  
         * src/include/pa_string.h:          * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
         * src/main/pa_string.C:            from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                 string:match replace strange matches  
           * src/classes/: date.C, image.C: improvement diagnostics:
         * src/parser3.dsw:            $now[^date::create[$undefined]] now is error
         * src/pcre/LICENCE:  
         * src/pcre/Makefile:          * src/main/pa_common.C: read errors would now be reported 'actually
         * src/pcre/README:            read -1 bytes'
         * src/pcre/Tech.Notes:  
         * src/pcre/dftables.c:  2003-10-24  paf
         * src/pcre/get.c:  
         * src/pcre/internal.h:          * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
         * src/pcre/maketables.c:            src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
         * src/pcre/pcre-2_08.tar.gz:            src/main/Makefile.am, src/targets/cgi/Makefile.am,
         * src/pcre/pcre.3:            src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
         * src/pcre/pcre.3.html:  
         * src/pcre/pcre.3.txt:  2003-10-22  paf
         * src/pcre/pcre.c:  
         * src/pcre/pcre.dsp:          * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
         * src/pcre/pcre.h:  
         * src/pcre/pcre_dftables.dsp:  2003-10-21  paf
         * src/pcre/study.c:  
                 added pcre          * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
             fixed: string.match[g] without <'> option produced columns with
         * src/classes/table.C:            NULL's, which gpf'ed at table.save time
                 table:append now uses string::split  
           * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
         * src/include/pa_globals.h:            recoursion' message with intensive throw-catches fixed: incorrect
         * src/include/pa_hash.h:            name and line (one name upper then needed) in error message about
         * src/main/pa_globals.C:            problems inside try block
         * src/main/pa_request.C:  
         * src/targets/cgi/parser3.C:  2003-10-10  paf
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_vfile.C:          * src/include/pa_string.h, src/main/compile.tab.C,
                 content-disposition            www/htdocs/.htaccess: CORD_chr does not check offset argument for
             validity did that in String::Body::pos myself
         * src/classes/string.C:            http://i2/tasks/edit/?id=4577425257580789777
         * src/include/pa_globals.h:  
         * src/include/pa_string.h:  2003-10-07  paf
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/main/: compile.tab.C, compile.y: ^if ( better error:
         * src/main/pa_string.C:            .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
         * src/parser3.dsw:  
         * src/pcre/pcre.dsp:  2003-10-03  paf
         * src/pcre/pcre_dftables.dsp:  
                 string:match [search] -1 just compiled          * parser3.sln, src/include/pa_dictionary.h,
             src/main/pa_dictionary.C, src/main/pa_string.C,
         * src/classes/string.C:            src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
         * src/include/pa_globals.h:            optimized by precalculating cstr&length
         * src/include/pa_string.h:  
         * src/include/pa_threads.h:  2003-10-02  paf
         * src/main/pa_globals.C:  
         * src/main/pa_string.C:          * src/classes/op.C, src/include/pa_request.h,
         * src/targets/isapi/parser3isapi.dsp:            src/include/pa_stack.h, src/main/execute.C,
                 string:match 0            src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
             src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
         * src/main/pa_common.C:            ^throw context were saved/restored incompletely
         * src/main/untaint.C:            http://www.parser.ru/forum/?id=21484
         * src/operators.txt:  
         * src/targets/cgi/parser3.C:  2003-09-30  paf
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/pool_storage.h:          * src/main/pa_string.C: string::replace bug fix [were ignoring
                 todo/tests            occurrances after lang-mismatched
   
         * src/include/pa_common.h:  2003-09-29  paf
         * src/include/pa_globals.h:  
         * src/main/pa_globals.C:          * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
         * src/main/pa_request.C:            helper
         * src/operators.txt:  
         * src/targets/cgi/parser3.C:          * src/main/pa_string.C: string::serialize bug fix with
         * src/targets/isapi/parser3isapi.C:            zero-terminator
         * src/types/pa_value.h:  
                 main:post-process          * src/classes/table.C: ^nameless_table.save column row now has no
             \t at the end
         * src/classes/string.C:  
         * src/include/pa_string.h:          * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
         * src/main/pa_string.C:            @postprocess  now takes $response:body/download
                 string:match replace -11  
           * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
         * src/classes/file.C:            error message
         * src/classes/root.C:  
         * src/classes/string.C:          * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
         * src/classes/table.C:  
         * src/doc/doxygen.cmd:          * src/classes/table.C: bugfix: flip: must produce nameless
         * src/doc/doxygen.txt:            http://i2/tasks/edit/?id=4573405524674081244
         * src/doc/generate.cmd:  
         * src/include/pa_array.h:          * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
         * src/include/pa_request.h:            mailreceive.eml, mailreceive.html, operators.p,
         * src/include/pa_string.h:            parser-status.html, people.dtd, some.p: removing old tests
         * src/main/execute.C:  
         * src/main/pa_string.C:          * src/include/pa_charset.h, src/main/pa_charset.C,
         * src/main/untaint.C:            src/main/pa_string.C, src/main/helpers/simple_folding.pl,
         * src/operators.txt:            www/htdocs/auto.p: utf-8 upper/lower
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vcookie.C:          * src/main/pa_common.C: bugfix: utf signature were not ignored due
                 string::pos & cmp & piece bugs fixed.            to typo error http://i2/tasks/edit/?id=4573354650786434584
                 string::split new  
                 table:load separated from set  2003-09-26  paf
                 table:set implemented with clean \n \t searches  
           * src/main/untaint.C: removed needless field
         * src/classes/file.C:  
         * src/classes/table.C:          * src/main/untaint.C: removed needless const
         * src/include/pa_common.h:  
         * src/main/compile_tools.C:          * src/include/pa_string.h, src/main/pa_common.C,
         * src/main/pa_common.C:            src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
         * src/main/pa_request.C:            fixed [omited one-char cases]
         * src/operators.txt:  
         * src/types/pa_vform.C:          * src/include/pa_stack.h: bugfix: before collecting garbage,
         * src/types/pa_vstring.C:            runtime-executor stack were cleared... BADLY
                 z  
           * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
         * src/include/pa_common.h:            ^stirng.replace code used old param-convention on langs.append,
         * src/include/pa_request.h:            fixed that search fo the like, found none
         * src/include/pa_sapi.h:  
         * src/main/main.dsp:          * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
         * src/main/pa_common.C:            www/htdocs/.htaccess: string::serialize/deserialize implemented
         * src/main/pa_request.C:            Language enum assigned meaningful letters [more convinient for
         * src/operators.txt:            debugging. read warning before adding/changing anything]
         * src/targets/cgi/parser3.C:  
         * src/types/pa_value.h:  2003-09-25  paf
         * src/types/pa_vfile.C:  
         * src/types/pa_vfile.h:          * src/: include/pa_string.h, include/pa_version.h,
         * src/types/pa_vstring.h:            main/pa_string.C, main/untaint.C: templates and anonymous unions
                 vfile in response:body            differences on unix
   
         * src/classes/string.C:          * parser3.sln, src/classes/file.C, src/classes/image.C,
         * src/include/pa_string.h:            src/classes/mail.C, src/classes/op.C, src/classes/table.C,
         * src/main/pa_string.C:            src/classes/xdoc.C, src/classes/xnode.C,
         * src/operators.txt:            src/include/pa_cache_managers.h, src/include/pa_charset.h,
                 string:match replace prepared            src/include/pa_charsets.h, src/include/pa_common.h,
             src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
         * src/classes/string.C:            src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
         * src/main/compile.y:            src/include/pa_table.h, src/lib/cord/cordbscs.c,
         * src/operators.txt:            src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                 grammar: fixed to allow {}[]< empty []            src/lib/cord/include/cord.h, src/main/compile.tab.C,
             src/main/compile_tools.h, src/main/pa_charset.C,
         * src/classes/double.C:            src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
         * src/classes/file.C:            src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
         * src/classes/form.C:            src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
         * src/classes/int.C:            src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
         * src/classes/response.C:            src/types/pa_vmail.C, src/types/pa_vmath.C,
         * src/classes/root.C:            src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
         * src/classes/string.C:            src/types/pa_vxnode.C, www/htdocs/.htaccess:
         * src/classes/table.C:            string_fragments_to_cord merged to HEAD
         * src/include/pa_string.h:  
         * src/main/pa_string.C:          * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
         * src/operators.txt:            functions aligned to that of eeparser3 look
                 string:match -10 [frame]  
           * src/lib/cord/cordprnt.c: removed warnings
         * src/classes/string.C:  
         * src/main/pa_string.C:  2003-09-24  paf
                 string:match replace prepared 2  
           * src/: classes/file.C, classes/image.C, classes/mail.C,
 2001-04-02  paf            classes/op.C, classes/xdoc.C, classes/xnode.C,
         * src/classes/_random.h:            include/pa_cache_managers.h, include/pa_charset.h,
         * src/classes/random.C:            include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
         * src/include/pa_globals.h:            include/pa_sql_driver_manager.h, include/pa_string.h,
         * src/main/main.dsp:            include/pa_stylesheet_manager.h, include/pa_table.h,
         * src/main/pa_globals.C:            main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
         * src/main/pa_request.C:            main/pa_common.C, main/pa_exec.C, main/pa_request.C,
         * src/operators.txt:            main/pa_sql_driver_manager.C, main/pa_string.C,
         * src/types/pa_value.h:            main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                 random:generate            types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
             types/pa_vstateless_class.h, types/pa_vstatus.C,
         * src/classes/table.C:            types/pa_vxnode.C: v() functions of String::Body,
         * src/include/pa_array.h:            String::Languages and String itself StringBody->String::Body
         * src/include/pa_string.h:  
         * src/include/pa_table.h:          * src/: include/pa_string.h, lib/cord/cordbscs.c,
         * src/main/execute.C:            lib/cord/include/cord.h: CORD_append_block showed no efficiency =
         * src/operators.txt:            never optimized anything.  todo: somehow speed up harder cases:
         * src/types/pa_value.h:            concatenationA+concatenationB when last block of A and first of B
                 table:join            contain same letters
   
         * src/classes/table.C:          * src/: include/pa_string.h, lib/cord/cordbscs.c,
         * src/include/pa_string.h:            lib/cord/include/cord.h: langs: speed up by joining adjucent
         * src/main/pa_string.C:            blocks of same char [CORD_append_block]
         * src/operators.txt:  
         * src/types/pa_valiased.C:          * src/: include/pa_string.h, lib/cord/cordbscs.c,
         * src/types/pa_valiased.h:            lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
         * src/types/pa_vdouble.h:            save space by extending blocks when appending block with c ==
         * src/types/pa_vfile.h:            lastblock.c
         * src/types/pa_vint.h:  
         * src/types/pa_vresponse.h:          * src/: include/pa_string.h, main/pa_string.C: aval is not actually
         * src/types/pa_vstring.h:            working yet :( but more working &understood :)
         * src/types/pa_vtable.h:  
                 string::pos. about to use it in table:set/load          * src/: classes/table.C, include/pa_string.h,
             lib/cord/include/cord.h, main/pa_string.C: aval/ works!
         * src/classes/random.C:  
         * src/operators.txt:  2003-09-23  paf
                 random:generate 1  
           * src/main/untaint.C: $a[ok!] $a works!
 2001-03-30  paf  
         * src/classes/double.C:          * src/main/untaint.C: something even more works :)
         * src/classes/file.C:  
         * src/classes/int.C:          * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
         * src/classes/response.C:            something more works :)
         * src/classes/root.C:  
         * src/classes/string.C:          * src/: include/pa_string.h, lib/cord/cordbscs.c,
         * src/classes/table.C:            lib/cord/cordxtra.c: something already works :)
         * src/main/compile.y:  
         * src/main/execute.C:          * src/: include/pa_string.h, main/untaint.C: just compiled todo:
         * src/types/pa_value.h:            serialize&deserialize
         * src/types/pa_vstateless_class.C:  
         * src/types/pa_vstateless_class.h:          * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                 static|dynamic|any method registration            lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
             main/untaint.C: main idea implemented, details left
         * src/classes/table.C:  
         * src/include/pa_string.h:  2003-09-22  paf
         * src/main/pa_string.C:  
         * src/operators.txt:          * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                 todo: table flip and append. string::pos  
           * src/classes/xnode.C: copy/paste comment bugfix
 2001-03-29  paf  
         * src/classes/string.C:          * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
         * src/main/compile.y:            allocator returns 0, just die.
         * src/main/compile_tools.C:            http://i2/tasks/edit/?id=4570798492410259445
         * src/main/compile_tools.h:  
         * src/main/main.dsp:          * src/classes/xdoc.C: copy/paste comment bugfix
         * src/types/pa_value.h:  
         * src/types/pa_vstring.h:          * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
         * src/types/pa_vunknown.h:            Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                 empty params allowed. [] and [;] are different now.            xnode: getAttributeNS setAttributeNS removeAttributeNS
             getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
         * src/main/pa_request.C:            chars due to bitwise operation signed-char error]
         * src/main/untaint.C:  
         * src/operators.txt:  2003-09-19  paf
                 pool.request  
           * src/types/pa_wcontext.C: output message: more practical
         * src/classes/string.C:            suggestion
         * src/operators.txt:  
                 string:xsplit forgot that they must result in 1 row N column [          * src/main/pa_common.C, operators.txt: merged
                 not vice versa]            $f[^file::load[binary;http://...]] $f.tables
   
         * src/classes/string.C:  2003-09-02  paf
         * src/include/pa_string.h:  
         * src/main/execute.C:          * src/main/pa_common.C: printf is buffered, write(1 is not. can't
         * src/main/pa_array.C:            flush stdout without referencing 'stdout' symbol. to hell with
         * src/main/pa_string.C:            non-ansi libraries without 'stdout' symbol
         * src/operators.txt:  
         * src/types/pa_vtable.h:          * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                 string: lsplit -1            unix (users reported problems with some old libc)
   
         * src/classes/string.C:          * src/types/pa_vdate.h: forgot initializer
         * src/include/pa_string.h:  
         * src/main/pa_string.C:  2003-09-01  paf
         * src/operators.txt:  
                 string: pos -1          * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
             main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
         * src/classes/string.C:            zone]
         * src/include/pa_string.h:  
         * src/main/pa_string.C:          * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                 string: lsplit  
   2003-08-19  paf
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
         * src/main/pa_request.C:            pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
         * src/main/untaint.C:            simplified a little
                 pool.request undone  
           * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
         * src/classes/string.C:            [lost fix from 3.0.8]
                 z  
           * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
         * src/include/pa_string.h:            visible here }
         * src/main/pa_string.C:  
         * src/main/untaint.C:            bug fix
                 string: pos  
           * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
         * src/classes/string.C:  
         * src/classes/table.C:          * src/main/compile.tab.C: initialized couple of variables about
         * src/include/pa_string.h:            which user reported runtime problems when parser were compiled
         * src/main/compile.y:            with VC7, warning level4.  study shows that later in bison
         * src/main/pa_request.C:            they've fixed that. would migrate to latest bison someday
         * src/main/pa_string.C:  
         * src/main/untaint.C:          * src/types/pa_vmail.C: turned  off recoding in gmime (were still
         * src/operators.txt:            recoding headers)
                 string: left right mid  
           * src/types/pa_vmail.C: works as before, same charset problems:
         * src/classes/file.C:            gmime recodes to UTF-8 only headers, not body. so not recoding
         * src/classes/table.C:            anything for now
         * src/include/pa_table.h:  
         * src/main/pa_table.C:          * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
         * src/operators.txt:            problems with body
         * src/types/pa_vstring.h:  
         * src/types/pa_wwrapper.h:          * src/types/pa_vmail.C: mail_receive just compiled
                 table:flip  
   2003-08-18  paf
         * src/classes/string.C:  
                 string: rsplit          * src/: classes/classes.vcproj, include/pa_config_fixed.h,
             main/main.vcproj, types/types.vcproj: win32: continued process
 2001-03-28  paf            detaching from \parser3project directory
         * src/classes/file.C:  
         * src/include/pa_globals.h:          * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
         * src/include/pa_request.h:            src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
         * src/operators.txt:            src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
         * src/targets/cgi/parser3.C:            src/lib/pcre/pcre_dftables.dsp,
         * src/targets/isapi/parser3isapi.C:            src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
         * src/types/pa_value.h:            src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
         * src/types/pa_vrequest.C:            src/types/types.dsp: moved to MSVC 7
         * src/types/pa_vunknown.h:  
                 $request:browser [.type .version]; unknown.get_double now = 0.          * gnu.vcproj.vspscc, parser3.vssscc,
             src/classes/classes.vcproj.vspscc,
         * src/classes/table.C:            src/lib/cord/cord.vcproj.vspscc,
         * src/include/pa_array.h:            src/lib/ltdl/libltdl.vcproj.vspscc,
         * src/include/pa_hash.h:            src/lib/md5/md5.vcproj.vspscc,
         * src/include/pa_table.h:            src/lib/pcre/pcre_dftables.vcproj.vspscc,
         * src/main/pa_array.C:            src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
         * src/main/pa_table.C:            src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
         * src/operators.txt:            src/targets/isapi/parser3isapi.vcproj.vspscc,
         * src/types/pa_vtable.h:            src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                 table:locate just compiled            moved to MSVC 7
   
         * src/classes/file.C:          * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
         * src/include/pa_common.h:            src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
         * src/main/pa_common.C:            src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
         * src/operators.txt:            src/lib/pcre/pcre_dftables.vcproj,
         * src/types/pa_vfile.C:            src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
         * src/types/pa_vfile.h:            src/targets/cgi/parser3.vcproj,
                 started file:load. wrong write. must be self.set            src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
             new VS project files
         * src/classes/file.C:  
         * src/classes/root.C:          * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
         * src/classes/table.C:            .NET to detect Jalindi Igloo capabilities.
         * src/include/pa_table.h:  
         * src/main/pa_table.C:          * ChangeLog, configure, configure.in, src/classes/Makefile.am,
         * src/operators.txt:            src/classes/classes.awk, src/doc/footer.htm,
                 table:locate1, file:test            src/include/pa_config_fixed.h, src/include/pa_version.h,
             src/lib/Makefile.am, src/main/compile.tab.C,
         * src/classes/file.C:            src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
         * src/main/execute.C:            src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
         * src/main/pa_common.C:            merged 3.1.0 latest changes
         * src/main/untaint.C:  
         * src/targets/cgi/parser3.C:  2003-08-15  paf
         * src/types/pa_vfile.C:  
         * src/types/pa_vfile.h:          * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
         * src/types/pa_vform.C:            non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                 file:load 1. tainted  
           * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
         * src/operators.txt:            non-ascii <yyy> now encoded correctly
                 z  
   2003-07-29  paf
         * src/classes/file.C:  
         * src/include/pa_globals.h:          * src/classes/: Makefile.am, classes.awk: classes.awk added to make
         * src/include/pa_request.h:            dist
         * src/include/pa_table.h:  
         * src/main/pa_globals.C:          * src/types/pa_vmail.C: just started --with-mail-receive
         * src/main/pa_request.C:  
         * src/main/pa_table.C:  2003-07-28  paf
         * src/operators.txt:  
         * src/types/pa_vfile.C:          * src/: classes/Makefile.am, lib/Makefile.am: removed circular
         * src/types/pa_vfile.h:            dependence in src/classes, src/lib/gc now in dist
         * src/types/pa_vform.C:  
                 file:load autodetection of mime-type by user-file-name          * src/main/pa_string.C: ^cache bug fix [were not working at all]
   
 2001-03-27  paf  2003-07-25  paf
         * src/classes/double.C:  
         * src/classes/int.C:          * src/doc/footer.htm: year
         * src/classes/root.C:  
         * src/classes/string.C:  2003-07-24  paf
         * src/classes/table.C:  
         * src/main/compile_tools.C:          * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
         * src/main/execute.C:            fix
         * src/main/pa_request.C:  
         * src/main/untaint.C:          * src/include/pa_version.h: release
         * src/types/pa_value.h:  
         * src/types/pa_vbool.h:          * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
         * src/types/pa_vcookie.C:  
         * src/types/pa_vdouble.h:          * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
         * src/types/pa_vfile.h:            src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
         * src/types/pa_vint.h:            src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
         * src/types/pa_vmframe.h:            getting rid of win32xml pseudo project
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.h:          * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
         * src/types/pa_vunknown.h:  
                 sort 0          * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
             configure.in, operators.txt, parser3.dsw,
         * src/auto.p:            etc/parser3.charsets/koi8-r.cfg,
         * src/classes/table.C:            etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
         * src/include/pa_common.h:            src/classes/classes.C, src/classes/classes.awk,
         * src/main/compile.y:            src/classes/classes.dsp, src/classes/classes.h,
         * src/main/execute.C:            src/classes/date.C, src/classes/double.C, src/classes/file.C,
         * src/main/pa_common.C:            src/classes/form.C, src/classes/hash.C, src/classes/image.C,
         * src/main/pa_table.C:            src/classes/int.C, src/classes/mail.C, src/classes/math.C,
         * src/tainted.txt:            src/classes/memory.C, src/classes/op.C, src/classes/response.C,
         * src/test.cfg:            src/classes/string.C, src/classes/table.C, src/classes/void.C,
                 table:save decided to have as it were. stepped back.            src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                 grammar: added 'in' 'is' 'lt'&co follow-space check            src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
             src/doc/string.dox, src/include/Makefile.am,
         * src/main/compile.y:            src/include/pa_array.h, src/include/pa_cache_managers.h,
                 fixed minor bug in @mn[][] ...^{            src/include/pa_charset.h, src/include/pa_charsets.h,
             src/include/pa_common.h, src/include/pa_config_auto.h.in,
         * src/main/execute.C:            src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
         * src/types/pa_value.h:            src/include/pa_dictionary.h, src/include/pa_dir.h,
         * src/types/pa_vmframe.h:            src/include/pa_exception.h, src/include/pa_exec.h,
         * src/types/pa_wcontext.h:            src/include/pa_globals.h, src/include/pa_hash.h,
                 fixed r/w context of code-params            src/include/pa_memory.h, src/include/pa_opcode.h,
             src/include/pa_operation.h, src/include/pa_pool.h,
         * src/classes/table.C:            src/include/pa_pragma_pack_begin.h,
         * src/main/pa_common.C:            src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
         * src/main/pa_request.C:            src/include/pa_request_charsets.h, src/include/pa_request_info.h,
         * src/targets/cgi/parser3.C:            src/include/pa_sapi.h, src/include/pa_socks.h,
         * src/types/pa_value.h:            src/include/pa_sql_connection.h,
         * src/types/pa_vbool.h:            src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
         * src/types/pa_vdouble.h:            src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
         * src/types/pa_vfile.h:            src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
         * src/types/pa_vint.h:            src/include/pa_threads.h, src/include/pa_types.h,
         * src/types/pa_vstring.h:            src/include/pa_uue.h, src/lib/Makefile.am,
         * src/types/pa_vunknown.h:            src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                 continue on sort            src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
             src/lib/cord/cordxtra.c, src/lib/cord/source.url,
         * src/types/pa_valiased.C:            src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
         * src/types/pa_valiased.h:            src/lib/cord/include/ec.h,
         * src/types/pa_vdouble.h:            src/lib/cord/include/private/Makefile.am,
         * src/types/pa_vfile.h:            src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
         * src/types/pa_vint.h:            src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
         * src/types/pa_vresponse.h:            src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
         * src/types/pa_vstring.h:            src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
         * src/types/pa_vtable.h:            src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                 renamed to are_static_calls_disabled            src/main/compile_tools.C, src/main/compile_tools.h,
             src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
         * src/main/execute.C:            src/main/pa_cache_managers.C, src/main/pa_charset.C,
         * src/main/pa_common.C:            src/main/pa_charsets.C, src/main/pa_common.C,
                 fixed r/w context of code-params2, fixed ntfs hardlink slow dir update            src/main/pa_dictionary.C, src/main/pa_dir.C,
             src/main/pa_exception.C, src/main/pa_exec.C,
         * src/classes/table.C:            src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
         * src/main/execute.C:            src/main/pa_request.C, src/main/pa_socks.C,
                 about to change junction rcontext!!            src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
             src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
         * src/classes/table.C:            src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
         * src/include/pa_common.h:            src/targets/Makefile.am, src/targets/cgi/Makefile.am,
         * src/main/compile.y:            src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                 started table:sort            src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                 fixed minor bug in #...^{            src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
             src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
 2001-03-26  paf            src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
         * src/classes/file.C:            src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
         * src/classes/root.C:            src/targets/isapi/parser3isapi.dsp,
         * src/classes/table.C:            src/targets/isapi/pool_storage.h, src/types/Makefile.am,
         * src/include/pa_common.h:            src/types/pa_junction.h, src/types/pa_method.h,
         * src/include/pa_globals.h:            src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
         * src/include/pa_table.h:            src/types/pa_vclass.C, src/types/pa_vclass.h,
         * src/main/pa_common.C:            src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
         * src/main/pa_globals.C:            src/types/pa_vcookie.h, src/types/pa_vdate.h,
         * src/main/pa_request.C:            src/types/pa_vdouble.h, src/types/pa_venv.h,
         * src/main/pa_table.C:            src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
         * src/operators.txt:            src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                 moved ::save to pa_table.            src/types/pa_vimage.C, src/types/pa_vimage.h,
                 disabled @auto invocation in ^process            src/types/pa_vint.h, src/types/pa_vjunction.h,
             src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
         * src/classes/table.C:            src/types/pa_vmath.h, src/types/pa_vmemory.h,
         * src/include/pa_array.h:            src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
         * src/include/pa_table.h:            src/types/pa_vobject.C, src/types/pa_vobject.h,
         * src/main/pa_array.C:            src/types/pa_vrequest.C, src/types/pa_vrequest.h,
         * src/operators.txt:            src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                 table:record            src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
             src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
         * src/main/untaint.C:            src/types/pa_vstatus.h, src/types/pa_vstring.C,
         * src/targets/cgi/parser3.C:            src/types/pa_vstring.h, src/types/pa_vtable.C,
         * src/targets/isapi/parser3isapi.C:            src/types/pa_vtable.h, src/types/pa_vvoid.h,
         * src/targets/isapi/parser3isapi.dsp:            src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
         * src/targets/isapi/pool_storage.h:            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/types/pa_valiased.h:            src/types/pa_wcontext.C, src/types/pa_wcontext.h,
         * src/types/pa_vcookie.C:            src/types/pa_wwrapper.h, src/types/types.dsp,
         * src/types/pa_vdouble.h:            www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
         * src/types/pa_vfile.h:            moved tempate_gc to HEAD
         * src/types/pa_vint.h:  
         * src/types/pa_vresponse.h:          * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
         * src/types/pa_vstring.h:            006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
         * src/types/pa_vtable.h:            012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                 z            018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
             023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
         * src/main/compile.y:            029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                 grammar: [] 0params [;] 2 params (was 0)            035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
             041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
         * src/include/pa_pool.h:            047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
         * src/main/execute.C:            052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
         * src/operators.txt:            058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
         * src/types/pa_valiased.C:            062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
         * src/types/pa_valiased.h:            068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
         * src/types/pa_value.h:            074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
         * src/types/pa_vdouble.h:            080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
         * src/types/pa_vfile.h:            086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
         * src/types/pa_vint.h:            092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
         * src/types/pa_vresponse.h:            098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
         * src/types/pa_vstring.h:            103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
         * src/types/pa_vtable.h:            106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                 disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.            111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                 allowed no checks in native method realisations on 'self' validity -            117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                 they now can simply assume that 'self' is V{Proper} .            123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
             129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
 2001-03-25  paf            135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
         * src/classes/table.C:            141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
         * src/include/pa_globals.h:            022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
         * src/include/pa_string.h:            outputs/create-dir, results/001.processed, results/002.processed,
         * src/include/pa_table.h:            results/003.processed, results/004.processed,
         * src/main/compile.y:            results/005.processed, results/006.processed,
         * src/main/compile_tools.C:            results/007.processed, results/008.processed,
         * src/main/compile_tools.h:            results/009.processed, results/010.processed,
         * src/main/pa_globals.C:            results/011.processed, results/012.processed,
         * src/main/pa_request.C:            results/013.processed, results/014.processed,
         * src/main/pa_string.C:            results/015.processed, results/016.processed,
         * src/main/pa_table.C:            results/017.processed, results/018.processed,
         * src/main/untaint.C:            results/019.processed, results/020.processed,
         * src/types/pa_vcookie.h:            results/021.processed, results/022.processed,
                 typo & typo-default            results/023.processed, results/024.processed,
             results/025.processed, results/026.processed,
         * src/main/pa_globals.C:            results/027.processed, results/028.processed,
         * src/main/untaint.C:            results/029.processed, results/030.processed,
                 html-typo - moved all processing to table [except preliminary \            results/031.processed, results/032.processed,
                 \n \r \n replacements to "\n"]            results/033.processed, results/034.processed,
             results/035.processed, results/036.processed,
         * src/main/untaint.C:            results/037.processed, results/038.processed,
                 typo  \r \r\n \n properly handled            results/039.processed, results/040.processed,
             results/041.processed, results/042.processed,
         * src/classes/table.C:            results/043.processed, results/044.processed,
         * src/include/pa_table.h:            results/045.processed, results/046.processed,
         * src/main/pa_globals.C:            results/047.processed, results/048.processed,
         * src/main/pa_table.C:            results/049.processed, results/050.processed,
         * src/main/untaint.C:            results/051.processed, results/052.processed,
                 returned table originating. useful for reporting typo table            results/053.processed, results/054.processed,
                 problems origin. think would be useful somewhere else            results/055.processed, results/056.processed,
             results/057.processed, results/058.processed,
         * src/classes/table.C:            results/059.processed, results/060.processed,
         * src/main/untaint.C:            results/061.processed, results/062.processed,
                 html-typo - decided to move all the processing to table            results/063.processed, results/064.processed,
             results/065.processed, results/066.processed,
         * src/main/pa_request.C:            results/067.processed, results/068.processed,
                 table empty lines ignored. system-default content type assigned            results/069.processed, results/070.processed,
                 in output:result [can fail in main:auto and skipped normal            results/071.processed, results/072.processed,
                 defaults extraction]            results/073.processed, results/074.processed,
             results/075.processed, results/076.processed,
         * src/include/pa_string.h:            results/077.processed, results/078.processed,
         * src/main/compile.y:            results/079.processed, results/080.processed,
                 #comment fixed minor bug            results/081.processed, results/082.processed,
             results/083.processed, results/084.processed,
         * src/main/pa_request.C:            results/085.processed, results/086.processed,
         * src/main/untaint.C:            results/087.processed, results/088.processed,
                 moved default typo-table to lowlevel - it initialization could            results/089.processed, results/090.processed,
                 be skipped if failed in @auto. so that exception report would            results/091.processed, results/092.processed,
                 use some table            results/093.processed, results/094.processed,
             results/095.processed, results/096.processed,
         * src/main/untaint.C:            results/097.processed, results/098.processed,
                 z            results/099.processed, results/100.processed,
             results/101.processed, results/102.processed,
 2001-03-24  paf            results/103.processed, results/104.processed,
         * src/main/pa_globals.C:            results/105.processed, results/106.processed,
         * src/types/pa_vclass.C:            results/107.processed, results/108.processed,
         * src/types/pa_vclass.h:            results/109.processed, results/110.processed,
         * src/types/pa_vstateless_class.C:            results/111.processed, results/112.processed,
         * src/types/pa_vstateless_class.h:            results/113.processed, results/114.processed,
                 thrown away freeze mech.            results/115.processed, results/116.processed,
                 no danger now for you can't do ^request:process[@new-method[]            results/117.processed, results/118.processed,
                 body]            results/119.processed, results/120.processed,
                 trick anymore.            results/121.processed, results/122.processed,
                 still remains $some_instance.process[@new-method[]            results/123.processed, results/124.processed,
                 possibility]            results/125.processed, results/126.processed,
                 but would leave it as a feature.            results/127.processed, results/128.processed,
                 see index for sample            results/129.processed, results/130.processed,
             results/131.processed, results/132.processed,
         * src/include/pa_string.h:            results/133.processed, results/134.processed,
         * src/main/pa_string.C:            results/135.processed, results/136.processed,
         * src/main/untaint.C:            results/137.processed, results/138.processed,
         * src/targets/cgi/parser3.C:            results/139.processed, results/140.processed,
                 html-typo 2            results/141.processed: merged(copied) to HEAD from template_gc
   
         * src/include/pa_array.h:          * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
         * src/include/pa_hash.h:            towards \parser3project not having to be in root
         * src/include/pa_request.h:  
         * src/main/compile.y:          * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
         * src/main/pa_array.C:            module compiled [were minor unnecessary changes in lib/md5
         * src/main/pa_common.C:            interface]
         * src/main/pa_hash.C:  
         * src/main/pa_request.C:          * src/include/pa_version.h: release
         * src/types/pa_vcookie.C:  
                 cyclic uses ignored. defaulted default content-type          * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
             relative paths to xml&gc libs
         * src/asm.txt:  
         * src/doc/doxygen.cfg:          * src/classes/math.C: merged uuid bugfix
         * src/doc/doxygen.txt:  
         * src/doc/generate.cmd:          * tests/: 141.html, results/141.processed: fixed bug with
         * src/doc/view.cmd:            too-small-a-buffer
         * src/doxygen.cmd:  
         * src/include/pa_array.h:          * src/classes/math.C: uuid bugfix
         * src/include/pa_globals.h:  
         * src/include/pa_pool.h:          * tests/: 141.html, Makefile, results/005.processed,
         * src/include/pa_string.h:            results/030.processed, results/075.processed,
         * src/include/pa_table.h:            results/078.processed: to reflect date format change (were -
         * src/main/execute.C:            become ' ')
         * src/main/pa_array.C:  
         * src/main/pa_globals.C:          * src/classes/math.C: uuid bugfix
         * src/main/pa_request.C:  
         * src/main/pa_string.C:          * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess: few
         * src/main/untaint.C:            paths for libxml debug/release changes
         * src/operators.txt:  
         * src/parser3.doxygen:          * src/lib/md5/pa_md5c.c: PA_ -> pa_
         * src/parser3_doc_index.txt:  
         * src/targets/cgi/parser3.C:  2003-07-23  paf
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_value.h:          * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
         * src/types/pa_vtable.h:            renamed a little [to move to comman naming conv]
         * src/viewdoxygen.cmd:  
                 html-typo 0          * src/targets/Makefile.am: apache13 splitted to simplify apache
                 html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first            build
                 html-typo sample. detected << problem: they become ltlt too fast  
           * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
         * src/classes/file.C:            main/pa_request.C, main/pa_sql_driver_manager.C,
         * src/classes/root.C:            main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
         * src/classes/table.C:            stack top_index() fixed
         * src/include/pa_common.h:  
         * src/include/pa_request.h:          * src/main/pa_globals.C: minor style changes
         * src/main/compile.y:  
         * src/main/pa_common.C:          * src/: classes/op.C, include/pa_sql_connection.h: connection
         * src/main/pa_request.C:            closing/caching fixed [connections were not closed/put to cache]
         * src/main/pa_string.C:  
         * src/targets/isapi/parser3isapi.C:  2003-07-22  paf
         * src/types/pa_vfile.h:  
                 file_read stringified          * INSTALL: gc part updated stightly
   
         * src/include/pa_sapi.h:          * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
         * src/main/pa_common.C:            new sapi interface
         * src/main/pa_request.C:  
         * src/targets/cgi/parser3.C:          * src/classes/file.C: comment on OS
         * src/targets/isapi/nt_log_events.mc:  
         * src/targets/isapi/parser3isapi.C:          * src/main/pa_string.C: removed reduntant invariant check [there is
         * src/targets/isapi/parser3isapi.dsp:            one deeper in cord lib]
                 nt error log experiments failed - cgi under iis got no access to log. registereventsource simply failed with 5(illegal call) code, while worked OK as standalone executable.  
                 isapi: used HSE_APPEND_LOG_PARAMETER feature          * src/main/pa_exec.C: on win32 bugfix in handling shbang
   
         * src/types/pa_valiased.C:          * src/main/pa_memory.C: out of memory is no longer coredump
                 decided to String-ify file_read  
           * INSTALL: disable-threads adviced
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/nt_log_events.mc:  2003-07-21  paf
         * src/targets/isapi/parser3isapi.dsp:  
                 cgi: sapi::log          * src/classes/Makefile.am: removed circular dependency on classes.C
   
         * src/main/compile.y:          * src/classes/file.C: file::exec/cgi environment variables now must
         * src/main/execute.C:            be UPPERCASE and A-Z 0-9 _-
         * src/main/main.dsp:  
                 @CLASS equals @BASE. sanity          * src/classes/file.C: env passing fixed
   
         * src/include/pa_globals.h:          * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
         * src/include/pa_request.h:  
         * src/main/compile.y:          * src/main/pa_common.C: http:// CRLF now
         * src/main/pa_common.C:  
         * src/main/pa_globals.C:  2003-07-02  paf
         * src/main/pa_request.C:  
                 z          * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
             fields to reflect their real meaning
         * src/include/pa_common.h:  
         * src/main/pa_common.C:  2003-06-27  paf
         * src/main/pa_request.C:  
         * src/targets/cgi/parser3.C:          * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
         * src/targets/isapi/pool_storage.h:            include/pa_hash.h, main/pa_charset.C: merged from HEAD
         * src/types/pa_vform.C:            file::exec/cgi .charset
         * src/types/pa_vform.h:  
                 auto.p monkey  2003-06-26  paf
   
         * src/include/pa_common.h:          * ChangeLog, src/classes/file.C, src/classes/hash.C,
         * src/include/pa_globals.h:            src/classes/image.C, src/classes/op.C, src/classes/string.C,
         * src/main/pa_common.C:            src/classes/table.C, www/htdocs/.htaccess: fixed several
         * src/main/pa_globals.C:            uninitialized local structures.  notably ^hash.foreach now
         * src/main/pa_request.C:            inserts delimiters properly [were inserting it before first body]
         * src/targets/isapi/parser3isapi.C:  
                 fixed default content-type allocation storage  2003-06-24  paf
   
         * src/include/pa_common.h:          * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
         * src/main/pa_common.C:  
         * src/targets/cgi/parser3.C:  2003-06-20  paf
         * src/targets/isapi/parser3isapi.C:  
                 auto.p monkey every target          * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
             src/main/pa_globals.C: introducing
         * src/main/compile.y:            $f[^file::load[binary;http://...]] $f.tables
         * src/main/compile_tools.h:  
                 #comment  2003-06-06  paf
   
 2001-03-23  paf          * src/types/: pa_vhash.h: $hash.field lookup first now: along with
         * src/acinclude.m4:            table. [were method lookup: inconsistent]
         * src/classes/root.C:  
         * src/classes/table.C:  2003-06-02  paf
         * src/config.h.bot:  
         * src/config.h.top:          * src/include/pa_memory.h: empty string clone fixed to return
         * src/configure:            writable memory
         * src/configure.in:  
         * src/include/pa_common.h:          * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
         * src/include/pa_config_fixed.h:            were not appended] which violated string invariant
         * src/include/pa_config_includes.h:  
         * src/include/pa_string.h:  2003-05-30  paf
         * src/include/pa_threads.h:  
         * src/include/pa_types.h:          * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
         * src/include/pa_version.h:            GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
         * src/main/compile.y:  
         * src/main/execute.C:          * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
         * src/main/pa_array.C:            GMT  ; RFC 822, updated by RFC 1123
         * src/main/pa_common.C:  
         * src/main/pa_hash.C:          * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
         * src/main/pa_pool.C:            targets/isapi/parser3isapi.C: initialized request_info properly
         * src/main/pa_request.C:  
         * src/main/pa_string.C:          * src/classes/xnode.C: found minor bug, commended for future
         * src/main/untaint.C:  
         * src/pa_version.h:  2003-05-28  paf
         * src/stamp-h.in:  
         * src/targets/cgi/parser3.C:          * src/classes/form.C: request_info.content_length can't be <0,
         * src/targets/isapi/parser3isapi.C:            size_t for some time
         * src/types/pa_vfile.C:  
         * src/types/pa_vform.C:  2003-05-26  paf
                 cgi: reinvent document_root and request_uri under iis. autoconf  
                 updated. introducing ap_config_includes          * src/: classes/file.C, classes/string.C, main/pa_string.C: few
             forgotten <0 changed to !=STRING_NOT_FOUND
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:          * src/classes/math.C: merged ffffu from HEAD
                 isapi: think it would be better to rewrite as filter then to  
                 deal with pool  2003-05-11  paf
   
         * src/targets/cgi/parser3.C:          * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                 cgi: reinvent document_root under iis  
           * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
         * src/include/pa_globals.h:            premature doc free.  transformed document had xmlDoc reference
         * src/main/pa_request.C:            stored to non-gc-memory (libgdome) added holding-reference
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:  2003-04-29  paf
         * src/targets/isapi/parser3isapi.C:  
         * src/types/pa_vcookie.C:          * src/main/pa_globals.C: started digging on double free.  on win32
         * src/types/pa_venv.h:            found that that's perfectly normal.
         * src/types/pa_vform.C:  
                 all: sapi beauty  2003-04-25  paf
   
         * src/main/pa_request.C:          * src/classes/table.C: table.join bug fix  [bad limit check]
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:          * src/classes/math.C: merged from HEAD: simpiler hash_string
         * src/targets/isapi/parser3isapi.dsp:  
                 isapi minor env beauty          * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
             print anything.  changed to quicker and simplier code
         * src/include/pa_globals.h:  
         * src/include/pa_sapi.h:          * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
         * src/main/main.dsp:            strict a check]
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:  2003-04-24  paf
         * src/types/pa_vcookie.C:  
         * src/types/pa_venv.h:          * src/include/pa_table.h: too strict assert loosened
         * src/types/pa_vform.C:  
                 sapi made object          * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
             <soldis@infolio.ru> for reporing this ansi c fiolation syntax
         * src/include/pa_pool.h:            report
         * src/main/pa_request.C:  
         * src/parser3.dsw:  2003-04-21  paf
         * src/targets/cgi/pa_pool.C:  
         * src/targets/isapi/pa_pool.C:          * src/targets/cgi/Makefile.am: pp3 added to .am
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/parser3isapi.dsp:          * src/main/pa_globals.C: pcre memory management changed to use GC
         * src/targets/isapi/pool_storage.h:            memory
                 isapi: dumb pool storage  
           * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
         * src/main/main.dsp:            xmlMallocAtomic [author agreed to my suggestion], used that
         * src/targets/isapi/parser3isapi.C:  
                 isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH          * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
   
         * src/parser3.dsw:          * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
         * src/targets/isapi/pa_pool.C:            types/pa_vmail.C: attributed_meaning_to_string added
                 decided to continue with extension            L_UNSPECIFIED piece which was sortof OK, but violated string
             invariant [assertion barked on that] changed to L_PASS_APPEND,
         * src/targets/cgi/parser3.C:            made that param obligatory
                 cgi: only one pool now  
           * src/main/pa_string.C: String::ArrayFragment::append_positions bug
 2001-03-22  paf            fixed [assert helped]
         * src/main/pa_request.C:  
         * src/parser3.dsw:          * src/include/pa_string.h: assert added [looking for bug]
         * src/targets/cgi/parser3.C:  
         * src/targets/isapi/parser3isapi.C:          * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
         * src/targets/isapi/parser3isapi.dsp:            names on Win32 considered disk-global
                 isapi document_root 0  
           * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
         * src/types/pa_vcookie.C:            considered disk-global
                 cookie attr decoded  
   2003-04-18  paf
         * src/include/pa_pool.h:  
         * src/parser3.dsw:          * src/main/untaint.C: merged from HEAD: enabled '~' letter in
         * src/targets/cgi/pa_pool.C:            filenames
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:          * src/main/untaint.C: enabled '~' letter in filenames
         * src/targets/isapi/pa_pool.C:  
         * src/targets/isapi/parser3isapi.C:  2003-04-16  paf
         * src/targets/isapi/parser3isapi.def:  
         * src/targets/isapi/parser3isapi.dsp:          * src/classes/file.C: small bug introduced in autoptr times fixed
                 started isapi  
           * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
         * src/targets/isapi/parser3isapi.C:            HEAD
                 isapi keep-alive  
           * src/classes/table.C: fix: gcc reported tiny error
         * src/targets/isapi/KILL.EXE:  
         * src/targets/isapi/PSTAT.EXE:  2003-04-15  paf
         * src/targets/isapi/istart.cmd:  
         * src/targets/isapi/istop.cmd:          * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
         * src/targets/isapi/kill.pl:            src/lib/md5/pa_md5c.c, tests/141.html,
                 isapi added utils            tests/results/141.processed, www/htdocs/.htaccess: merged from
             head ^math:uuid[] ^math:uid64[] ^math:md5[string]
         * src/include/pa_pool.h:  
         * src/main/pa_pool.C:            test added: 141.html
         * src/parser3.dsw:  
         * src/targets/cgi/parser3.C:          * operators.txt, src/classes/math.C: ^math:uid64[]
         * src/targets/isapi/parser3isapi.C:  
         * src/targets/isapi/parser3isapi.dsp:          * src/classes/math.C: ^math:uuid[]
         * src/types/pa_vform.C:  
                 isapi 0          * operators.txt, src/classes/math.C: ^math:uuid[]
   
         * src/configure.in:          * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
         * src/include/pa_globals.h:            src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
         * src/include/pa_request.h:  
         * src/include/pa_types.h:          * operators.txt, src/classes/file.C, src/include/pa_common.h,
         * src/main/pa_globals.C:            src/include/pa_config_fixed.h, src/main/pa_common.C:
         * src/main/pa_request.C:            ^file::load[mode;name;     $.offset     $.limit
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vcookie.C:  2003-04-14  paf
                 config of auto.p path: parser_root_auto_path parser_site_auto_path  
           * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
         * src/targets/cgi/vform_fields_fill.C:            started ^math:md5
         * src/targets/cgi/vform_fields_fill.h:  
         * src/targets/isapi/parser3isapi.C:          * src/classes/table.C, src/include/pa_array.h,
                 z            src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
             tests/results/140.processed: table $.reverse option works in
         * src/include/pa_globals.h:            create&co table $.distinct[tables] bug fix merged
         * src/main/pa_common.C:  
         * src/main/pa_request.C:          * src/: classes/table.C, include/pa_table.h: table
         * src/pa_version.h:            $.distinct[tables] bug fixed
                 some comments  
           * src/classes/table.C: more warnings
         * src/include/pa_pool.h:  
         * src/main/pa_request.C:          * src/include/pa_array.h, src/include/pa_table.h,
         * src/targets/cgi/parser3.C:            src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
         * src/targets/isapi/parser3isapi.C:            table::set_current, moved them back to table::locate implemented
                 isapi 1            table::create/join ñ $.reverse
   
 2001-03-21  paf          * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
         * src/include/pa_globals.h:            removed checks in table::set_current, moved them back to
         * src/targets/cgi/parser3.C:            table::locate
         * src/types/pa_venv.h:  
                 in cookie & env. todo:post  2003-04-11  paf
   
         * src/Makefile.am:          * operators.txt, src/classes/date.C, src/classes/table.C,
         * src/classes/Makefile.am:            src/include/pa_array.h, src/include/pa_common.h,
         * src/classes/file.C:            src/include/pa_config_includes.h, src/include/pa_string.h,
         * src/classes/root.C:            src/include/pa_table.h, src/main/pa_request.C,
         * src/classes/table.C:            src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
         * src/configure:            src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
         * src/configure.in:            before_append_array_limit_sense_change to
         * src/include/pa_array.h:            after_append_array_limit_sense_change
         * src/include/pa_common.h:  
         * src/include/pa_globals.h:          * src/classes/table.C: typo
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
         * src/include/pa_string.h:            src/classes/table.C, src/include/pa_array.h,
         * src/main/Makefile.am:            src/include/pa_common.h, src/include/pa_config_includes.h,
         * src/main/compile.y:            src/include/pa_globals.h, src/include/pa_table.h,
         * src/main/execute.C:            src/main/pa_array.C, src/main/pa_globals.C,
         * src/main/main.dsp:            src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
         * src/main/pa_common.C:            src/main/pa_string.C, src/main/pa_table.C:
         * src/main/pa_globals.C:            append_array_limit_sense_change locate accepts options same as
         * src/main/pa_request.C:            create new option: $.reverse(1)   [do not work in table::create]
         * src/main/pa_string.C:  
         * src/main/pa_table.C:          * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
         * src/main/untaint.C:            (stat xxx,
         * src/parser3.doxygen:  
         * src/parser3.dsw:          * src/classes/: table.C: typo
         * src/targets/Makefile.am:  
         * src/targets/cgi/Makefile.am:          * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
         * src/targets/cgi/parser3.C:            135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
         * src/targets/cgi/parser3.dsp:            results/130.processed, results/131.processed,
         * src/types/Makefile.am:            results/132.processed, results/133.processed,
         * src/types/pa_vcookie.C:            results/134.processed, results/135.processed,
         * src/types/pa_vform.C:            results/136.processed, results/137.processed,
         * src/types/pa_vstring.h:            results/138.processed, results/139.processed: added few mustfail
         * src/types/pa_wwrapper.h:            tests 130.html mustfail: empty regexp 131.html mustfail: invalid
         * src/viewdoxygen.cmd:            date/time 132.html mustfail: access to junction outside of
                 shifted apache branch on main trunc            context 133.html mustfail: access to junction outside of context,
             case version 134.html mustfail: hash: adding a key inside of
         * src/targets/cgi/parser3.C:            foreach 135.html mustfail: modifying system class 136.html
                 z            mustfail: $.name outside of $hash[here] 137.html mustfail:
             appendChild without import 138.html mustfail: invalid encoding
         * src/include/pa_common.h:            inside of xml 139.html mustfail: bad XPath
         * src/include/pa_globals.h:  
         * src/include/pa_pool.h:          * operators.txt, src/classes/table.C, tests/084.html,
         * src/include/pa_request.h:            tests/125.html, tests/126.html, tests/127.html, tests/128.html,
         * src/main/main.dsp:            tests/129.html, tests/results/125.processed,
         * src/main/pa_common.C:            tests/results/126.processed, tests/results/127.processed,
         * src/main/pa_request.C:            tests/results/128.processed, tests/results/129.processed: merged
         * src/parser3.dsw:            from HEAD ^table.hash[key][$.distinct[tables]]
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:            maked appropriate tests [changed one old nonconforming]
         * src/types/pa_vcookie.C:  
         * src/types/pa_vform.C:          * operators.txt, src/classes/table.C:
         * src/types/pa_vstring.h:            ^table.hash[key][$.distinct[tables]]
                 starting mod_parser3  
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
         * src/include/pa_globals.h:            merged fix for found very old xml (dom) bug: were passing
                 post. todo: config of auto.p path            domString objects and later ERROREOUSLY freed them
   
 2001-03-20  paf          * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
         * src/classes/Makefile.am:            src/main/pa_charset.C: re-added libgdome patch. regretfully
         * src/types/Makefile.am:            libgdome bug can not be worked around
                 file Makefile.am was initially added on branch automake_update.  
   2003-04-10  paf
         * src/main/pa_common.C:  
         * src/parser3.doxygen:          * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
         * src/targets/cgi/Makefile.am:            found very old xml (dom) bug: were passing domString objects and
         * src/targets/cgi/parser3.C:            later ERROREOUSLY freed them
                 automake compiled and works. todo:make win32 ifdefs work and  
                 add ifdef unistd          * src/doc/string.dox, src/include/pa_memory.h,
             src/include/pa_string.h, src/lib/cord/cordbscs.c,
         * src/classes/Makefile.am:            src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
         * src/classes/file.C:            tests/123.html, tests/124.html, tests/results/001.processed,
         * src/classes/table.C:            tests/results/002.processed, tests/results/003.processed,
         * src/classes/table.C:            tests/results/004.processed, tests/results/005.processed,
         * src/include/pa_array.h:            tests/results/006.processed, tests/results/008.processed,
         * src/include/pa_common.h:            tests/results/009.processed, tests/results/010.processed,
         * src/include/pa_common.h:            tests/results/011.processed, tests/results/012.processed,
         * src/include/pa_request.h:            tests/results/013.processed, tests/results/014.processed,
         * src/include/pa_request.h:            tests/results/015.processed, tests/results/016.processed,
         * src/include/pa_string.h:            tests/results/017.processed, tests/results/018.processed,
         * src/include/pa_table.h:            tests/results/020.processed, tests/results/021.processed,
         * src/include/pa_threads.h:            tests/results/022.processed, tests/results/023.processed,
         * src/main/Makefile.am:            tests/results/024.processed, tests/results/025.processed,
         * src/main/pa_common.C:            tests/results/026.processed, tests/results/027.processed,
         * src/main/pa_globals.C:            tests/results/028.processed, tests/results/029.processed,
         * src/main/pa_request.C:            tests/results/030.processed, tests/results/031.processed,
         * src/main/pa_table.C:            tests/results/032.processed, tests/results/033.processed,
         * src/main/untaint.C:            tests/results/034.processed, tests/results/035.processed,
         * src/operators.txt:            tests/results/036.processed, tests/results/037.processed,
         * src/targets/cgi/Makefile.am:            tests/results/038.processed, tests/results/039.processed,
         * src/targets/cgi/parser3.C:            tests/results/040.processed, tests/results/041.processed,
         * src/types/Makefile.am:            tests/results/042.processed, tests/results/043.processed,
         * src/types/pa_valiased.h:            tests/results/044.processed, tests/results/045.processed,
         * src/types/pa_value.h:            tests/results/046.processed, tests/results/047.processed,
         * src/types/pa_vform.h:            tests/results/048.processed, tests/results/049.processed,
                 z            tests/results/050.processed, tests/results/051.processed,
             tests/results/052.processed, tests/results/053.processed,
         * src/include/pa_request.h:            tests/results/054.processed, tests/results/055.processed,
         * src/main/Makefile.am:            tests/results/056.processed, tests/results/057.processed,
         * src/main/compile.y:            tests/results/058.processed, tests/results/059.processed,
         * src/main/execute.C:            tests/results/060.processed, tests/results/061.processed,
         * src/main/pa_common.C:            tests/results/062.processed, tests/results/063.processed,
         * src/parser3.doxygen:            tests/results/064.processed, tests/results/065.processed,
         * src/types/Makefile.am:            tests/results/066.processed, tests/results/067.processed,
                 removing locking            tests/results/068.processed, tests/results/069.processed,
             tests/results/070.processed, tests/results/071.processed,
         * src/Makefile.am:            tests/results/072.processed, tests/results/073.processed,
         * src/classes/file.C:            tests/results/074.processed, tests/results/075.processed,
         * src/classes/root.C:            tests/results/076.processed, tests/results/077.processed,
         * src/classes/table.C:            tests/results/078.processed, tests/results/079.processed,
         * src/configure:            tests/results/080.processed, tests/results/081.processed,
         * src/configure.in:            tests/results/082.processed, tests/results/083.processed,
         * src/include/pa_array.h:            tests/results/084.processed, tests/results/085.processed,
         * src/include/pa_request.h:            tests/results/086.processed, tests/results/087.processed,
         * src/include/pa_string.h:            tests/results/088.processed, tests/results/089.processed,
         * src/main/Makefile.am:            tests/results/090.processed, tests/results/091.processed,
         * src/main/execute.C:            tests/results/092.processed, tests/results/093.processed,
         * src/main/pa_common.C:            tests/results/094.processed, tests/results/095.processed,
         * src/main/pa_globals.C:            tests/results/096.processed, tests/results/097.processed,
         * src/main/pa_request.C:            tests/results/101.processed, tests/results/102.processed,
         * src/main/pa_string.C:            tests/results/104.processed, tests/results/105.processed,
         * src/main/untaint.C:            tests/results/106.processed, tests/results/107.processed,
         * src/parser3.doxygen:            tests/results/108.processed, tests/results/109.processed,
         * src/targets/Makefile.am:            tests/results/110.processed, tests/results/111.processed,
         * src/targets/cgi/Makefile.am:            tests/results/112.processed, tests/results/113.processed,
         * src/targets/cgi/parser3.C:            tests/results/114.processed, tests/results/115.processed,
         * src/types/pa_vcookie.C:            tests/results/116.processed, tests/results/117.processed,
         * src/types/pa_wwrapper.h:            tests/results/118.processed, tests/results/119.processed,
         * src/viewdoxygen.cmd:            tests/results/120.processed, tests/results/121.processed,
                 String::UL_            tests/results/122.processed, tests/results/123.processed,
             tests/results/124.processed: new convention: char* never 0.
         * src/classes/table.C:            assert in cord on that
         * src/include/pa_common.h:  
         * src/main/pa_common.C:          * src/main/pa_charset.C: couple more asserts
         * src/main/pa_request.C:  
         * src/operators.txt:          * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
         * src/types/pa_vfile.h:            speedup
                 ^table:save  
           * src/main/pa_charset.C: couple assertions on fantastic situations
 2001-03-19  paf            added [may be those is the case now?]
         * src/classes/file.C:  
         * src/classes/request.C:          * src/main/pa_charset.C: bugfix on memory buffer overrun [but
         * src/classes/table.C:            that's memory from gc_malloc, not from g_malloc :(, but would
         * src/include/pa_string.h:            hope]
         * src/main/main.dsp:  
         * src/main/pa_pool.C:          * src/main/pa_charset.C: bugfix on memory buffer overrun [but
         * src/main/pa_request.C:            that's memory from gc_malloc, not from g_malloc :(, but would
         * src/main/untaint.C:            hope]
         * src/operators.txt:  
         * src/types/pa_value.h:          * src/main/pa_charset.C: checked custom malloc for returning 0
         * src/types/pa_vfile.C:  
         * src/types/pa_vfile.h:  2003-04-09  paf
         * src/types/pa_vform.C:  
                 file 1          * src/classes/date.C: merged ^date.roll changes
   
         * src/classes/table.C:          * src/classes/date.C: ^date.roll bug fix
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * src/classes/date.C: ^date.roll now throws less errors: month
         * src/include/pa_table.h:            shifts handles end of month situation by reducing day number
         * src/include/pa_types.h:            hour-hole shift reduces hour to recover
         * src/main/execute.C:  
         * src/main/pa_request.C:          * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
         * src/parser3.doxygen:            Sort by function time
         * src/targets/cgi/parser3.C:  
         * src/types/pa_value.h:          * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
         * src/types/pa_vclass.h:            http://   $.charset[] param done
         * src/types/pa_vform.C:  
         * src/types/pa_vstateless_class.h:          * tests/: 122.html, results/122.processed: 122 date test <= and ==
         * src/types/pa_vstateless_object.h:            added [after volatile fix. passes on win&intel-solaris]
         * src/viewdoxygen.cmd:  
                 ^table:set{default level: TABLE}  2003-04-08  paf
   
         * src/classes/_request.h:          * src/: classes/file.C, classes/op.C, classes/table.C,
         * src/classes/request.C:            classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
         * src/main/pa_globals.C:            include/pa_common.h, include/pa_request_charsets.h,
         * src/types/pa_vrequest.C:            main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
         * src/types/pa_vrequest.h:            main/pa_exec.C, main/pa_request.C, main/untaint.C,
                 VRequest moved to :VStateless_object            types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
             types/pa_vresponse.C: started http://   $.charset[] param and
         * src/classes/_request.h:            http response charset detection just compiled.  todo:test
         * src/classes/request.C:  
         * src/main/main.dsp:          * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
         * src/main/pa_globals.C:  
         * src/types/pa_value.h:          * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
         * src/types/pa_vform.h:            main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
         * src/types/pa_vrequest.C:            types/pa_vmail.C: changed transcode param converntion  along with
         * src/types/pa_vrequest.h:            string creating convention -- all strings are zero-terminated,
                 VRequest moved to :Value            this allowed to fix one remaining String("123", 2) case
   
         * src/parser3.doxygen:          * src/: classes/date.C, classes/file.C, classes/hash.C,
         * src/types/pa_valiased.h:            classes/op.C, classes/string.C, classes/table.C,
         * src/types/pa_vbool.h:            include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
         * src/viewdoxygen.cmd:            main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                 doc: Value and it's derivates somehow unlinked. don't know why yet            main/pa_request.C, main/pa_string.C, main/pa_uue.C,
             main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
         * src/classes/_env.h:            types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
         * src/classes/_table.h:            violated String::invariant. started fixing [not compiled now]
         * src/classes/env.C:  
         * src/classes/table.C:          * src/classes/string.C, src/include/pa_string.h,
         * src/main/execute.C:            src/lib/cord/cordbscs.c, src/main/compile.tab.C,
         * src/main/main.dsp:            src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
         * src/main/pa_globals.C:            src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
         * src/main/pa_request.C:            style improvements & optimizations
         * src/operators.txt:  
         * src/types/pa_value.h:          * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
         * src/types/pa_vcookie.C:            :(]
         * src/types/pa_vcookie.h:  
         * src/types/pa_venv.h:          * src/main/untaint.C: removed redundant & in CORD_pos param passing
                 VEnv is now :Value            [for it's a pointer really]
   
         * src/operators.txt:          * src/main/untaint.C: CORD_pos_advance turned out to have limit on
         * src/targets/cgi/pa_vform.C:            'n' param. worked that around
         * src/types/pa_valiased.C:  
         * src/types/pa_valiased.h:          * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
         * src/types/pa_value.h:            Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
         * src/types/pa_vstateless_class.C:            <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
         * src/types/pa_vstateless_class.h:            April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
         * src/types/pa_vstateless_object.h:            cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                 moved common get_element part from stateless object&class into VAliased  
             Thanks for the bug report and patch.
         * src/classes/_file.h:  
         * src/classes/file.C:            I hadn't looked at this code in a while.  Reading it now, it
         * src/include/pa_types.h:            seems to me that the tests should also be ">= MAX_DEPTH" to
         * src/main/pa_globals.C:            comply with the invariant, though that may not matter a lot.  I
         * src/main/pa_request.C:            changed that, too.
         * src/targets/cgi/parser3.C:  
         * src/types/pa_valiased.h:            Hans
         * src/types/pa_vfile.C:  
         * src/types/pa_vfile.h:  2003-04-07  paf
         * src/types/pa_vstateless_class.h:  
         * src/types/pa_vstateless_object.h:          * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                 \ to /  and ^file:save            merged from head:safe mode error message now includes numbers
   
         * src/classes/root.C:          * src/main/execute.C: n-th attempt to make a=a work with double.
         * src/classes/table.C:            problem: as_double returns it's result in fp-register compiler
         * src/main/pa_exception.C:            optimizes access to that register after b->as_double, and just
         * src/main/pa_request.C:            compares ALREADY_STORED_VALUE with prev-calculated a->as_double
         * src/parser3.doxygen:            from memory.  _SAME_ double values do not match here.  when
         * src/parser3_doc_index.txt:            forced to REload fp-register, values do match.
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vbool.h:            tried to make them volatile.
         * src/types/pa_vcookie.C:  
         * src/types/pa_vcookie.h:          * src/main/execute.C: n-th attempt to make a=a work with double.
         * src/types/pa_vdouble.h:            problem: as_double returns it's result in fp-register compiler
         * src/types/pa_venv.h:            optimizes access to that register after b->as_double, and just
         * src/types/pa_vform.h:            compares ALREADY_STORED_VALUE with prev-calculated a->as_double
         * src/types/pa_vint.h:            from memory.  _SAME_ double values do not match here.  when
         * src/types/pa_vrequest.h:            forced to REload fp-register, values do match.
                 doc: detected Value derivates prob  
             tried to make them volatile.
         * src/include/code.h:  
         * src/include/pa_array.h:          * src/types/pa_vobject.h: small style change
         * src/include/pa_pool.h:  
         * src/include/pa_string.h:          * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
         * src/include/pa_threads.h:  
         * src/main/compile.C:          * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
         * src/main/compile.y:            mode error message now includes numbers
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * src/main/untaint.C, src/targets/cgi/parser3.C,
         * src/main/execute.C:            www/htdocs/.htaccess: unknown untaint lang now causes death
         * src/main/pa_array.C:  
         * src/main/pa_common.C:  2003-04-04  paf
         * src/main/pa_exception.C:  
         * src/main/pa_globals.C:          * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
         * src/main/pa_hash.C:            incorportated pa_exec patch by From: "Victor Fedoseev"
         * src/main/pa_pool.C:            <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
         * src/main/pa_request.C:            Sent: Thursday, January 23, 2003 9:14 AM
         * src/main/pa_string.C:  
         * src/main/pa_table.C:            huge speedup on ^file::cgi with big result
         * src/main/untaint.C:  
         * src/parser3.doxygen:          * src/classes/table.C: sort table with 0 rows bug fixed
         * src/types/pa_value.h:  
                 auto @brief          * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
             fix http://i2/tasks/edit/?id=4493701604654042676
         * src/classes/_file.h:  
         * src/classes/file.C:            @main[] $with_default[  $.a[1]  $._default[default from
         * src/classes/table.C:            with_default] ] ^show[$with_default]
         * src/include/pa_common.h:  
         * src/include/pa_globals.h:            $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
         * src/include/pa_string.h:            =$to_add_to.xxx=<br>
         * src/include/pa_table.h:  
         * src/main/main.dsp:            ^show[$to_add_to]
         * src/main/pa_common.C:  
         * src/main/pa_globals.C:            $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
         * src/operators.txt:            ^show[$cloned]
         * src/operators.txt:  
         * src/types/pa_value.h:            @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
         * src/types/pa_vcookie.h:  
         * src/types/pa_venv.h:            }  <hr>
         * src/types/pa_vfile.C:  
         * src/types/pa_vfile.h:          * src/classes/hash.C: $hash._default showed in foreach & co bug fix
         * src/types/pa_vform.C:            http://i2/tasks/edit/?id=4493701604654042676
         * src/types/pa_vform.h:  
         * src/types/pa_vrequest.h:            @main[] $with_default[  $.a[1]  $._default[default from
         * src/types/pa_vtable.h:            with_default] ] ^show[$with_default]
                 file class just compiled  
             $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
         * src/types/pa_vfile.C:            =$to_add_to.xxx=<br>
         * src/types/pa_vfile.h:  
         * src/types/pa_vstateless_object.h:            ^show[$to_add_to]
                 vfile doxx  
             $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
         * src/classes/_response.h:            ^show[$cloned]
         * src/classes/response.C:  
         * src/main/pa_globals.C:            @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
         * src/types/pa_vform.h:  
         * src/types/pa_vresponse.h:            }  <hr>
                 VResponse moved to :VStateless_object  
           * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
         * src/classes/_request.h:            http://i2/tasks/edit/?id=4507350336410850921
         * src/classes/request.C:  
         * src/doxygen.cmd:          * src/classes/xdoc.C: memory allocation func bugfix
         * src/include/code.h:            http://i2/tasks/edit/?id=4499303470368629745
         * src/include/pa_array.h:  
         * src/include/pa_common.h:          * src/classes/math.C: allowed random 1...
         * src/include/pa_exception.h:  
         * src/include/pa_globals.h:          * src/classes/math.C: allowed random 0..
         * src/include/pa_hash.h:  
         * src/include/pa_pool.h:          * src/main/pa_globals.C: exif mem leak
         * src/include/pa_request.h:            http://i2/tasks/edit/?id=4480590323629807263
         * src/include/pa_stack.h:  
         * src/include/pa_string.h:          * src/: classes/classes.dsp, main/main.dsp,
         * src/include/pa_table.h:            targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
         * src/include/pa_threads.h:            fix http://i2/tasks/edit/?id=4493946731322521294
         * src/include/pa_types.h:            $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
         * src/main/execute.C:  
         * src/main/pa_pool.C:          * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
         * src/main/pa_request.C:            lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
         * src/main/pa_string.C:            main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
         * src/main/untaint.C:            links to xml libs made relative, no need to unpack parser3project
         * src/operators.txt:            to /parser3project.
         * src/parser.dsw:  
         * src/parser3.doxygen:          * src/main/: compile.tab.C, compile.y, compile_tools.h: error
         * src/parser3.dsw:            column more precise - tab handling bug fixed
         * src/targets/cgi/parser3.C:  
         * src/types/pa_value.h:          * src/main/: compile.tab.C, compile.y: more understandable error
         * src/types/pa_vform.C:            message in case @CLASS with more then one line inside
         * src/viewdoxygen.cmd:  
                 doxygen include/, Value          * src/targets/cgi/parser3.C: more understandable error message in
             case of errors in @unhandled_exception
         * src/include/code.h:  
         * src/include/pa_array.h:  2003-04-03  paf
         * src/include/pa_common.h:  
         * src/include/pa_exception.h:          * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
         * src/include/pa_globals.h:            src/main/compile.tab.C, src/main/compile.y,
         * src/include/pa_globals.h:            src/main/compile_tools.C, src/main/compile_tools.h,
         * src/include/pa_hash.h:            src/main/execute.C, src/main/pa_request.C: debug info format
         * src/include/pa_pool.h:            simplified, now it's: OP_VALUE Operation::Origin << here value*
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:            higher limits:   file number (max: 255)   line number (max:
         * src/include/pa_stack.h:            64535)   column number (max: 255)
         * src/include/pa_string.h:  
         * src/include/pa_string.h:          * src/classes/math.C: top limit
         * src/include/pa_table.h:  
         * src/include/pa_threads.h:          * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
         * src/include/pa_types.h:            precise parse error position in case of
         * src/main/compile.C:  
         * src/main/compile.y:            ^bug ]
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
         * src/main/execute.C:            changed to realities, and passed [bug fixed]
         * src/main/pa_array.C:  
         * src/main/pa_common.C:          * src/: classes/op.C, include/pa_request.h, main/compile.C,
         * src/main/pa_exception.C:            main/compile.tab.C, main/compile.y, main/compile_tools.C,
         * src/main/pa_globals.C:            main/compile_tools.h, main/pa_request.C: introducing
         * src/main/pa_hash.C:            ^process...[main-method-alias]
         * src/main/pa_pool.C:  
         * src/main/pa_request.C:          * src/: classes/date.C, classes/image.C, classes/op.C,
         * src/main/pa_string.C:            classes/string.C, classes/table.C, classes/xdoc.C,
         * src/main/pa_table.C:            types/pa_vmethod_frame.h: MethodParams& now [methods without
         * src/main/untaint.C:            params receive zero reference, but they are expected not to look
         * src/parser3.doxygen:            there]
         * src/parser3.doxygen:  
         * src/parser3.doxygen:          * operators.txt, src/classes/date.C, src/classes/double.C,
         * src/types/pa_valiased.h:            src/classes/file.C, src/classes/hash.C, src/classes/image.C,
         * src/types/pa_value.h:            src/classes/int.C, src/classes/mail.C, src/classes/math.C,
         * src/types/pa_vfile.C:            src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                 z            src/classes/string.C, src/classes/table.C, src/classes/void.C,
             src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
         * src/include/pa_hash.h:            src/main/execute.C, src/types/pa_method.h: MethodParams& now
         * src/include/pa_types.h:            [methods without params receive zero reference, but they are
         * src/main/pa_common.C:            expected not to look there]
         * src/main/pa_hash.C:  
         * src/main/pa_request.C:          * operators.txt, src/classes/op.C, src/include/pa_request.h,
         * src/types/pa_vcookie.C:            src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                 renamed Hash::Value to Val so to doxygen would finlly stop            ^process...[filename] useful for better error reporting
                 confusing those Value-s            [file/line/col]
   
         * src/main/main.dsp:          * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
         * src/targets/cgi/parser3.dsp:            types/pa_vstring.h: slightly improved error messages text: 1. is
         * src/types/pa_valiased.C:            '%s', it 2. method undefined in case of ^void[]
         * src/types/pa_vform.h:  
                 commented VForm          * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
             include/pa_types.h, main/execute.C, main/pa_request.C: exception
         * src/classes/_cookie.h:            handling done. now we have error columns todo: test it
         * src/classes/_table.h:  
         * src/classes/cookie.C:          * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
         * src/main/execute.C:            exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
         * src/main/main.dsp:  
         * src/main/pa_globals.C:            this makes life easier: were: bad stack order -- were in
         * src/types/pa_vcookie.C:            exception catch unwind order, which didn't match execution order
         * src/types/pa_vcookie.h:  
                 VCookie is now :Value            @main[] ^try{   ^first[] }{     ^throw[c;3] }
   
 2001-03-18  paf            @first[] ^throw[a;1]
         * src/classes/_cookie.h:  
         * src/classes/cookie.C:            showed throw a first throw b try
         * src/include/pa_common.h:  
         * src/include/pa_globals.h:            which is no good
         * src/include/pa_request.h:  
         * src/include/pa_string.h:          * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
         * src/include/pa_types.h:            main/compile.tab.C, main/execute.C, main/pa_request.C: strack
         * src/main/main.dsp:            trace reset after handled exception [old bug fixed]
         * src/main/pa_common.C:  
         * src/main/pa_globals.C:          * src/main/: compile.tab.C, compile.y: parse position old bug
         * src/main/pa_hash.C:            fixed.  position reporting made precise [both, in parse erros and
         * src/main/pa_request.C:            runtime errors]
         * src/main/pa_string.C:  
         * src/main/untaint.C:  2003-04-02  paf
         * src/operators.txt:  
         * src/targets/cgi/parser3.C:          * src/: include/pa_operation.h, include/pa_request.h,
         * src/types/pa_value.h:            main/compile.C, main/compile.tab.C, main/compile.y,
         * src/types/pa_vcookie.C:            main/compile_tools.C, main/compile_tools.h, main/execute.C,
         * src/types/pa_vcookie.h:            main/pa_exception.C, main/pa_request.C: debug info: started
         * src/types/pa_vform.C:            using.  todo:complete
         * src/types/pa_vform.h:  
         * src/types/pa_vhash.h:          * src/classes/op.C, src/include/pa_operation.h,
         * src/types/pa_vunknown.h:            src/include/pa_request.h, src/main/compile.C,
                 cookie class            src/main/compile.tab.C, src/main/compile.y,
             src/main/compile_tools.C, src/main/compile_tools.h,
         * src/include/pa_hash.h:            src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
         * src/main/pa_hash.C:            prepared debug info todo:use it
         * src/targets/cgi/parser3.C:  
                 response fields to header          * src/include/pa_operation.h: strange mistake fixed: forgot to
             return Operation class->union after switching from autoptrs.
         * src/classes/root.C:  
         * src/classes/string.C:          * tests/: Makefile, results/108.processed, results/117.processed:
         * src/include/pa_string.h:            meta considered OK [it's up to coder now to remove it not needed]
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
         * src/main/pa_string.C:            Dictionary constructor when moved to gc]
         * src/types/pa_vdouble.h:  
         * src/types/pa_vform.C:          * src/main/pa_common.C: uncommented http:// file loading
         * src/types/pa_vint.h:  
         * src/types/pa_vstateless_class.C:          * src/include/pa_array.h, src/main/execute.C,
                 convinient string(pool, char *src, bool tainted) ctor            src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
             fix [gdGrowingBuf]
         * src/include/pa_hash.h:  
         * src/include/pa_request.h:          * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
         * src/include/pa_string.h:            patches
         * src/main/pa_globals.C:  
         * src/main/pa_hash.C:          * configure, src/include/pa_config_auto.h.in,
         * src/main/pa_request.C:            src/main/pa_charset.C: --enable-assertions autoconf-ed
         * src/main/pa_string.C:  
         * src/main/untaint.C:          * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
         * src/targets/cgi/parser3.C:            file loading
                 proper @exceptions params tainting  
           * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
         * src/classes/_response.h:            xdoc::create/load
         * src/classes/response.C:  
         * src/include/pa_globals.h:          * src/: classes/form.C, classes/hash.C, classes/image.C,
         * src/include/pa_hash.h:            classes/string.C, classes/table.C, classes/void.C,
         * src/include/pa_request.h:            include/pa_common.h, main/pa_common.C, main/pa_request.C,
         * src/main/compile.C:            main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
         * src/main/compile.y:            String::String(str,helper_length) are checked.  found/fixed one
         * src/main/execute.C:            place: $request:body now zero-terminated,
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/: classes/op.C, classes/table.C, include/pa_request.h,
         * src/main/pa_hash.C:            main/compile_tools.C, main/execute.C, types/pa_value.h,
         * src/main/pa_request.C:            types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
         * src/targets/cgi/parser3.C:            types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
         * src/targets/cgi/parser3.dsp:            types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
         * src/types/pa_value.h:            types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
         * src/types/pa_vhash.h:            types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
         * src/types/pa_vrequest.h:            types/pa_vxnode.h: more locally scoped vars in execute (more
         * src/types/pa_vresponse.h:            easily optimizable)
                 $response: 0  request::core exception rethrow  
           * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
         * src/classes/request.C:            for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
         * src/classes/response.C:  
         * src/classes/root.C:          * src/: include/pa_array.h, include/pa_stack.h,
         * src/include/pa_common.h:            include/pa_string.h, main/compile_tools.C, main/main.dsp,
         * src/include/pa_globals.h:            main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
         * src/include/pa_request.h:            become assertion iterator in methodframe filler
         * src/include/pa_string.h:  
         * src/main/pa_common.C:          * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
         * src/main/pa_globals.C:            targets/cgi/parser3.C: array::get/put inlined
         * src/main/pa_request.C:  
         * src/operators.txt:          * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
         * src/targets/cgi/parser3.C:            gc_substitute_memory_management_functions +installed CORD_oom
                 ^taint 0            function
   
         * src/classes/cookie.C:          * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
         * src/operators.txt:            src/include/pa_config_includes.h, src/include/pa_string.h,
         * src/types/pa_vcookie.C:            src/lib/cord/cordbscs.c, src/main/pa_memory.C,
         * src/types/pa_vcookie.h:            src/targets/cgi/parser3.C: converted debug hacks to ANSI
                 cookie: allowed access to hash-assigned            assertions started configure.in --enable-assertions
   
         * src/include/pa_globals.h:  2003-04-01  paf
         * src/main/execute.C:  
         * src/main/pa_globals.C:          * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
         * src/main/pa_request.C:            src/main/pa_memory.C, src/targets/cgi/parser3.C,
         * src/targets/cgi/parser3.C:            src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                 z            src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
             down: gdome uses glib memory, and stores last pointer to xmlDoc
         * src/main/pa_request.C:            there, gc misses that and collects valid memory fixed by
                 zero length output allowed            remembering xmlDoc from dom object in xdoc.  todo: do something
             with premature free of xdoc with xnodes/node values referring
         * src/classes/root.C:            into it
         * src/include/pa_globals.h:  
         * src/include/pa_string.h:          * src/classes/: mail.C: typo fix
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
         * src/main/pa_string.C:            changes
         * src/types/pa_value.h:  
         * src/types/pa_vhash.h:          * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                 $defautl[$content-type[$value[text/html] $charset[windows-1251]]            main/pa_memory.C: moved memory debugging to global level: to
             pa_gc_malloc
         * src/classes/root.C:  
         * src/main/pa_request.C:          * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
         * src/main/untaint.C:            debugging showed no errors. todo: debug parser memory
         * src/targets/cgi/parser3.C:  
                 taint[uri          * src/targets/cgi/: parser3.C, parser3.dsp: more build
             configurations
         * src/classes/response.C:  
         * src/main/pa_request.C:          * src/: classes/classes.dsp, include/pa_config_fixed.h,
         * src/operators.txt:            main/compile.tab.C, main/main.dsp, main/pa_globals.C,
         * src/types/pa_value.h:            targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
         * src/types/pa_vhash.h:            types/types.dsp: prepared xml-static configuration
         * src/types/pa_vresponse.h:  
                 ^response:clear[]  2003-03-31  paf
   
         * src/classes/root.C:          * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
         * src/main/pa_request.C:            src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                 taint forgotten forced lang switch            www/htdocs/.htaccess: started xml lib memory debugging, simple
             checks failed: it seems that library does realloc(bad ptr), and
 2001-03-16  paf            recording those ptrs in heap [for debugging] was bad: heap
         * src/include/code.h:            situation changes = everything works fine
         * src/include/pa_hash.h:  
         * src/include/pa_request.h:          * src/: main/pa_charset.C, include/pa_charset.h: worked around
         * src/main/compile.y:            xmlRegisterCharEncodingHandler limitation [currently imposed
         * src/main/execute.C:            limit of 10 user-defined charsets]
         * src/types/pa_value.h:  
         * src/types/pa_vhash.h:  2003-03-28  paf
         * src/types/pa_vstring.h:  
         * src/types/pa_vtable.h:          * src/main/execute.C: execution stack copied to local register
         * src/types/pa_wcontext.C:            variable, removed lots [~2e7) of memory accesses
         * src/types/pa_wcontext.h:  
                 see () and {} param wcontext conflict  2003-03-27  paf
   
         * src/main/execute.C:          * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
         * src/main/main.dsp:            works in debug, but fails in release todo: fix that
         * src/types/pa_value.h:  
         * src/types/pa_vrequest.h:          * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                 native method' class call with less params then needed error reporting            targets/cgi/parser3.C: forgot to merge XML memory funcs
             replacement from gc branch
         * src/classes/double.C:  
         * src/include/code.h:          * src/main/pa_exec.C: introducing append_help_length [radical
         * src/main/compile.y:            improvement here]
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
         * src/main/execute.C:            'not recommened' in gc.h, on win32 noticed no difference]
                 ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM  
           * src/include/pa_array.h: returned checked array get [were disabled
         * src/main/execute.C:            for debugging] result:not slower [don't understand that, it were
         * src/types/pa_value.h:            INLINED] todo: find out a way of inlining it!
         * src/types/pa_vstateless_object.h:  
         * src/types/pa_vstring.h:          * src/: include/pa_string.h, lib/gc/include/gc.h,
                 disabled  $string.field            lib/gc/include/gc_fake.h, main/compile.tab.C,
             targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
         * src/main/execute.C:            convention changed: all resulting strings are zero-terminated
         * src/operators.txt:  
         * src/sql.txt:          * src/: classes/date.C, classes/file.C, classes/hash.C,
         * src/tainted.txt:            classes/string.C, classes/table.C, classes/void.C,
         * src/types/pa_vmframe.h:            include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                 if(in "/news/")            lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
             main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
         * src/include/pa_globals.h:            main/pa_request.C, main/pa_string.C, main/pa_uue.C,
         * src/main/execute.C:            sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
         * src/main/pa_globals.C:            types/pa_vfile.C, types/pa_vmail.C: introducing
         * src/operators.txt:            append_help_length [radical improvement here]
         * src/types/pa_value.h:  
         * src/types/pa_vcframe.h:          * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
         * src/types/pa_vmframe.h:            include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
         * src/types/pa_wcontext.h:            lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                 $result            targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
             even slower
         * src/classes/_request.h:  
         * src/classes/request.C:          * src/: classes/string.C, classes/table.C, include/pa_array.h,
         * src/include/pa_globals.h:            include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
         * src/include/pa_request.h:            main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
         * src/lang.txt:            clients of &get(): most to use non-ref version, some[in tight
         * src/main/execute.C:            places] to get_unchecked_ref
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/doc/memory.dox: forgot to add
         * src/main/pa_request.C:  
         * src/operators.txt:          * src/classes/classes.dsp, src/classes/memory.C,
         * src/targets/cgi/parser3.C:            src/classes/xdoc.C, src/include/pa_array.h,
         * src/types/pa_vform.C:            src/include/pa_request.h, src/include/pa_stack.h,
         * src/types/pa_vrequest.C:            src/include/pa_string.h, src/lib/cord/cord.dsp,
         * src/types/pa_vrequest.h:            src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
                 $request : query :uri            src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
             src/main/compile.y, src/main/compile_tools.C,
 2001-03-15  paf            src/main/compile_tools.h, src/main/main.dsp,
         * src/main/compile.y:            src/main/pa_string.C, src/targets/cgi/parser3.C,
         * src/main/pa_request.C:            src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
         * src/operators.txt:            src/types/pa_vmethod_frame.C, src/types/types.dsp,
         * src/targets/cgi/parser3.C:            www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
         * src/test.p:            Stack::pop wiping removed [moved to separate func] other Array &
         * src/types/pa_vstring.h:            removed
                 pre-pre-pre-beta cgi under win32 apache pre pre pre works  
   2003-03-26  paf
         * src/main/compile.y:  
         * src/main/execute.C:          * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                 z            classes/table.C, include/pa_array.h, include/pa_charset.h,
             include/pa_stack.h, include/pa_string.h, include/pa_table.h,
         * src/b.p:            lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
         * src/main/compile.y:            lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
         * src/main/execute.C:            main/main.dsp, main/pa_charset.C, main/pa_common.C,
         * src/main/pa_request.C:            main/pa_exec.C, main/pa_sql_driver_manager.C,
         * src/n.p:            main/pa_stylesheet_manager.C, main/pa_table.C,
         * src/targets/cgi/parser3.C:            targets/cgi/parser3.C, targets/cgi/parser3.dsp,
         * src/test.p:            types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
         * src/types/pa_vstring.h:            types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                 @exception            pre-evaluated .count() in some places
   
         * src/include/pa_globals.h:          * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
         * src/main/pa_globals.C:            lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
         * src/main/pa_request.C:            types/types.dsp: .dsp profiling updated
         * src/targets/cgi/parser3.C:  
         * src/types/pa_vform.C:          * src/: classes/classes.dsp, lib/cord/cord.dsp,
         * src/types/pa_vform.h:            lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                 vform fillfields just compiled            targets/cgi/parser3.dsp, types/types.dsp: started profiling
   
         * src/main/pa_request.C:          * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                 news sample            main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
 2001-03-14  paf            use lib/gc,lib/cord
         * src/include/core.h:  
         * src/include/pa_globals.h:          * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
         * src/include/pa_pool.h:            src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
         * src/include/pa_string.h:            src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
         * src/include/pa_types.h:            src/include/pa_config_includes.h, src/include/pa_request.h,
         * src/main/compile.y:            src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
         * src/main/core.C:            src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
         * src/main/main.dsp:            src/lib/Makefile.am, src/lib/cord/Makefile.am,
         * src/main/pa_globals.C:            src/lib/cord/include/Makefile.am,
         * src/main/pa_request.C:            src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
         * src/targets/cgi/pa_vform.C:            src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
         * src/targets/cgi/parser3.C:            src/targets/cgi/Makefile.am, src/types/Makefile.am,
         * src/targets/cgi/parser3.dsp:            src/types/pa_vclass.h, src/types/pa_vcookie.h,
         * src/types/pa_value.h:            src/types/pa_vform.h, src/types/pa_vhash.h,
         * src/types/pa_vform.h:            src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
         * src/types/pa_vunknown.h:            src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                 global handler, exceptions in parser3            src/types/pa_vstatus.C, src/types/pa_vstatus.h,
             src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
         * src/include/pa_globals.h:            funcs ported pa_exec
         * src/main/pa_globals.C:  
         * src/main/pa_request.C:          * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
         * src/targets/cgi/parser3.dsp:  
         * src/types/pa_vform.C:          * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
         * src/types/pa_vform.h:            bundled gc includes
         * src/types/pa_vstring.h:  
                 limits -1          * src/classes/op.C, src/include/pa_array.h,
             src/include/pa_sql_connection.h, src/include/pa_string.h,
         * src/include/pa_common.h:            src/include/pa_version.h, src/main/compile.tab.C,
         * src/include/pa_types.h:            src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
         * src/main/pa_request.C:            src/main/pa_exception.C, src/main/pa_request.C,
         * src/targets/cgi/parser3.C:            src/main/pa_string.C, src/targets/cgi/parser3.C,
                 PATH_DELIMITER_CHAR            src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
             bugfixes [while testing first real site (aval)]
         * src/targets/cgi/parser3.C:  
                 #       if MSVC  2003-03-25  paf
   
         * src/include/pa_globals.h:          * operators.txt, src/main/pa_sql_driver_manager.C,
         * src/include/pa_request.h:            src/types/pa_vstatus.C: $status.memory used free since_compact
         * src/include/pa_types.h:            process
         * src/main/main.dsp:  
         * src/main/pa_globals.C:          * src/: include/pa_sql_connection.h, main/pa_globals.C,
         * src/main/pa_request.C:            main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:          * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
         * src/types/pa_vform.C:  
         * src/types/pa_vform.h:          * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                 request_info -1            src/types/pa_value.h, src/types/pa_vfile.h,
             src/types/pa_vobject.C, src/types/pa_vobject.h,
         * src/include/pa_globals.h:            src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
         * src/main/pa_globals.C:            tests/results/121.processed: untaint.C L_URI
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.dsp:          * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
         * src/targets/cgi/vform_fields_fill.C:            src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
         * src/targets/cgi/vform_fields_fill.h:            src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
                 vform_fields_fill            src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
   
         * src/include/pa_request.h:          * tests/results/109.processed: it was a bug in parser. updated 109
         * src/main/pa_request.C:            test result
         * src/targets/cgi/parser3.C:  
         * src/targets/cgi/parser3.C:          * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                 z  
           * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
 2001-03-13  paf            tests/results/107.processed: fixed dom language [values are now
         * src/main/execute.C:            considered tainted.  it was a bug in parser. updated 107 test
         * src/test.p:            result
         * src/types/pa_value.h:  
         * src/types/pa_venv.h:          * src/classes/xdoc.C: fixed transform params
                 for future methods of ENV constructor if  
           * src/: include/pa_stylesheet_manager.h,
         * src/classes/root.C:            main/pa_stylesheet_manager.C: fixed stylesheet caching
         * src/classes/table.C:  
         * src/include/pa_exception.h:          * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
         * src/include/pa_pool.h:            overloads for structure handling
                 skipped_restructure_exceptions_dead_end  
           * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
         * src/types/pa_vstateless_class.h:            include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                 file pa_vstateless_class.h was initially added on branch            StringBody(0) ambiguilty, introducting static
                 stateless_class.            StringBody::Format(int)
   
         * src/auto.p:          * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
         * src/include/code.h:            linked
         * src/include/pa_string.h:  
         * src/main/compile.y:          * src/types/pa_vxdoc.C: vxdoc compiled
         * src/main/execute.C:  
         * src/main/pa_string.C:          * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
         * src/operators.txt:            types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                 'value is type' expr operator            finalizers isntalled
   
         * src/classes/form.C:          * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
         * src/main/compile.y:            doc/exception.dox, doc/index.dox, include/pa_charset.h,
         * src/main/core.C:            include/pa_memory.h, include/pa_request.h, include/pa_string.h,
         * src/operators.txt:            main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
         * src/test.p:            compiled todo: xnode.C / finalizers
         * src/types/pa_value.h:  
         * src/types/pa_vclass.h:          * src/doc/string.dox: updated: new string internals
         * src/types/pa_venv.h:  
         * src/types/pa_vform.h:  2003-03-24  paf
         * src/types/pa_vstateless_class.C:  
         * src/types/pa_vstateless_class.h:          * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                 form:fields removed. use $form.CLASS instead            include/pa_charset.h, include/pa_config_fixed.h,
             include/pa_request.h, include/pa_stylesheet_connection.h,
         * src/types/pa_vstateless_class.C:            include/pa_stylesheet_manager.h, main/pa_charset.C,
                 file pa_vstateless_class.C was initially added on branch            main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                 stateless_class.            main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
             types/pa_vxnode.h: started XML
         * src/include/core.h:  
         * src/include/pa_common.h:          * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
         * src/include/pa_request.h:  
         * src/main/pa_common.C:          * src/: classes/file.C, classes/image.C, classes/mail.C,
         * src/main/pa_request.C:            include/pa_string.h, main/pa_common.C,
         * src/targets/cgi/parser3.C:            main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                 before error show with parser  
           * src/: classes/file.C, classes/image.C, classes/mail.C,
         * src/types/pa_venv.h:            include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                 file pa_venv.h was initially added on branch stateless_class.            main/pa_request.C, main/pa_sql_driver_manager.C,
             types/pa_vimage.h: size_t pos everywhere checks changed to check
         * src/targets/cgi/Makefile.am:            for eq STRING_NOT_FOUND
         * src/targets/cgi/pa_pool.C:  
         * src/targets/cgi/pa_vform.C:          * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
         * src/targets/cgi/parser.dsp:            optimize bit implemented
         * src/targets/cgi/parser3.C:  
                 renamed targets/ parser to cgi          * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
             String::ArrayFragment::append_positions fixed
         * src/classes/_double.h:  
         * src/classes/_double.h:          * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
         * src/classes/_env.h:            String::this_starts fixed
         * src/classes/_env.h:  
         * src/classes/_int.h:          * src/main/pa_string.C, tests/Makefile: string::pos fixed
         * src/classes/_int.h:  
         * src/classes/_root.h:          * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
         * src/classes/_root.h:            hashcode implemented fully, including per-char callback [it can
         * src/classes/_string.h:            be - substr CORD node]
         * src/classes/_string.h:  
         * src/classes/_table.h:          * src/: include/pa_array.h, main/compile.tab.C: gif encoding
         * src/classes/_table.h:            rewritten to rewalloc with 100byte buf ahead
         * src/classes/double.C:  
         * src/classes/double.C:          * src/classes/image.C, src/classes/op.C, src/classes/table.C,
         * src/classes/env.C:            src/include/pa_string.h, src/main/compile.tab.C,
         * src/classes/env.C:            src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
         * src/classes/int.C:            src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
         * src/classes/int.C:            CORD_ec [bad] would rewrite as realloc now
         * src/classes/root.C:  
         * src/classes/root.C:          * src/: classes/date.C, classes/file.C, classes/form.C,
         * src/classes/string.C:            classes/image.C, classes/math.C, classes/op.C, classes/table.C,
         * src/classes/string.C:            include/pa_cache_managers.h, include/pa_charsets.h,
         * src/classes/table.C:            include/pa_common.h, include/pa_request.h,
         * src/classes/table.C:            include/pa_sql_driver_manager.h, include/pa_table.h,
         * src/include/pa_request.h:            main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
         * src/include/pa_request.h:            main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
         * src/main/compile.C:            targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
         * src/main/compile.C:            types/pa_vmail.C, types/pa_vmethod_frame.C,
         * src/main/compile_tools.h:            types/pa_vstateless_class.h: 2*2 worked :)
         * src/main/compile_tools.h:  
         * src/main/core.C:          * parser3.dsw, src/classes/date.C, src/classes/file.C,
         * src/main/core.C:            src/include/pa_exec.h, src/include/pa_string.h,
         * src/main/execute.C:            src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
         * src/main/execute.C:            passed OK
         * src/main/main.dsp:  
         * src/main/main.dsp:          * src/: classes/hash.C, classes/string.C, classes/table.C,
         * src/main/pa_request.C:            types/pa_value.C: all linked todo: debug
         * src/main/pa_request.C:  
         * src/types/pa_valiased.h:          * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
         * src/types/pa_valiased.h:            types/pa_vstateless_class.C: all compiled.  todo:link
         * src/types/pa_value.h:  
         * src/types/pa_value.h:          * src/types/pa_wcontext.C: pa_wcontext.C compiled
         * src/types/pa_vclass.C:  
         * src/types/pa_vclass.C:          * src/types/pa_vtable.C: pa_vtable.C compiled
         * src/types/pa_vclass.h:  
         * src/types/pa_vclass.h:          * src/types/pa_vstring.C: pa_vstring.C compiled
         * src/types/pa_venv.h:  
         * src/types/pa_venv.h:          * src/types/pa_vstatus.C: pa_vstatus.C compiled
         * src/types/pa_vmframe.h:  
         * src/types/pa_vmframe.h:          * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
         * src/types/pa_vobject.h:            pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
         * src/types/pa_vobject.h:            pa_vstateless_class.C, pa_vstateless_class.h:
         * src/types/pa_vstateless_class.C:            pa_vstateless_class.C compiled
         * src/types/pa_vstateless_class.C:  
         * src/types/pa_vstateless_class.h:          * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
         * src/types/pa_vstateless_class.h:            types/pa_vmath.C: pa_vmail.C compiled
         * src/types/pa_vstateless_object.h:  
         * src/types/pa_vstateless_object.h:          * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
         * src/types/pa_wcontext.h:  
         * src/types/pa_wcontext.h:          * src/types/pa_vform.C: pa_vform.C compiled
                 $ENV: re 0, stateless classes  
           * src/types/pa_vfile.C: pa_vfile.C compiled
         * src/auto.p:  
         * src/include/pa_request.h:          * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
         * src/main/compile.C:            pa_vstateless_class.C: pa_vcookie.C compiled
         * src/main/execute.C:  
         * src/main/pa_request.C:          * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
         * src/test.p:            types/pa_vhash.h: pa_value.C compiled
         * src/types/pa_value.h:  
         * src/types/pa_vmframe.h:          * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                 fixed yesterdays bad decision on execute_static_method            classes.lib main.lib compiled
   
         * src/include/core.h:          * src/classes/void.C: void.C compiled
         * src/include/pa_common.h:  
         * src/include/pa_request.h:          * src/: classes/string.C, classes/table.C, include/pa_string.h,
         * src/main/core.C:            main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
         * src/main/execute.C:            compiled
         * src/main/main.dsp:  
         * src/main/pa_request.C:          * src/: classes/string.C, include/pa_request.h,
         * src/targets/cgi/parser3.C:            include/pa_string.h, main/pa_string.C: string.C compiled
         * src/targets/cgi/parser3.dsp:  
         * src/types/pa_vform.h:          * src/: classes/op.C, classes/string.C, classes/table.C,
                 started cgi target            classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
             main/pa_request.C, main/pa_string.C: op.C compiled
         * src/include/pa_request.h:  
         * src/test.p:          * src/classes/: math.C, op.C: math.C compiled
         * src/types/pa_venv.h:  
                 $ENV 0.1 stateless class          * src/: classes/mail.C, classes/string.C, classes/table.C,
             types/pa_vmail.h: mail.C compiled
         * src/auto.p:  
         * src/classes/_form.h:          * src/classes/: int.C, table.C: int.C compiled
         * src/classes/double.C:  
         * src/classes/env.C:          * src/: classes/hash.C, classes/image.C, classes/string.C,
         * src/classes/form.C:            classes/table.C, include/pa_memory.h, include/pa_string.h,
         * src/classes/int.C:            main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
         * src/classes/root.C:            compiled
         * src/classes/string.C:  
         * src/classes/table.C:          * src/: classes/hash.C, classes/string.C, classes/table.C,
         * src/classes/table.C:            classes/void.C, classes/xdoc.C, include/pa_request.h,
         * src/include/core.h:            include/pa_sql_connection.h: hash.C compiled
         * src/include/pa_request.h:  
         * src/include/pa_request.h:          * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
         * src/include/pa_types.h:            classes/date.C, classes/double.C, classes/file.C, classes/form.C,
         * src/main/core.C:            classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
         * src/main/execute.C:            classes/math.C, classes/op.C, classes/response.C,
         * src/main/pa_request.C:            classes/string.C, classes/table.C, classes/void.C,
         * src/main/pa_request.C:            classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
         * src/main/pa_request.C:            include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
         * src/operators.txt:            main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
         * src/operators.txt:            file.C table.C compiled
         * src/parser.dsw:  
         * src/targets/cgi/parser.dsp:          * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
         * src/targets/cgi/parser3.C:            main/untaint.C: main.lib compiled
         * src/targets/cgi/parser3.dsp:  
         * src/targets/cgi/parser3.dsp:  2003-03-21  paf
         * src/test.p:  
         * src/test.p:          * src/: classes/op.C, include/pa_cache_managers.h,
         * src/types/pa_vhash.h:            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                 z            include/pa_stylesheet_manager.h, main/pa_exception.C,
             main/pa_globals.C, main/pa_sql_driver_manager.C,
         * src/classes/root.C:            sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
         * src/classes/table.C:            compiled
         * src/include/pa_exception.h:  
         * src/include/pa_pool.h:          * src/: classes/hash.C, classes/image.C, classes/op.C,
         * src/main/pa_request.C:            classes/xdoc.C, classes/xnode.C, include/pa_common.h,
         * src/test.p:            include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                 restructure_exceptions_dead_end            main/compile.C, main/pa_common.C, main/pa_request.C,
             types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
         * src/classes/root.C:            pa_request.C compiled
         * src/main/compile.y:  
         * src/operators.txt:          * src/: classes/hash.C, classes/mail.C, classes/op.C,
         * src/test.p:            include/pa_request.h, main/execute.C, main/pa_request.C,
                 ^if required junctions. allowed ; inside {} to break params            types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
             types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
         * src/classes/_env.h:            types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
         * src/classes/env.C:            types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
         * src/classes/root.C:            compiled
         * src/include/core.h:  
         * src/include/pa_pool.h:          * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
         * src/include/pa_request.h:            main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
         * src/main/compile.C:            on unix
         * src/main/compile.y:  
         * src/main/core.C:          * src/: include/pa_charset.h, include/pa_charsets.h,
         * src/main/main.dsp:            include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
         * src/main/pa_common.C:            main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
         * src/main/pa_request.C:            pa_charsets.C compiled
         * src/test.p:  
         * src/types/pa_value.h:          * src/: classes/image.C, classes/mail.C, classes/op.C,
         * src/types/pa_venv.h:            include/pa_request.h, include/pa_string.h, main/compile.tab.C,
         * src/types/pa_vstateless_class.h:            main/compile.y, main/execute.C, main/pa_common.C,
                 started $form: [historical moment :)]            main/pa_request.C, types/pa_junction.h, types/pa_method.h,
             types/pa_vcode_frame.h, types/pa_vimage.h,
         * src/test.p:            types/pa_vmethod_frame.h: execute.C compiled
         * src/types/pa_venv.h:  
                 $ENV 1          * src/: classes/classes.C, classes/classes.h, classes/date.C,
             classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/classes/double.C:            classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
         * src/classes/int.C:            classes/op.C, classes/string.C, classes/table.C, classes/void.C,
         * src/classes/root.C:            classes/xdoc.C, classes/xnode.C, classes/xnode.h,
         * src/operators.txt:            include/pa_cache_managers.h, include/pa_charsets.h,
         * src/test.p:            include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
         * src/types/pa_vdouble.h:            include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
         * src/types/pa_vint.h:            include/pa_sql_driver_manager.h, include/pa_string.h,
                 Int,Double  dec mul div mod            include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
 2001-03-12  paf            main/compile.C, main/compile.tab.C, main/compile.y,
         * src/classes/_string.h:            main/compile_tools.C, main/compile_tools.h, main/execute.C,
         * src/classes/double.C:            main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
         * src/classes/int.C:            main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
         * src/classes/string.C:            main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
         * src/main/execute.C:            targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
         * src/test.p:            types/pa_junction.h, types/pa_method.h, types/pa_value.C,
         * src/types/pa_wcontext.h:            types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                 int doube string ^format            types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
             types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
         * src/classes/root.C:            types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
         * src/test.p:            types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
         * src/types/pa_vclass.h:            types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                 process temp main zeroing            types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
             types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
         * src/classes/root.C:            types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
         * src/classes/table.C:            types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
         * src/operators.txt:            types/pa_vresponse.h, types/pa_vstateless_class.C,
         * src/test.cfg:            types/pa_vstateless_class.h, types/pa_vstateless_object.h,
         * src/test.p:            types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
         * src/types/pa_vtable.h:            types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                 table ^offset ^line ^count            types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
             types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
         * src/classes/root.C:            types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
         * src/classes/table.C:            [C++ CORD wrapper]
         * src/operators.txt:  
         * src/test.p:          * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                 ^use  
           * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
         * src/main/execute.C:            $file::exec/cgi[script;    $.charset[this is script's charset]
         * src/test.p:  
         * src/types/pa_wcontext.h:            command line, env values, input got transcoded before call
                 constructing flag not 'bad' but not 'enough'            stdout, stderr got transcoded after call
   
         * src/test.p:          * src/classes/file.C: ^file::exec/cgi now does not pass post data
                 table: I really don't need cell origins, would kill them now            by default.  use: ^file::exec[...;$.stdin[$request.body]
   
         * src/b.p:          * src/main/pa_common.C: } typo bug fix
         * src/classes/root.C:  
         * src/classes/table.C:          * src/main/pa_common.C: } typo bug fix
         * src/include/pa_request.h:  
         * src/main/compile.y:  2003-03-20  paf
         * src/main/core.C:  
         * src/main/execute.C:          * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
         * src/operators.txt:            main/untaint.C: cord bug fix, but still errors todo: clear out
         * src/test.p:  
         * src/types/pa_vclass.h:          * src/include/pa_string.h: more tests
         * src/types/pa_wcontext.C:  
         * src/types/pa_wcontext.h:          * src/main/pa_string.C: string.pos fixed
         * src/types/pa_wwrapper.h:  
                 while. switched off wcontext.constructing after write(value) or          * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                 auto-vhash-constructing            ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
             pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
         * src/classes/table.C:            pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
         * src/operators.txt:            replaces
         * src/test.p:  
                 table ^empty          * src/: classes/image.C, include/pa_dictionary.h,
             include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
         * src/classes/root.C:            lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
         * src/operators.txt:            main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
         * src/test.p:            main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                 ^eval  
           * src/include/pa_string.h: warning
         * src/classes/root.C:  
         * src/classes/table.C:          * src/include/pa_string.h: this_starts fixed
         * src/include/pa_request.h:  
         * src/main/pa_request.C:          * src/: include/pa_string.h, main/pa_string.C: added: assertion on
         * src/operators.txt:            new String ctor & append params convention
         * src/test.p:  
                 fail_if_junction_ helper func          * src/: classes/file.C, classes/hash.C, classes/image.C,
             classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
         * src/classes/root.C:            classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
         * src/include/core.h:            include/pa_string.h, main/compile.tab.C, main/pa_common.C,
         * src/include/pa_array.h:            main/pa_exception.C, main/pa_exec.C,
         * src/include/pa_request.h:            main/pa_sql_driver_manager.C, main/pa_string.C,
         * src/include/pa_table.h:            main/pa_stylesheet_manager.C, main/untaint.C,
         * src/main/core.C:            targets/isapi/parser3isapi.C, types/pa_vimage.C,
         * src/main/main.dsp:            types/pa_vmail.C: more tests OK
         * src/main/pa_request.C:  
         * src/main/pa_table.C:          * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
         * src/operators.txt:            include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
         * src/test.p:            gc/exit runned OK
         * src/types/pa_value.h:  
         * src/types/pa_vclass.C:          * src/types/pa_vmail.C: another naming problem: should not name
         * src/types/pa_vclass.h:            vars like that: unpredictable close caused problems with later
         * src/types/pa_vdouble.h:            sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
         * src/types/pa_vint.h:            descriptors missing on startup: stdin; Bad file number
         * src/types/pa_vmframe.h:  
         * src/types/pa_vstring.h:            todo: find out why so many filters(stream) here. probably wrong?
                 freeze, ^table:create[] -1  
           * src/: include/pa_dictionary.h, include/pa_string.h,
         * src/classes/root.C:            main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
         * src/main/execute.C:            main/untaint.C: test compiled
         * src/test.p:  
         * src/types/pa_vclass.h:          * src/: classes/image.C, classes/mail.C, classes/math.C,
                 used get_method in couple places optimizing them            classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
             include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
         * src/types/pa_vtable.h:            lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                 table: no, better with string in cells...            lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
             lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
         * src/classes/double.C:            main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
         * src/classes/int.C:            main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
         * src/classes/root.C:            main/pa_string.C, main/untaint.C, types/pa_vfile.h,
         * src/classes/string.C:            types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
         * src/include/pa_common.h:  
         * src/include/pa_request.h:          * parser3.dsw, src/classes/file.C, src/classes/image.C,
         * src/include/pa_string.h:            src/classes/op.C, src/classes/string.C, src/classes/table.C,
         * src/include/pa_types.h:            src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
         * src/main/compile.C:            src/include/pa_memory.h, src/include/pa_request.h,
         * src/main/compile.y:            src/include/pa_request_charsets.h,
         * src/main/compile_tools.h:            src/include/pa_sql_connection.h, src/include/pa_string.h,
         * src/main/execute.C:            src/main/compile.tab.C, src/main/execute.C,
         * src/main/pa_common.C:            src/main/pa_charset.C, src/main/pa_common.C,
         * src/main/pa_request.C:            src/main/pa_exception.C, src/main/pa_exec.C,
         * src/operators.txt:            src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
         * src/test.p:            src/main/pa_stylesheet_manager.C, src/main/untaint.C,
         * src/types/pa_value.h:            src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
         * src/types/pa_vmframe.h:            src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                 process. actual names to store param and              src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                 check_actual_numbered_params for better place diagnostics            src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
             src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
         * src/classes/_table.h:            src/types/pa_vobject.C, src/types/pa_vresponse.C,
         * src/classes/root.C:            src/types/pa_vstatus.C, src/types/pa_vstring.C,
         * src/classes/root.C:            src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
         * src/classes/table.C:            src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
         * src/include/pa_array.h:            pa_common.C [done, without http for now]
         * src/include/pa_table.h:  
         * src/main/pa_table.C:  2003-03-19  paf
         * src/main/untaint.C:  
         * src/operators.txt:          * src/: classes/date.C, classes/form.C, classes/hash.C,
         * src/test.p:            classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
         * src/test.p:            classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
         * src/test.p:            include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
         * src/types/pa_value.h:            include/pa_string.h, include/pa_table.h, main/compile.C,
                 z            main/compile_tools.C, main/execute.C, main/pa_charset.C,
             main/pa_common.C, main/pa_exception.C, main/pa_request.C,
         * src/classes/root.C:            main/pa_socks.C, main/pa_string.C, main/pa_table.C,
         * src/classes/table.C:            main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
         * src/include/pa_common.h:            types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
         * src/include/pa_request.h:            types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
         * src/main/execute.C:            types/pa_vstateless_class.h, types/pa_vtable.C,
         * src/main/main.dsp:            types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
         * src/main/pa_common.C:            types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
         * src/main/pa_request.C:            types/pa_wwrapper.h: started test
         * src/operators.txt:  
         * src/test.p:          * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                 ^process error point by actual method_name, not source.            pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
                 ^load  
           * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
         * src/classes/table.C:            include/pa_string.h, main/pa_string.C: string compiled todo: test
         * src/include/pa_table.h:            it
         * src/test.cfg:  
         * src/test.p:          * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                 table ^menu            include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
             include/pa_exception.h, include/pa_string.h, include/pa_table.h,
         * src/classes/root.C:            lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
         * src/operators.txt:            main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
         * src/test.p:            types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                 ^round()        ^floor()        ^ceiling()      ^abs()  ^sign()            types/pa_vmethod_frame.h, types/types.dsp: string
             reimplementation with cord+array<fragment>: 70%
         * src/classes/double.C:  
         * src/classes/int.C:  2003-03-18  paf
         * src/classes/root.C:  
         * src/classes/string.C:          * src/: classes/date.C, classes/file.C, classes/form.C,
         * src/classes/table.C:            classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
         * src/main/core.C:            classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
         * src/main/execute.C:            classes/xnode.C, include/pa_hash.h, include/pa_string.h,
         * src/operators.txt:            main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
         * src/test.p:            can ignore lang in cmp and pos really,             but would
         * src/types/pa_vint.h:            split properly!
                 ^for  
           * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
         * src/classes/double.C:            cord part made parser/src/lib: it's not compiled into libgc by
         * src/classes/root.C:            default
         * src/classes/table.C:  
         * src/include/pa_common.h:          * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
         * src/include/pa_types.h:            src/classes/date.C, src/classes/double.C, src/classes/file.C,
         * src/main/compile.y:            src/classes/form.C, src/classes/hash.C, src/classes/image.C,
         * src/main/pa_common.C:            src/classes/int.C, src/classes/mail.C, src/classes/math.C,
         * src/main/pa_request.C:            src/classes/op.C, src/classes/response.C, src/classes/string.C,
         * src/main/untaint.C:            src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
         * src/operators.txt:            src/classes/xnode.C, src/classes/xnode.h,
         * src/test.p:            src/include/Makefile.am, src/include/pa_cache_managers.h,
         * src/types/pa_vdouble.h:            src/include/pa_charset.h, src/include/pa_charsets.h,
         * src/types/pa_vint.h:            src/include/pa_common.h, src/include/pa_dictionary.h,
         * src/types/pa_vtable.h:            src/include/pa_exception.h, src/include/pa_exec.h,
         * src/types/pa_wwrapper.h:            src/include/pa_globals.h, src/include/pa_hash.h,
                 think constructing flag as is  is bad            src/include/pa_memory.h, src/include/pa_pool.h,
             src/include/pa_request.h, src/include/pa_request_charsets.h,
         * src/classes/root.C:            src/include/pa_sapi.h, src/include/pa_sql_connection.h,
         * src/include/pa_common.h:            src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
         * src/include/pa_string.h:            src/include/pa_stylesheet_connection.h,
         * src/include/pa_table.h:            src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
         * src/main/core.C:            src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
         * src/main/execute.C:            src/main/compile.C, src/main/compile.tab.C,
         * src/main/pa_common.C:            src/main/compile_tools.C, src/main/compile_tools.h,
         * src/main/pa_request.C:            src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
         * src/main/pa_table.C:            src/main/pa_charsets.C, src/main/pa_common.C,
         * src/operators.txt:            src/main/pa_dictionary.C, src/main/pa_exception.C,
         * src/test.p:            src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
         * src/types/pa_value.h:            src/main/pa_pool.C, src/main/pa_request.C,
                 table:set 0            src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
             src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
         * src/test.p:            src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                 table:set 1            src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
             src/types/pa_junction.h, src/types/pa_method.h,
 2001-03-11  paf            src/types/pa_value.C, src/types/pa_value.h,
         * src/classes/double.C:            src/types/pa_vclass.C, src/types/pa_vclass.h,
         * src/classes/int.C:            src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
         * src/classes/root.C:            src/types/pa_vcookie.h, src/types/pa_vdate.h,
         * src/include/pa_request.h:            src/types/pa_vdouble.h, src/types/pa_venv.h,
         * src/main/execute.C:            src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
         * src/test.p:            src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                 intercept_string            src/types/pa_vimage.C, src/types/pa_vimage.h,
             src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
         * src/classes/double.C:            src/types/pa_vmath.C, src/types/pa_vmath.h,
         * src/classes/int.C:            src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
         * src/include/pa_request.h:            src/types/pa_vobject.C, src/types/pa_vobject.h,
         * src/test.p:            src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                 ^inc-s(expr)            src/types/pa_vresponse.C, src/types/pa_vresponse.h,
             src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
         * src/include/pa_valiased.h:            src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
         * src/include/pa_value.h:            src/types/pa_vstatus.h, src/types/pa_vstring.C,
         * src/include/pa_vbool.h:            src/types/pa_vstring.h, src/types/pa_vtable.C,
         * src/include/pa_vcframe.h:            src/types/pa_vtable.h, src/types/pa_vvoid.h,
         * src/include/pa_vclass.h:            src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
         * src/include/pa_vdouble.h:            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/include/pa_vhash.h:            src/types/pa_wcontext.C, src/types/pa_wcontext.h,
         * src/include/pa_vint.h:            src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
         * src/include/pa_vjunction.h:            gc: PA_Object done lots of replacements also
         * src/include/pa_vmframe.h:  
         * src/include/pa_vobject.h:          * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
         * src/include/pa_vstring.h:            gc logging
         * src/include/pa_vunknown.h:  
         * src/include/pa_wcontext.h:  2003-03-17  paf
         * src/include/pa_wwrapper.h:  
         * src/main/compile.y:          * src/classes/date.C, src/classes/file.C, src/classes/form.C,
         * src/main/core.C:            src/classes/image.C, src/classes/mail.C, src/classes/op.C,
         * src/main/main.dsp:            src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
         * src/main/pa_cframe.C:            src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
         * src/main/pa_request.C:            src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
         * src/main/pa_value.C:            src/include/pa_types.h, src/main/compile.C,
         * src/main/pa_vclass.C:            src/main/compile.tab.C, src/main/execute.C,
         * src/main/pa_wcontext.C:            src/main/pa_charset.C, src/main/pa_common.C,
         * src/types/pa_valiased.h:            src/main/pa_exception.C, src/main/pa_exec.C,
         * src/types/pa_value.h:            src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
         * src/types/pa_vbool.h:            src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
         * src/types/pa_vcframe.h:            src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
         * src/types/pa_vclass.C:            src/main/untaint.C, src/targets/cgi/pa_pool.C,
         * src/types/pa_vclass.h:            src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
         * src/types/pa_vdouble.h:            src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
         * src/types/pa_vhash.h:            src/types/pa_vdouble.h, src/types/pa_vfile.C,
         * src/types/pa_vint.h:            src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
         * src/types/pa_vjunction.h:            src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
         * src/types/pa_vmframe.h:            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/types/pa_vobject.h:            www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
         * src/types/pa_vstring.h:  
         * src/types/pa_vunknown.h:  2003-03-13  paf
         * src/types/pa_wcontext.C:  
         * src/types/pa_wcontext.h:          * src/: include/pa_sql_driver_manager.h,
         * src/types/pa_wwrapper.h:            main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                 splitted types from include/            called
   
         * src/main/main.dsp:          * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
         * src/test.p:            src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
         * src/types/pa_value.h:            src/main/pa_request.C, src/targets/cgi/parser3.C,
         * src/types/pa_vdouble.h:            src/types/pa_value.C, src/types/pa_value.h,
         * src/types/pa_vint.h:            src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
         * src/types/pa_vobject.h:            src/types/pa_vstatus.C, src/types/types.dsp,
         * src/types/pa_vstring.h:            www/htdocs/.htaccess: set_base, set_derived simplified [counter
                 VString VDouble VInt base now VObject_base - without fields            leaks fixed]
   
         * src/b.p:          * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
         * src/include/core.h:            src/types/types.dsp: incorporated status class patch From:
         * src/include/pa_request.h:            "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
         * src/main/core.C:            2003 8:14 AM
         * src/main/main.dsp:  
         * src/main/pa_request.C:            now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                 renamed AUTO: to MAIN:            Win32 specific: QuotaPeakNonPagedPoolUsage
             QuotaPeakPagedPoolUsage PeakPagefileUsage]
         * src/auto.p:  
         * src/classes/double.C:  2003-03-12  paf
         * src/classes/int.C:  
         * src/classes/root.C:          * configure, configure.in, src/lib/ltdl/configure,
         * src/classes/string.C:            src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
         * src/include/core.h:            lib/ltdl/Makefile now created by /configure.in only [were by
         * src/include/pa_hash.h:            lib/ltdl/configure.in OVERWRITE]
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
         * src/include/pa_string.h:            linkage fixed for g++ 3.2.2
         * src/main/compile.C:  
         * src/main/core.C:          * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
         * src/main/pa_request.C:            on using privately declared class [fixed]
         * src/operators.txt:  
         * src/test.p:          * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                 ^untaint 0            3.2 rightliy complained on using privately declared class [fixed]
   
         * src/auto.p:          * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
         * src/classes/root.C:            sigpipe before request constructor now causes death
         * src/main/execute.C:  
         * src/main/main.dsp:          * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
         * src/test.p:            targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                 setname for method-junctions bug fixed            not cause exception in exception handler
   
         * src/types/pa_vdouble.h:          * configure, configure.in, src/targets/cgi/Makefile.am: configure
         * src/types/pa_vint.h:            now default links libstdc++ statically.  that can be overriden by
         * src/types/pa_vobject.h:            --with-dynamic-stdcpp
         * src/types/pa_vstateless_object.h:  
         * src/types/pa_vstring.h:  2003-03-11  paf
                 stateless_object  
           * src/main/compile.tab.C, src/main/compile.y,
         * src/classes/root.C:            src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
         * src/include/core.h:            src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
         * src/main/core.C:            necessity of libstdc++
         * src/main/pa_request.C:  
         * src/operators.txt:          * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
         * src/test.p:  
         * src/test.p:          * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
         * src/types/pa_vhash.h:  
                 z  2003-03-08  paf
   
         * src/classes/_double.h:          * tests/Makefile: make install & co
         * src/classes/_env.h:  
         * src/classes/_int.h:          * src/: include/pa_request.h, classes/op.C: removing
         * src/classes/_root.h:            vclass,object.h -> pa_request.h dependency
         * src/classes/_string.h:  
         * src/classes/double.C:          * src/: classes/mail.C, classes/response.C, include/pa_request.h,
         * src/classes/env.C:            main/pa_request.C: removing vform,response,cookie.h ->
         * src/classes/int.C:            pa_request.h dependency
         * src/classes/root.C:  
         * src/classes/string.C:          * src/include/pa_request.h: removing vmail.h -> pa_request.h
         * src/include/code.h:            dependency [testing...]
         * src/include/core.h:  
         * src/include/pa_array.h:          * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
         * src/include/pa_common.h:            return 0; fixed
         * src/include/pa_exception.h:  
         * src/include/pa_hash.h:          * src/: include/pa_config_fixed.h, types/pa_vmail.C,
         * src/include/pa_pool.h:            types/pa_vmail.h: vmail.C received just compiled [not tested]
         * src/include/pa_request.h:  
         * src/include/pa_stack.h:          * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
         * src/include/pa_string.h:  
         * src/include/pa_table.h:          * src/main/pa_request.C: forgotten: ifdef XML
         * src/include/pa_threads.h:  
         * src/include/pa_types.h:          * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
         * src/main/compile.C:  
         * src/main/compile.y:          * src/targets/cgi/parser3.C: todo: move to latest xml version on
         * src/main/compile_tools.C:            win32 and run memleak tests again
         * src/main/compile_tools.h:  
         * src/main/core.C:          * src/targets/cgi/parser3.C: charsets: see some strange things with
         * src/main/execute.C:            old xml lib-- it's internal memory handling has faults
         * src/main/pa_array.C:  
         * src/main/pa_common.C:          * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
         * src/main/pa_exception.C:            problems when transcode from charset A to A.
         * src/main/pa_hash.C:  
         * src/main/pa_pool.C:          * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
         * src/main/pa_request.C:            todo: still problems when transcode from charset A to A.
         * src/main/pa_string.C:  
         * src/main/pa_table.C:          * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
         * src/types/pa_valiased.h:            src/classes/table.C, src/include/pa_array.h,
         * src/types/pa_value.h:            src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
         * src/types/pa_vbool.h:            src/types/pa_vmail.h, www/htdocs/.htaccess,
         * src/types/pa_vcframe.h:            www/htdocs/index.html: started full-scale-site-test [~
         * src/types/pa_vclass.C:            http://parser.ru sources]
         * src/types/pa_vclass.h:  
         * src/types/pa_vdouble.h:            some fixes
         * src/types/pa_vhash.h:  
         * src/types/pa_vint.h:          * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
         * src/types/pa_vjunction.h:            111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
         * src/types/pa_vmframe.h:            117.html, 118.html, 119.html, 120.html, results/109.processed,
         * src/types/pa_vobject.h:            results/110.processed, results/111.processed,
         * src/types/pa_vstring.h:            results/112.processed, results/113.processed,
         * src/types/pa_vunknown.h:            results/114.processed, results/115.processed,
         * src/types/pa_wcontext.C:            results/116.processed, results/117.processed,
         * src/types/pa_wcontext.h:            results/118.processed, results/119.processed,
         * src/types/pa_wwrapper.h:            results/120.processed: xml: tests 109 dom create/show 110 xpath
                 headers updated            selectSingle 111 xdoc.create from tainted & 112
             xdoc.create/output with russian attr value 113 xpath
         * src/classes/double.C:            selectString/Number 114 dom attributes.count 115 xpath selectBool
         * src/classes/int.C:            116 output media-type change 117 transform by dom stylesheet 118
         * src/classes/root.C:            empty transform result 119 dom setAttribute 120 nbsp letter
         * src/types/pa_vclass.C:            output
         * src/types/pa_vclass.h:  
                 add_native_method helper            =END OF PREPARED XML TESTS=
   
 2001-03-10  paf  2003-03-07  paf
         * src/include/core.h:  
         * src/include/pa_request.h:          * src/classes/xdoc.C, src/include/pa_charset.h,
         * src/main/compile.y:            src/include/pa_stylesheet_connection.h, tests/108.html,
         * src/main/core.C:            tests/108.xsl, tests/results/108.processed: xml: test 108
         * src/main/pa_request.C:            transform with params [bugs fixed]
                 names to core.C  
           * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
         * src/classes/_env.h:            from copy/paste bug
         * src/classes/env.C:  
         * src/classes/root.C:          * src/classes/xdoc.C, src/include/pa_charset.h,
         * src/include/pa_request.h:            src/include/pa_request.h, src/main/execute.C,
         * src/include/pa_vclass.h:            src/main/pa_charset.C, src/main/pa_exception.C,
         * src/main/core.C:            src/main/pa_globals.C, src/main/pa_request.C,
         * src/main/main.dsp:            src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                 env0            src/types/pa_vxnode.C, tests/107.html,
             tests/results/107.processed: xml: test: 107 bug fixes
         * src/b.p:  
         * src/include/code.h:          * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
         * src/include/pa_request.h:            types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
         * src/include/pa_vint.h:            types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
         * src/include/pa_vjunction.h:  
         * src/include/pa_vstring.h:          * tests/: 106.html, results/106.processed: test: 106 xdoc create,
         * src/main/compile.y:            string
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * src/include/pa_charset.h, src/main/pa_charset.C,
         * src/main/execute.C:            www/htdocs/.htaccess: xml: charset two mem alloc functions used
         * src/test.p:            for different cases [libxml, libxsl]
                 optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE  
           * src/classes/classes.C: fixed: prevent system classes from
         * src/include/core.h:            modification to lock ALL the classes, not only directly used
         * src/include/pa_array.h:  
         * src/include/pa_hash.h:          * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
         * src/include/pa_request.h:            linked
         * src/include/pa_value.h:  
         * src/include/pa_vcframe.h:          * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
         * src/include/pa_vdouble.h:  
         * src/include/pa_vint.h:  2003-03-06  paf
         * src/include/pa_vstring.h:  
         * src/include/pa_vunknown.h:          * src/classes/xdoc.C: xdoc.C 50%
         * src/include/pa_wcontext.h:  
         * src/main/compile.y:          * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
         * src/main/compile_tools.C:            include/pa_memory.h, include/pa_request.h, include/pa_string.h,
         * src/main/compile_tools.h:            main/pa_globals.C, main/pa_request.C,
         * src/main/core.C:            main/pa_stylesheet_manager.C: xnode.C compiled
         * src/main/execute.C:  
         * src/main/main.dsp:          * src/: include/pa_stylesheet_connection.h,
         * src/main/pa_cframe.C:            include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
         * src/main/pa_request.C:            main/pa_stylesheet_manager.C: xml: stylesheet&manager done
         * src/main/pa_wcontext.C:  
                 const fight finished          * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
         * src/auto.p:            xml: stylesheet&manager STARTED
         * src/include/core.h:  
         * src/include/pa_request.h:          * src/: include/pa_globals.h, main/pa_charset.C,
         * src/main/core.C:            main/pa_exception.C, main/pa_globals.C: xml: exceptions
         * src/main/pa_request.C:  
         * src/test.p:          * src/: include/pa_charset.h, include/pa_config_fixed.h,
                 run+auto=run            include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
             main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
         * src/include/pa_request.h:            types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
         * src/main/execute.C:            charsets
         * src/main/pa_request.C:  
         * src/operators.txt:          * tests/023.html: in some cases it rounded up badly. postponing
         * src/test.p:            solution of that problem, making more simple test
                 @auto[] realised. auto.p scan togo  
           * tests/: 058_paf2000.png, results/058.processed: .png added with
         * src/classes/double.C:            -kb now
         * src/classes/int.C:  
         * src/classes/root.C:          * src/include/pa_charset.h, src/include/pa_charsets.h,
         * src/classes/string.C:            src/main/pa_charset.C, src/main/pa_charsets.C,
         * src/include/pa_request.h:            www/htdocs/.htaccess: charset_utf8 declaration moved to
         * src/include/pa_string.h:            charsets.C
         * src/include/pa_wcontext.h:  
         * src/main/compile.y:  2003-03-05  paf
         * src/main/execute.C:  
         * src/main/pa_string.C:          * src/classes/string.C, src/include/pa_string.h,
         * src/main/pa_wcontext.C:            src/main/pa_string.C, tests/105.html,
         * src/test.p:            tests/results/105.processed: String::match bug fixed
                 tainting 0  
           * src/classes/op.C, src/main/main.dsp, tests/104.html,
         * src/classes/_double.h:            tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
         * src/classes/_int.h:            added [does int3 in debug build on win32]
         * src/classes/_root.h:  
         * src/classes/_string.h:          * tests/: 057.html, results/057.processed: test bug fixed
         * src/classes/double.C:  
         * src/classes/int.C:          * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
         * src/classes/root.C:            global.xsl, index.html, mailreceive.eml, mailreceive.html,
         * src/classes/string.C:            operators.p, parser-status.html, people.dtd, some.p: removed old
         * src/include/pa_request.h:            tests
         * src/include/pa_string.h:  
         * src/include/pa_types.h:          * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
         * src/include/pa_vcframe.h:  
         * src/include/pa_wcontext.h:          * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
         * src/main/core.C:            missing
         * src/main/main.dsp:  
         * src/main/pa_cframe.C:          * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
         * src/main/pa_string.C:            forgotten files added to Makes
         * src/main/pa_vclass.C:  
         * src/main/pa_wcontext.C:          * ltmain.sh: ltmain.sh added
         * src/operators.txt:  
                 ^lang prepare0          * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
             change undone ;(
         * src/auto.p:  
         * src/include/pa_request.h:          * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
         * src/main/compile.C:            made static
         * src/main/compile.y:  
         * src/main/pa_request.C:          * src/: classes/math.C, classes/op.C, classes/string.C,
         * src/test.p:            main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                 auto tree0            todo:make linker happy
   
         * src/operators.txt:          * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                 auto.p idea            env param made optional
   
         * src/classes/env.C:  2003-03-04  paf
                 env:file/line  
           * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
         * src/include/pa_vclass.h:            types/pa_vimage.h: number of gcc compiler bugs fixed
         * src/test.p:  
                 const fight to go          * tests/: 103.html, 103mark.gif, 103paf2001.gif,
             results/103.processed: tests: 103 image.copy transparence test
         * src/auto.p:  
         * src/include/core.h:          * src/main/execute.C, tests/101.html, tests/102.html,
         * src/include/pa_common.h:            tests/results/101.processed, tests/results/102.processed: tests:
         * src/include/pa_pool.h:            101 method/variable name conflict test 102 form fields change
         * src/include/pa_request.h:            should not not change anything [bug fix]
         * src/main/core.C:  
         * src/main/execute.C:          * tests/: 057.html, 099.html, 100.html, results/057.processed,
         * src/main/pa_common.C:            results/099.processed, results/100.processed: tests: 57 date
         * src/main/pa_request.C:            create 2002: added 99,100 response:body/download
         * src/test.p:  
                 root auto.p loaded          * src/classes/image.C, tests/098.html, tests/098font.gif,
             tests/results/098.processed: test: 98 image font text [bug fixed]
         * src/include/pa_request.h:  
         * src/main/execute.C:          * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
         * src/test.p:            tests/results/097.processed: test: 97 file::load http://  [bugs
                 autocalc code-junctions result now have names            fixed]
   
         * src/auto.p:          * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
         * src/classes/root.C:            src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
         * src/include/pa_request.h:            tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
         * src/test.p:            image EXIF  [bug fixed]
                 minor if junction bug  
           * src/classes/table.C, src/main/execute.C, tests/061.dat,
         * src/auto.p:            tests/061.html, tests/062.html, tests/063.html, tests/064.html,
         * src/main/pa_request.C:            tests/065.html, tests/066.html, tests/067.html, tests/068.html,
         * src/test.p:            tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                 auto..            tests/073.html, tests/074.html, tests/075.html, tests/076.html,
             tests/077.html, tests/078.html, tests/080.html, tests/081.html,
         * src/classes/_double.h:            tests/082.html, tests/083.html, tests/084.html, tests/085.html,
         * src/classes/_env.h:            tests/086.html, tests/087.html, tests/088.html, tests/089.html,
         * src/classes/_int.h:            tests/090.html, tests/091.html, tests/092.html, tests/093.html,
         * src/classes/_root.h:            tests/094.html, tests/095.html, tests/results/061.processed,
         * src/classes/_string.h:            tests/results/062.processed, tests/results/063.processed,
         * src/classes/double.C:            tests/results/064.processed, tests/results/065.processed,
         * src/classes/env.C:            tests/results/066.processed, tests/results/067.processed,
         * src/classes/int.C:            tests/results/068.processed, tests/results/069.processed,
         * src/classes/root.C:            tests/results/070.processed, tests/results/071.processed,
         * src/classes/string.C:            tests/results/072.processed, tests/results/073.processed,
         * src/include/code.h:            tests/results/074.processed, tests/results/075.processed,
         * src/include/core.h:            tests/results/076.processed, tests/results/077.processed,
         * src/include/pa_array.h:            tests/results/078.processed, tests/results/080.processed,
         * src/include/pa_common.h:            tests/results/081.processed, tests/results/082.processed,
         * src/include/pa_exception.h:            tests/results/083.processed, tests/results/084.processed,
         * src/include/pa_hash.h:            tests/results/085.processed, tests/results/086.processed,
         * src/include/pa_pool.h:            tests/results/087.processed, tests/results/088.processed,
         * src/include/pa_request.h:            tests/results/089.processed, tests/results/090.processed,
         * src/include/pa_stack.h:            tests/results/091.processed, tests/results/092.processed,
         * src/include/pa_string.h:            tests/results/093.processed, tests/results/094.processed,
         * src/include/pa_table.h:            tests/results/095.processed, tests/079.html,
         * src/include/pa_threads.h:            tests/results/079.processed: tests: 61 file::stat size 62
         * src/include/pa_types.h:            string->int autoconvert 63 double .int,dec,div,mul 64 date
         * src/include/pa_valiased.h:            compare 65 file: basename,justname,justext 66 math:crypt 67
         * src/include/pa_value.h:            string.match simple on long 68 string.match normalized simple on
         * src/include/pa_vbool.h:            long 69 string.int 70 file::stat content-type 71 table.join 72
         * src/include/pa_vcframe.h:            hash parameter conditional pass 73 date daylightsaving,yearday 74
         * src/include/pa_vclass.h:            date arithmetics 75 response date values/attributes 76 string.pos
         * src/include/pa_vdouble.h:            of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
         * src/include/pa_vhash.h:            with local 80 scientific numeric literal in string autoconvert 81
         * src/include/pa_vint.h:            xor: logical and numerical 82 for delims 83 menu delims 84
         * src/include/pa_vjunction.h:            table.hash distinct 85 long string  replace 86 throw+catch
         * src/include/pa_vmframe.h:            current language preserve 87 bit shifts 88 junction tests +
         * src/include/pa_vobject.h:            $caller test 89 hash.foreach selfmodification 90 int/void to int
         * src/include/pa_vstring.h:            91 $caller test 92 junction is + def junction tests 93 $caller
         * src/include/pa_vunknown.h:            test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
         * src/include/pa_wcontext.h:  
         * src/include/pa_wwrapper.h:          * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
         * src/main/compile.C:            fixed] 60 string eq string [bug fixed]
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
         * src/main/compile_tools.h:            058.html, 058_paf2000.png, 059.html, 060.html,
         * src/main/core.C:            results/053.processed, results/054.processed,
         * src/main/execute.C:            results/055.processed, results/056.processed,
         * src/main/pa_array.C:            results/057.processed, results/058.processed,
         * src/main/pa_cframe.C:            results/059.processed, results/060.processed: test: 53
         * src/main/pa_common.C:            string.replace 54 junctions 55 table.hash 56 call indirect 57
         * src/main/pa_exception.C:            date.create[string] 58 image.measure[png]
         * src/main/pa_hash.C:  
         * src/main/pa_pool.C:          * tests/: 052.html, outputs/049.processed, outputs/050.processed,
         * src/main/pa_request.C:            outputs/051.processed, results/052.processed: test: 52
         * src/main/pa_string.C:            pre/match/post test: passed AS-IT-WERE, but wrong :) separate
         * src/main/pa_table.C:            task: fix that
         * src/main/pa_value.C:  
         * src/main/pa_vclass.C:  2003-03-03  paf
         * src/main/pa_wcontext.C:  
                 sources header          * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
             048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
         * src/operators.txt:            parser-cygwin.sh, parser-unix.sh, run_parser.sh,
         * src/tainted.txt:            outputs/049.processed, outputs/050.processed,
         * src/test.p:            outputs/051.processed, results/001.processed,
                 tainting thoghs. ^raw to die. linking lang=html to no space optimization            results/002.processed, results/003.processed,
             results/005.processed, results/006.processed,
 2001-03-09  paf            results/008.processed, results/009.processed,
         * src/operators.txt:            results/011.processed, results/012.processed,
         * src/test.p:            results/013.processed, results/014.processed,
                 ^string.int[] ^string.double[]            results/015.processed, results/016.processed,
             results/017.processed, results/020.processed,
         * src/classes/root.C:            results/021.processed, results/022.processed,
         * src/include/pa_request.h:            results/024.processed, results/025.processed,
         * src/main/execute.C:            results/026.processed, results/027.processed,
         * src/test.p:            results/028.processed, results/029.processed,
                 ^string.length[]            results/030.processed, results/031.processed,
             results/049.processed, results/050.processed,
         * src/classes/root.C:            results/051.processed, results/043.processed,
         * src/include/pa_request.h:            results/044.processed, results/045.processed,
         * src/include/pa_vclass.h:            results/046.processed, results/047.processed,
         * src/include/pa_vhash.h:            results/048.processed: tests: 43,44,45 date rolls 46
         * src/include/pa_vmframe.h:            autoevaluating junction 47 table.select 48 name with subvar 49
         * src/include/pa_vobject.h:            hash-creating switch 50 process 51 started parent/child, works as
         * src/include/pa_vstring.h:            it were but it were NOT GOOD, created separate task  to fix that
         * src/include/pa_wcontext.h:  
         * src/main/compile.y:          * tests/: 042.html, results/042.processed: test: 42
         * src/main/core.C:            exception.handled
         * src/main/execute.C:  
         * src/main/main.dsp:          * tests/: 041.html, results/041.processed: test: 41 table.locate by
         * src/operators.txt:            expression
         * src/test.p:  
                 .          * tests/: 040.html, results/040.processed: test: 39 method result
             of type table 40 method param junction auto evaluate
         * src/include/pa_vmframe.h:  
         * src/main/compile.C:          * tests/: 039.html, results/039.processed: test: 37 method result
         * src/main/execute.C:            of type table
         * src/test.p:  
                 expr construct proper naming          * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
             tests/034.html, tests/035.html, tests/036.html, tests/037.html,
         * src/classes/_double.h:            tests/038.html, tests/results/033.processed,
         * src/classes/_int.h:            tests/results/034.processed, tests/results/035.processed,
         * src/classes/_string.h:            tests/results/036.processed, tests/results/037.processed,
         * src/classes/double.C:            tests/results/038.processed: tests: 33 string.replace 34
         * src/classes/int.C:            string.upper 35 table created 36 local/global vars with juntions
         * src/classes/root.C:            37 table clone 38 math PI & number formatting
         * src/classes/string.C:  
         * src/include/code.h:            math class registring typo fixed
         * src/include/pa_value.h:  
         * src/include/pa_vbool.h:          * src/classes/op.C, src/include/pa_request.h,
         * src/include/pa_vdouble.h:            src/include/pa_string.h, src/main/execute.C,
         * src/include/pa_vint.h:            src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
         * src/include/pa_vmframe.h:            src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
         * src/include/pa_vobject.h:            tests/032.html, tests/results/032.processed: uchar changed to
         * src/include/pa_vstring.h:            String_UL in all places [was not everywhere] untaint test: 032
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
         * src/main/core.C:            tests/results/004.processed, www/htdocs/.htaccess,
         * src/main/execute.C:            tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
         * src/main/main.dsp:            line key, now testing using .sh file with SERVER_SOFTWARE=xxx
         * src/operators.txt:  
         * src/test.p:  2003-02-26  paf
                 Int and Double classes with ^int[] and ^double[]. fixed expr type  
           * src/main/execute.C, src/types/pa_vstateless_class.h,
 2001-03-08  paf            tests/024.html, tests/025.html, tests/026.html, tests/027.html,
         * src/include/pa_request.h:            tests/028.html, tests/029.html, tests/030.html, tests/031.html,
         * src/include/pa_value.h:            tests/results/024.processed, tests/results/025.processed,
         * src/include/pa_vcframe.h:            tests/results/026.processed, tests/results/027.processed,
         * src/include/pa_vmframe.h:            tests/results/028.processed, tests/results/029.processed,
         * src/include/pa_wcontext.h:            tests/results/030.processed, tests/results/031.processed: fixed
         * src/main/compile.C:            bug with name_cstr mutable CharPtr more tests
         * src/main/compile.y:  
         * src/main/core.C:          * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
         * src/main/execute.C:            targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
         * src/main/pa_cframe.C:            << abort.  die now just exits
         * src/main/pa_wcontext.C:  
                 'if' just compiled          * src/classes/classes.awk, src/classes/classes.h,
             src/classes/date.C, src/classes/double.C, src/classes/file.C,
         * src/main/pa_vclass.C:            src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                 that were ok... [vclass were out of vcs]            src/classes/int.C, src/classes/mail.C, src/classes/math.C,
             src/classes/op.C, src/classes/response.C, src/classes/string.C,
         * src/include/pa_value.h:            src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
         * src/include/pa_vmframe.h:            src/classes/xnode.C, src/include/pa_memory.h,
         * src/main/compile.y:            src/include/pa_sapi.h, src/targets/cgi/parser3.C,
         * src/main/core.C:            src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
         * src/main/execute.C:            src/types/pa_vform.C, tests/015.html, tests/016.html,
         * src/main/main.dsp:            tests/017.html, tests/018.html, tests/019.html,
                 z. detected probs with parameter names  in operator methods            tests/019paf2001.gif, tests/020.html, tests/021.html,
             tests/022.html, tests/023.html, tests/022_dir/a.html,
         * src/include/pa_vclass.h:            tests/022_dir/b.txt, tests/022_dir/c.htm,
         * src/include/pa_vstring.h:            tests/results/015.processed, tests/results/016.processed,
         * src/include/pa_wcontext.h:            tests/results/017.processed, tests/results/018.processed,
         * src/main/compile.y:            tests/results/019.processed, tests/results/020.processed,
         * src/main/core.C:            tests/results/021.processed, tests/results/022.processed,
         * src/main/execute.C:            tests/results/023.processed: methoded_array now contains all Mxxx
         * src/main/main.dsp:            classes SAPI::get_env now returns info on pool more tests
         * src/test.p:  
                 dead end: vstring can't be derivated from vobject          * src/include/pa_array.h, src/include/pa_hash.h,
             src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
         * src/include/pa_request.h:            tests/002.html, tests/003.html, tests/004.html, tests/005.html,
         * src/main/compile.C:            tests/006.html, tests/007.html, tests/008.html, tests/009.html,
         * src/main/compile.y:            tests/010.html, tests/011.html, tests/012.html, tests/013.html,
         * src/main/core.C:            tests/014.html, tests/Makefile, tests/outputs/create-dir,
         * src/main/main.dsp:            tests/results/001.processed, tests/results/002.processed,
         * src/test.p:            tests/results/003.processed, tests/results/004.processed,
                 introducing ROOT_CLASS.            tests/results/005.processed, tests/results/006.processed,
                 it's default @BASE.            tests/results/007.processed, tests/results/008.processed,
                 changed 'RUN' assignment mech            tests/results/009.processed, tests/results/010.processed,
             tests/results/011.processed, tests/results/012.processed,
         * src/main/execute.C:            tests/results/013.processed, tests/results/014.processed: hash
                 root root in code-junction            cloning fixed
   
         * src/include/pa_bool.h:  2003-02-25  paf
         * src/include/pa_double.h:  
         * src/include/pa_value.h:          * src/main/pa_common.C: typo fixed
         * src/include/pa_vbool.h:  
         * src/include/pa_vclass.h:  2003-02-24  paf
         * src/include/pa_vdouble.h:  
         * src/include/pa_vhash.h:          * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
         * src/include/pa_vjunction.h:            [one remained]
         * src/include/pa_vmframe.h:  
         * src/include/pa_vobject.h:          * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
         * src/include/pa_vstring.h:            [should have been get_string(&pool)] todo: check other such calls
         * src/include/pa_vunknown.h:  
         * src/main/compile.y:          * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
         * src/main/compile_tools.C:            test10, bad lookups
         * src/main/execute.C:  
                 withoud cloning. didn't need it actually, params got passed            xxx* xxx=smartptr.get(); << is bad style, after ";" original
                 from out unnamed ewpool            object got destructed, and xxx points to sky
   
         * src/include/code.h:          * ChangeLog, src/classes/string.C: match bug fixed
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/types/pa_vmail.C: body [text/html] transcoded to
         * src/main/compile_tools.h:            $.charset[specified] now
         * src/main/execute.C:  
         * src/operators.txt:          * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
         * src/test.p:            which failed to handle sigsetjmp+throw: crashed inside of
                 made class: dynamic, not static. so to enable runtime ^use            pre-throw code.  rewritten simplier [though duplicating
             closesocket code]
         * src/asm.txt:  
         * src/include/code.h:          * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
         * src/main/compile.y:            which failed to handle sigsetjmp+throw: crashed inside of
         * src/main/compile_tools.C:            pre-throw code.  rewritten simplier [though duplicating
         * src/main/execute.C:            closesocket code]
                 joined 2 into one OP_CODE__STORE_PARAM  
   2003-02-21  paf
         * src/b.p:  
         * src/form.txt:          * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
         * src/n.p:            $cookie:name[$.expires[date << can be now]]
                 call1  
             written makefile with regression tests [raw]
         * src/main/execute.C:  
         * src/test.p:          * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                 fixed problems calling operators in constructors            tests' only [it's not forcing CGI mode now] now use -H to output
             CGI header when parser used in command line [useful for tests
         * src/classes/root.C:            also]
         * src/include/pa_request.h:  
         * src/include/pa_value.h:          * src/targets/cgi/parser3.C: MAKE_TEST environment variable
         * src/include/pa_vbool.h:            switches on CGI mode, and is used in regression tests
         * src/include/pa_wwrapper.h:  
         * src/main/execute.C:          * src/: include/pa_request.h, main/pa_request.C,
         * src/operators.txt:            targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                 ^if 0            fixed
   
         * src/main/pa_vclass.C:          * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                 wow! vclass were out of vcs            handling pa_*
   
         * src/classes/root.C:          * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
         * src/include/pa_stack.h:            include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
         * src/main/execute.C:            main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
         * src/test.p:            memory handling files
                 detected problems calling operators in constructors  
           * src/main/pa_array.C: pool::format_integer terminator fixed
         * src/main/compile.y:  
                 minor renamings in .y          * src/main/execute.C, src/targets/cgi/parser3.C,
             www/htdocs/autoptr.html: release mode now compiles OK test to
         * src/include/pa_vdouble.h:            show benefits of free
         * src/include/pa_vhash.h:  
         * src/include/pa_vjunction.h:          * src/: classes/file.C, classes/image.C, classes/mail.C,
         * src/include/pa_vobject.h:            classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
         * src/include/pa_vunknown.h:            main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
         * src/main/compile.y:            types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
         * src/test.p:            use pool [as the one in ^process]
                 cloning dead end  
           * src/classes/op.C: fixed process.  sould now check for all cstr's
         * src/include/pa_vmframe.h:            -- some must use pool [as the one in ^process]
         * src/test.p:  
                 fixed forgotten method_frame my check  2003-02-20  paf
   
         * src/classes/root.C:          * src/classes/date.C, src/classes/double.C, src/classes/file.C,
         * src/test.p:            src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                 added root.c            src/classes/mail.C, src/classes/math.C, src/classes/op.C,
             src/classes/response.C, src/classes/string.C,
         * src/include/pa_vbool.h:            src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
         * src/include/pa_vclass.h:            src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
         * src/include/pa_vdouble.h:            src/types/pa_value.C, src/types/pa_vmethod_frame.h,
         * src/include/pa_vhash.h:            www/htdocs/autoptr.html: string cmp fixed
         * src/include/pa_vjunction.h:  
         * src/include/pa_vmframe.h:          * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
         * src/include/pa_vobject.h:            values passed OK now
         * src/include/pa_vstring.h:  
         * src/include/pa_vstring.h:  2003-02-19  paf
         * src/include/pa_wcontext.h:  
         * src/main/execute.C:          * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
         * src/main/execute.C:            main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
         * src/main/execute.C:            main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
         * src/main/main.dsp:            targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
         * src/main/pa_wcontext.C:            types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
         * src/main/pa_wcontext.C:            all remaning leaks resulted from pooled::malloc calls [excluding
         * src/n.p:            in gd -- planning complete rewrite extremely ugly code]
         * src/operators.txt:  
         * src/test.p:          * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                 z            files
   
         * src/main/compile.y:  2003-02-17  paf
         * src/test.p:  
                 minor grammar bug with OP_CODE__STORE_PARAM          * src/: classes/date.C, classes/double.C, classes/file.C,
             classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
         * src/include/pa_bool.h:            classes/response.C, classes/string.C, classes/table.C,
         * src/include/pa_double.h:            classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
         * src/include/pa_valiased.h:            include/pa_stylesheet_connection.h,
         * src/include/pa_value.h:            include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
         * src/include/pa_vbool.h:            types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
         * src/include/pa_vclass.h:            types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
         * src/include/pa_vdouble.h:            types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
         * src/include/pa_vhash.h:            types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
         * src/include/pa_vjunction.h:            types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
         * src/include/pa_vmframe.h:            of unitialized simple-typed field
         * src/include/pa_vobject.h:  
         * src/include/pa_vstring.h:          * src/: classes/classes.C, classes/classes.h, main/execute.C,
         * src/include/pa_vunknown.h:            main/pa_charset.C, main/pa_request.C: another bug of unitialized
         * src/main/compile.y:            simple-typed field fixed.  todo: find&kill all like that one
         * src/main/compile_tools.C:  
         * src/main/execute.C:          * src/: main/execute.C, targets/cgi/pa_pool.C,
         * src/main/main.dsp:            targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
         * src/main/pa_value.C:            debug output fixed
         * src/n.p:  
         * src/test.p:          * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                 value.cloning so to give params proper names            main/pa_request.C: stack-stored items need extra .ref to prevent
             object_ptr from delete[them]
         * src/classes/root.C:  
         * src/include/pa_request.h:          * src/: classes/date.C, classes/op.C, classes/table.C,
         * src/main/execute.C:            classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                 autocalc def to string            include/pa_charset.h, main/Makefile.am, main/main.dsp,
             main/pa_charset.C, main/pa_common.C,
         * src/include/pa_vmframe.h:            main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
         * src/main/execute.C:            targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
         * src/test.p:            types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                 added names to unknown values in get_element and unfilled            calls
                 params. removed wrong name change in get_element  
           * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
         * src/include/pa_vclass.h:            couple mem leaks rusulted from old pooled::malloc usage.
         * src/include/pa_vhash.h:            todo:find more like those
         * src/include/pa_vobject.h:  
                 removes some remained clone conseqs          * src/main/: compile.C, compile_tools.C: 2*2!
   
 2001-03-07  paf          * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
         * src/include/pa_hash.h:            stackItem fixed [there were no string on stack before]
         * src/include/pa_value.h:  
         * src/include/pa_vhash.h:          * src/: main/execute.C, main/pa_request.C,
         * src/include/pa_vunknown.h:            types/pa_vmethod_frame.C: first letters out OK
         * src/main/compile.y:  
         * src/main/execute.C:          * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
         * src/main/pa_hash.C:            include/pa_pool.h, include/pa_request.h, main/pa_request.C,
         * src/test.p:            main/pa_string.C, main/untaint.C, types/pa_value.h,
                 expr def in -f            types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
             types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
         * src/lang.txt:            type not initialized with zeros :( while class fields of class
         * src/sql.txt:            types initialized with default constructors.  learn C++
         * src/test.p:  
                 added some textss          * src/: classes/classes.awk, classes/double.C, classes/file.C,
             classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
         * src/main/compile.y:            classes/math.C, classes/xdoc.C, classes/xnode.C,
         * src/main/execute.C:            include/pa_array.h, include/pa_string.h, main/pa_exec.C,
         * src/main/pa_string.C:            types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
         * src/test.p:  
                 bug in string.cmp fixed  2003-02-14  paf
   
         * src/main/compile.y:          * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                 .y priorities syntax shaped up a bit            13 link errors
   
         * src/main/compile.y:          * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
         * src/test.p:            main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                 expr quoted code            types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
             types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
         * src/main/execute.C:            errors :)
         * src/test.p:  
                 ^var.menu{$field} problem detected. that $field not a $var.field          * src/: classes/classes.C, classes/classes.awk, classes/file.C,
             classes/hash.C, classes/mail.C, classes/op.C,
         * src/main/compile.y:            include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
         * src/main/compile_tools.h:            main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
         * src/test.p:            targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                 ^func(params)            classes.lib - 0 error(s), 0 warning(s) parser.C compiled
   
         * src/test.p:          * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                 z            classes/table.C, include/pa_common.h, include/pa_globals.h,
             include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
         * src/include/pa_value.h:            main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
         * src/include/pa_vclass.h:            types/pa_vint.h, types/types.dsp: op compiled
         * src/include/pa_vhash.h:  
         * src/include/pa_vmframe.h:          * src/: classes/classes.dsp, classes/response.C, classes/string.C,
         * src/include/pa_vobject.h:            include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
         * src/include/pa_wwrapper.h:            main/untaint.C, types/pa_vtable.h: string, response compiled
                 const in Value.get_element  
   2003-02-07  paf
         * src/main/compile.y:  
         * src/main/execute.C:          * src/: classes/table.C, types/pa_vtable.h: table compiled
         * src/test.p:  
                 expr whitespace solved. added "" support0  2003-02-06  paf
   
         * src/include/pa_string.h:          * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
         * src/main/compile.y:            mail compiled
         * src/main/execute.C:  
         * src/main/pa_string.C:          * src/: classes/image.C, classes/string.C, classes/xdoc.C,
         * src/operators.txt:            include/pa_common.h, include/pa_hash.h, main/pa_common.C,
         * src/test.p:            types/pa_vfile.h, types/pa_vimage.h: image compiled
                 just compiled lt&co  
           * src/classes/: file.C, form.C: form compiled
         * src/main/compile.y:  
         * src/test.p:          * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                 expr string comparisons 0            include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
             types/pa_vfile.C, types/pa_vfile.h: file compiled
         * src/include/pa_stack.h:  
         * src/include/pa_value.h:          * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
         * src/include/pa_vclass.h:            types/pa_vmath.h: math compiled [win32]
         * src/include/pa_vhash.h:  
         * src/include/pa_vmframe.h:          * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
         * src/include/pa_vobject.h:            types/pa_vstring.h: hash compiled
         * src/include/pa_wwrapper.h:  
         * src/main/execute.C:  2003-02-04  paf
         * src/test.p:  
                 fixed rwcontext of {} params up          * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
             include/pa_hash.h, include/pa_request.h, include/pa_string.h,
         * src/asm.txt:            include/pa_table.h, main/pa_common.C, main/pa_exec.C,
         * src/main/compile.y:            main/pa_string.C, types/pa_method.h, types/pa_vform.C,
         * src/main/execute.C:            types/pa_vhash.h: hash 50% compiled
         * src/test.p:  
                 expr calls          * src/: classes/date.C, classes/file.C, classes/hash.C,
             classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
 2001-03-06  paf            classes/string.C, classes/table.C, classes/xdoc.C,
         * src/include/pa_vbool.h:            classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                 forgot this            main/pa_string.C: date compiled
   
         * src/main/compile.y:          * src/classes/: classes.dsp, double.C: double compiled
                 expr lexx1  
           * src/: classes/date.C, classes/double.C, classes/file.C,
         * src/include/code.h:            classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
         * src/main/compile.y:            classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
         * src/main/execute.C:            classes/string.C, classes/table.C, classes/void.C,
         * src/test.p:            classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                 1 problems with skipping whitespace in yylex fixed            types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                 2 xors: # bitwise ## logical            types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
             compiled
         * src/include/code.h:  
         * src/include/pa_valiased.h:          * src/: classes/date.C, classes/double.C, classes/file.C,
         * src/include/pa_value.h:            classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
         * src/include/pa_vdouble.h:            classes/math.C, classes/op.C, classes/response.C,
         * src/include/pa_vstring.h:            classes/string.C, classes/table.C, classes/void.C,
         * src/main/compile.y:            classes/xdoc.C, classes/xnode.C, classes/xnode.h,
         * src/main/execute.C:            types/pa_vvoid.h: void  compiled :)
                 expr lex0 exec-1  
           * src/: include/pa_globals.h, main/pa_cache_managers.C,
         * src/main/compile.y:            main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
         * src/test.p:            main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                 expr grammar-1            main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
             main/pa_string.C, main/pa_uue.C, main/untaint.C,
         * src/include/pa_value.h:            types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
         * src/include/pa_vdouble.h:            types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
         * src/include/pa_vstring.h:            types/pa_vresponse.C, types/pa_vstateless_class.C,
         * src/include/pa_vunknown.h:            types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
         * src/main/compile.y:            types/pa_wcontext.C, types/types.dsp: removed stupid
         * src/main/execute.C:            value_includes.h
         * src/main/main.dsp:  
         * src/test.p:          * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                 !~            trying to remove stupid value_includes.h
   
         * src/include/code.h:          * src/main/pa_exec.C: pa_exec compiled on win32
         * src/main/compile.y:  
         * src/main/compile_tools.h:          * src/main/pa_exec.C: libmain.a compiled on six [unix]
                 g  
           * src/: include/pa_globals.h, include/pa_request.h,
         * src/main/compile.y:            types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
         * src/test.p:            types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                 .y expr visible-shorter            types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
             types/pa_vrequest.C, types/pa_vstateless_class.C,
         * src/include/pa_vcframe.h:            types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
         * src/include/pa_vclass.h:  
         * src/include/pa_vdouble.h:          * src/: include/pa_config_includes.h, include/pa_dictionary.h,
         * src/include/pa_vhash.h:            main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
         * src/include/pa_vjunction.h:            main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
         * src/include/pa_vmframe.h:  
         * src/include/pa_vobject.h:          * src/: include/pa_array.h, include/pa_config_includes.h,
         * src/include/pa_vstring.h:            include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
         * src/include/pa_vunknown.h:            main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
         * src/include/pa_wcontext.h:            compiled
         * src/include/pa_wwrapper.h:  
         * src/main/compile.y:          * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
         * src/main/compile_tools.C:            name conflicts)
         * src/main/compile_tools.h:  
         * src/main/execute.C:          * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
         * src/test.p:            types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                 +-*/            yelds "virtual memory exhausted" while trying to compile
             execute.C [eating up to 127MB]
         * src/main/compile.y:  
         * src/main/execute.C:  2003-02-03  paf
         * src/main/main.dsp:  
                 z          * src/: include/pa_config_includes.h, include/pa_hash.h,
             include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
         * src/include/pa_vstring.h:            main/pa_common.C, types/pa_value.C, types/pa_value.h,
         * src/main/compile.y:            types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
         * src/test.p:            types/pa_vint.h, types/pa_vjunction.h,
                 problems with skipping whitespace in yylex            types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
             started gcc compiling pa_common compiled
         * src/include/pa_value.h:  
         * src/include/pa_vdouble.h:          * src/: include/pa_exception.h, include/pa_pool.h,
         * src/main/compile.y:            main/pa_exception.C: exception gcc change #1
         * src/main/execute.C:  
         * src/test.p:          * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                 expr grammar-1 2*2=4.000000 :)            compile _P identifier. it replaced it to some strange 0x0000040
   
         * src/include/pa_vdouble.h:          * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/types/pa_vtable.C: vtable compiled
         * src/main/compile_tools.h:  
         * src/test.p:          * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                 grammar-1.1 $a(z) $a=0  
           * src/: include/pa_cache_managers.h, main/pa_request.C,
         * src/asm.txt:            types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
         * src/include/code.h:  
         * src/main/compile.y:          * src/types/pa_vstateless_class.C: vstateless_class compiled
         * src/main/execute.C:  
         * src/test.p:          * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                 without string ops in expressions 0  
           * src/types/pa_vrequest.C: vrequest compiled
 2001-02-26  paf  
         * src/main/compile.y:          * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
         * src/test.p:            pa_vobject.C, pa_vobject.h: vobject compiled
                 max_string in yyerror bug fix  
           * src/: classes/form.C, classes/mail.C, include/pa_request.h,
 2001-02-25  paf            main/pa_globals.C, main/pa_request.C, types/pa_value.h,
         * src/main/compile.y:            types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
         * src/test.p:            compiled
                 escaping bug  
           * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
         * src/include/pa_request.h:  
         * src/main/compile.C:          * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
         * src/main/core.C:            types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
         * src/test.p:            types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                 default name RUN, also alias            compiled
   
         * src/include/pa_vcframe.h:          * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
         * src/include/pa_vmframe.h:            main.lib - 0 error(s), 0 warning(s)
         * src/include/pa_vobject.h:  
         * src/include/pa_wcontext.h:          * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
         * src/include/pa_wwrapper.h:            types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
         * src/main/core.C:  
         * src/main/execute.C:  2003-01-31  paf
         * src/main/main.dsp:  
         * src/test.p:          * src/: include/pa_array.h, include/pa_operation.h,
                 would now get fields into interm VFielded class            include/pa_request.h, main/execute.C, main/main.dsp,
             types/pa_vjunction.h: started last file from main library:
         * src/include/pa_request.h:            execute
         * src/include/pa_value.h:  
         * src/include/pa_vmframe.h:          * src/: include/pa_request.h, include/pa_sapi.h,
         * src/include/pa_wcontext.h:            main/compile.tab.C, main/compile.y, main/compile_tools.h,
         * src/main/execute.C:            main/pa_request.C, targets/cgi/parser3.C,
         * src/test.p:            targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                 VAliased0            types/pa_vhash.h: pa_request compiled
   
         * src/main/execute.C:          * src/: classes/op.C, classes/string.C, include/pa_common.h,
         * src/test.p:            include/pa_globals.h, include/pa_request.h,
                 VAliased1            include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
             main/execute.C, main/main.dsp, main/pa_common.C,
         * src/include/pa_value.h:            main/pa_globals.C, main/pa_request.C, types/pa_value.h,
         * src/include/pa_vmframe.h:            types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                 VAliased2            types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
             types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
         * src/asm.txt:            types/types.dsp: most pa_request compiled
         * src/include/code.h:  
         * src/include/pa_value.h:          * src/: classes/classes.C, classes/classes.h, classes/date.C,
         * src/include/pa_vclass.h:            classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/include/pa_vmframe.h:            classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
         * src/include/pa_vobject.h:            classes/op.C, classes/response.C, classes/string.C,
         * src/include/pa_wwrapper.h:            classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
         * src/main/compile.y:            classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
         * src/main/compile_tools.C:            include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
         * src/main/compile_tools.h:            include/pa_config_fixed.h, include/pa_config_includes.h,
         * src/main/execute.C:            include/pa_dictionary.h, include/pa_dir.h,
         * src/modules.txt:            include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                 ^class:method() just compiled            include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
             include/pa_pool.h, include/pa_request.h,
         * src/include/pa_value.h:            include/pa_request_charsets.h, include/pa_request_info.h,
         * src/include/pa_vmframe.h:            include/pa_sapi.h, include/pa_socks.h,
         * src/include/pa_wcontext.h:            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
         * src/main/execute.C:            include/pa_stack.h, include/pa_string.h,
                 VAliased3            include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
         * src/include/pa_hash.h:            include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
         * src/include/pa_value.h:            lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
         * src/include/pa_vclass.h:            lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
         * src/include/pa_vmframe.h:            lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
         * src/include/pa_vobject.h:            lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
         * src/include/pa_vstring.h:            main/compile.C, main/compile.tab.C, main/compile.y,
         * src/include/pa_wcontext.h:            main/compile_tools.C, main/compile_tools.h, main/execute.C,
         * src/main/compile.y:            main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
         * src/main/core.C:            main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
         * src/main/execute.C:            main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
         * src/main/main.dsp:            main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
         * src/main/pa_hash.C:            main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
         * src/main/pa_value.C:            main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
         * src/main/pa_wcontext.C:            main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
         * src/modules.txt:            targets/cgi/getopt.h, targets/cgi/pa_pool.C,
         * src/test.p:            targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                 virtuals2            targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
             targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
         * src/include/pa_value.h:            targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
         * src/include/pa_vclass.h:            types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
         * src/include/pa_wcontext.h:            types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
         * src/include/pa_wwrapper.h:            types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
         * src/main/execute.C:            types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
         * src/main/main.dsp:            types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                 no not get fields into interm VFielded class.            types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                 fields & staticfields 1            types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
             types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
         * src/include/pa_pool.h:            types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
         * src/include/pa_request.h:            types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
         * src/include/pa_value.h:            types/pa_vresponse.h, types/pa_vstateless_class.C,
         * src/include/pa_vclass.h:            types/pa_vstateless_class.h, types/pa_vstateless_object.h,
         * src/include/pa_vmframe.h:            types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
         * src/include/pa_vobject.h:            types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
         * src/main/core.C:            types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
         * src/main/execute.C:            types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
         * src/main/main.dsp:            types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                 VAliased just compiled  
           * ChangeLog, src/classes/classes.h, src/classes/op.C,
         * src/asm.txt:            src/include/pa_cache_managers.h, src/include/pa_charset.h,
         * src/include/pa_request.h:            src/include/pa_charsets.h, src/include/pa_common.h,
         * src/include/pa_value.h:            src/include/pa_dictionary.h, src/include/pa_exception.h,
         * src/include/pa_vobject.h:            src/include/pa_exec.h, src/include/pa_pool.h,
         * src/main/compile.y:            src/include/pa_request.h, src/include/pa_sapi.h,
         * src/main/compile_tools.h:            src/include/pa_sql_connection.h,
         * src/main/core.C:            src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
         * src/main/execute.C:            src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
         * src/main/pa_common.C:            src/main/compile.tab.C, src/main/compile_tools.C,
         * src/test.p:            src/main/compile_tools.h, src/main/main.dsp,
                 vobject1            src/main/pa_charset.C, src/main/pa_charsets.C,
             src/main/pa_common.C, src/main/pa_dictionary.C,
         * src/main/compile.y:            src/main/pa_exception.C, src/main/pa_exec.C,
         * src/test.p:            src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                 rethought to $class:static.field.subfield            src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
             src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
         * src/test.p:            src/types/pa_vclass.h, src/types/pa_vcookie.C,
                 tested complex callbacks            src/types/pa_vcookie.h, src/types/pa_vdate.h,
             src/types/pa_vdouble.h, src/types/pa_venv.h,
         * src/main/compile.y:            src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
         * src/test.p:            src/types/pa_vhash.h, src/types/pa_vimage.C,
                 : 1            src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
             src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
         * src/include/pa_value.h:            src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
         * src/include/pa_vmframe.h:            src/types/pa_vobject.C, src/types/pa_vobject.h,
         * src/include/pa_wwrapper.h:            src/types/pa_vrequest.C, src/types/pa_vrequest.h,
         * src/main/compile.y:            src/types/pa_vresponse.C, src/types/pa_vresponse.h,
         * src/main/execute.C:            src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
         * src/main/pa_wcontext.C:            src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
         * src/test.p:            src/types/pa_vstring.h, src/types/pa_vtable.h,
                 before execute class calls rewrite            src/types/pa_vvoid.h, src/types/pa_wcontext.C,
             src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
         * src/include/pa_vclass.h:            www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
         * src/main/compile.y:  
         * src/main/execute.C:  2003-01-30  paf
         * src/test.p:  
                 $class:element          * src/: include/pa_charset.h, include/pa_request.h,
             include/pa_sql_driver_manager.h, main/compile.tab.C,
         * src/include/pa_pool.h:            main/compile.y, main/compile_tools.h, main/pa_request.C,
         * src/include/pa_value.h:            types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
         * src/include/pa_vclass.h:  
         * src/include/pa_vobject.h:          * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
         * src/main/execute.C:            main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
         * src/test.p:            types/pa_vhash.h, types/pa_vmethod_frame.h,
                 alias dead end            types/pa_vstateless_class.C, types/pa_vstateless_class.h,
             types/types.dsp: vstateless_class compiled
 2001-02-24  paf  
         * src/main/compile.y:          * src/main/compile.C: compile compiled
         * src/test.p:  
                 fixed grammar bugs in constructor/params klinch          * src/: include/pa_array.h, include/pa_operation.h,
             include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
         * src/main/main.dsp:            main/pa_table.C: compile_tools compiled
                 no bison -d  
           * src/: include/pa_operation.h, main/compile.y,
         * src/main/compile.y:            main/compile_tools.C, main/compile_tools.h: started
         * src/main/compile_tools.h:            compile_tools. vagues ideas of how to free compiled code
                 use0 line no on 'undef class' err msg wrong  
           * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
         * src/main/compile.y:            main/main.dsp, types/pa_value.C, types/pa_value.h,
                 fixed last \n macrotemplate strip bug            types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
             compiled
         * src/include/pa_vframe.h:  
         * src/main/compile.y:  2003-01-29  paf
         * src/test.p:  
                 found junction ideology @: ^x{$a()) must construct current          * src/: include/pa_globals.h, include/pa_request.h,
                 wcontext element, so smart wcontext handling needed            main/pa_globals.C, main/pa_request.C, types/pa_value.h,
             types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
         * src/include/pa_value.h:            types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
         * src/include/pa_wcontext.h:            compiled
         * src/include/pa_wwrapper.h:  
         * src/main/execute.C:          * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
         * src/main/pa_value.C:            now
         * src/test.p:  
                 it works as bad as you've named it: wcontext.value() was not a          * src/: include/pa_array.h, include/pa_exception.h,
                 perfect idea            include/pa_pool.h, main/pa_exception.C: gd compiled
   
         * src/main/compile.y:          * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
         * src/main/core.C:            compiled
                 yylex need some @special lines adj  
           * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
         * src/include/pa_value.h:            types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
         * src/include/pa_vcframe.h:            types/pa_vfile.h: vfile compiled
         * src/include/pa_vclass.h:  
         * src/include/pa_vframe.h:          * src/: include/pa_common.h, include/pa_globals.h,
         * src/include/pa_vhash.h:            include/pa_string.h, main/pa_globals.C, types/pa_value.C,
         * src/include/pa_vjunction.h:            types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
         * src/include/pa_vmframe.h:            types/pa_vform.C, types/pa_vform.h: vcookie compiled
         * src/include/pa_wcontext.h:  
         * src/include/pa_wwrapper.h:          * src/: include/pa_exception.h, main/pa_cache_managers.C,
         * src/main/execute.C:            main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
         * src/main/main.dsp:            main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
         * src/main/pa_cframe.C:            main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
         * src/main/pa_wcontext.C:            main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                 codeframe just compiled  
           * src/: include/pa_request_charsets.h, include/pa_request_info.h,
         * src/include/pa_request.h:            main/main.dsp, main/untaint.C: more compiled
         * src/include/pa_vclass.h:  
         * src/main/compile.C:          * src/: include/pa_charsets.h, include/pa_request.h,
         * src/main/compile.y:            include/pa_request_info.h, include/pa_string.h,
         * src/main/compile_tools.h:            main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
         * src/main/core.C:            types/pa_vresponse.h: vrequest compiled
         * src/test.p:  
                 modules0          * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
             pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
         * src/main/pa_array.C:            pa_vresponse.h, pa_wcontext.h: vrequest compiled
         * src/test.p:  
                 minor bug in expanding very small arrays. 60% from 1 were 0          * src/: classes/classes.h, include/pa_charset.h,
             include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
         * src/asm.txt:            include/pa_request.h, include/pa_string.h, main/main.dsp,
         * src/include/pa_vclass.h:            main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
         * src/main/compile.y:            main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
         * src/main/core.C:            types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
         * src/modules.txt:            types/pa_vrequest.C, types/pa_vrequest.h,
                 z            types/pa_vstateless_class.h, types/pa_vstring.h,
             types/pa_vvoid.h: vrequest,vdouble,vint compiled
         * src/include/code.h:  
         * src/include/pa_request.h:          * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
         * src/include/pa_value.h:            include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
         * src/include/pa_vclass.h:            main/main.dsp, types/pa_value.h, types/pa_vbool.h,
         * src/include/pa_vframe.h:            types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
         * src/main/compile.y:            types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
         * src/main/compile_tools.C:            types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
         * src/main/compile_tools.h:            types/pa_vobject.h, types/pa_vstateless_class.h,
         * src/main/core.C:            types/pa_vstateless_object.h, types/pa_vstatus.h,
         * src/main/execute.C:            types/pa_vstring.h, types/types.dsp: vmath compiled
         * src/test.p:  
                 code junctions0. something wrong with last \n macrotemplate strip  2003-01-28  paf
   
         * src/include/pa_value.h:          * src/: classes/classes.h, classes/date.C, classes/file.C,
         * src/include/pa_vclass.h:            classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
         * src/include/pa_vobject.h:            classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
         * src/main/main.dsp:            types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                 vobject00            types/pa_vobject.h, types/pa_vstateless_class.h: started main:
             compile_tools
         * src/asm.txt:  
         * src/main/compile.y:          * src/: include/pa_charset.h, include/pa_exception.h,
         * src/main/execute.C:            include/pa_request.h, include/pa_string.h, main/untaint.C:
         * src/test.p:            untaint compiled
                 fixed empty constructor optimized empty case. failed on calls -  
                 produced empty string param          * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
             src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
         * src/main/execute.C:            more compiled.  struck with string::store_to needing to know
         * src/test.p:            source/client charsets
                 codeframe1  
           * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
 2001-02-23  paf            types/pa_vfile.h: uue compiled
         * src/include/pa_value.h:  
         * src/main/core.C:          * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
         * src/main/execute.C:            table compiled
         * src/main/main.dsp:  
         * src/test.p:          * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                 value named            main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
   
         * src/main/compile.y:          * src/: include/pa_charset.h, main/pa_charset.C,
         * src/main/execute.C:            main/pa_charsets.C: charset/s simplified [charset::pool_for_load
         * src/test.p:            introduced]
                 empty constructor bug fixed  
           * src/: classes/date.C, include/pa_charset.h,
         * src/include/pa_vframe.h:            include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
         * src/include/pa_vunknown.h:            main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
         * src/include/pa_wcontext.h:            pa_charsets compiled
         * src/include/pa_wwrapper.h:  
         * src/main/core.C:          * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
         * src/main/execute.C:            include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
         * src/main/main.dsp:  
         * src/main/pa_value.C:          * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
         * src/test.p:            common compiled
                 call0  
           * src/: include/pa_charsets.h, main/pa_charsets.C,
         * src/main/compile.y:            main/pa_sql_driver_manager.C: pa_charsets compiled
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:          * src/: include/pa_array.h, include/pa_charset.h,
         * src/test.p:            include/pa_charsets.h, include/pa_pool.h,
                 fixed wrong grammar in complex constructor case            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stack.h, include/pa_string.h,
         * src/include/pa_value.h:            main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
         * src/include/pa_vclass.h:            sql_driver_manager compiled
         * src/include/pa_vframe.h:  
         * src/main/core.C:          * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
         * src/main/execute.C:            letter i with two dots added to koi, all ukranian letters added
         * src/main/pa_value.C:            to win1251.
         * src/test.p:  
                 get_method RIP. junctions everywhere. call with junctions0            typographic simbol 0xb9 deleted from win1251 [strange one & were
             abscent from koi]
         * src/main/compile.y:  
         * src/main/execute.C:  2003-01-27  paf
         * src/main/main.dsp:  
         * src/test.p:          * src/: include/pa_exception.h, include/pa_sql_connection.h,
                 rethought some. before junction            include/pa_sql_driver_manager.h, include/pa_string.h,
             main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
         * src/include/pa_value.h:            sql/pa_sql_driver.h: paused on sql_manager
         * src/include/pa_vstring.h:  
         * src/main/execute.C:          * src/: include/pa_cache_managers.h, include/pa_pool.h,
         * src/test.p:            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                 strign 2 value in 2 places in execute            include/pa_stack.h, main/pa_sql_driver_manager.C,
             types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
         * src/include/pa_wcontext.h:  
         * src/test.p:          * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                 z            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_table.h, main/pa_sql_driver_manager.C,
         * src/asm.txt:            main/pa_table.C: table compiled
         * src/include/pa_hash.h:  
         * src/include/pa_value.h:          * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
         * src/include/pa_wcontext.h:            cache_managers compiled
         * src/main/core.C:  
         * src/main/execute.C:          * src/: include/pa_array.h, include/pa_charset.h,
         * src/main/main.dsp:            include/pa_pool.h, main/pa_charset.C: charset compiled
         * src/main/pa_hash.C:  
         * src/test.p:          * src/: include/pa_pool.h, main/pa_common.C: common compiled
                 started call. store param, vframe done  
           * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
         * src/test.p:            include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                 decided to include value name into value class            main/pa_string.C, types/pa_value.C, types/pa_value.h,
             types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
         * src/include/pa_value.h:            types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
         * src/main/compile.C:  
         * src/main/core.C:  2003-01-24  paf
         * src/main/pa_value.C:  
         * src/test.p:          * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                 minor error reporting format beautifyings            include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
             include/pa_pool.h, include/pa_string.h, main/pa_common.C,
         * src/asm.txt:            main/pa_globals.C, main/pa_string.C, types/pa_value.h,
         * src/main/execute.C:            types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
         * src/test.p:            types/pa_vint.h, types/pa_vjunction.h,
                 with result rwpool            types/pa_vstateless_class.h, types/pa_vstateless_object.h,
             types/pa_vstatus.h, types/pa_vstring.h: more patched
         * src/include/pa_value.h:  
         * src/include/pa_wcontext.h:          * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
         * src/main/compile.y:            include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
         * src/main/execute.C:            include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
         * src/main/main.dsp:            main/pa_string.C, main/pa_table.C: string compiled
         * src/main/pa_array.C:  
         * src/test.p:          * src/: include/pa_array.h, include/pa_common.h,
                 auto VHash on wcontext.put_element when wcontext fvalue==0            include/pa_dictionary.h, include/pa_exception.h,
             include/pa_pool.h, include/pa_string.h, include/pa_table.h,
         * src/include/pa_value.h:            main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
         * src/include/pa_vclass.h:            main/pa_string.C: dictionary compiled
         * src/include/pa_vframe.h:  
         * src/include/pa_wwrapper.h:  2003-01-23  paf
                 lara came, can't work, sorry :(  
           * src/: include/pa_array.h, include/pa_common.h,
 2001-02-22  paf            include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
         * src/include/pa_request.h:            include/pa_request.h, include/pa_string.h, main/pa_common.C,
         * src/main/compile.y:            main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
         * src/test.p:            types/pa_value.h: resurrected pool in new sense: now it's
                 $self.put(val)            factory, producing&accounting memory chunks for read[autofree]
             buffers
         * src/include/pa_pool.h:  
         * src/include/pa_vclass.h:          * src/: include/pa_array.h, include/pa_exception.h,
         * src/main/core.C:            include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
         * src/main/pa_hash.C:            main/pa_exception.C, main/pa_table.C: table compiled
         * src/main/pa_pool.C:  
                 TRY...          * src/: classes/image.C, classes/op.C, include/pa_array.h,
             include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
         * src/include/code.h:            include/pa_pool.h, include/pa_pragma_pack_begin.h,
         * src/main/compile_tools.C:            include/pa_pragma_pack_end.h, include/pa_sapi.h,
         * src/main/compile_tools.h:            include/pa_string.h, include/pa_table.h, include/pa_types.h,
         * src/main/execute.C:            main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                 OP_STRING better then some xxx _VALUE            main/pa_table.C: aint that easy
   
         * src/main/compile.C:          * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
         * src/main/core.C:            main/main.dsp: continued with Hash
         * src/main/execute.C:  
         * src/main/pa_string.C:          * src/main/pa_common.C: connect_string allocated on heap[wes on
         * src/test.p:            stack] now. and exception can be reported OK now [can be reported
                 more precise parse error line:col            outside of pro c with that stack]
   
         * src/main/compile.C:  2003-01-22  paf
         * src/main/compile.y:  
         * src/main/execute.C:          * src/: include/pa_array.h, include/pa_charset.h,
         * src/test.p:            include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                 started : with $a.$:f            include/pa_string.h, main/pa_array.C, main/pa_hash.C,
             main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
         * src/main/compile.y:            base: contains references_count.  auto_ptr template calls
         * src/test.p:            add_ref/release
                 $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.  
   2003-01-21  paf
         * src/include/code.h:  
         * src/include/pa_string.h:          * src/: classes/classes.C, classes/classes.h, classes/date.C,
         * src/include/pa_value.h:            classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
         * src/include/pa_vclass.h:            classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
         * src/include/pa_wcontext.h:            classes/op.C, classes/response.C, classes/string.C,
         * src/main/compile.y:            classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
         * src/main/execute.C:            classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
         * src/main/pa_string.C:            include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                 write_value write_string 0            include/pa_config_fixed.h, include/pa_config_includes.h,
                 it seems wcontext must write strings regardles of fvalue!=0            include/pa_dictionary.h, include/pa_dir.h,
             include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
         * src/include/code.h:            include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
         * src/include/pa_value.h:            include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
         * src/include/pa_vclass.h:            include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
         * src/include/pa_wcontext.h:            include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
         * src/main/compile.y:            include/pa_stack.h, include/pa_string.h,
         * src/main/compile_tools.C:            include/pa_stylesheet_connection.h,
         * src/main/compile_tools.h:            include/pa_stylesheet_manager.h, include/pa_table.h,
         * src/main/execute.C:            include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
         * src/main/main.dsp:            lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                 iiieeyys! get/put simple vars to VClass works0            lib/pcre/pcre_parser_ctype.c, main/compile.C,
             main/compile_tools.C, main/compile_tools.h, main/execute.C,
         * src/include/pa_array.h:            main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
         * src/include/pa_wcontext.h:            main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
         * src/main/pa_string.C:            main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                 in process, but found that exceptions are too global            main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
             main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
         * src/main/compile.y:            main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
         * src/test.p:            main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                 $: finished            targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
             targets/cgi/parser3.C, targets/cgi/pool_storage.h,
         * src/main/compile.C:            targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
         * src/main/compile.y:            targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
         * src/main/compile_tools.C:            types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
         * src/test.p:            types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                 z            types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
             types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
         * src/include/pa_request.h:            types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
         * src/include/pa_stack.h:            types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
         * src/include/pa_wcontext.h:            types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
         * src/main/execute.C:            types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
         * src/test.p:            types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                 z about to vstring it .y all            types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h,
         * src/include/pa_hash.h:            types/pa_vstateless_object.h, types/pa_vstatus.C,
         * src/include/pa_value.h:            types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
         * src/include/pa_vclass.h:            types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
         * src/include/pa_vhash.h:            types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
         * src/include/pa_vstring.h:            types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
         * src/include/pa_wcontext.h:            types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
         * src/main/execute.C:            2002->2003
         * src/main/main.dsp:  
         * src/test.p:  2003-01-16  paf
                 auto VHash in pa.th.cre.at.e  
           * www/htdocs/index.html: image.copy fixed transparent resampling
         * src/include/code.h:  
         * src/include/pa_vstring.h:          * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
         * src/main/compile.y:            src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
         * src/main/compile_tools.C:            $.any-status(1)
         * src/main/compile_tools.h:  
         * src/main/execute.C:          * operators.txt, src/include/pa_config_fixed.h,
         * src/test.p:            src/main/pa_common.C, www/htdocs/index.html: http request now
                 string to vstring it .y all            return status. and not fail on status!=200
   
         * src/include/pa_array.h:  2003-01-15  paf
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/main/pa_globals.C: localized pa_xmlFileRead/Close
         * src/main/compile_tools.h:  
         * src/main/pa_array.C:  2003-01-14  paf
         * src/test.p:  
                 $self.get          * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
             mkinstalldirs: removed some ancient files [they in / really]
         * src/include/pa_exception.h:  
         * src/include/pa_pool.h:          * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
         * src/include/pa_request.h:            regretfully needed patch in two places.  in config_fixed.h made
         * src/include/pa_value.h:            stubs for lib to compile in MSVC
         * src/include/pa_wcontext.h:  
         * src/main/compile.C:  2003-01-13  paf
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * config.guess, config.sub, ltmain.sh: removed last piece of
         * src/main/core.C:            configure.in(libtool) hacks
         * src/main/pa_array.C:  
         * src/main/pa_exception.C:          * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
         * src/main/pa_hash.C:            config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
         * src/main/pa_pool.C:            ltdl.h: moved to latest libtool (1.4.3)
         * src/main/pa_string.C:  
         * src/main/pa_table.C:  2003-01-10  paf
         * src/test.p:  
                 removed exception from request          * src/lib/ltdl/: configure, configure.in: PROG_NM
   
         * src/include/pa_vstring.h:          * src/main/pa_globals.C: moved to latest xml lib versions, changed
         * src/main/compile.C:            patches.        libxml2 >= 2.5.1
         * src/main/core.C:            [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
         * src/test.p:            [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                 added some forgotten            [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
   
         * src/include/pa_wcontext.h:          * INSTALL: moved to latest versions of xml libs       libxml2 >=
         * src/main/compile.y:            2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
         * src/main/execute.C:            1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
         * src/test.p:            0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                 erroreos checkout  
   2003-01-09  paf
 2001-02-21  paf  
         * src/main/compile.y:          * INSTALL: xml,xslt,gdome lib urls updated
                 more straightforward yylex[end]  
           * config.guess, config.sub, missing, mkinstalldirs,
         * src/main/compile.C:            src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
         * src/main/compile.y:            src/lib/ltdl/configure, src/lib/ltdl/configure.in,
         * src/main/compile_tools.h:            src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                 error processing in eval & yyerror so it wouldn't cause            1.7.2
                 memleaks.  
           * depcomp: moving to automake 1.7.2
         * src/include/compile.h:  
         * src/include/execute.h:  2002-12-27  paf
         * src/include/pa_array.h:  
         * src/include/pa_request.h:          * src/include/pa_version.h: 0007
         * src/include/pa_stack.h:  
         * src/include/pa_vclass.h:          * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
         * src/include/pa_wcontext.h:            src/doc/pooled.dox, www/htdocs/index.html: removed outdated
         * src/main/compile.C:            parts, made links to language docs
         * src/main/compile.y:  
         * src/main/execute.C:          * src/include/pa_config_auto.h.in: comment
         * src/main/main.dsp:  
         * src/main/pa_array.C:  2002-12-26  paf
         * src/main/pa_request.C:  
                 get put -1 [just compiled]          * src/classes/file.C: ^file:fullpath[a.gif] when document root did
             not contain trailing / fixed.
         * src/include/compile.h:  
         * src/include/pa_array.h:          * INSTALL: changing SAFE_MODE politics
         * src/main/compile.C:  
         * src/main/compile.y:          * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
         * src/main/execute.C:  
                 MAIN_METHOD_NAME ready to write execute          * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
   
         * src/include/pa_string.h:  2002-12-25  paf
         * src/include/pa_types.h:  
         * src/main/pa_string.C:          * src/main/pa_globals.C: optimized-xml
                 string.operator==(char*)  
           * src/main/pa_globals.C: optimized-as-is
         * src/main/compile.C:  
         * src/main/compile.y:  2002-12-24  paf
         * src/main/execute.C:  
                 store0          * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
             fixed [were really called with zero size when .html?a=&b=]
         * src/include/core.h:  
         * src/include/pa_context.h:          * src/classes/mail.C: $MAIL in @conf now invalid when configured
         * src/include/pa_request.h:            with --with-sendmail
         * src/include/pa_vclass.h:  
         * src/include/pa_wcontext.h:          * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
         * src/main/core.C:            [old always-pipe-error fixed]
         * src/main/main.dsp:  
         * src/main/pa_request.C:  2002-12-23  paf
                 request core methods0  
           * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
         * src/include/compile.h:            ignoring parameters & were storing only string with default
         * src/include/pa_context.h:            expires
         * src/include/pa_hash.h:  
         * src/include/pa_request.h:          * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
         * src/include/pa_string.h:            To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
         * src/include/pa_value.h:            December 23, 2002 4:22 AM Subject: bug â
                 struck with const array.gets            Charset::transcode_buf2xchar
   
         * src/include/code.h:  2002-12-20  paf
         * src/include/pa_types.h:  
         * src/main/compile.C:          * src/targets/cgi/parser3.C: removed last \n appending in non-win32
         * src/main/compile.y:            non-cgi [script] runs
         * src/main/compile_tools.C:  
         * src/main/compile_tools.h:  2002-12-19  paf
         * src/main/execute.C:  
         * src/main/main.dsp:          * INSTALL: --without-iconv recommended [it crashes on some systems
                 .y to c++            [tested on elik]] moreover, it's not needed there [parser
                 hierarchy output fix.            registers charsets itself]
                 compiler works ok  
           * INSTALL: --without-iconv recommended [it crashes on some systems
         * src/include/compile.h:            [tested on elik]]
         * src/main/compile.C:  
         * src/main/compile.y:          * operators.txt, src/include/pa_globals.h,
         * src/main/compile_tools.h:            src/include/pa_request.h, src/main/pa_globals.C,
                 line numbers needed. would add them to .y now internally.             src/main/pa_request.C, www/htdocs/index.html: $response:download
                 externally it's not as precise as needed  
           * src/classes/mail.C: 'to' check bugfix [now checked only on ms
         * src/include/pa_exception.h:            compiler [win32]].
         * src/include/pa_value.h:  
         * src/main/compile.C:  2002-12-18  paf
         * src/main/compile.y:  
         * src/main/compile_tools.C:          * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
         * src/main/compile_tools.h:  
                 .y methods and one_big_piece. now compile returns array<method*>  2002-12-17  paf
   
         * src/include/execute.h:          * src/targets/cgi/parser3.C: merged die&iis changes
         * src/include/pa_array.h:  
         * src/include/pa_value.h:          * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
         * src/main/execute.C:            to exit(1) 2. more flexible iilegal call check
         * src/main/pa_array.C:  
                 after array.const get wonders  2002-12-16  paf
   
         * src/main/compile.y:          * ltmain.sh: some automakes silly insist on having this handy
         * src/main/execute.C:  
         * src/main/execute.C:          * src/main/untaint.C: filespec russian small 'r' changed to latin
         * src/main/execute.C:            'p' bug fix
         * src/main/execute.C:  
         * src/main/execute.C:  2002-12-15  paf
                 z  
           * src/main/untaint.C: filespec russian small 'r' changed to latin
         * src/main/execute.C:            'p'
                 tired :)  
           * configure.in, src/include/pa_config_auto.h.in,
         * src/main/compile.C:            src/main/compile.C, src/main/pa_common.C: merged small changes
         * src/main/compile.y:            from branch 6 to HEAD
                 failed to add absolute precies parse error positions. leaving  
                 RIGHTMOST position as @file[line:col]          * src/main/compile.C: removed warning
   
 2001-02-20  paf          * src/main/pa_common.C: ftruncate having checked
         * src/include/code.h:  
         * src/include/compile.h:          * configure.in, src/include/pa_version.h: new version
         * src/include/execute.h:  
         * src/include/pa_array.h:  2002-12-14  paf
         * src/include/pa_common.h:  
         * src/include/pa_pool.h:          * www/htdocs/index.html: exception type fixed
         * src/include/pa_string.h:  
         * src/include/pa_table.h:          * src/classes/table.C: removed unnecessary code
         * src/include/pa_types.h:  
         * src/main/compile.C:          * src/sql/pa_sql_driver.h: exception type fixed
         * src/main/compile.y:  
         * src/main/compile_tools.C:  2002-12-09  paf
         * src/main/compile_tools.h:  
         * src/main/core.C:          * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
         * src/main/execute.C:            error
         * src/main/main.dsp:  
         * src/main/pa_array.C:          * src/targets/cgi/parser3.C: ::die now tries to write core dump
         * src/main/pa_common.C:  
         * src/main/pa_hash.C:          * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
         * src/main/pa_string.C:            tries to write core dump
         * src/main/pa_table.C:  
                 bison[yacc] first time compiled.          * src/targets/cgi/parser3.C: ::die now tries to write core dump
                 execute=dump for now  
           * src/: classes/hash.C, classes/string.C, classes/table.C,
         * src/main/compile.C:            classes/void.C, main/pa_sql_driver_manager.C,
         * src/main/compile.y:            sql/pa_sql_driver.h: changed exception handling mech in sql
         * src/main/compile_tools.C:            handlers #2
         * src/main/compile_tools.h:  
         * src/main/execute.C:          * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
         * src/main/main.dsp:            exception handling mech in sql handlers
                 nestage probs, eof yylex not perfect  
           * src/sql/pa_sql_driver.h: changed exception handling mech in sql
         * src/main/core.C:            handlers
                 core rewrite using yacc investigations  
                 now will be compile[yacc]/execute[opcodes]          * src/: classes/hash.C, classes/string.C, classes/table.C,
             classes/void.C, main/pa_sql_driver_manager.C,
 2001-02-15  paf            sql/pa_sql_driver.h: changed exception handling mech in sql
         * src/include/pa_value.h:            handlers
         * src/main/core.C:  
                 maybe a-la yacc those ifs rewrite as turing machine?          * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                 for it seems it would be it's too many ifs with this syntax now            to write makefile which used libtool to install things, which is
             not needed
 2001-02-14  paf  
         * src/include/pa_context.h:  2002-12-06  paf
         * src/include/pa_string.h:  
         * src/main/core.C:          * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
         * src/main/pa_string.C:            $hash.fields -- pseudo field to make 'hash' more like 'table'
                 process text repassing  
   2002-12-05  paf
         * src/include/pa_value.h:  
         * src/main/core.C:          * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
         * src/main/pa_string.C:            www/htdocs/index.html: smtp cc/bcc OK now
                 process text repassing2  
                 operator static vars          * src/main/untaint.C, www/htdocs/index.html: mail header closed
             properly
         * src/include/pa_string.h:  
         * src/main/core.C:          * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
         * src/main/pa_string.C:            www/htdocs/index.html: mail header ',' allowed.  still bugs in
                 get names 0            smtp [only one receiptient works, cc, bcc ignored now, and MAILED
             ;)]
         * src/include/pa_context.h:  
         * src/include/pa_value.h:            [strncpy killed, memnchr used]
         * src/main/core.C:  
                 module:calls changes          * src/main/pa_table.C: table-copy now current=0
   
         * src/main/core.C:          * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
                 varios breaks            wow! found/fixed bug in lowlevel proc
   
         * src/main/core.C:          * src/targets/cgi/parser3.C: more checks on
                 get_params            http://domain/parser.cgi start [maybe some getenv returns "",
                 figured ^menu[UNEVALUATED unthinked :( ]            checked that now
   
         * src/main/core.C:          * src/targets/cgi/parser3.C: more checks on
                 get_params 1            http://domain/parser.cgi start [maybe some getenv returns "",
             checked that now
         * src/main/core.C:  
                 get names 1          * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
             made unbuffered [so that out-of-mem errors reached log]
         * src/main/core.C:  
                 get names 2          * src/classes/mail.C, src/targets/cgi/parser3.C,
             src/types/pa_vmail.C, www/htdocs/index.html: mail:send
         * src/main/core.C:            MIME-Version default
                 get names 3  
           * src/main/main.dsp: pa_version included into main.dsp
 2001-02-13  paf  
         * src/include/pa_string.h:          * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
         * src/main/pa_string.C:            some smtp servers [win32] leave \n intact, and some clients [bat]
                 String_iterator::skip_to            fail to show letter correctly
                 todo:optimize  
   2002-12-04  paf
         * src/main/core.C:  
                 operators          * src/types/pa_vform.C: $form:field string value cut by premature 0
                 : and self. prefixes  
           * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
         * src/include/pa_context.h:            www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
         * src/include/pa_value.h:            lib/ltdl Win32 changes. s
         * src/main/core.C:  
                 ^class:calls[] started          * src/classes/classes.awk: more strict *.C$
   
         * src/include/pa_string.h:          * gnu.dsp: restored
         * src/main/pa_string.C:  
                 String_iterator optimized          * configure.in, gnu.dsp, src/lib/Makefile.am,
             src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
         * src/include/pa_string.h:            src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
         * src/main/pa_string.C:            src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                 String_iterator tested            src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
             src/lib/ltdl/configure, src/lib/ltdl/configure.in,
         * src/main/pa_string.C:            src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                 String_iterator::skip_to            src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                 optimized a bit. would change privates to better support optimization            now created with /configure, not ltdl/configure, so it does have
             no problems with automake.  ltdl/configure
         * src/include/pa_value.h:            AC_OUTPUT(Makefile<<removed)
         * src/main/core.C:  
         * src/main/core.C:  2002-12-02  paf
                 z  
           * operators.txt: removed outdated status:db
 2001-02-12  paf  
         * src/include/pa_context.h:          * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
         * src/include/pa_value.h:            src/main/pa_common.C, src/main/pa_request.C,
         * src/main/core.C:            src/types/pa_vcookie.C, src/types/pa_vmail.C,
                 get self/methodref joined            www/htdocs/index.html: http header lang of tainted parts becomes
             http-header
         * src/include/pa_context.h:  
         * src/include/pa_value.h:  2002-11-29  paf
         * src/main/core.C:  
                 some comments          * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
             operators.txt: exif dates now objects of type date
         * src/include/pa_string.h:  
         * src/main/core.C:          * src/classes/image.C: file.seek removed [it were used in image.C
         * src/main/pa_string.C:            only, and for parser user this  means that jpeg image has bad
                 started String_iterator            size in fragment's header] now used image.format
   
 2001-02-11  paf          * src/include/pa_common.h, src/main/pa_common.C,
         * src/include/pa_context.h:            src/types/pa_vresponse.C, src/types/pa_vresponse.h,
         * src/include/pa_value.h:            www/htdocs/index.html: http:// param values now handled exactly
         * src/main/core.C:            like $response:header values.  e.g. can be hash [can have
         * src/main/main.dsp:            subattributes] & contain date values.
                 core started.  
                 core.C, context&value .h          * src/main/pa_common.C, www/htdocs/index.html: http:// param values
             lang forced URI
         * src/include/pa_array.h:  
         * src/include/pa_hash.h:          * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
         * src/include/pa_pool.h:            partes now %xx
         * src/include/pa_string.h:  
         * src/main/main.dsp:  2002-11-28  paf
         * src/main/pa_array.C:  
         * src/main/pa_hash.C:          * www/htdocs/index.html: doc samples
         * src/main/pa_pool.C:  
         * src/main/pa_string.C:          * operators.txt: http.timeout
                 :pooled  
           * src/classes/image.C, www/htdocs/index.html: ^image.length now
 2001-01-30  paf            counts interchar space. plus space after last char
         * src/configure:  
         * src/configure.in:          * www/htdocs/index.html: regexp syntax xxx$ speed-up  experiments
         * src/include/pa_error.h:  
         * src/include/pa_exception.h:          * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * src/classes/image.C: ^image.font width measurer now scans full
         * src/main/main.dsp:            height [were -1]
         * src/main/pa_error.C:  
         * src/main/pa_exception.C:          * configure.in: stopped double libltdl/Makefile generation
         * src/main/pa_pool.C:  
         * src/targets/Makefile.am:          * src/classes/image.C, www/htdocs/index.html: ^image.text now
         * src/targets/parser.C:            outputs one pixel HIGHER chars [one top horizontal line of 1pixel
         * src/targets/parser.dsp:            height were missing]
                 lowered targets/parser into subdir, added parser_Pool(Pool)  
                 failed to add. would think..          * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
             stupid compiler allowed 'false' to go into (Hash *) parameter
         * src/include/pa_exception.h:  
         * src/include/pa_pool.h:  2002-11-27  paf
         * src/include/pa_table.h:  
         * src/main/pa_exception.C:          * src/include/pa_globals.h, src/main/pa_globals.C,
         * src/main/pa_table.C:            src/main/pa_request.C, src/types/pa_vmail.C,
                 minor * to & changes            www/htdocs/index.html: response:body[file]  if file nows it's
             name now returns content-disposition: >>attachment<<
         * src/include/pa_pool.h:  
         * src/main/Makefile.am:          * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
         * src/main/main.dsp:            font file-size now properly reported
         * src/main/pa_pool.C:  
                 moved pa_pool.C to be target specific  2002-11-26  paf
   
         * src/Makefile.am:          * src/main/pa_request.C: fixed lang in reponse header
         * src/main/Makefile.am:  
         * src/targets/Makefile.am:          * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
                 .am comments            @read text
   
         * src/include/pa_exception.h:          * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
         * src/include/pa_pool.h:            http:// response status!=200 made exception: http.status with
         * src/include/pa_request.h:            source=bad status#
         * src/include/pa_table.h:  
         * src/main/pa_array.C:  2002-11-25  paf
         * src/main/pa_exception.C:  
         * src/main/pa_pool.C:          * configure.in, src/classes/image.C,
         * src/main/pa_table.C:            src/include/pa_config_auto.h.in,
                 error re-associated. that's much better            src/include/pa_config_includes.h, src/main/Makefile.am,
                 even removed 'die' necessety            src/main/pa_common.C, src/main/pa_globals.C: http:// and image
             const void related probs fixed
         * src/configure:  
         * src/configure.in:          * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
                 .am updated            fields now UPPERCASE
   
 2001-01-29  paf            $file[^file::load[http://there]] $file.SERVER
         * src/include/pa_hash.h:  
         * src/include/pa_pool.h:          * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
         * src/include/pa_threads.h:            src/include/pa_common.h, src/main/pa_common.C,
         * src/main/pa_hash.C:            src/main/pa_request.C, www/htdocs/index.html: checked http
                 made local Hash-es not thread safe=quicker by            options [invalid onces now reported] made default user-agent: paf
                 SYNCHRONIZED(thread_safe)  
           * operators.txt, src/classes/file.C, src/classes/table.C,
         * src/include/pa_hash.h:            src/classes/xdoc.C, src/include/pa_common.h,
                 some comments            src/include/pa_globals.h, src/main/pa_common.C,
             src/main/pa_globals.C, src/main/pa_request.C,
         * src/include/pa_error.h:            src/types/pa_vfile.C, src/types/pa_vfile.h,
         * src/include/pa_request.h:            www/htdocs/index.html: table/xdoc/file::load now understand
         * src/include/pa_string.h:            http:// prefix and additional params, sample:
         * src/include/pa_table.h:            $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
         * src/main/pa_error.C:            $.USER-AGENT[parser3] ]]
         * src/main/pa_table.C:  
         * src/targets/parser.C:  2002-11-22  paf
         * src/targets/parser.dsp:  
                 Error fixed          * src/classes/image.C, src/include/pa_globals.h,
             src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
         * src/include/pa_pool.h:            src/types/pa_vimage.h, www/htdocs/.htaccess,
         * src/include/pa_string.h:            www/htdocs/index.html, operators.txt: $image.exif support
         * src/main/pa_string.C:            $image.exif.DateTime & co
         * src/targets/parser.C:  
                 String originating  2002-11-21  paf
   
         * src/include/pa_array.h:          * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
         * src/main/pa_array.C:            _PASS_APPENDED)
         * src/targets/parser.C:  
                 Array::operator += (Array& src)          * src/classes/image.C: jpeg size measure fixed: were badly skipping
                             EXIF information [were big block and it's size were considered
                 rethought, would change now            negative :(]
   
         * src/configure.in:          * operators.txt, src/classes/image.C, src/include/pa_common.h,
         * src/include/pa_hash.h:            src/main/pa_common.C, src/types/pa_vmail.C,
         * src/include/pa_threads.h:            www/htdocs/index.html: image.measure internals rewritten. no
         * src/main/main.dsp:            there's reader.seek, and all's ready for EXIF extraction [now we
         * src/main/pa_threads.C:            fail to measure files with EXIF info]
         * src/targets/parser.C:  
                 added pa_threads          * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                             O_TRUNC truncates even exclusevely write-locked file [thanks to
                 Mutex            Igor Milyakov <virtan@rotabanner.com> for discovering]
   
         * src/include/pa_pool.h:  2002-11-20  paf
         * src/main/pa_array.C:  
         * src/targets/parser.C:          * src/targets/cgi/parser3.C: logging @signal += query_string
                 tested - decision "no templates"  
           * configure.in, src/include/pa_config_auto.h.in,
         * src/include/pa_error.h:            src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
         * src/include/pa_hash.h:            comment
         * src/include/pa_string.h:  
         * src/include/pa_table.h:          * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
         * src/main/pa_error.C:  
         * src/main/pa_hash.C:          * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
         * src/main/pa_string.C:            targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
         * src/main/pa_table.C:            currently processed document SIGPIPE >> interrupts request
         * src/targets/parser.C:            processing [exception = DB rollback]
                 Table  
                 more like C++ style          * src/main/pa_exec.C: comment
                 hence lots of 'const'  
           * src/main/pa_exec.C: pa_exec: data written only if size>0
         * src/include/pa_array.h:  
         * src/include/pa_hash.h:          * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
         * src/include/pa_pool.h:            << disable HTTP-POST repassing
         * src/include/pa_string.h:  
         * src/include/pa_table.h:          * src/: include/pa_config_fixed.h, main/pa_common.C,
         * src/include/pa_types.h:            main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
         * src/main/main.dsp:            pipe read errors now checked
         * src/main/pa_array.C:  
         * src/main/pa_string.C:  2002-11-19  paf
         * src/main/pa_table.C:  
                 Table started          * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                 would test            CGI: Illegal call
                 template Array now  
   2002-11-01  paf
         * src/main/pa_array.C:  
                 expand not convinient, would rewrite          * src/main/execute.C: comment
   
         * src/include/pa_array.h:  2002-10-31  paf
         * src/include/pa_hash.h:  
         * src/include/pa_pool.h:          * src/main/execute.C: found out why, checked that for now.  todo:
         * src/include/pa_string.h:            find out a way for that user could do that
         * src/include/pa_table.h:  
         * src/include/pa_types.h:          * www/htdocs/: base.p, derived.p, index.html: this example creates
         * src/main/Makefile.am:            base object, which is wrong, todo: find out why
         * src/main/main.dsp:  
         * src/main/pa_array.C:          * src/types/pa_vstateless_object.h: object put replaces static
         * src/main/pa_hash.C:            parent if any
         * src/main/pa_string.C:  
         * src/main/pa_table.C:          * src/types/pa_vobject.C: object put replaces static parent if any
         * src/targets/parser.C:  
         * src/targets/parser.dsp:          * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                 Request            src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
                 Error            src/main/pa_request.C, src/types/pa_value.h,
                 Table            src/types/pa_vclass.C, src/types/pa_vclass.h,
             src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
         * src/include/pa_array.h:            src/types/pa_vcookie.h, src/types/pa_vdate.h,
         * src/include/pa_hash.h:            src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
         * src/include/pa_string.h:            src/types/pa_vform.h, src/types/pa_vhash.h,
                 moved .h public parts to top            src/types/pa_vimage.h, src/types/pa_vmail.C,
             src/types/pa_vmail.h, src/types/pa_vmath.h,
         * src/include/pa_hash.h:            src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
         * src/include/pa_threads.h:            src/types/pa_vobject.h, src/types/pa_vrequest.C,
         * src/main/pa_hash.C:            src/types/pa_vrequest.h, src/types/pa_vresponse.C,
         * src/main/pa_threads.C:            src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                 decided on one global_mutex, like PHP            src/types/pa_vstateless_class.h,
                 as I can see: needed only in global Hash now,            src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                 made Hash:: put/get SYNCHRONIZED            src/types/pa_vstatus.h, src/types/pa_vstring.h,
             src/types/pa_vtable.C, src/types/pa_vtable.h,
         * src/include/pa_array.h:            src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
         * src/include/pa_common.h:            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/include/pa_error.h:            src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
         * src/include/pa_hash.h:            www/htdocs/index.html: static fix merged
         * src/include/pa_pool.h:  
         * src/include/pa_request.h:          * src/: main/compile.tab.C, types/pa_vobject.C: killed
         * src/include/pa_string.h:            $virtual_fields in dynamic, but one can reach derived
         * src/include/pa_table.h:            static[class] variable from base
         * src/main/Makefile.am:  
         * src/main/pa_array.C:          * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
         * src/main/pa_common.C:            types/pa_vobject.C, types/pa_vobject.h,
         * src/main/pa_error.C:            types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
         * src/main/pa_hash.C:            statics, left $virtual_fields in dynamic
         * src/main/pa_table.C:  
                 added forgotten          * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
             one can't remember derivates in base class: there's so many of
         * src/acinclude.m4:            them.  also there can be no virtual method calls in static
                 --disable-string-origins            classes
   
         * src/configure:          * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
         * src/include/pa_array.h:            src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
         * src/include/pa_pool.h:            src/types/pa_value.h, src/types/pa_vclass.C,
         * src/main/Makefile.am:            src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
         * src/main/main.dsp:            src/types/pa_vcookie.C, src/types/pa_vcookie.h,
         * src/main/pa_array.C:            src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
         * src/targets/parser.C:            src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
         * src/targets/parser.dsp:            src/types/pa_vimage.h, src/types/pa_vmail.C,
                 templates failed            src/types/pa_vmail.h, src/types/pa_vmath.h,
                 no template specializations [VC6],            src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                 no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]            src/types/pa_vobject.h, src/types/pa_vrequest.C,
             src/types/pa_vrequest.h, src/types/pa_vresponse.C,
         * src/include/pa_array.h:            src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
         * src/include/pa_pool.h:            src/types/pa_vstateless_class.h,
         * src/main/pa_array.C:            src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
         * src/targets/parser.C:            src/types/pa_vstatus.h, src/types/pa_vstring.h,
                 Array& operator += (Array& src)            src/types/pa_vtable.C, src/types/pa_vtable.h,
             src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
 2001-01-27  paf            src/types/pa_vxnode.C, src/types/pa_vxnode.h,
         * src/include/pa_hash.h:            src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
         * src/include/pa_string.h:            www/htdocs/index.html: static call $self fixed
         * src/include/pa_types.h:  
         * src/main/main.dsp:          * src/main/execute.C: comment
         * src/main/pa_string.C:  
                 uint, and added pa_types & pa_hash[forgotten]          * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
             www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
         * src/main/pa_string.C:            www/htdocs/operators.p, www/htdocs/some.p:
         * src/targets/parser.C:            ^process[$caller.self]{...} now compiles to last derived object
                 String::operator ==            part of that 'self'
   
         * src/include/pa_array.h:  2002-10-30  paf
         * src/main/pa_array.C:  
         * src/targets/parser.C:          * www/htdocs/: derived.p, some.p: include method overriding tested
                 array [] with chunk caching            OK
   
         * src/main/pa_hash.C:  2002-10-29  paf
                 String(&String)  
           * src/targets/isapi/parser3isapi.C: comment on 404 bad status
         * src/include/pa_array.h:            re-passing [iis to blame]
         * src/include/pa_hash.h:  
         * src/include/pa_pool.h:          * src/classes/string.C: changed string.save to pass current sql
         * src/include/pa_string.h:            connection to cstr thus one can ^connect[some server]{
         * src/main/pa_array.C:            $s[insert into table x (x) values (^taint[sql]{value})]
         * src/main/pa_string.C:            ^s.save[some.sql] } and he'd get in some.sql file code with
                 array cache rethought to chunk caching            properly escaped.  [tried in mssql->mysql export->import of
             binary data]
         * src/include/pa_array.h:  
         * src/include/pa_hash.h:  2002-10-28  paf
         * src/include/pa_pool.h:  
         * src/include/pa_string.h:          * www/htdocs/: index.html: bad email handling test
         * src/main/main.dsp:  
         * src/main/pa_array.C:  2002-10-25  paf
         * src/main/pa_hash.C:  
         * src/main/pa_string.C:          * src/types/pa_vresponse.C: case insensitive response user fields
         * src/targets/parser.dsp:            get/put
                 Array 0  
           * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
         * src/main/pa_hash.C:            types/pa_vresponse.C: saving for maybe-future
                 added pa_hash.C [forgotten]  
   2002-10-23  paf
 2001-01-26  paf  
         * src/include/pa_pool.h:          * operators.txt, src/classes/table.C: ^table.hash{code}...
         * src/include/pa_string.h:            ^table.hash(expr)...
         * src/main/pa_string.C:  
         * src/targets/parser.C:          * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
                 removed templates [vc++ suxx]            trimBoth-ed
   
         * src/include/pa_pool.h:  2002-10-22  paf
         * src/main/pa_string.C:  
                 String prealloc & dynamic row_count          * src/types/: pa_vform.C, pa_vform.h: removed needless
             VForm::Append...(...Value)
         * src/include/pa_pool.h:  
         * src/include/pa_string.h:          * src/main/execute.C: $.name outside of $name[...] checked
                 pa_pool split  
           * src/main/: compile.tab.C, compile.y: lexer changed to fix
         * src/AUTHORS:            ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
         * src/COPYING:  
         * src/ChangeLog:  2002-10-21  paf
         * src/INSTALL:  
         * src/Makefile.am:          * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
         * src/NEWS:            $form:qtail $form:imap.x/y
         * src/README:  
         * src/acinclude.m4:          * operators.txt, src/types/pa_vform.C: $form:nameless =
         * src/config.guess:            "?value&...", "...&value&...", "...&value"
         * src/config.h.bot:  
         * src/config.h.top:          * operators.txt, src/types/pa_vform.C: $form:image-map
         * src/config.sub:  
         * src/configure:          * operators.txt, src/classes/file.C, www/htdocs/index.html:
         * src/configure.in:            /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
         * src/include/pa_pool.h:  
         * src/install-sh:  2002-10-17  paf
         * src/main/Makefile.am:  
         * src/main/main.dsp:          * src/main/: compile.tab.C, compile.y: operators precedence changed
         * src/main/pa_pool.C:            a little: logical not and bitwise negation precedence made
         * src/main/pa_string.C:            highest, << and >> bitshits precedence made equal [were << higher
         * src/missing:            than >>]
         * src/mkinstalldirs:  
         * src/parser.dsw:          * src/classes/op.C: exception handling fixed [were bad with
         * src/stamp-h.in:            contexts]
         * src/targets/Makefile.am:  
         * src/targets/parser.C:  2002-10-16  paf
         * src/targets/parser.dsp:  
                 creating parser3 module          * www/htdocs/index.html: bad compile to system class test
   
         * src/include/pa_pool.h:          * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
         * src/main/main.dsp:            src/main/pa_request.C, www/htdocs/index.html,
         * src/main/pa_pool.C:            www/htdocs/derived.p: Request::self considered equal to
         * src/main/pa_string.C:            VMethodFrame::self, and removed, Request::get_self() mapped to
         * src/main/pa_string.C:            VMethodFrame.self()
         * src/targets/parser.C:  
         * src/targets/parser.dsp:          * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
         * src/targets/parser.dsp:            $hash in open field now gives old good error meesage
                 $Id$ check  
   2002-10-15  paf
         * src/targets/parser.C:  
                 $id$ check          * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
             $junction){was true}{now false} use ^if($junction is
         * src/include/pa_pool.h:            junction){was and now true}
         * src/include/pa_string.h:  
         * src/main/main.dsp:          * src/classes/xdoc.C, src/classes/xnode.C,
         * src/main/pa_pool.C:            src/include/pa_charset.h, src/include/pa_pool.h,
         * src/main/pa_string.C:            src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
         * src/targets/parser.C:            www/htdocs/index.html: xml->parser strings now have origin, which
                 templates in VC++ suxx.            points to place where value left xml library and came to parser:
             place of dom field extraction/call
   
           * src/classes/op.C, src/include/pa_opcode.h,
             src/include/pa_request.h, src/main/compile.tab.C,
             src/main/compile.y, src/main/execute.C,
             src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
             pieces of old code allowing $junction.xxx at compile time
   
           * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
             src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
             objects also considered [were only classes]
   
           * ChangeLog, src/classes/op.C, src/include/pa_request.h,
             src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
             www/htdocs/index.html: ^process[CLASS]{body} now executed with
             CLASS self.  [   (request&method_frame).self temporarily changed
             ]
   
           * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
             www/htdocs/operators.p: method_frame now always changed, with no
             exception to native calls.  for&foreach changed to use
             method_frame.caller for their var's name context
   
           * src/main/execute.C, src/targets/cgi/parser3.C,
             src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
             www/htdocs/operators.p: compiling to system classes disabled
   
           * www/htdocs/: derived.p, index.html: test of ^process from
             operator called from user class
   
           * operators.txt, src/classes/op.C, www/htdocs/operators.p:
             ^process[$caller.CLASS]{code-string} added
   
           * operators.txt, src/classes/op.C, src/main/compile.tab.C,
             src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
             src/types/Makefile.am, src/types/pa_vjunction.C,
             src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
             src/types/types.dsp, www/htdocs/operators.p: removed
             $junction.get $junction.set[] introducing $caller
   
           * src/types/pa_value.h: removed outdated comments. doxygen would
             find them lower by inheritance tree
   
           * src/types/pa_vjunction.C: ident
   
   2002-10-14  paf
   
           * src/classes/op.C: process compiles to code's class class
   
           * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
             src/include/pa_request.h, src/main/compile.C,
             src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
             src/main/pa_request.C, src/types/pa_vstateless_class.h,
             www/htdocs/index.html: operators now main-class-methods
   
           * src/classes/op.C, src/include/pa_request.h,
             www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
             has better stack trace [has "call" & co there]
   
           * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
             operators @auto now executed in MAIN context
   
           * src/main/execute.C: operator execution context now = MAIN, not
             closest stack frame
   
             @touchit[] $i[after]
   
             ----t.html $i[before] << local ^touchit[] $i << now 'before',
             were 'after'
   
             ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
             'after'
   
           * src/main/execute.C: comment
   
           * src/types/pa_vclass.C, src/types/pa_vobject.h,
             src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
             www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
             resurrected [wes killed in action]
   
           * src/types/pa_vxnode.C: misreplace fixed
   
           * configure, configure.in, src/include/pa_config_auto.h.in,
             src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
             $status:rusage.tv_secs/usecs introduced
   
   2002-10-09  paf
   
           * src/classes/double.C, src/classes/int.C, src/classes/string.C,
             www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
             failes on empty string [or uses (default)]
   
   2002-10-08  paf
   
           * src/main/untaint.C: mail header quoted printable changed after
             RFC reread
   
           * operators.txt: plan on ^if(method
   
           * src/types/pa_vxnode.C: misreplace
   
   2002-09-24  paf
   
           * src/targets/cgi/Makefile.am: LIBS were bad name in .am
   
           * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
             mailreceive would compile on freebsd now
   
           * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
             configure, configure.in, src/include/pa_config_auto.h.in,
             src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
             mailreceive would compile on freebsd now
   
           * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
              file spec language changed: now there are only few chars are
             untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
             SPACES now enabled, one should use ^untaint[uri]{...} now]
   
             2.  $list[^file:list[dir]] now returns simply tainted names in
             $list.name, not tainted as filespec
   
             @russianindex[] #dir with files with russian-lang names
             $where[dir]
   
             $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
             href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
   
   2002-09-23  paf
   
           * src/types/pa_vdouble.h: double->int round added
   
           * src/classes/date.C: date bug fix, now
             round(floatDays*secondsPerDay)
   
           * src/classes/date.C: date bug fix, now
             round(floatDays*secondsPerDay)
   
   2002-09-20  paf
   
           * src/main/execute.C, www/htdocs/index.html: code junction calls
             disabled [before: code was compiled in such a way, that there
             were no code-junctions in OP_CALL]
   
             this now error: @badjunctioncall[] ^badjunctioncallinside{code}
   
             @badjunctioncallinside[code] ^code[]
   
           * src/main/compile.tab.C, src/main/compile.y,
             www/htdocs/index.html: changed grammer on junction expanding to
             include ^junction.method
   
           * src/main/pa_common.C: -d "DIR/" now true
   
           * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
             sets $request:charset as internal xdoc encoding, and after
             decoding attributes set by dom functions now encoded OK, not as
             digital entities
   
           * src/classes/xdoc.C: empty transform result, being taken as file
             now returns empty file, not raises stupid error about "stat-ed
             file"
   
           * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
             modification of existing keys allowed
   
           * src/types/types.dsp: introducing $junction.get/put(1) one can
             write iterators now:
   
             ^user-foreach[key;value]{$key=$value<br>}
   
             @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
             $code.value($i*2)       $code }
   
           * src/main/compile_tools.h: mistype
   
           * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
             thus taking linking options configure changes into account [were:
             ignoring]
   
           * src/types/: pa_vjunction.C, Makefile.am: introducing
             $junction.get/put(1) one can write iterators now:
   
             ^user-foreach[key;value]{$key=$value<br>}
   
             @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
             $code.value($i*2)       $code }
   
           * src/include/pa_opcode.h, src/include/pa_request.h,
             src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
             src/main/main.dsp, src/targets/cgi/parser3.dsp,
             src/types/pa_vjunction.h, www/htdocs/.htaccess,
             www/htdocs/index.html: introducing $junction.get/put(1) one can
             write iterators now:
   
             ^user-foreach[key;value]{$key=$value<br>}
   
             @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
             $code.value($i*2)       $code }
   
   2002-09-19  paf
   
           * Makefile.am: new: make commit
   
           * aclocal.m4: forced to be older
   
   2002-09-18  paf
   
           * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
             src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
             >> int shifts
   
           * src/: include/pa_common.h, include/pa_request.h,
             main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
             - now this - fatal error
   
           * src/classes/file.C, www/htdocs/index.html,
             www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
             now] so that one can pass binary data there
   
           * src/classes/date.C, src/classes/double.C, src/classes/file.C,
             src/classes/hash.C, src/classes/image.C, src/classes/int.C,
             src/classes/mail.C, src/classes/op.C, src/classes/response.C,
             src/classes/string.C, src/classes/table.C, src/classes/void.C,
             src/classes/xdoc.C, src/classes/xnode.C,
             src/include/pa_request.h, www/htdocs/index.html: pa_request
             contexts made privated, plus get_{self/method_frame} to read.
             Request_context_saver used in ^try to save flang too.  [were not
             saved]
   
           * src/types/pa_vresponse.C: header value chains joined before
             output, this should help $.subject[$var $var] from being
             converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
   
   2002-09-17  paf
   
           * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
             removed changes, operators executed with calling self.  lots of
             code with ^include code relies on defined/defining self variables
   
             $a[1] ^include[print_a.p] print_a.p: $a
   
             ^include[set_a.p] a=$a set_a.p: $a[1]
   
           * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
             src/types/pa_value.C, src/types/pa_value.h,
             src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
             www/htdocs/operators.p: operators now executed with MAIN self.
             it's for ^include sake, too strong a change
   
           * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
             made place for ^process to compile it's code to in case of no
             self
   
           * src/main/execute.C, www/htdocs/index.html: found ancient param to
             Junction, removed.  allowed passing self to native_code_operators
             [for ^process to work, she needs self]
   
           * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
             types/pa_vstateless_class.h: found ancient param to Junction,
             removed.  allowed passing self to native_code_operators [for
             ^process to work, she needs self]
   
           * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
             src/types/pa_value.h, src/types/pa_vmethod_frame.h,
             src/types/pa_vstateless_class.h, www/htdocs/index.html,
             www/htdocs/operators.p: allowed Request.self to be 0, checked
             that in VMethodFrame get/put and $self.
   
           * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
             table::sql  options table::create  copy options options checked,
             wrong option now fatal error
   
           * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
             [were missing words on pieces boundaries]
   
           * bin/auto.p.dist.in: strange \n
   
           * configure, configure.in: .so now detected [can be .sl on hpux,
             .dll on cygwin, .so in other cases)
   
           * configure, configure.in, bin/auto.p.dist.in: .so now detected
             [can be .sl on hpux, .dll on cygwin, .so in other cases)
   
           * operators.txt, src/classes/hash.C, src/classes/table.C,
             src/include/pa_globals.h, src/main/pa_globals.C,
             www/htdocs/index.html: table.sql hash::sql flag to allow
             duplicate keys [$.distinct(1/0)] first record taken [were last]
   
           * src/classes/hash.C, src/classes/table.C,
             src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
             hash::sql duplicate keys now errors
   
           * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
   
           * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
             menu/for delims bug fixed [were ,2,3]
   
   2002-09-16  paf
   
           * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
             can be both unix & dos. and they can be unix [\n\n] on win when
             'use CGI' used, it causes stdout to be binary.  now detected
             closest header break.
   
           * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
             closed right
   
   2002-09-13  paf
   
           * operators.txt, src/main/compile.tab.C, src/main/compile.y,
             src/main/compile_tools.h, www/htdocs/index.html: (expression
             #comment)
   
             (multiline expression #comment  line2  #comment )
   
             (expression #comment with (brackets) comment) << OK
   
           * operators.txt, src/main/compile.tab.C, src/main/compile.y,
             www/htdocs/index.html: !| bitwise !|| numerical xor now
             [preparing for expression #comments]
   
           * src/main/compile.tab.C, src/main/compile.y,
             www/htdocs/index.html: @method[$name] now parse error
   
           * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
             cheched in pa_socks.C
   
           * configure, configure.in, src/include/pa_config_auto.h.in:
             HAVE_WINSOCK_H created in configure.in
   
           * src/main/compile.tab.C, src/main/compile.y,
             src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
             clean [were mistakenly tainted & that worked bad with opera --
             'happily' that worked OK with msie]
   
   2002-09-12  paf
   
           * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
             VClass get_element now first looks to fields, next to methods &
             co todo: the rest reason: more speed
   
           * src/main/untaint.C: quoted printable encoding stops before
             \s*<...>$
   
           * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
             now =20 and encoding stops before <...>$
   
   2002-09-11  paf
   
           * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
             www/htdocs/index.html: while fixing (
             xmlCharEncodingInput/OutputFunc callbacks returned bad value )
             forgot to check users of those funcs. not all were using that
             return value convention
   
           * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
             windows-1254 added
   
   2002-09-10  paf
   
           * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
             VCodeFrame parent param were specified badly
   
           * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
             WWrapper which used in constructing objects(second param to sql
             method) ^...sql{}[$.default{code}] now has parent, wich helps
             code in hash to survivi
   
           * src/: include/pa_request.h, main/execute.C: removed redundant
             param to execute [stack said 'thanks']
   
           * src/: classes/op.C, main/execute.C, types/pa_value.C,
             types/pa_value.h, types/pa_vcode_frame.h,
             types/pa_vmethod_frame.h, types/pa_wcontext.C,
             types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
             responsibility to wcontext
   
           * src/classes/file.C: decided not to log exec's with stderr, that
             could be warnings, and it's up to scritper to log/show them
   
           * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
             double:sql badly called write_assign_lang, not write_no_lang,
             thus doing unnecessary double/string converstion, which were
             loosing time&precesion
   
           * src/main/pa_charset.C, src/types/pa_vmail.C,
             www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
             returned bad value in case of unfinished in buffer processing,
             causing accidental transcode stop [in case that source enc !=
             utf-8 & there is incomplete utf-8 sequence at the end of
             16000block iside of libxml lib] tfm readed & code updated
   
   2002-09-04  paf
   
           * configure: makes with sjlj
   
           * INSTALL, src/include/pa_config_fixed.h,
             src/include/pa_sql_connection.h,
             src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
             -with-sjlj-exceptions define checked.  on win32 it made default
   
           * src/include/pa_config_auto.h.in: sjlj define
   
           * configure, configure.in: introducing --with-sjlj-exceptions [hpux
             can not work with longjump/throw pair, and one must switch that
             on there.  todo: detect that automatically]
   
           * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
             checks of xnode.elements.  now, for instance, if element does not
             have any attributes, $xnode.attributes is void, not error
   
   2002-09-02  paf
   
           * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
             www/htdocs/index.html: removed double_result, didn't help
   
           * src/main/execute.C: double_result made to move that var away from
             hungry g++ optimizer (-O2), before: it were optimized and
             comparison operators worked badly
   
           * src/types/pa_vdate.h: removed debug
   
           * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
   
           * src/main/execute.C: fixed numeric < & co so that thay now use
             c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
             unknown reason.
   
   2002-08-29  paf
   
           * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
             src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
             src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
             src/main/pa_request.C, src/targets/cgi/parser3.dsp,
             src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
             src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
             src/types/types.dsp, www/htdocs/index.html: junction_cleaner
             moved to auto VMethodFrame [called less frequent, allowed to
             remove ugly Junction.change_context-s from many places, switch,
             mail:send..html{}, ..] request.root renamed to method_frame [more
             easyreading] ancient {...PUSH/POPs...} changed to stack vars
             [speed up]
   
   2002-08-28  paf
   
           * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
             $cookie:name << now tainted
   
           * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
             delete when $cookie:name[$.value[]]
   
           * operators.txt, src/classes/string.C, www/htdocs/derived.p,
             www/htdocs/index.html: ^string.split[delim[;options]]
   
   2002-08-27  paf
   
           * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
   
           * operators.txt, src/main/compile.tab.C, src/main/compile.y,
             www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
             delimiter
   
           * INSTALL: recommended latest gmime 1.0.5
   
   2002-08-26  paf
   
           * configure, configure.in: apache13/hook added to make dist.
   
   2002-08-23  paf
   
           * src/include/pa_common.h, src/main/pa_common.C,
             src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
             www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
             accessible [due to bad rights or whatever] it's error now
   
   2002-08-21  paf
   
           * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
             "base class".  compiled as if here they named base class
   
           * Makefile.am: can use: make happy equals to make update install
   
           * src/main/compile.tab.C, src/main/compile.y,
             src/main/compile_tools.C, src/main/compile_tools.h,
             www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
             "base class".  compiled as if here they named base class
   
           * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
             bug, [were wrong string cloning constructor]
   
           * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
             www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
   
           * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
             src/types/pa_vfile.C, src/types/pa_vmail.C,
             www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
             $mail.received.file.value.content-type fixed
   
   2002-08-20  paf
   
           * src/classes/file.C, www/htdocs/index.html: fixed language of
             file:file result
   
           * operators.txt, src/classes/void.C, www/htdocs/index.html:
             ^void.pos[...] = -1 merged from 3.0.0005
   
           * operators.txt, src/classes/void.C: ^void.pos[...] = -1
   
           * operators.txt, src/classes/void.C, www/htdocs/index.html:
             ^void.length[] = 0 merged from 3.0.0005
   
           * src/classes/void.C, operators.txt: ^void.length[] = 0
   
   2002-08-19  paf
   
           * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
             work now
   
           * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
             error in xnode, which were not catched in xdoc]
   
           * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
             prepared:        // validate each document after load/create (?)
                    //xmlDoValidityCheckingDefaultValue = 1;
   
   2002-08-15  paf
   
           * src/classes/classes.h, www/htdocs/index.html: write to static var
             caused useless Exception, introduced Methoded::put_element wich
             consumes those
   
           * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
             src/types/pa_vcookie.C, src/types/pa_vdate.h,
             src/types/pa_vresponse.C, src/types/pa_vresponse.h,
             www/htdocs/index.html: $response:field[date]
             $response:field[$.xxx[date]]
   
           * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
             src/classes/void.C, src/include/pa_sql_connection.h,
             www/htdocs/index.html: fixed source of ^hash::sql{bad}
   
           * operators.txt: $request:body unprecessed POST request body
   
           * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
             unprecessed POST request
   
           * src/types/pa_value.h, src/types/pa_vdate.h,
             src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
             src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
             field not found", 0, &aname)
   
           * operators.txt, src/classes/form.C, src/include/pa_pool.h,
             src/include/pa_request.h, src/main/pa_pool.C,
             src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
             planning/preparing_to $request:body r.post_data now const
   
           * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
             src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
             src/types/pa_vhash.h, src/types/pa_vobject.C,
             src/types/pa_vobject.h, src/types/pa_vtable.h,
             www/htdocs/index.html: instead of type() checking everywhere used
             Value.as now user descendants can be used in params.
   
             VObject::as_*, is_defined now taken from bases.  xtable(table)
             ^if($xtable) now OK
   
           * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
             types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
             types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
   
   2002-08-14  paf
   
           * src/classes/xnode.h, src/main/execute.C,
             src/targets/cgi/parser3.dsp, src/types/pa_value.h,
             src/types/pa_vclass.C, src/types/pa_vclass.h,
             src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
             src/types/pa_vcookie.h, src/types/pa_vdate.h,
             src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
             src/types/pa_vform.h, src/types/pa_vhash.h,
             src/types/pa_vimage.h, src/types/pa_vmail.C,
             src/types/pa_vmail.h, src/types/pa_vmath.h,
             src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
             src/types/pa_vobject.h, src/types/pa_vrequest.C,
             src/types/pa_vrequest.h, src/types/pa_vresponse.C,
             src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
             src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
             src/types/pa_vstatus.h, src/types/pa_vstring.h,
             src/types/pa_vtable.C, src/types/pa_vtable.h,
             src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
             src/types/pa_vxnode.C, src/types/pa_vxnode.h,
             src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
             VObject & VClass
   
           * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
   
           * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
             removed fixopt stupidity. on stupid linux use cd /document/root
             ../cgi/parser3 script
   
           * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
             params, splitting them by space, excluding argv[0], argv[argc-1]
   
           * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
             fixopt.h: fixopt now preprocesses command line params, splitting
             them by space, excluding argv[0], argv[argc-1]
   
           * src/targets/cgi/parser3.C: -f config file
   
           * src/targets/cgi/parser3.C, www/htdocs/auto.p,
             www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
   
   2002-08-13  paf
   
           * src/types/pa_vobject.C, www/htdocs/derived.p,
             www/htdocs/index.html: allow override parent variables, useful
             for form descendants [in vobject too, were in vclass]
   
           * src/types/pa_vclass.C, www/htdocs/index.html: allow override
             parent variables, useful for form descendants
   
           * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
             form[vclass]fields can be overwritten in derived(table)
   
           * src/: classes/form.C, classes/mail.C, classes/op.C,
             classes/xnode.h, include/pa_request.h, main/execute.C,
             main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
             types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
             types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
             types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
             types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
             types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
             types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
             types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h,
             types/pa_vstatus.C, types/pa_vstatus.h, 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_wwrapper.h: introduced
             Value::get_element(..., bool looking_down) [needed to exclude
             endless recoursion]
   
           * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
             fix bug with put endless recoursion todo: check 'as'
   
           * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
             reorganized modules todo: fix bug with put endless recoursion
             todo: check 'as'
   
           * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
             fields can be overwritten in derived(table)
   
           * www/htdocs/derived.p: sample: dont convinient that table fields
             can be overridden
   
           * src/types/pa_vobject.h, www/htdocs/derived.p,
             www/htdocs/index.html: derived classes can have fields of their
             own now
   
           * src/classes/table.C, src/types/pa_vtable.C,
             src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
             on using non-created table
   
           * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
             src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
             src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
             src/main/pa_request.C, src/types/pa_value.h,
             src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
             src/types/pa_vcookie.C, src/types/pa_vcookie.h,
             src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
             src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
             src/types/pa_vimage.C, src/types/pa_vimage.h,
             src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
             src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
             src/types/pa_vrequest.C, src/types/pa_vrequest.h,
             src/types/pa_vresponse.C, src/types/pa_vresponse.h,
             src/types/pa_vstateless_class.h,
             src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
             src/types/pa_vstatus.h, src/types/pa_vstring.h,
             src/types/pa_vtable.C, src/types/pa_vtable.h,
             src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
             src/types/pa_vxnode.C, src/types/pa_vxnode.h,
             src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
             now looking down/up tree todo: fix error message on
             non-constructed parents
   
   2002-08-12  paf
   
           * src/types/pa_vstateless_class.h,
             src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
             derived OK
   
           * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
             thorough testing
   
           * src/: main/compile.tab.C, main/compile.y, main/execute.C,
             main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
             types/pa_vobject.h, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h, types/pa_wcontext.h,
             types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
             ^base:create[] dynamic call rewritten todo: thorough testing
   
           * www/htdocs/: base.p, derived.p: not good - along upward-virtual
             call self eq child
   
           * src/types/pa_value.h, src/types/pa_vclass.h,
             src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
             VObject ctor now instantates base class, remembers it and saves
             child in parent VObject.get_class now returns last child =
             downward virtual calls OK
   
           * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
             src/types/pa_vdate.h, src/types/pa_vdouble.h,
             src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
             src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
             src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
             src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
             src/types/pa_vtable.h, src/types/pa_vxdoc.h,
             src/types/pa_vxnode.h, src/types/pa_wcontext.h,
             src/types/types.dsp, www/htdocs/index.html: killed VAliased
             [redundant], moved $CLASS to VObject only [parser class instance]
   
           * bin/auto.p.dist.in: more like in dist on parser.ru
   
           * bin/auto.p.dist.in: fixed sendmail default comment
   
           * src/main/pa_request.C: $response:body[file] content-type check
             fixed [were bad when content-type is hash]
   
   2002-08-09  paf
   
           * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
             src/types/pa_vobject.h, src/types/pa_vxdoc.h,
             www/htdocs/index.html: started as()
   
   2002-08-08  paf
   
           * operators.txt, src/classes/date.C, src/include/pa_globals.h,
             src/main/pa_globals.C, www/htdocs/index.html: year column in
             month calendar [week year]
   
           * src/main/execute.C, www/htdocs/index.html: error reporting on
             object writes to MAIN improved [were ruind with fixing
             $obj[^if(1){$obj}] ]
   
           * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
             $date.yearday $date.daylightsaving
   
           * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
             www/htdocs/index.html: in letter texts one can use tainted data
             now. only she must specify the language.
   
             ^mail:send[     $.from[paf@mail.design.ru]
             $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   $.text[^taint[uri][ìîñêâà]=] ]
   
           * www/htdocs/index.html: ^process now prints more precise origin
   
           * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
             www/htdocs/index.html: ^process now prints more precise origin
   
           * src/include/pa_string.h, www/htdocs/index.html:
             String::first_char now not fails on empty strings ^if(-f '') now
             ok and in 3 other places.
   
           * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
             String::first_char now not fails on empty strings ^if(-f '') now
             ok and in 3 other places.
   
   2002-08-07  paf
   
           * src/classes/string.C, src/main/pa_string.C,
             www/htdocs/index.html: ^string.mid(0;bad) fixed
   
           * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
             fixed
   
           * src/main/execute.C, src/types/pa_vcode_frame.h,
             src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
             src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
             www/htdocs/index.html: vcodeframe were mistakenly not completely
             transparent to object writes.  $hash[^if(1){$hash}] now works
   
           * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
             now erasing cache file [there were bad check on that]
   
           * src/classes/classes.dsp, src/classes/table.C,
             src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
             src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
             .dsp now named 'Debug'
   
           * etc/parser3.charsets/Makefile.am: all included into dist
   
           * operators.txt, src/classes/mail.C: exception_type  email.send
   
           * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
             exception_type  email.format
   
           * src/types/pa_vmail.C, www/htdocs/global.xsl,
             www/htdocs/index.html: mail:send empty  email checked
   
   2002-08-06  paf
   
           * operators.txt, src/classes/table.C, src/include/pa_array.h,
             src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
             www/htdocs/index.html: ^table::create[$source;$.options]
             ^table::join[$source;$.options]
   
           * operators.txt, src/classes/hash.C, src/classes/string.C,
             src/classes/table.C, www/htdocs/index.html: sql options can be
             string now ^xxx:sql{...}[ #  $.default() }
   
           * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
             case fields
   
           * src/classes/file.C, src/include/pa_globals.h,
             src/main/pa_globals.C, src/main/pa_request.C,
             src/types/pa_vfile.C, src/types/pa_vfile.h,
             www/htdocs/index.html: $file.content-type [instead of .mime-type]
             now works for file::stat also
   
           * src/main/pa_request.C, www/htdocs/index.html: case insensitive
             mime_type_of
   
           * bin/auto.p.dist.in: jpeg
   
   2002-08-05  paf
   
           * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
   
           * src/types/pa_vmail.C: file buffer relocated to parser heap
   
           * operators.txt: comment on date:calendar week column
   
           * src/main/pa_common.C: write checked
   
           * src/main/: pa_common.C: write checked
   
           * src/classes/date.C: +1 buf size for stupid snprintfs
   
           * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
             month calendar week column [ISO 8601 Week Numbers]
   
   2002-08-02  paf
   
           * src/: include/pa_config_fixed.h, main/pa_string.C,
             targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
             DEBUG*
   
           * configure, configure.in, src/include/pa_version.h: release
             3_0_0005
   
           * bin/auto.p.dist.in: unhandled_exception comments
   
           * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
             multipart post fixed
   
           * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
             src/types/pa_vform.C: response transcoded source->client only
             when text/* or simple onoverridden $response:body
   
   2002-08-01  paf
   
           * src/: classes/classes.C, classes/classes.h, classes/date.C,
             classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
             classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
             classes/op.C, classes/response.C, classes/string.C,
             classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
             classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
             include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
             include/pa_config_fixed.h, include/pa_dictionary.h,
             include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
             include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
             include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
             include/pa_socks.h, include/pa_sql_connection.h,
             include/pa_sql_driver_manager.h, include/pa_stack.h,
             include/pa_string.h, include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
             include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
             lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
             lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
             main/compile_tools.C, main/compile_tools.h, main/execute.C,
             main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
             main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
             main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
             main/pa_globals.C, 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_stylesheet_manager.C, main/pa_table.C,
             main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
             targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
             targets/cgi/parser3.C, targets/cgi/pool_storage.h,
             targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
             targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
             types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
             types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
             types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
             types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
             types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
             types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
             types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
             types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
             types/pa_vmethod_frame.h, types/pa_vobject.h,
             types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
             types/pa_vresponse.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h,
             types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
             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$
   
           * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
             classes/date.C, classes/double.C, classes/file.C, classes/form.C,
             classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
             classes/math.C, classes/op.C, classes/response.C,
             classes/string.C, classes/table.C, classes/void.C,
             classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             include/pa_array.h, include/pa_cache_managers.h,
             include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_dictionary.h, include/pa_dir.h,
             include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
             include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
             include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
             include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stack.h, include/pa_string.h,
             include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
             include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
             lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
             main/compile_tools.C, main/compile_tools.h, main/execute.C,
             main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
             main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
             main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
             main/pa_exec.C, main/pa_globals.C, 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_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
             main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
             targets/cgi/pa_threads.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
             targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
             targets/isapi/pool_storage.h, types/pa_valiased.C,
             types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
             types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
             types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
             types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
             types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
             types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
             types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
             types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
             types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
             types/pa_vresponse.C, types/pa_vresponse.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h, types/pa_vstatus.C,
             types/pa_vstatus.h, types/pa_vstring.C, 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, types/types.dsp, Makefile.am,
             classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
             types/Makefile.am: ident.C* removed
   
           * operators.txt, src/classes/file.C, src/main/pa_request.C:
             file:find[/can/do/this/now.txt]
   
           * src/targets/cgi/parser3.C: usage to stdout now
   
   2002-07-31  paf
   
           * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
   
           * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
             default "postmaster"
   
           * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
             -f postmaster now default sendmail key word "postmaster"
             replaced to $.from
   
   2002-07-30  paf
   
           * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
             src/targets/cgi/parser3.C: removed pa_config_paths.h
   
           * src/main/pa_charset.C: comment
   
           * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
             convert, no char in table, &#decimal;
   
           * src/main/pa_request.C: comment
   
           * etc/parser3.charsets/windows-1251.cfg: section sign [russian
             paragraf]
   
   2002-07-11  paf
   
           * src/main/pa_exec.C: build command line badly added params twice
             [and first time without ' ']. double wrong. fixed.
   
           * src/main/pa_exec.C: invalid .exe caused error message with params
             wich parser did not provide = reported badly.  fixed that.
   
           * src/classes/mail.C: $MAIL[ # xxx ]
   
             now ok
   
           * operators.txt: plan: sql detailed exception
   
   2002-07-01  paf
   
           * src/: classes/form.C, main/pa_request.C: @conf bug fixed
             [MForm.configure_admin were called when request.main_class ==0
   
           * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
   
           * src/classes/form.C: content_length type fix
   
   2002-06-30  paf
   
           * src/classes/mail.C: merged from 4
   
           * src/classes/mail.C: restored $MAIL
   
   2002-06-28  paf
   
           * configure, configure.in: removed paths.h
   
           * configure, src/include/pa_version.h,
             src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
             merged, makes updated
   
           * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
             src/include/pa_charset.h, src/include/pa_config_fixed.h,
             src/include/pa_pool.h, src/include/pa_version.h,
             src/main/pa_charset.C, src/main/pa_pool.C,
             src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
             src/types/pa_vmail.C, www/htdocs/index.html: merged latest
             updates to head
   
   2002-06-27  paf
   
           * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
             not error now
   
           * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
             src/include/pa_config_fixed.h, src/include/pa_pool.h,
             src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
             ^xdoc::create[[uri]]... base uri for document being created,
             imports and other relative file names would be relative to this
             uri default uri=path_translated
   
           * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
             bug workaround
   
   2002-06-26  paf
   
           * configure, configure.in, src/include/pa_version.h:
             release_3_0_0004
   
           * src/main/pa_string.C: blank string '', ' <whitespace>' considered
             0 now
   
           * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
   
   2002-06-25  paf
   
           * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
             string of whitespaces considered bad number now
   
           * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
   
           * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
             ^xdoc.transform[xdoc <<can be now
   
           * operators.txt, src/classes/string.C, www/htdocs/index.html:
             ^string.normalize  [old name: optimize
   
           * configure, configure.in, src/include/pa_config_auto.h.in: crypt
             library configured
   
           * src/main/pa_request.C: configure_admin forced if no @conf
   
           * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
             src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
             to generate random salt when needed and to call system crypt() if
             not $apr1$ prefix
   
   2002-06-24  paf
   
           * INSTALL: --with-static/shared-mailreceive described
   
           * src/include/pa_config_fixed.h: ssize_t fixed
   
           * configure, configure.in, src/include/pa_config_auto.h.in,
             src/targets/cgi/Makefile.am, src/types/Makefile.am,
             src/types/pa_vmail.C: $mail:received makes update
   
           * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
             WITH_MAILRECEIVE
   
           * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
   
           * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
             option, for $mail:receive
   
           * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
             introducting $message:received ^mail:send rewritten with backward
             comp
   
           * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
             targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
             types/types.dsp: win32xml win32mailreceive pseudomodules paths
             now
   
           * operators.txt, src/classes/mail.C, src/include/Makefile.am,
             src/include/pa_charset.h, src/include/pa_config_fixed.h,
             src/include/pa_request.h, src/include/pa_string.h,
             src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
             src/main/pa_globals.C, src/main/pa_request.C,
             src/main/pa_string.C, src/main/pa_uue.C,
             src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
             src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
             src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp,
             www/htdocs/index.html: uue to separate file introducting
             $message:received ^mail:send rewritten with backward comp
   
   2002-06-21  paf
   
           * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
             co changes
   
           * configure, configure.in, src/lib/md5/Makefile.am,
             src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
             restructure .in and .am files appropriate changes
   
           * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
             pcre to libs/ added libs/md5 which is linked to non-apache
             targets ^math:crypt[password;$apr1$salt]
   
           * INSTALL, configure.in, operators.txt, parser3.dsw,
             src/Makefile.am, src/classes/Makefile.am,
             src/classes/classes.dsp, src/classes/math.C,
             src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
             src/lib/pcre/Makefile.am, src/lib/pcre/README,
             src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
             src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
             src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
             src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
             src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
             src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
             src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
             src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
             src/lib/pcre/pcre_parser_ctype.dsp,
             src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
             src/lib/pcre/win-koi.tab, src/main/Makefile.am,
             src/main/compile.tab.C, src/main/main.dsp,
             src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
             src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
             src/types/types.dsp, www/htdocs/.htaccess, www/htdocs/index.html,
             src/lib/Makefile.am: moved libltdl and pcre to libs/ added
             libs/md5 which is linked to non-apache targets
             ^math:crypt[password;$apr1$salt]
   
   2002-06-20  paf
   
           * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
             bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
             src/doc/doxygen.cfg, src/include/pa_globals.h,
             src/include/pa_request.h, src/main/execute.C,
             src/main/pa_request.C, src/targets/cgi/parser3.C,
             src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h,
             www/htdocs/auto.p, www/htdocs/index.html: marged latest HEAD
             updates, mainly file:justname&co & @auto/conf[filespec
   
           * operators.txt, src/classes/file.C, www/htdocs/auto.p,
             www/htdocs/index.html:     !^file:dirname[/a/some.tar.gz]=/a
                 !^file:dirname[/a/b/]=/a
                 !^file:basename[/a/some.tar.gz]=some.tar.gz
                 !^file:justname[/a/some.tar.gz]=some.tar
                 !^file:justext[/a/some.tar.gz]=gz
   
           * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
             src/main/pa_request.C, src/types/pa_vmethod_frame.h,
             www/htdocs/auto.p, www/htdocs/index.html: introducing
             @conf/auto[filespec]
   
           * bin/auto.p.dist.in: <noindex>
   
           * configure: parser3.conf renamed to auto.p autoconf changes
   
           * INSTALL, configure.in, operators.txt, bin/Makefile.am,
             bin/auto.p.dist.in, src/doc/doxygen.cfg,
             src/include/pa_globals.h, src/targets/cgi/parser3.C,
             src/targets/isapi/parser3isapi.C, www/htdocs/auto.p,
             www/htdocs/index.html: parser3.conf renamed to auto.p
   
   2002-06-18  paf
   
           * configure, configure.in, src/include/pa_version.h: version to
             configure.in
   
           * INSTALL: reflected .conf.dist dir change
   
           * Makefile.am, configure, configure.in, bin/Makefile.am,
             etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
             .in & *.am updated
   
           * src/classes/file.C: strncasecmp
   
           * src/classes/file.C: strcasecmp
   
           * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
             bin/parser3.conf.dist [moved from etc
   
           * src/classes/file.C: ^file::exec[script;$.bad error case
             insensitive check now
   
           * src/classes/file.C, www/htdocs/index.html:
             ^file::exec[script;$.bad now error, not skip
   
           * configure, configure.in, src/include/pa_pool.h,
             src/include/pa_types.h: pack configure.in detection simplified.
             figured out that gcc on sparc not that stupid as thought
             previously: on sparc: when it sees packed class it modifies it's
             field-access-code to byte operations [stb, ldub] instead of 4byte
             operations [st, lduh] so packed must be all parts of packed
             class, i.e. it's parents&fields(classes).  for now it's only
             String that packed and what was wrong is that it's parent -
             Pooled, were not packed. fixed that.
   
   2002-06-14  paf
   
           * operators.txt: more precise xml-to-text options
   
           * operators.txt, src/types/pa_vxnode.C: xnode
             attribute_node.name/value xnode pi.node.data
   
   2002-06-12  paf
   
           * configure, configure.in, src/targets/cgi/Makefile.am,
             src/targets/cgi/parser3.C: removed root conf define creation
   
           * INSTALL, configure.in, operators.txt, etc/Makefile.am,
             src/include/pa_globals.h, src/include/pa_request.h,
             src/main/compile.tab.C, src/main/pa_globals.C,
             src/main/pa_request.C, src/targets/cgi/parser3.C,
             src/targets/isapi/parser3isapi.C: parser3.conf now one and only
   
           * src/classes/mail.C: sendmail -ti [default now]
   
           * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
             to be strings. for convinient #ing
   
           * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
             main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
   
           * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
             main/pa_globals.C, main/pa_request.C: @conf
   
   2002-06-11  paf
   
           * src/classes/file.C: check simplified
   
           * src/classes/file.C, src/targets/cgi/parser3.dsp,
             src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
             www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
             prefix
   
           * src/classes/file.C, src/include/pa_request.h,
             src/include/pa_sapi.h, src/targets/cgi/parser3.C,
             src/targets/isapi/parser3isapi.C, www/htdocs/index.html:
             file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
   
   2002-06-10  paf
   
           * operators.txt, src/classes/op.C, src/include/pa_common.h,
             src/main/pa_common.C: lock failures reported now
   
           * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
             bug fixed optimization string->double @ compile time were
             not-enough-checking...
   
           * src/main/compile.tab.C, src/main/pa_string.C,
             www/htdocs/index.html: whitespace after number in autoconvert now
             ignored
   
           * src/types/pa_vform.C, src/types/pa_vform.h,
             www/htdocs/index.html: $form: not determined yet check
   
           * src/classes/mail.C: mail netscape attachment name fixed. todo:
             $response:body content-type:name
   
           * configure, configure.in: hpux check, nsl link, no socket
   
           * operators.txt: old merge conflict removed
   
           * configure, configure.in: pack even address access on sparc&co
             arch checked in configure
   
           * configure, src/include/pa_version.h: makes
   
           * configure, configure.in, src/include/pa_version.h: makes
   
           * src/main/untaint.C: (bug#2) mail subject got always prepended
             with charset even when all letters were 7bit one
   
           * src/main/pa_common.C: merged fixed -d (bug)
   
           * src/main/pa_common.C: fixed -d (bug)
   
   2002-06-03  paf
   
           * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
             src/classes/classes.dsp, src/main/compile.tab.C,
             src/main/main.dsp, src/main/pa_globals.C,
             src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
             src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
             www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
             modules dirs structure
   
           * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
             main/pa_globals.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
             modules
   
   2002-05-28  paf
   
           * src/targets/cgi/parser3.C: info.uri now ""
   
   2002-05-17  paf
   
           * src/classes/: table.C: ^table.save << checked empty
             pre/match/post columns
   
   2002-05-16  paf
   
           * src/classes/image.C, www/htdocs/index.html: image::measure can
             png now
   
   2002-05-15  paf
   
           * operators.txt, src/classes/date.C, www/htdocs/index.html:
             ^date::create[%H:%M[:%S]] added
   
           * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
   
           * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
             www/htdocs/auto.p, www/htdocs/index.html:
             ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
   
   2002-05-14  paf
   
           * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
   
   2002-05-07  paf
   
           * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
             src/include/pa_globals.h, src/include/pa_request.h,
             src/include/pa_table.h, src/main/compile.tab.C,
             src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
             src/main/pa_request.C, src/main/pa_table.C,
             src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
             src/targets/isapi/parser3isapi.dsp,
             src/targets/isapi/pool_storage.h, src/types/types.dsp,
             www/htdocs/parser-status.html: Table name2number field now &.
             main_method_name now on Request pool rather on global_pool
             [Junction+VJunction created on same pool as name = were created
             on global pool, causing mem leaks]
   
           * src/classes/classes.dsp, src/classes/op.C,
             src/include/pa_globals.h, src/include/pa_request.h,
             src/include/pa_table.h, src/main/compile.tab.C,
             src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
             src/main/pa_request.C, src/main/pa_table.C,
             src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
             src/targets/isapi/parser3isapi.dsp,
             src/targets/isapi/pool_storage.h, src/types/types.dsp,
             www/htdocs/parser-status.html: Table name2number field now &.
             main_method_name now on Request pool rather on global_pool
             [Junction+VJunction created on same pool as name = were created
             on global pool, causing mem leaks]
   
   2002-05-06  paf
   
           * src/: main/pa_globals.C, targets/cgi/parser3.C,
             targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
             100*40 bytes per request memory leak [nonpool malloc in globals]
   
           * src/: main/pa_globals.C, targets/cgi/parser3.C,
             targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
             100*40 bytes per request memory leak [nonpool malloc in globals]
   
   2002-04-30  paf
   
           * configure, src/include/pa_version.h: version now not b
   
           * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
             www/htdocs/index.html: request.uri now never 0
   
   2002-04-29  paf
   
           * configure.in: removed b
   
           * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
             Exception::comment/type checked in (), no there's no empty
             type/comment by default
   
           * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
             src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
             src/doc/value.dox, src/include/pa_exception.h,
             src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
             0001
   
   2002-04-26  paf
   
           * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
             www/htdocs/index.html: doxygen dot image size reduced
   
   2002-04-25  paf
   
           * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
             under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
             now that took into account
   
           * operators.txt, src/classes/date.C: ^date::create[2002-12-33
             01:03:04]
   
           * ChangeLog, operators.txt, src/classes/date.C,
             www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
   
           * ChangeLog: updated changelog
   
           * www/htdocs/index.html: sample of 'using junction out of context'
   
           * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
             removed restriction on column count to ^table.hash to work, now
             must be >0 [were >1]
   
   2002-04-24  paf
   
           * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
             targets
   
   2002-04-23  paf
   
           * operators.txt, src/classes/string.C, www/htdocs/index.html:
             int/double/string:sql{}[$.default{code}] fixed [were barking:
             "junction used outside of context"]
   
   2002-04-22  paf
   
           * types.txt, src/classes/string.C, src/include/pa_string.h,
             src/main/pa_string.C, src/types/pa_vstring.C,
             src/types/pa_vstring.h: ^string.optimize[]
   
           * src/: include/pa_globals.h, include/pa_table.h,
             main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
             table template
   
           * src/classes/: string.C: optimize removed from string
             .left/right/pos
   
           * src/main/execute.C: rolled back to
             before_killing_userjunction_contexts
   
           * src/main/execute.C, www/htdocs/index.html: user junctions context
             killed
   
           * src/main/execute.C, www/htdocs/index.html: junctions to local
             contexts got cleanized&checked later
   
   2002-04-19  paf
   
           * src/classes/string.C, src/include/pa_request.h,
             src/include/pa_string.h, src/main/pa_request.C,
             src/main/pa_string.C, src/types/pa_vstring.C,
             src/types/pa_vstring.h, www/htdocs/index.html: string now
             optimized prior to .left .right .mid .pos .match when that is
             profitable, and always before .replace when $ORIGINS(1)
             optimization disabled economy from not wasting mem on lots of
             strings which occur by lots of String:mid calls to get parts of
             source string between found_occurances
   
           * src/classes/file.C: ovector now local economy: 16 bytes per
             ^file:list
   
           * src/: include/pa_globals.h, include/pa_table.h,
             main/pa_globals.C, main/pa_string.C: String::match table columns
             globalized, not created @ each ^match anymore economy:
             sizeof(Array)+space on 3+x cells=24+ bytes per ^match
   
           * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
             removed from each String::match replace iteration, and made
             stacked sizeof(VTable)=12bytes economy on each replace code
   
           * src/doc/footer.htm: 2001,
   
           * src/classes/string.C, src/include/pa_string.h,
             src/main/pa_string.C, www/htdocs/index.html: string.match[][']
             option enables generation of $match.prematch .match .postmatch
             columns
   
           * src/main/pa_string.C: String::match options analized without
             cstr-ing them now
   
           * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
             sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
             config updated to doxygen 1.2.15, created helper which fixes
             minor bugs in chm project files & htm tree.  changed extension to
             .htm
   
   2002-04-18  paf
   
           * src/doc/doxygen.cfg: .chi generation disabled
   
           * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
             src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
             xdoc(xnode) now fully - fields&methods
   
           * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
             types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
             types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
             types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
             types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
             types/pa_vresponse.h, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h, types/pa_vstatus.h,
             types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
             types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
             VStateless_class to VObject
   
           * src/main/pa_request.C, src/types/pa_valiased.h,
             src/types/pa_vstateless_class.h,
             src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
             www/htdocs/index.html: VStateless_string_object speicalized light
             version of VStateless_object
   
           * src/classes/op.C: ^throw comment param made optional
   
           * src/types/pa_valiased.C, src/types/pa_valiased.h,
             src/types/pa_vclass.h, src/types/pa_vobject.h,
             src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
             alias now virtual and implemented down in VClass, fclass_alias
             removed,
   
           * src/types/pa_value.C: forced to cut that from .h because of
             VStateless_class usage [undefined in .h]
   
           * src/include/pa_opcode.h, src/main/compile.tab.C,
             src/main/compile.y, src/main/compile_tools.C,
             src/main/compile_tools.h, src/main/execute.C,
             src/main/pa_request.C, src/types/pa_vmethod_frame.h,
             www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
             VCodeFrame move to stack [no more heap waste on each CALL]
   
           * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
             src/classes/file.C, src/classes/form.C, src/classes/hash.C,
             src/classes/image.C, src/classes/int.C, src/classes/mail.C,
             src/classes/math.C, src/classes/op.C, src/classes/response.C,
             src/classes/string.C, src/classes/table.C, src/classes/void.C,
             src/classes/xnode.C, src/include/pa_globals.h,
             src/include/pa_request.h, src/main/execute.C,
             src/main/pa_globals.C, src/main/pa_request.C,
             src/types/Makefile.am, src/types/pa_value.h,
             src/types/pa_vdouble.h, src/types/pa_vform.C,
             src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
             src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
             src/types/pa_wcontext.C, src/types/pa_wcontext.h,
             src/types/pa_wwrapper.h, src/types/types.dsp,
             www/htdocs/index.html: removed Value::fname
   
   2002-04-17  paf
   
           * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
             doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
             doc/pooled.dox, doc/string.dox, doc/targets.dox,
             include/pa_pool.h, include/pa_types.h: dox updated to current
             state, PTHROW freshen to throw & co
   
           * src/types/pa_vhash.h: vstring wrong parent fixed
   
           * src/classes/op.C: taint local result var bug fixed
   
   2002-04-16  paf
   
           * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
             Attic asm.txt as most interesting
   
           * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
             www/htdocs/index.html: removed check, preventing content-length:
             0 from appearing
   
           * src/main/execute.C, www/htdocs/index.html: $result in @main now
             taken into account as in usual functions
   
           * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
             $result in @postprocess & @unhandled_exception now taken into
             account as in usual functions
   
           * src/doc/postbuild.txt: instructions on post .html build
   
           * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
   
           * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
             stderr of execs mark as tainted
   
           * src/main/pa_request.C: uri in error log
   
           * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
             cheched date:create(days) param for validity [later were assumed
             valid and crashed on invalid onces]
   
           * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
             main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
             and used that for removing VString wrapper
   
           * src/classes/op.C: exception2vhash file now tainted
   
           * src/classes/op.C: _process pseudo origin copied from local var to
             heap
   
           * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
             origin in _execute
   
   2002-04-15  paf
   
           * src/: main/execute.C, types/pa_value.h: fixed name update
   
           * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
             functions
   
           * src/: classes/file.C, classes/hash.C, classes/op.C,
             include/pa_request.h, main/execute.C, types/pa_wcontext.h:
             started dual write_xxx_lang functions, if checked & works
   
           * src/: classes/date.C, classes/file.C, classes/mail.C,
             classes/string.C, classes/xnode.C, include/pa_request.h,
             types/pa_value.h, types/pa_wcontext.h: removed absolutely
             unnecessary VString shells
   
           * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
             prev changes]
   
           * src/: classes/image.C, classes/op.C, classes/string.C,
             classes/table.C, include/pa_request.h, main/execute.C,
             types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
             StringOrValue wcontext result, now ready for dual writes
   
           * src/targets/cgi/parser3.C: ctime sometimes can be just "",
             checked that
   
           * src/main/: compile.tab.C, compile.y, compile_tools.C,
             compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
             changed to OP_WRITE_VALUE in var get cases
   
           * src/classes/op.C, src/include/pa_globals.h,
             src/include/pa_opcode.h, src/include/pa_request.h,
             src/main/compile.tab.C, src/main/compile.y,
             src/main/compile_tools.C, src/main/compile_tools.h,
             src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
             src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
             constructor fixed [were problems with using of stacked wwrapper
             after it's death]
   
   2002-04-12  paf
   
           * operators.txt, src/classes/table.C, www/htdocs/index.html:
             table.select(expression) 0
   
   2002-04-11  paf
   
           * src/: classes/string.C, include/pa_request.h, main/execute.C:
             Request::process_internal codeFrame & wwrapper stacked [not
             wasting  heap anymore]
   
   2002-04-10  paf
   
           * src/: classes/double.C, classes/file.C, classes/hash.C,
             classes/image.C, classes/int.C, classes/math.C, classes/op.C,
             classes/string.C, classes/table.C, classes/void.C,
             classes/xdoc.C, include/pa_request.h, main/execute.C,
             main/pa_string.C: killed Request::process() wrapping
             VString(String) in case we need only String
   
           * src/include/pa_string.h, src/main/pa_string.C,
             src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
             String.head
   
   2002-04-09  paf
   
           * src/: main/compile.tab.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
             local*/char b[...];      a=b; situations
   
           * operators.txt, src/classes/xdoc.C: xslt params made literal
   
           * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
             xslt params fixed
   
           * src/: main/pa_common.C, targets/cgi/parser3.C,
             types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
             not pool.malloc(MAX_NUMBER) but really neaded
   
           * operators.txt, src/classes/double.C, src/classes/int.C,
             www/htdocs/global.xsl: int/double.int/double(default)
   
   2002-04-04  paf
   
           * src/include/pa_string.h, src/main/pa_string.C,
             www/htdocs/index.html: fixed string.replace [when reconstructing
             pieces were split by max_integral(piece.size), thus some strings
             to replace happen to be split into two = not replaced)
   
           * src/targets/cgi/: parser3.C, parser3.dsp: document root in
             standalone version = current dir
   
           * src/targets/cgi/parser3.C: document root in standalone version =
             current dir
   
   2002-04-03  paf
   
           * configure, configure.in: more checks on nonexistent charset
   
           * INSTALL, configure, configure.in: root config configure options
   
   2002-04-02  paf
   
           * src/main/compile.C: parser.compile [exception name more like in
             doc]
   
   2002-04-01  paf
   
           * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
             targets/isapi/parser3isapi.dsp: mail subject encoding taken from
             .content-type.charset, not .charset
   
   2002-03-29  paf
   
           * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
   
           * operators.txt, src/classes/date.C, www/htdocs/index.html:
             ^date::create now may not supply day, default 1.  checked 29.03
             -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
   
   2002-03-28  paf
   
           * operators.txt, src/classes/date.C, src/classes/op.C,
             src/include/pa_globals.h, src/include/pa_hash.h,
             src/main/pa_globals.C, src/types/pa_vdate.h,
             www/htdocs/index.html: ^cache[file][date]{    ^cache(seconds)
             ^cache[date] }
   
           * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
             param
   
   2002-03-27  paf
   
           * operators.txt, src/classes/date.C, src/classes/double.C,
             src/classes/file.C, src/classes/form.C, src/classes/hash.C,
             src/classes/image.C, src/classes/int.C, src/classes/mail.C,
             src/classes/math.C, src/classes/op.C, src/classes/string.C,
             src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
             src/classes/xnode.C, src/include/pa_exception.h,
             src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
             src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
             src/main/pa_array.C, src/main/pa_charset.C,
             src/main/pa_charsets.C, src/main/pa_common.C,
             src/main/pa_dictionary.C, src/main/pa_exception.C,
             src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
             src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
             src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
             src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
             src/types/pa_value.h, src/types/pa_vcookie.C,
             src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
             src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
             src/types/pa_vtable.C, src/types/pa_vxdoc.h,
             src/types/pa_vxnode.h, src/types/pa_wcontext.C,
             src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
             exception types
   
           * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
             src/include/pa_request.h, src/main/execute.C,
             src/main/pa_request.C: decided agains resetting exception_trace,
             just changed name
   
   2002-03-26  paf
   
           * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
             fixed
   
           * src/classes/op.C, www/htdocs/index.html: forced language of
             $source field of exception to 'tainted', so that sql-langed-frags
             could be outputed outside of connect
   
           * operators.txt: removed date.roll limit of +-1 offset
   
           * src/classes/date.C, www/htdocs/index.html: removed date.roll
             limit of +-1 offset
   
           * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
             date roll on daylightsaving days mktime took into account
             tm_isdst flag, which remained from BEFORE roll, but should have
             been reset
   
   2002-03-25  paf
   
           * operators.txt, src/targets/cgi/parser3.C:
             http_site_config_filespec
   
           * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
             main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
             with any/both --disable-foreign-group-files --disable-execs
   
           * INSTALL: "--with=sendmail=COMMAND" comment
   
           * INSTALL, configure, configure.in, src/classes/mail.C,
             src/include/pa_config_auto.h.in, src/main/pa_exec.C,
             src/targets/cgi/Makefile.am: --disable-foreign-group-files now
             disables execs also.  introducing --sendmail
   
           * operators.txt: pgsql options comment
   
           * INSTALL: comment on --disable-link-stdcpp
   
           * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
             libstdc++ link skipping configure option
   
           * src/: classes/op.C, include/pa_sql_connection.h: sql connection
             with error were put to cache with 'marked_to_rollback' flag, all
             consequent even OK requests rolled back
   
   2002-03-22  paf
   
           * src/main/pa_exec.C: createprocess nowindow flag check on readfile
             false return
   
           * operators.txt: few comments on sets
   
   2002-03-18  paf
   
           * operators.txt, src/classes/op.C, src/include/pa_exception.h,
             src/include/pa_globals.h, src/include/pa_request.h,
             src/include/pa_stack.h, src/main/pa_globals.C,
             src/main/pa_request.C, www/htdocs/index.html: introducing ^try
   
           * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
             types/pa_vdouble.h: removed some tested @tests
   
   2002-03-15  paf
   
           * operators.txt, src/classes/table.C, www/htdocs/index.html:
             ^table.locate(logical expr)
   
   2002-03-13  paf
   
           * src/main/pa_exception.C: checked not-pooled malloc
   
   2002-03-11  paf
   
           * INSTALL, configure, configure.in,
             src/include/pa_config_auto.h.in: --disable-foreign-group-files
   
           * src/main/pa_common.C: --disable-foreign-group-files
   
           * INSTALL, www/htdocs/index.html: --disable-execs
   
           * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
   
           * configure, configure.in, src/include/pa_config_auto.h.in:
             --disable-execs
   
           * src/include/pa_config_fixed.h, src/main/pa_exec.C,
             www/htdocs/index.html: --disable-execs
   
           * src/types/pa_vfile.C: $file.text now 0A linebreaks,
             file::exec/cgi linebreaks "0D0A" changed to 0A onces
   
   2002-03-05  paf
   
           * operators.txt, src/classes/date.C: date week calendar columns
             named
   
           * operators.txt, src/classes/date.C: date week calendar columns
             named
   
           * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
             requires headers to be terminated with \r\n manually [refuses to
             separate header/body itself]
   
           * src/main/pa_globals.C, src/targets/cgi/parser3.C,
             src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
             site config beside .dll
   
   2002-03-04  paf
   
           * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
             process body now evaluated in PASS language
   
           * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
             deserialize checks on broken file
   
           * src/targets/isapi/: pa_threads.C, parser3isapi.C,
             parser3isapi.dsp: isapi updated
   
   2002-03-01  paf
   
           * src/main/pa_exec.C: execle -> execve, now argc OK
   
   2002-02-28  paf
   
           * src/main/untaint.C: removed some debug comments
   
           * src/main/pa_charsets.C: when placing charset to cache using
             global name now [were request]
   
           * configure, configure.in: apache module updated
   
           * www/htdocs/auto.p: apache module updated
   
           * src/main/pa_string.C: origin by first piece preferred before last
             piece
   
   2002-02-27  paf
   
           * src/main/pa_charset.C: size_t
   
           * INSTALL: shared/static-xml with-pathlink
   
           * operators.txt: SMTP comment
   
   2002-02-26  paf
   
           * src/main/pa_exec.C: more precise names for vars, cosmetic
   
           * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
             www/htdocs/index.html: in some situation, xpath query returned
             result with type NODESET, but empty nodeset member field, checked
             that
   
   2002-02-22  paf
   
           * INSTALL: without-zlib comment
   
           * etc/parser3.charsets/windows-1251.cfg: &deg;
   
           * configure, configure.in: glib###.a detection fixed
   
           * INSTALL: hashfile removed from INSTALL
   
           * Makefile.am: make update
   
           * src/main/pa_string.C: string iterators fixed again, so were
             String::join_chain
   
           * src/main/pa_string.C: string iterators fixed again, so were
             String::join_chain
   
           * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
             www/htdocs/index.html: string iterators fixed again, so were
             String::join_chain
   
           * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
   
           * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
             "session"
   
           * configure, configure.in, src/include/pa_config_auto.h.in:
             --with-shared-xml --with-static-xml
   
           * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
             targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
             types/types.dsp: *.dsp: removed refereces to win32db & ancient
             xalan&xml
   
           * acconfig.h: acconfig move in cvs[from src/libltdl to /]
   
           * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
             src/types/types.dsp: removed hashfile support from sources for
             now
   
           * configure, configure.in, src/classes/Makefile.am,
             src/classes/hashfile.C, src/include/Makefile.am,
             src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
             src/include/pa_db_manager.h, src/include/pa_db_table.h,
             src/main/Makefile.am, src/main/pa_db_connection.C,
             src/main/pa_db_manager.C, src/main/pa_db_table.C,
             src/main/pa_globals.C, src/targets/cgi/Makefile.am,
             src/types/Makefile.am, src/types/pa_vhashfile.C,
             src/types/pa_vhashfile.h: removed hashfile support for now
   
   2002-02-21  paf
   
           * src/main/untaint.C: removed debug code, activated commented-for
             debug parts
   
           * Makefile.am: make cvsupdate
   
           * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
             main/untaint.C: STRING_*FOREACH_ROW changed to stop at
             append_row, not at link zero now string to string appending works
   
   2002-02-20  paf
   
           * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
             src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
             www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
   
           * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
             economy: 22%
   
           * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
             space uptimized: string::link_row removed
   
           * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
             src/main/pa_db_manager.C, src/main/pa_dictionary.C,
             src/main/pa_string.C, src/main/untaint.C,
             src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
             src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
             string::is_empty
   
           * operators.txt, src/include/pa_common.h,
             src/include/pa_config_fixed.h, src/include/pa_string.h,
             src/include/pa_types.h, src/main/compile.tab.C,
             src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
             src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
             www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
             strign to string append optimiziation idea and estimates
   
   2002-02-19  paf
   
           * src/classes/math.C: not used directly [but erroreously reported
             that 'is', thus registering twice&other probs]
   
           * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
             to node [element]
   
           * src/main/compile.C: without string_origins parse error
             file+line+col possible
   
           * src/main/: compile.C: without string_origins not worked
   
   2002-02-18  paf
   
           * src/types/pa_vdouble.h: since we have in_expression removed that
             trick i've installed into double::as_string
   
           * src/main/pa_globals.C: extern "C" was removed too fast
   
           * src/include/pa_opcode.h, src/include/pa_request.h,
             src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
             src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
             aimed to solve old problem with string/nonstring values, now in
             expressions double/int values are passed as-is, without stupid
             tostring/fromstring conversions
   
           * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
             __cplusplus } #endif
   
           * src/main/compile.tab.C: bison env set so one could compile
             without cygwin installed
   
           * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
             targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
             gnome xml libs parser .dsp-s changed accordingly
   
           * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
   
           * operators.txt, src/classes/date.C: date::create [were date::set,
             with backward comp
   
           * src/classes/math.C, www/htdocs/index.html: math:random range
             check fixed
   
           * src/main/compile.tab.C, src/main/compile.y,
             www/htdocs/global.xsl, www/htdocs/index.html: integer  division
             stops name
   
           * INSTALL: local install comment
   
           * ltconfig, ltmain.sh: removed libtool subpart files
   
           * acinclude.m4, aclocal.m4, configure, configure.in,
             src/include/pa_config_auto.h.in,
             src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
             src/targets/cgi/parser3.C: removed libtool usage from build mech
   
           * operators.txt: \ comment
   
   2002-02-13  paf
   
           * src/include/pa_config_includes.h: sys/time time both included
             now.  vaguely remember confilicts on this on some system [not on
             six|ablv] so when would see them again would think up proper
             check
   
           * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
             --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
   
           * src/main/pa_common.C: truncation never occured when writing files
             on unix [since i've changed cache mech] fix
   
           * src/main/pa_common.C: strnchr: sanity check added
   
           * etc/parser3.charsets/windows-1257.cfg: id added
   
           * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
             baltic charset file generated, in generation script ispunct check
             added
   
   2002-02-08  paf
   
           * src/: include/Makefile.am, sql/Makefile.am,
             targets/isapi/Makefile.am: forgotten makes
   
           * src/types/: pa_vcookie.C: VCookie::fill_fields one check
             forgotten
   
           * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
   
           * INSTALL, README: install&others updated
   
           * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
   
           * Makefile.am, configure, configure.in,
             etc/parser3.charsets/Makefile.am, src/Makefile.am,
             src/classes/Makefile.am, src/main/Makefile.am,
             src/main/pa_status_provider.C, src/targets/Makefile.am,
             src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
             works
   
           * src/: classes/classes.C, classes/classes.h, classes/date.C,
             classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
             classes/hashfile.C, classes/int.C, classes/mail.C,
             classes/math.C, classes/op.C, classes/response.C,
             classes/string.C, classes/table.C, classes/void.C,
             classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             include/pa_array.h, include/pa_cache_managers.h,
             include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_db_connection.h, include/pa_db_manager.h,
             include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
             include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
             include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
             include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
             include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stack.h, include/pa_string.h,
             include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
             include/pa_threads.h, include/pa_types.h, main/compile.C,
             main/compile_tools.C, main/compile_tools.h, main/execute.C,
             main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
             main/pa_db_connection.C, main/pa_db_manager.C,
             main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
             main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
             main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
             main/pa_sql_driver_manager.C, main/pa_status_provider.C,
             main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
             sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
             targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
             targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
             targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
             types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
             types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
             types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
             types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
             types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
             types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
             types/pa_vmethod_frame.h, types/pa_vobject.h,
             types/pa_vrequest.h, types/pa_vresponse.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h, types/pa_vstatus.C,
             types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
             types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
             types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
             classes/image.C, main/pa_common.C, main/pa_exec.C,
             main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
             types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
             types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
             types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
             types/pa_vxnode.C, main/pa_charset.C: name spelling
   
           * src/: classes/classes.C, classes/classes.h, classes/date.C,
             classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
             classes/hashfile.C, classes/image.C, classes/int.C,
             classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
             classes/string.C, classes/table.C, classes/void.C,
             classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             include/pa_array.h, include/pa_cache_managers.h,
             include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_db_connection.h, include/pa_db_manager.h,
             include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
             include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
             include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
             include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
             include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stack.h, include/pa_string.h,
             include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
             include/pa_threads.h, include/pa_types.h, main/compile.C,
             main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
             main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
             main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
             main/pa_db_connection.C, main/pa_db_manager.C,
             main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
             main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
             main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
             main/pa_socks.C, main/pa_sql_driver_manager.C,
             main/pa_status_provider.C, main/pa_string.C,
             main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
             sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
             targets/cgi/pa_threads.C, targets/cgi/parser3.C,
             targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
             targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
             targets/isapi/pool_storage.h, types/pa_valiased.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
             types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
             types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
             types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
             types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
             types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
             types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
             types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
             types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
             types/pa_vresponse.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h,
             types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
             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: 2002
   
   2002-02-07  paf
   
           * src/main/pa_socks.C: swapped headers to avoid compiler warnings
   
           * configure, configure.in, src/include/pa_config_auto.h.in,
             src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
             added yet another locking function: fcntl
   
           * config.sub: on cygwin configure passes it with strange i1586
             const, hacked it to mean i586
   
           * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
             disabled $if reference due to conflicts with local variables
   
           * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
             xdoc::set obsolete now, now xdoc::create, with both sences
   
           * operators.txt, src/classes/table.C, src/include/pa_array.h,
             src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
             www/htdocs/auto.p, www/htdocs/index.html: table::create now //
             'set' name obsolete now table clone.
   
           * operators.txt, src/classes/string.C,
             src/include/pa_config_fixed.h, src/main/compile.tab.C:
             ^int/double/string.format now can be called with normal []
             brackets, not stupid {} as it were implemented for some strange
             reason.  retaining backward compatibility due to some
             already-implemented servers
   
           * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
             main/compile.y, main/compile_tools.C, main/compile_tools.h:
             operators now detected by check at name_without_curly_rdive_read
             rule whether diving code constists only of
             OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
             with OP_GET_ELEMENT_OR_OPERATOR to form
             OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
   
   2002-02-06  paf
   
           * configure, configure.in: prefix expanded, grr
   
           * operators.txt, src/classes/mail.C: mail:send config changed
   
   2002-02-05  paf
   
           * operators.txt: regex options commented
   
           * src/main/: pa_exec.C: argv0 now correct
   
           * src/types/pa_vstatus.C: status:rusage 3
   
           * src/types/pa_vstatus.C: status:rusage 2
   
           * operators.txt: status:rusage described int operators
   
           * src/types/pa_vstatus.C: status:rusage 1
   
           * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
             src/types/types.dsp: status:rusage
   
           * configure.in, operators.txt, src/classes/file.C,
             src/classes/op.C, src/include/pa_common.h,
             src/include/pa_config_includes.h, src/main/compile.tab.C,
             src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
             use non-blocking-exclusive-caches
   
           * src/main/pa_common.C: text file read mode on win32 adjusted
             [speed impact. was off for debugging purpose, but forgotten
             afterwards]
   
   2002-02-01  paf
   
           * src/classes/op.C: file_write does EX lock after create, while
             file_read does SH after open, so there's a moment after create
             but before EX lock when read can sneak into, and read
             just-created-for-writing-and-not-yet-locked file, added a check
             for that in ^cache...read
   
   2002-01-31  paf
   
           * src/main/: compile.y, compile.tab.C: disabled operator call after
             ^xxx:
   
           * src/main/: compile.tab.C, execute.C: made operators lookup first
             in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
   
           * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
             main/compile.tab.C, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
             operators check 6.1 rewritten. now check is done at compile time
   
           * src/main/execute.C: operators check 5 floated up old error of
             staying in 'entered class/object' state after $a($a..) it
             prevented operators from being called thereafter
   
           * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
             main/execute.C: operators check 4 floated up old error of staying
             in 'entered object' state after ^a.a(a) it prevented operators
             from being called thereafter
   
           * src/main/execute.C: operators check 3 floated up old error of
             staying in 'entered class' state after $a:a(a) it prevented
             operators from being called thereafter
   
           * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
             www/htdocs/index.html: operators check 2 floated up old error of
             staying in 'entered class' state after $a:a[a] it prevented
             operators from being called thereafter
   
           * src/main/execute.C, www/htdocs/index.html: operators check, thay
             mistakenly seen in   $class:operator   $object.operators contexts
   
           * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
             www/htdocs/index.html: now compiles under win32
   
           * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
             src/classes/Makefile.am, src/main/Makefile.am,
             src/targets/cgi/Makefile.am,
             src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
             src/types/Makefile.am: lowered indent.awk back to src/
   
           * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
             acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
             configure, configure.in, form.txt, ident.awk, install-sh,
             lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
             operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
             etc/parser3.charsets/Makefile.am,
             etc/parser3.charsets/koi8-r.cfg,
             etc/parser3.charsets/windows-1250.cfg,
             etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
             src/classes/Makefile.am, src/include/pa_config_auto.h.in,
             src/main/Makefile.am, src/targets/cgi/Makefile.am,
             src/targets/cgi/parser3.C, src/types/Makefile.am,
             www/Makefile.am, www/htdocs/auto.p, www/htdocs/global.xsl,
             www/htdocs/index.html, www/htdocs/parser-status.html,
             www/htdocs/people.dtd: moved etc&www out of src, moved
             configure&co out of src added windows-1250.cfg straightened
             installation scripts procedure made targets/cgi/parser3.C be
             dependant on ./configure --sysconfdir change
   
   2002-01-30  paf
   
           * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
             removed] those comments were a mistake, and prevented libltdl
             from function properly
   
   2002-01-29  paf
   
           * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
             creation [modified acinclude.m4 which were creating int into just
             assignment LIBTOOL=../libtool] added default system
             config&charsetts prepared 'make install', now it installs
             targets/cgi/parser3 into bin directory etc/parser3.conf &
             etc/parser3.charsets/* into $sysconfdir and
             $sysconfdir/parser3.charsets respectively
   
           * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
             main/pa_globals.C: few forgotten ifdef XML added
   
   2002-01-28  paf
   
           * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
             removed
   
           * src/main/pa_exception.C: dom|generic error output fix
   
           * src/classes/xnode.C: xdoc.importNode 3 [check err]
   
           * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
   
           * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
             [fixed as_node helper func to accept docs]
   
           * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
             xdoc.importNode 0
   
           * src/classes/xdoc.C: xdoc::set now untaints OK
   
   2002-01-25  paf
   
           * src/main/: compile.tab.C, compile.y: #comment  before @ after
             @SPECIAL now works OK
   
           * src/main/: pa_exec.C: unix: exec now does chdir to script dir
   
           * src/main/pa_exec.C: max arg count now 10, and proper message on
             violation that added
   
           * src/classes/hash.C: unified  hash::sql, now
             ^hash::sql{query}[[$.limit(2) $.offset(4)]]
   
           * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
             ^file:lock[filename]{code}
   
           * src/: classes/file.C, classes/op.C, classes/string.C,
             classes/table.C, classes/xdoc.C, include/pa_common.h,
             main/pa_common.C, types/pa_vfile.h: removed redundant pool param
             to some pa_common funcs
   
           * src/: include/pa_charset.h, main/pa_globals.C:
             http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
   
           * src/: include/pa_charset.h, main/pa_charset.C,
             include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
             not stupid illegal define
   
   2002-01-24  paf
   
           * src/include/pa_version.h: changed version number
   
           * src/: classes/hashfile.C, include/pa_db_table.h,
             include/pa_opcode.h, main/compile.tab.C, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/execute.C,
             main/pa_db_connection.C, main/pa_db_table.C,
             types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
             hashfile without logfiles
   
           * src/: classes/hashfile.C, include/pa_db_table.h,
             main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
             types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
             of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
             DB_INIT_TXN init bits, thus got rid of huge log files, which
             cluttered disk without huge need]
   
           * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
             handy macro, which is strangly abscent in dome lib
   
           * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
   
           * src/classes/xdoc.C: checked empty response
   
           * src/classes/xnode.C: xdoc.select fixed context node [were always
             /, not self node]
   
           * src/classes/xnode.C: xnode.select returns array always now, in
             case 'nothing found' returns empty array
   
           * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
             be more tender with ctrl/c/v
   
   2002-01-23  paf
   
           * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
             substituted.         // 2. when dom tree with entites goes under
             transform text nodes        // got [erroreosly] cut on first
             entity occurance
   
           * src/types/pa_vdouble.h: double prec. todo: get rid of
             twice-converting
   
           * src/types/pa_vdouble.h: %.20E now float format when %g produced
             'e' in output this is for regretful twice-converting here:
             $a(double value) when they write double falue  they convert it to
             string first, thus %g were losing precesion.
   
             todo: think up some way to remove double->string string->double
             twice-converting
   
           * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
             %.20E now default float format this is for regretful
             twice-converting here: $a(double value) when they write double
             falue  they convert it to string first, thus %g were losing
             precesion.
   
             todo: think up some way to remove double->string string->double
             twice-converting
   
           * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
             main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
             reasons in comment inside
   
           * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
             statically linked]
   
           * src/: include/pa_exception.h, main/compile.tab.C,
             main/pa_exception.C: removed exception va_list constructor.  1.
             not needed anymore 2. there were a conflict[causing errors]
             between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
             never detected an ambiguilty here, compiling ctor(, "hello") into
             ctor(, va_list) which, of course, caused gpf
   
           * src/main/pa_globals.C: removed debug xslt messages
   
   2002-01-22  paf
   
           * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
             main/pa_globals.C: xsl stylesheet load: parsed entities, this
             helps compiling stylesheet properly.  example: this refused to
             work,             <b>&laquo;<xsl:value-of select="@title"
             />&raquo;</b> stranly worked only this way:
             <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
   
             docs says "set it to 1", never going into details, so I decided
             to try NOT to do that
   
           * src/classes/table.C: join behaived badly in case named tables
             structure mismatched: 0 strings sneaked into dest failing
             afterwards.  replaced them with empty strings
   
   2002-01-21  paf
   
           * src/main/pa_charset.C: checked empty transcoders in
             transcode_cstr|buf
   
           * src/classes/xdoc.C: xdoc::load error source = filespec
   
           * src/classes/xdoc.C: transform error source now
             stylesheet_filespec
   
           * src/: classes/xdoc.C, classes/xnode.C,
             include/pa_stylesheet_connection.h, main/pa_charset.C,
             main/pa_globals.C, main/pa_sql_driver_manager.C,
             main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
             gnome
   
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
             include/pa_globals.h, include/pa_stylesheet_connection.h,
             main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
             xslt generic error 1
   
           * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
             xml generic message 1
   
           * src/classes/table.C: ^table::load empty lines or #comments before
             headline
   
           * src/: include/pa_array.h, include/pa_globals.h,
             include/pa_request.h, include/pa_threads.h, main/pa_array.C,
             main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
             targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
             errors 0
   
   2002-01-16  paf
   
           * src/: classes/hash.C, classes/op.C, classes/string.C,
             classes/table.C, classes/void.C, classes/xdoc.C,
             include/pa_db_connection.h, include/pa_request.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, main/pa_request.C,
             main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
             targets/cgi/pool_storage.h: auto closers to sql_connection,
             stylesheet_connection auto destroyers to remaining gnome objects
   
           * src/classes/xdoc.C: few comments
   
   2002-01-15  paf
   
           * src/classes/xdoc.C: xdoc   file   save   string
   
             ready.  todo: error handling
   
           * src/classes/xdoc.C: xdoc save rewritten using
             xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
             result
   
           * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
             started output options parsing
   
   2002-01-14  paf
   
           * src/classes/xdoc.C: method
   
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
             include/pa_pool.h, include/pa_stylesheet_connection.h,
             main/main.dsp, main/pa_charset.C, main/pa_globals.C,
             main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
             xslt transform0.  TODO:   use output options   handle errors
   
           * src/classes/: xdoc.C, xnode.C: ^xdoc.file
   
   2002-01-11  paf
   
           * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/execute.C:
             partial logical && || evaluation
   
           * src/classes/xnode.C: xpath selectNodes
   
           * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
             string/number/bool
   
           * src/classes/xnode.C: xpath selectNode 2
   
           * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
             xpath selectNode 1
   
   2002-01-10  paf
   
           * src/classes/xnode.C: xpath selectNode -100 [just written]
   
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
             include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
             main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
             refcounter]
   
   2001-12-29  paf
   
           * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
             main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
             glib works 0
   
   2001-12-28  paf
   
           * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
             main/pa_exception.C: started glib transcoders
   
           * src/main/pa_globals.C: renamed gdome to libgdome.dll
   
           * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
             classes/xnode.C, classes/xnode.h, include/pa_exception.h,
             include/pa_globals.h, main/compile.tab.C, main/main.dsp,
             main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
             main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
             types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
             libs just compiled in.  no refcounting no xpath no xslt   yet
   
   2001-12-27  paf
   
           * src/: include/pa_charset.h, include/pa_common.h,
             include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
             main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
             main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
             types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
             from xalan&xerces, started the process.  globals [initialization
             pool [charset update charset [transcodings vxnode vxdoc [DOM
             calls
   
           * src/classes/Makefile.am: going away from xalan&xerces, not needed
             anymore
   
   2001-12-26  paf
   
           * src/: include/pa_charset.h, include/pa_charsets.h,
             main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
             key globalized [bug]
   
   2001-12-25  paf
   
           * src/: classes/mail.C, classes/table.C, include/pa_string.h,
             main/pa_string.C: table set & append changed splitting languages,
             separators now can be clean AND as-is same to mail command line
             $MAIN:MAIL.progX arguments
   
   2001-12-24  paf
   
           * src/classes/mail.C: one parted text messages - no multipart
             mime-type anymore.  for convinient if $.attach-ments
   
           * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
             main/pa_string.C: read from cache size check updated
   
           * src/main/: pa_string.C: String::join_chain another ugly bug :(
   
   2001-12-21  paf
   
           * src/classes/date.C: date:sql-string now returns localtime
   
           * src/main/pa_request.C: $result in @main actually not working, to
             hell with it for now
   
           * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
             types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
             @postprocess @exception
   
           * src/main/execute.C: junction evaluation canceled - endless
             recursion detected
   
   2001-12-19  paf
   
           * src/main/pa_charset.C: charset->charset transcoding via unicode
             intermediate
   
           * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
   
           * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
   
           * src/classes/op.C: ^cache keypath now relative
   
           * src/classes/mail.C: changed weighting prior to sort
   
           * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
             were missing
   
   2001-12-17  paf
   
           * src/main/pa_charset.C: ifndef XML were bad type
   
           * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
             outdated unset services_pool
   
           * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
             main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
             types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
   
           * src/main/untaint.C: allowed space in filespec
   
           * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
   
           * src/classes/image.C: no govno
   
           * src/classes/image.C: govno
   
   2001-12-16  paf
   
           * src/include/: pa_charset.h, pa_charsets.h: forgot to add
   
           * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
             charset_connection&manager replaced by charset&charsets
   
           * src/main/pa_charset.C: name_cstr 0
   
           * src/main/untaint.C: uri lang now knows about client/source
             charsets
   
           * src/: classes/file.C, classes/math.C, classes/op.C,
             classes/string.C, classes/table.C, classes/xdoc.C,
             include/pa_array.h, include/pa_cache_managers.h,
             include/pa_charset_connection.h, include/pa_charset_manager.h,
             include/pa_common.h, include/pa_db_connection.h,
             include/pa_db_manager.h, include/pa_db_table.h,
             include/pa_dictionary.h, include/pa_exception.h,
             include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
             include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
             include/pa_sapi.h, include/pa_socks.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_string.h, include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
             include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
             main/pa_charset.C, main/pa_charset_connection.C,
             main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
             main/pa_pool.C, main/pa_request.C, main/pa_string.C,
             main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
             types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
             types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
             types/types.dsp: introducing Charset
   
   2001-12-14  paf
   
           * src/: include/pa_request.h, include/pa_transcoder.h,
             main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
             types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
             uri lang
   
           * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
   
           * src/targets/cgi/Makefile.am: -I../../pcre  to .am
   
           * src/: include/pa_globals.h, main/pa_globals.C: removed unused
             defalts_name global
   
           * src/: include/pa_charset_connection.h, include/pa_pool.h,
             include/pa_request.h, main/main.dsp,
             main/pa_charset_connection.C, main/pa_charset_manager.C,
             main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
             types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
             include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
             changed charset model.  now important: $request:charset
             $response:charset while $response:content-type.charset become
             unimportant [informational]
   
   2001-12-13  paf
   
           * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
   
           * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
             of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
             auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
             _Tp = FormatterListener] /usr/include/g++-3/memory:48:
             auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
             [with _Tp1 = FormatterListener, _Tp = FormatterListener]
   
           * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
             auto_ptr part other way, because of stupid gcc 2.96
             /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
             &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
             FormatterListener] /usr/include/g++-3/memory:48:
             auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
             _Tp1 = FormatterListener, _Tp = FormatterListener]
   
           * src/classes/xdoc.C: removed extra inc
   
           * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
   
           * src/include/pa_types.h: msvc head debugging flag
   
           * src/classes/xdoc.C: freed up listener
   
           * src/classes/string.C: change msg '... code is not code'
   
           * src/: main/pa_db_connection.C, main/pa_db_manager.C,
             main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
             targets/cgi/pool_storage.h: couple cache expiratiors were wrong
             [past/future prob]
   
           * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
             include/pa_config_fixed.h, include/pa_db_manager.h,
             include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
             main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
   
           * src/: include/pa_config_fixed.h, main/pa_common.C,
             main/pa_string.C: removed signed mismatch warnings
   
           * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
             'expires' from header outputs
   
           * src/main/pa_string.C: string::recustruct erroreusly used outdated
             row ptr
   
           * src/classes/file.C: file::cgi bug, request_method were passed to
             SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
   
           * src/classes/xdoc.C: lang list updated
   
   2001-12-10  paf
   
           * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
   
           * src/main/untaint.C: FILE_SPEC untainting changed so that one can
             erase files like that, knowing their full name introducing   //
             theoretical problem with, for instance, "_2B" and "." fragments,
             // they would yield the same    // because
             need_file_encode('_')=false  // but we need to delete such files
             somehow, getting names from ^index
   
           * src/main/pa_string.C: ^string.replace bug fixed [bad
             string::join_chank break]
   
   2001-12-07  paf
   
           * src/: classes/hashfile.C, classes/op.C, classes/table.C,
             include/pa_common.h, include/pa_config_auto.h.in,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
             main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
             types/pa_vhashfile.C: merged from r14_simple_cache
   
           * src/main/pa_string.C: stupid sparc architecture failed to access
             short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                lduh  [ %i2 + 1 ], %l0
   
             bus error, fixed that
   
           * src/main/pa_string.C: strange string deserialize bug on
             client[pmts], a bit shortened,
   
           * src/include/pa_config_auto.h.in: makes
   
           * src/: include/pa_common.h, include/pa_config_fixed.h,
             include/pa_config_includes.h, main/pa_common.C: exclusive lock
             file write shared lock file read
   
           * src/: classes/op.C, include/pa_common.h,
             include/pa_config_fixed.h, main/pa_common.C: ^cache operator
   
   2001-12-06  paf
   
           * src/: classes/op.C, classes/table.C, include/pa_request.h,
             main/pa_request.C: #ifdef RESOURCES_DEBUG
   
           * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
             info
   
           * src/classes/hashfile.C: removed transaction from ^cache
   
   2001-12-05  paf
   
           * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
             IIS5 there were a prob with illegal call check
   
   2001-12-04  paf
   
           * src/: classes/op.C, classes/table.C, include/pa_request.h,
             main/pa_request.C: measures to log
   
   2001-11-23  paf
   
           * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
             main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
             types/pa_vhashfile.C: merged from _0014, 1
   
           * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
             main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
             hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
             ^cache(33) would change
   
             0660 bits in file_write & hashfile create
   
           * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
             after pa_string optimization]
   
   2001-11-22  paf
   
           * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
             table.offset[whence]
   
           * src/classes/op.C: process cstr(,connection)
   
           * src/classes/op.C: process now gets its body on current language,
             not as-is
   
           * src/main/untaint.C: ORIGINS mode removed UHTML
   
           * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
             bit
   
           * src/classes/xdoc.C: cached xslt [removed nocache forcing]
   
   2001-11-21  paf
   
           * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
             <xsl:output output options made identical to xsl:output
             attributes exclusion:    cdata-section-elements what xalan can do
             but that not used now:    it can escape and remove CDATA sections
   
           * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
             produced by xslt
   
           * src/targets/cgi/parser3.C: removed debug cgi||1
   
           * src/main/: pa_string.C, untaint.C: cached some string::size() es
   
           * src/: classes/table.C, main/pa_string.C, main/untaint.C,
             targets/cgi/parser3.C: table.append bug fixed: forgot to switch
             default language for {code}, it happen to change it's language
             from CLEAN, so later refused to split by CLEAN \t
   
   2001-11-20  paf
   
           * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
             main/pa_exception.C, types/Makefile.am: moved ident.C & co to
             bottom of dependeces, so that errors would popup quicklier, fixed
             line numbering in table::sql
   
   2001-11-19  paf
   
           * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
             include/pa_types.h, main/pa_globals.C, main/pa_request.C,
             main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, types/pa_wcontext.C,
             types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
             at wcontext.write
   
           * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
             _set_new_handler
   
           * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
             set_new_handler in apache&isapi
   
   2001-11-16  paf
   
           * src/targets/cgi/parser3.C: pool debug @ die
   
           * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
             removed 8 bytes from String, 2 bytes from
             string::chunk::row::item
   
           * src/main/pa_string.C: removed 1+4 bytes from String
   
           * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
             types/pa_vstring.C: removed 1+4 bytes from String
   
           * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
             0
   
           * src/: include/pa_globals.h, include/pa_string.h,
             include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
             main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
             targets/cgi/parser3.C: introducing estimating
             String::cstr_bufsize, 0
   
           * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
   
           * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
   
           * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
             include/pa_pool.h: die in pool::fail
   
   2001-11-15  paf
   
           * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
             main/pa_exception.C, targets/cgi/parser3.C: exception with
             dynamic buffer re-back now with counter
   
           * src/: include/pa_exception.h, main/pa_exception.C: exception with
             static buffer back
   
           * src/targets/cgi/parser3.C: std::
   
           * src/: classes/classes.awk, include/pa_config_auto.h.in,
             include/pa_config_includes.h: setnewhandler check
   
           * src/include/pa_config_auto.h.in: makes
   
           * src/targets/cgi/parser3.C: set_new_handler started
   
   2001-11-14  paf
   
           * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
             was wrong
   
           * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
             was wrong
   
           * src/main/pa_request.C: z
   
           * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
             full returns win32 -1 solaris >buffer_size
   
             checked all that
   
           * src/classes/op.C: ^untaint{body} as-is default now
   
           * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
             with no_bad_constructors_try
   
           * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
             this: $bred[^string::length[]] $bred[^response::clear[]]
             $bred[^int::int[]]
   
             now VObject creation moved into overriden
             VClass::create_new_value, thus 0 from create_new_value means that
             class has no ctors
   
   2001-11-13  paf
   
           * src/classes/classes.C: returned accedently removed if in foreach
             callbacks [when hash no-0-restructure]
   
   2001-11-12  paf
   
           * src/main/pa_pool.C: changed xdoc createXXX politics, now string
             passed as-is to method, xalan makes & into &amp; itself
   
           * src/classes/date.C: date.roll parser2 alg used
   
           * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
             include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
             main/pa_dictionary.C, main/pa_hash.C,
             main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
             now does not containt 0 values. put 0 actullay removes.  no check
             on 0 value in foreach now required
   
   2001-11-11  paf
   
           * src/sql/pa_sql_driver.h: removed extra constructor, doc
   
           * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
   
           * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
             driver initialize not const
   
   2001-11-10  paf
   
           * src/main/pa_exec.C: doc
   
   2001-11-09  paf
   
           * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
             param properly
   
           * src/classes/string.C: string.save now does untainting before
             saving
   
           * src/main/pa_common.C: line endings fixing fixed last piece[was
             still cstr oriented]
   
           * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
             line endings fixing got rid of cstr, now must work ok with post
             multipart
   
           * src/types/pa_vform.C: line endings fixed at post / multipart /
             not file  also now
   
   2001-11-08  paf
   
           * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
             include/pa_db_manager.h, include/pa_sql_driver_manager.h,
             include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
             main/pa_db_manager.C, main/pa_sql_driver_manager.C,
             main/pa_stylesheet_manager.C: restructured Cache manager to be
             simple parent, not second parent [gcc 2.96 strangly refused to
             call virtual from second parent]
   
           * src/: include/pa_common.h, main/Makefile.am,
             targets/cgi/pa_pool.C: makes
   
           * src/: include/pa_request.h, main/pa_request.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
             'status' class enabler
   
             <Location /parser-status.html> ParserStatusAllowed </Location>
   
           * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
             include/pa_db_manager.h, include/pa_sql_driver_manager.h,
             include/pa_stylesheet_manager.h, main/main.dsp,
             main/pa_cache_managers.C, main/pa_charset_manager.C,
             main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
             main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
             types/pa_vstatus.h: cache_managers, maybe-expiring every request
             todo: apache 'status' class enabler
   
   2001-11-05  paf
   
           * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
             debug to normal
   
           * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
             hence i removed skipping 0 values in hash::for_each-es we need to
             check cleaned cache items manually. few more checks.
   
             expiring to 0 time was wrong, changed to 'now' time
   
           * src/targets/cgi/parser3.C: read can return 0, that means sort of
             sig_pipe on freebsd [moko's experiments].   checked that in cgi,
             on apache already done :)
   
           * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
             skipping 0 values in hash::for_each-es we need to check cleaned
             cache items manually
   
           * src/main/: pa_db_connection.C, pa_db_table.C:
             parser_multithreaded check was wrong
   
           * src/: classes/classes.C, classes/classes.h, classes/date.C,
             classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
             classes/hashfile.C, classes/image.C, classes/int.C,
             classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
             classes/string.C, classes/table.C, classes/void.C,
             classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             include/pa_array.h, include/pa_charset_connection.h,
             include/pa_charset_manager.h, include/pa_common.h,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_db_connection.h, include/pa_db_manager.h,
             include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
             include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
             include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
             include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
             include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stack.h, include/pa_string.h,
             include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, include/pa_table.h,
             include/pa_threads.h, include/pa_types.h, main/compile.C,
             main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
             main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
             main/pa_charset_manager.C, main/pa_common.C,
             main/pa_db_connection.C, main/pa_db_manager.C,
             main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
             main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
             main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
             main/pa_socks.C, main/pa_sql_driver_manager.C,
             main/pa_status_provider.C, main/pa_string.C,
             main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
             sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
             targets/cgi/pa_threads.C, targets/cgi/parser3.C,
             targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
             targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
             targets/isapi/pool_storage.h, types/pa_valiased.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
             types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
             types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
             types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
             types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
             types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
             types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
             types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
             types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h, types/pa_vstatus.h,
             types/pa_vstring.C, 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:
             $status:db fixed used not initialized in db_connection & db_table
   
           * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
             $status:charset
   
           * src/: classes/xdoc.C, include/pa_db_connection.h,
             include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
             types/pa_vstatus.h: $status:stylesheet
   
           * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
             include/pa_request.h, include/pa_sql_connection.h,
             include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
             main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
             main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
             main/pa_sql_driver_manager.C, main/pa_status_provider.C,
             main/pa_stylesheet_manager.C, types/pa_vstatus.h,
             types/pa_vxnode.C, types/types.dsp: started status parser class
   
   2001-11-01  paf
   
           * src/include/pa_config_auto.h.in: makes
   
           * src/main/pa_hash.C: removed old extra include
   
           * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
             checks [for hp, there are such in math.h]
   
           * src/classes/op.C: ^for endless loop check strightened
   
           * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
             behavior in native calls.  it left unchanged, so ^for ^foreach &
             co can use r.root to write their i & key,value there
   
           * src/classes/op.C: detected for var storage bug, fixed.
             todo:foreach
   
           * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
             include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
             types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
             changing of hash inside of foreach
   
           * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
             ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
             were hash.foreach
   
           * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
             types/pa_vstring.C, types/pa_vstring.h:
             ^foreach[key|value]{body}[[separator]|{separator}]
   
           * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
             types/pa_vcookie.C: ^hash.delete[key]
   
   2001-10-31  paf
   
           * src/main/: compile.C, pa_common.C: completely empty file now
             considered "read", not ignored [not perfect trick used]
   
           * src/main/pa_common.C: simplier common ifdefs
   
           * src/main/pa_common.C: typing bug in common - bad ifdeff
   
           * src/main/pa_db_connection.C: z
   
           * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
             lockdetector flags
                     dbenv.lk_detect=DB_LOCK_RANDOM;
   
           * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
             from accidental show [imagine user forgot @exception]
   
           * src/classes/table.C: ^table.save[[nameless|+append;]path]
   
           * src/: classes/file.C, classes/image.C, classes/mail.C,
             classes/string.C, classes/xnode.C, include/pa_common.h,
             main/pa_common.C: ^string.save[[append;]path]
   
           * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
             main/execute.C: \ in expression: int divide 10/3=3
   
           * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
             inside of ^cache
   
           * src/: include/pa_threads.h, main/pa_db_connection.C,
             main/pa_db_table.C, targets/cgi/pa_threads.C,
             targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
             needed
   
   2001-10-30  paf
   
           * src/: classes/classes.dsp, main/main.dsp,
             targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
             types/types.dsp: enabled debug incremental compile
   
           * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
             form post data line endings not reformatted now.
   
           * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
             now required [had bug when file= has no value]
   
           * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
             pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
             cstr(asis) default param removed
   
           * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
   
           * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
   
           * src/include/pa_dir.h: LOAD_DIR fixed
   
           * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
             was broken} fix_line_breaks
   
           * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
             pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
             packed with #pragma pack
   
           * src/include/pa_config_auto.h.in: pragma detection
   
   2001-10-29  paf
   
           * src/types/pa_wcontext.h: bitfield syntax stricter
   
           * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
             string hash.puts
   
           * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
   
           * src/include/pa_sql_connection.h: there were one wrong
             SQL_CONNECTION_FUNC_GUARDED [failed]
   
           * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
             param.someday either ifdef or remove it
   
           * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
   
           * src/main/untaint.C: optimizing returned after debugging
   
           * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
             main/untaint.C: memory hunging #pragma pack(1)
   
             16 419 844 13 169 394
   
           * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
             targets/cgi/pa_pool.C: String size_t replace to uint in proper
             places [todo:Array]
   
           * src/: main/execute.C, targets/cgi/pa_pool.C,
             targets/cgi/parser3.dsp, types/pa_wcontext.h,
             types/pa_wwrapper.h: debugging memory WContext flags to bits
   
             total 5 652 652/158731 total 5 469 332/158731
   
           * src/: include/pa_array.h, main/pa_array.C: debugging memory
             Array:: without cache in get/put now
   
             [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
             18:25:27 2001] total 5 652 652/158731
   
           * src/: include/pa_string.h, main/pa_string.C,
             targets/cgi/pa_pool.C: debugging memory String::fused_rows func
             now
   
             [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
             18:11:53 2001] total 5796092/158731
   
           * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
             main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
             key ref now
   
             [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
             17:11:17 2001] total 16867948/202658
   
           * src/: classes/file.C, classes/image.C, classes/string.C,
             classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
             main/execute.C, main/pa_array.C, main/pa_common.C,
             main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
             main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
             types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
             string::as_int/double now usually uses stack, not heap [200K out
             of 17M :)] VString(String&) not copies reference [29M -> 17M]
   
           * src/main/pa_sql_driver_manager.C: ping to have services [old
             hiding bug]
   
           * src/Makefile.am: .am order
   
           * src/: include/pa_array.h, include/pa_charset_manager.h,
             include/pa_db_connection.h, include/pa_db_manager.h,
             include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
             include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
             include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
             types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
             required "friend class"
   
             ../include/pa_request.h:51: friend declaration requires
             class-key, i.e. `friend    class Temp_lang'
   
           * src/: include/pa_exception.h, include/pa_sql_connection.h,
             main/pa_exception.C, main/pa_sql_driver_manager.C,
             sql/pa_sql_driver.h: sql driver impl changed in _throw part.
   
             the idea is to #1 jump to C++ some function to main body, where
             every function stack frame has exception unwind information and
             from there... #2 propagate_exception()
   
   2001-10-28  paf
   
           * src/main/pa_db_connection.C: removed old consts
   
           * src/main/pa_db_connection.C: expire table [was accidently pasted
             with wrong type/cast]
   
           * src/main/: pa_db_connection.C, pa_db_table.C: exception
             translation
   
           * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
             remember to build DB2 with -fexceptions!!!
   
           * src/main/pa_db_table.C: DB_RMW defed
   
           * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
             include/pa_db_connection.h, include/pa_db_manager.h,
             include/pa_db_table.h, main/pa_db_connection.C,
             main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
   
   2001-10-27  paf
   
           * src/: classes/hashfile.C, include/pa_db_connection.h,
             include/pa_db_table.h, main/pa_db_connection.C,
             main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
             types/pa_vhashfile.C: DB2 ifdefs
   
           * src/: classes/Makefile.am, include/pa_config_fixed.h,
             main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
             makes with DB2
   
           * src/: include/pa_config_auto.h.in, main/Makefile.am,
             types/Makefile.am: makes db
   
           * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
             globals.C
   
           * src/: classes/hashfile.C, include/pa_db_connection.h,
             include/pa_db_table.h, main/pa_db_connection.C,
             main/pa_db_table.C: ^hashfile.clear[]
   
           * src/classes/classes.awk: no $ in var names
   
           * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
             connection&table [forgotten calls]
   
   2001-10-26  paf
   
           * src/main/pa_db_connection.C: db checkpoints
   
           * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
             checkpoints
   
           * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
             default. but entities still reparsed. todo: tothink
   
           * src/main/pa_db_connection.C: db recover mech 2
   
           * src/: classes/hashfile.C, include/pa_db_connection.h,
             include/pa_db_manager.h, include/pa_db_table.h,
             include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
             main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
             types/pa_vhashfile.h: db connections & tables now cached at
             create time & multithreaded
   
           * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
             parsed_source
   
           * src/main/pa_db_connection.C: about to remove connection from
             vhashfile
   
           * src/: main/pa_db_table.C, classes/hashfile.C: db: child
             transaction commit/rollback responsibility left to parent [as it
             sould - else there were a bug with double free]
   
           * src/include/pa_db_table.h: db: child transaction commit/rollback
             responsibility left to parent [as it sould - else there were a
             bug with double free]
   
   2001-10-25  paf
   
           * src/: classes/hashfile.C, include/pa_common.h,
             include/pa_db_connection.h, include/pa_db_manager.h,
             main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
             types/pa_vhashfile.C, types/pa_vhashfile.h,
             include/pa_db_table.h, main/pa_db_table.C: started db_home
             [multiple, cached] todo: autorecover [tried, but not succeded,
             yet]
   
           * src/include/pa_dir.h: ancient gpf on dir not found fixed
   
           * src/: include/pa_db_connection.h, main/pa_db_manager.C:
             transaction parent passed
   
   2001-10-24  parser
   
           * src/classes/Makefile.am: makes
   
           * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
             isapi/pool_storage.h: pool_storage fixed
   
           * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
             types/pa_vform.h: form fix_line_breaks
   
           * src/targets/cgi/pool_storage.h: makes
   
           * src/: classes/Makefile.am, targets/cgi/Makefile.am,
             targets/cgi/pool_storage.h: makes
   
           * src/sql/pa_sql_driver.h: version
   
           * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
             types/pa_vform.C, types/pa_vform.h: .am
   
           * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
             this: DB_RMW Acquire write locks instead of read locks when doing
             the retrieval. Setting this flag may decrease the likelihood of
             deadlock during a read-modify-write cycle by immediately
             acquiring the write lock during the read part of the cycle so
             that another thread of control acquiring a read lock for the same
             item, in its own read-modify-write cycle, will not result in
             deadlock
   
           * src/targets/isapi/parser3isapi.dsp: doc
   
           * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
   
           * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
   
           * src/: classes/hashfile.C, include/pa_db_connection.h,
             main/pa_db_connection.C: hashfile expired deleted from db when
             get & iterate
   
           * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
             expiring 1
   
           * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
   
           * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
             db_connection not bothers with key when not returning expired
             data
   
           * src/: include/pa_db_connection.h, main/pa_db_connection.C,
             types/pa_vhashfile.C: db_cursor constructor public now
   
           * src/: include/pa_db_connection.h, main/pa_db_connection.C,
             types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
             stamped, todo: put_element analize
   
           * src/: include/pa_db_connection.h, include/pa_string.h,
             main/pa_db_connection.C, main/pa_string.C: hashfile pieced
             serialize. todo stamp
   
   2001-10-23  parser
   
           * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
             classes/image.C, classes/mail.C, classes/response.C,
             classes/string.C, classes/table.C, classes/xdoc.C,
             include/pa_config_fixed.h, include/pa_db_connection.h,
             main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
             types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
             types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
             types/pa_vtable.C: ^hashfile.hash[]
   
           * src/: classes/hashfile.C, classes/xdoc.C,
             include/pa_config_fixed.h, main/pa_db_manager.C,
             main/pa_globals.C: ifdefs so it compiled without db
   
           * src/: classes/hashfile.C, include/pa_db_connection.h,
             include/pa_db_manager.h, main/pa_db_connection.C,
             main/pa_db_manager.C, types/pa_vhashfile.h:
             ^hashfile.transaction{code} ^hashfile:clear[filename]
             ^hashfile.delete[key]
   
   2001-10-22  parser
   
           * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
             cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
   
           * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
             classes/xnode.C, include/pa_charset_connection.h,
             include/pa_db_connection.h, include/pa_db_manager.h,
             include/pa_exception.h, include/pa_sapi.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             include/pa_stylesheet_connection.h,
             include/pa_stylesheet_manager.h,
             include/pa_xslt_stylesheet_manager.h, main/main.dsp,
             main/pa_db_connection.C, main/pa_db_manager.C,
             main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
             main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
             main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
             types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
             types/types.dsp: hashfile 0
   
           * src/types/pa_vhashfile.C: z
   
           * src/: classes/classes.dsp, classes/hashfile.C,
             include/pa_config_fixed.h, main/execute.C,
             targets/cgi/parser3.dsp, types/pa_vhashfile.C,
             types/pa_vhashfile.h, types/types.dsp: hashfile -100
   
           * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
   
           * src/: include/pa_exception.h, include/pa_request.h,
             main/execute.C, main/pa_exception.C, main/pa_request.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             types/pa_vclass.h, types/pa_vobject.h: stack backtrace
   
   2001-10-19  parser
   
           * src/include/pa_pool.h: header
   
           * src/main/pa_pool.C: auto compiled on gcc
   
           * src/classes/image.C: comment
   
           * src/: include/pa_pool.h, main/pa_common.C: makes
   
           * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
             types/pa_vxnode.h: xnode clone got freed
   
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
             include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
             can free up xalandomstring resulting from pool::transcode
   
           * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
             include/pa_config_fixed.h, include/pa_exception.h,
             include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
             main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
             types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
             to c++ exceptions 1xml configure fixed to exclude xalan-patch
             from non-xml compile
   
           * src/main/pa_request.C: pool:: context - get_context
   
           * src/: classes/classes.h, classes/date.C, classes/double.C,
             classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
             classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
             classes/string.C, classes/table.C, classes/void.C,
             include/pa_config_fixed.h, include/pa_exception.h,
             include/pa_pool.h, include/pa_request.h, include/pa_types.h,
             main/compile.C, main/compile_tools.C, main/execute.C,
             main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
             main/pa_exception.C, main/pa_exec.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,
             types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
             types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
             types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
             types/pa_vstateless_class.h, types/pa_vtable.C,
             types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
             exceptions 0
   
           * src/classes/classes.awk: $ removed
   
   2001-10-18  parser
   
           * src/types/pa_vcookie.C: cookie:CLASS
   
           * src/main/main.dsp: project
   
           * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
             set_document & ctor question "who owns document" solved
   
           * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
   
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
             main/pa_pool.C: encoding in dom creating funcs
   
           * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
             be transformed now
   
           * src/classes/xdoc.C: dom created by create can be transformed now
   
           * src/classes/xdoc.C: z
   
           * src/classes/xdoc.C: comment
   
           * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
             create now uses XercesDocumentBridge, appendChild&co now works
   
           * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
             @ recompile
   
           * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
             $origin @exception[
   
           * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
             tag names forced to XML lang
   
           * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
             leechy-found bugs in code&doc fixed
   
   2001-10-17  parser
   
           * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
             types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
             n functionality preserved
   
           * src/types/pa_vimage.h: removed unused vimage::save
   
   2001-10-16  parser
   
           * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
   
           * src/classes/: xnode.C: removed few dom returns & changed op.txt
   
           * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
   
           * src/classes/image.C: image.copy tolerance
   
           * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
             ineffective, but works for small paleted image
   
           * src/types/pa_vimage.C: comment
   
           * src/classes/image.C: gd size/resize bugfix
   
           * src/: classes/classes.dsp, main/main.dsp,
             targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
             types/types.dsp: ident >nul 2>&1
   
           * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
             systems
   
           * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
             x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
   
   2001-10-15  parser
   
           * src/main/execute.C: z
   
           * src/classes/: xdoc.C:     !::create{qualifiedName}
   
           * src/types/pa_vxnode.C:     document_type_node.
                     !readonly attribute DOMString name
                 !notation_node.
                     !readonly attribute DOMString publicId
                     !readonly attribute DOMString systemId
   
           * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
             ::write badly passed string too transparently [failed to
             intercept it]
   
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
             include/pa_request.h, main/pa_sql_driver_manager.C,
             types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
             types/pa_vxnode.h: DOM1 major addtion, only few
             attributes/methods left
   
   2001-10-13  parser
   
           * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
             in main handler
   
           * src/targets/isapi/pool_storage.h: isapi pool storage reverse
             cleanups & frees order
   
           * src/types/pa_vcode_frame.h: couple comments
   
           * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
             transparent enough to handle hash if creation&passing
   
           * src/: include/pa_config_fixed.h, main/execute.C,
             main/pa_exception.C: noticed that vcodeframe not transparent
             enough, would change now
   
   2001-10-12  parser
   
           * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
             fixed. initialization&free on each thread!
   
           * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
             handling changed: now type of default param analized always, not
             only at problem time, thus helping early problem spotting
   
           * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
             main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
             targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
             multithread bug fixed. initialization&free on each thread!
   
   2001-10-11  parser
   
           * src/classes/xnode.C: xnode.selectSingle now
   
           * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
             include/pa_pool.h, include/pa_stylesheet_connection.h,
             main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
             convertors out of Pool into Exception
   
           * src/main/pa_string.C: const
   
           * src/: include/pa_string.h, main/pa_string.C: restructured string:
             linked pieces of same language together prior to String::replace
   
           * src/classes/hash.C:     !^hash.add[addme]
                 !^hash.sub[subme]
                 !^a.union[b] = new
                 !^a.intersection[b] = new
                 !^a.intersects[b] = bool
   
           * src/classes/hash.C:     !^hash::append[append_from]
   
           * src/: classes/hash.C, types/pa_vhash.h:
             !^hash::create[[copy_from]]
   
           * src/: classes/string.C, classes/table.C, include/pa_globals.h,
             include/pa_string.h, main/pa_globals.C, main/pa_string.C,
             main/untaint.C, types/pa_vvoid.h: untaint lang origins table
             fixed.  got rid of empty_string, which caused errors - it hasnt
             exception but somebody[value.bark] tried to throw it on it's pool
   
           * src/include/pa_config_auto.h.in: makes
   
   2001-10-10  parser
   
           * src/: classes/op.C, main/compile.tab.C: ^error[msg]
   
           * src/main/: compile.tab.C, compile.y: ^a[
   
             @next_method  << now unclosed ] would be reported here
   
           * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
             compile error
   
   2001-10-09  parser
   
           * src/: classes/Makefile.am, main/Makefile.am,
             targets/cgi/Makefile.am, types/Makefile.am: makes
   
           * src/classes/Makefile.am: makes
   
           * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
             win32 errors intercepted [xalan transformer patched and
             incorporated]
   
           * src/: classes/classes.dsp, classes/xdoc.C,
             include/pa_stylesheet_connection.h, main/main.dsp,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
             types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
             patches starting
   
           * src/classes/: string.C, table.C: ^string.save[file]
   
           * src/classes/: date.C, table.C: calendar moved to date
   
           * src/classes/: op.C, table.C: table.hash[key field;value field(s)
             string/table]  now
   
           * src/classes/: op.C, table.C: z
   
           * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
             types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
             types/pa_vxnode.h: table:menu & op for delims made allowed not to
             be code [be string..]
   
           * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
             table.C: lots of
             params->as_int/double/as_string/as_junction/as_no_junction
             messages added
   
   2001-10-08  parser
   
           * src/: classes/date.C, classes/image.C, classes/string.C,
             classes/table.C, classes/void.C, include/pa_request.h:
             params->as_int/double message added
   
           * src/classes/image.C: image:circle [and round arc] uses Bresenham
   
           * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
             image:sector removed image:html internal "line-*" attribs
   
           * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
             types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
   
           * src/types/pa_vcookie.C: removing cookie made more netscape-like
             way
   
           * src/: classes/file.C, classes/form.C, main/pa_common.C,
             main/untaint.C: header untainting to UL_HTTP_HEADER,
             UL_MAIL_HEADER made nonforced [only tainted pieces]
   
           * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
             @ SAPI::log
   
           * src/main/untaint.C: \r to ' ' in origins mode
   
           * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
             set]
   
           * src/: classes/xdoc.C, include/pa_config_fixed.h,
             main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
             nonstandard liaison freed up
   
   2001-10-07  parser
   
           * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
             project
   
   2001-10-05  parser
   
           * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
             main/pa_pool.C: changed xdoc:set to prevent SAXParseException
             from outputing to cerr.  lots of "todos"
   
           * src/main/untaint.C: http_header tainting more gentle with
             enquoting now
   
           * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
             main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
             xml errorhandler.  fixed string.replace a little, read @test
   
           * src/main/pa_string.C: found replace bug - first_that_starts(char
             *) does not have limit, and looks further eos, fixing....
   
           * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
   
           * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
   
           * src/main/: pa_charset_connection.C: ctype another mem clear
             bugfix
   
           * src/main/: compile.tab.C, compile.y: disabled ^literals in names
             $result[^[$p^]z] now works fine
   
           * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
             wrong. fixed it
   
           * src/main/pa_charset_connection.C: unicode zero pair at the beging
             of totable appered to be vital
   
   2001-10-04  parser
   
           * src/classes/image.C: ^image.length[text]
   
   2001-10-03  parser
   
           * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
   
           * src/main/pa_request.C: restored pcre defaulting in request
             [mindlessly "optimized" yesterday] comment left
   
   2001-10-02  parser
   
           * src/: main/pa_charset_manager.C,
             include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
             needed
   
           * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
             forgot non-xml pool.*charset needed
   
           * src/classes/table.C: # config comments fixed
   
           * src/: classes/table.C, main/pa_charset_connection.C: table:load &
             charset_connection #comment now
   
           * src/: classes/classes.dsp, types/types.dsp: release projects
             options fixed to use release msvcrt lib
   
           * src/main/pa_charset_connection.C: pcre tables now const inside
             removed default - pcre handles that internally fixed bug on
             not-cleaning tables [previously was calloced, now member]
   
           * src/: include/pa_request.h, main/pa_charset_connection.C,
             main/pa_request.C, types/pa_vstring.h: pcre tables now const
             inside removed default - pcre handles that internally fixed bug
             on not-cleaning tables [previously was calloced, now member]
   
           * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
             tested charset reload on file change @ apache version = OK tested
             freeing up prev encoding on adding new = OK
   
   2001-10-01  parser
   
           * src/main/pa_charset_connection.C: removed entitify external hack
             [internal installed]
   
           * src/main/Makefile.am: makes+removed dtd
   
           * src/: include/pa_charset_connection.h,
             include/pa_charset_manager.h,
             include/pa_xslt_stylesheet_manager.h, main/main.dsp,
             main/pa_charset_connection.C, main/pa_charset_manager.C,
             main/pa_request.C: charset loading & caching mech 0
   
           * src/: include/pa_stylesheet_connection.h,
             include/pa_xslt_stylesheet_manager.h, main/main.dsp,
             main/pa_globals.C, main/pa_request.C: would make charset loading
             & caching mech now
   
   2001-09-30  parser
   
           * src/main/pa_request.C: forgot to fill toTable
   
           * src/: include/pa_config_fixed.h, main/pa_request.C: started
             hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
             failed on win32 for now..
   
           * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
             now charsets table configuration variable is: CHARSETS
   
           * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
             ctype with unicode 1. todo: no &#1055; entities on output somehow
   
           * src/: classes/file.C, classes/op.C, classes/string.C,
             include/pa_request.h, main/pa_request.C: started ctype with
             unicode values
   
   2001-09-28  parser
   
           * src/: main/pa_request.C, classes/mail.C, classes/op.C,
             classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
             string passed AS-IS now
   
           * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
             way of user-configuring... todo: implement
   
   2001-09-27  parser
   
           * src/classes/table.C: table.sort changed to sort table itself
   
           * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
             X^.getElementsByTagName[tagname] = array of xnode
             X^.getElementsByTagNameNS[namespaceURI;localName] = array of
             nodes removed - regretfully not supported @ xalan. maybe someday
             would reimplement, if needed.
   
             win32build system: solved long waiting anti-non-started-apache
             problem
   
           * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
             targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
             types/types.dsp: win32 ident make system so not to rebuild
             library [ident.C.new]
   
   2001-09-26  parser
   
           * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
             classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
             types/pa_vxnode.C, types/types.dsp: z
   
           * src/classes/classes.C: forgot one non-xml check
   
           * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
             targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
   
           * src/targets/cgi/parser3.C: z
   
           * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C: #ifdef SMTP
   
           * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
             classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
             main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
             types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
             types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
             types/types.dsp: xdoc&xnode now
   
           * src/: classes/classes.C, classes/classes.awk,
             classes/classes.dsp, classes/classes.h, classes/date.C,
             classes/dnode.C, classes/dnode.h, classes/dom.C,
             classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
             classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
             classes/op.C, classes/response.C, classes/string.C,
             classes/table.C, classes/void.C, include/pa_array.h,
             include/pa_common.h, include/pa_config_fixed.h,
             include/pa_config_includes.h, include/pa_dictionary.h,
             include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
             include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
             include/pa_socks.h, include/pa_sql_connection.h,
             include/pa_sql_driver_manager.h, include/pa_stack.h,
             include/pa_string.h, include/pa_stylesheet_connection.h,
             include/pa_table.h, include/pa_threads.h, include/pa_types.h,
             include/pa_xslt_stylesheet_manager.h, main/compile.C,
             main/compile.y, main/compile_tools.C, main/compile_tools.h,
             main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
             main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
             main/pa_exec.C, main/pa_globals.C, 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/pa_xslt_stylesheet_manager.C, main/untaint.C,
             sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
             targets/cgi/pa_threads.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
             targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
             targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
             types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
             types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
             types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
             types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
             types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
             types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
             types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
             types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
             types/pa_vmethod_frame.h, types/pa_vobject.h,
             types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h, types/pa_vstring.C,
             types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
             types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
             types/pa_wwrapper.h, types/types.dsp: added ident.awk and
             main.dsp splitted to main+classes+types along to .am
   
           * src/classes/Makefile.am: removed useless var
   
           * src/: classes/classes.cmd, main/main.dsp,
             targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
             main.dsp
   
   2001-09-25  parser
   
           * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
             1251 though, todo ICU
   
           * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
             include/pa_stylesheet_connection.h, main/Makefile.am,
             main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
             types/pa_vdom.h: xml configure makes
   
   2001-09-24  parser
   
           * src/: classes/Makefile.am, include/pa_config_auto.h.in,
             types/Makefile.am: makes
   
           * src/targets/cgi/Makefile.am: makefiles
   
           * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
             started unix makes update
   
           * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
             started unix makes update
   
           * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
   
           * src/types/pa_value.h: z
   
           * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
             bugs with usinge hash/table in expressions
   
           * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
             resolved conflicts fixed [const]
   
           * src/: classes/classes.cmd, classes/image.C, classes/op.C,
             classes/table.C, include/pa_request.h, include/pa_sapi.h,
             main/compile.C, main/compile.tab.C, main/compile.y,
             main/compile_tools.h, main/main.dsp, main/pa_common.C,
             main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
             types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
             types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
             types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
             with before_xml [merge2 actually didn't happen - i've created
             tags on wrong branch. so this merge is in fact re-merge]
   
   2001-09-21  parser
   
           * src/: main/main.dsp, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.dsp: updated project files [/ sadly
             produced "" in make file and sadly wrong interpreted on load]
   
           * src/: classes/classes.h, classes/hash.C, classes/op.C,
             classes/table.C, doc/doxygen.cfg, include/pa_common.h,
             include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
             include/pa_sql_driver_manager.h, include/pa_string.h,
             main/compile.tab.C, main/main.dsp, main/pa_common.C,
             main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.dsp: merged with before_xml
   
           * src/: classes/classes.C, classes/date.C, classes/dnode.C,
             classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
             classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
             include/pa_pool.h, main/main.dsp, main/pa_globals.C,
             main/pa_pool.C, main/pa_request.C,
             main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
             targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
             targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
             targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
             types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
             types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
             types/pa_vrequest.C, types/pa_vresponse.h,
             types/pa_vstateless_class.C, types/pa_vstring.C,
             types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
             created new projects for sql drivers [planning to remove sql
             drivers from main cvs project] first, will join latest changes
   
           * src/classes/: dom.C: defaulted dom writing methods encoding to
             pool.get_charset
   
           * src/classes/dom.C: defaulted dom writing methods encoding to
             pool.get_charset
   
           * src/include/pa_pool.h: defaulted dom writing methods encoding to
             pool.get_charset
   
           * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
             types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
             methods encoding to pool.get_charset
   
           * src/: include/pa_pool.h, main/pa_pool.C: checked whether
             transcoder were created right "unsupported encoding" message.
             not @ set time, but @ use time, so until xml output functions
             .string, .file, .save used - no encoding name check occur
   
             reduced transcode buffer size to 60 fixed pool cleanup - no
             registration needed, pools are officially destructured
   
   2001-09-20  parser
   
           * src/classes/image.C: 20K preload on jpg measure [image::measure]
   
           * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
             $MAIN:DEFAULTS.content-type[$.charset[here]]
   
           * src/: classes/dnode.C, classes/dom.C,
             include/pa_config_includes.h, include/pa_globals.h,
             include/pa_pool.h, main/main.dsp, main/pa_globals.C,
             main/pa_pool.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
             types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
             Pool::transcode 0
   
           * src/classes/dom.C: dom. string save file moved output xml options
             to last param and made it optional
   
           * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
             dnodes
                 !$attributenode.specified = boolean
                         true if the attribute received its value explicitly
             in the XML document,
                         or if a value was assigned programatically with the
             setValue function.
                     false if the attribute value came from the default value
             declared in the document's DTD.
                 !$pinode.target = target of this processing instruction
                     XML defines this as being the first token following the
             markup
                     that begins the processing instruction.
                     XPath:
                 !^node.select[xpath/query/expression] = hash of 0->node0
             1->node1
                 !^node.select-single[xpath/query/expression] = first node if
             any
   
           * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
             pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
             some 'const's added
   
           * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
             expression context now, there value = size and boolean value
             size!=0
   
           * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
             can be used in expression context now, there value = size and
             boolean value size!=0
   
           * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
             types/pa_vstring.h: dnode .file .string .save moved back to dom
             due to strange xalan bug
   
   2001-09-18  parser
   
           * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
             classes/image.C, classes/op.C, classes/table.C,
             include/pa_common.h, include/pa_globals.h, include/pa_request.h,
             include/pa_sql_driver_manager.h, main/compile.C,
             main/compile.tab.C, main/compile.y, main/compile_tools.h,
             main/execute.C, main/pa_common.C, main/pa_request.C,
             main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
             types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
             types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
             before_xml branch ^if(def $hash) now true only when
             ^hash:_count[]!=0 moved .string .save .file from dom to dnode
   
           * src/: classes/op.C, main/execute.C: operators self changed to
             root ^for variable context changed to self
   
           * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
             dnode 1
   
           * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
             types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
   
           * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
             poly* fixed
   
   2001-09-17  parser
   
           * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
             types/pa_vdom.h: started dnode+dom
   
             dnode     DOM methods:     $node.name     $node.value
             ...others...
   
                 ^node.xpath[/rates/USD] = hash
                     $hash[
                             $.0[node0]
                             $.1[node1]
                     ]
   
           * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
             applies to all linear primitives
   
           * src/: classes/classes.h, classes/dom.C, classes/hash.C,
             include/pa_stylesheet_connection.h, main/main.dsp,
             targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
             types/pa_vimage.h: started dnode     DOM:     $node.name
             $node.value     ...others...      ^node.xpath[/rates/USD] = hash
             dom(dnode)
   
           * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
             main/compile.y, main/compile_tools.h, main/execute.C,
             targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
             in expression compound($aa.zz.xx) names now can have minus '-' in
             name after '.'
   
   2001-09-15  parser
   
           * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
             image: $line-width ^line(...)[****   style]
   
           * src/: classes/dom.C, targets/isapi/parser3isapi.C,
             targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
             pool_storage - cleanups first, allocations second.  apache wisely
             does just like that
   
           * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
             rewritten using template, no bugs now
   
           * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
             targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
             targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
             poorly started isapi pool_storage, would rewrite using template
             now
   
           * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
             include/pa_stylesheet_connection.h, main/main.dsp,
             targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
             targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
             xalan objects freed up [introducing Pool::register_cleanup]
   
           * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
             comments
   
   2001-09-14  parser
   
           * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
             z
   
           * src/: classes/dom.C, classes/file.C, classes/image.C,
             classes/mail.C, include/pa_common.h,
             include/pa_sql_driver_manager.h, include/pa_string.h,
             include/pa_stylesheet_connection.h,
             include/pa_xslt_stylesheet_manager.h, main/main.dsp,
             main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
             main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
             main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
             compiled&cached
   
   2001-09-13  parser
   
           * src/: classes/dom.C, classes/file.C, classes/image.C,
             types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
   
           * src/classes/dom.C: dom:file content-type(.method)
   
           * src/: include/pa_common.h, include/pa_globals.h,
             main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
             string now more informative error messages
   
           * src/: include/pa_globals.h, include/pa_request.h,
             main/pa_request.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
             ParserSiteConfig .../parser3.conf
   
             cgi&isapi looks for {configure|c:\windows}/parser3.conf
   
   2001-09-12  parser
   
           * src/: classes/op.C, include/pa_sql_driver_manager.h,
             main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
             precise error reporting: "connection string must start with
             protocol://" now
   
           * src/main/compile.tab.C: fixed - subname code parts actually []
             braced
   
           * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
             lexer on LS_USER level did [] matching without setting nestage,
             introduced special LS_NAME_SQUARE_PART state
   
   2001-09-11  parser
   
           * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
             main/untaint.C: ^dom:set{<some>xml</some>} default language XML
             languages+=xml
   
           * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
   
           * src/classes/dom.C: ^dom:save/string/file[output options] output
             options:     $.method[xml|html|text] detection fixed
   
           * src/types/pa_vdom.h: messages
   
           * src/classes/dom.C: ^dom:save/string/file[output options] output
             options:     $.method[xml|html|text] detection fixed
   
   2001-09-10  parser
   
           * src/classes/dom.C: ^dom:save/string/file[output options] output
             options:     $.method[xml|html|text] $.encoding[windows-1251|...]
   
           * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
             added]
   
           * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
             ^dom.xslt[stylesheet filename] 0
   
           * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
             ^dom.xslt[stylesheet filename] -1 doc is lying
   
           * src/classes/dom.C: ^dom.file[encoding] = file
   
           * src/classes/: dom.C: ^dom.string[encoding] 1
             ^dom.save[encoding;filename]
   
           * src/classes/dom.C: ^dom.string[] 0
   
           * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
   
           * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
             types/pa_vform.h: ^dom.save[b.xml] 0
   
   2001-09-08  parser
   
           * src/types/pa_vform.C: $form:tables.name.field
   
   2001-09-07  parser
   
           * src/classes/table.C: table:empty removed, superceded by ^if(def
             $table)...
   
           * src/targets/cgi/parser3.C: z
   
           * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
             from '' to int/double is 0]
   
           * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
             $table) is false when table is empty
   
           * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
             !$form:tables $atable[$form:tables.a]
             ^atable.menu{a=$atable.element}[,]
   
           * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
             types/pa_vform.h, types/pa_vhash.h: !$form:fields
   
           * src/: classes/dom.C, classes/table.C, main/main.dsp,
             types/pa_vdom.h, types/pa_vform.C: merged with successful start
             of dom
   
           * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
             types/pa_vform.C, types/pa_vform.h: z
   
           * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
             element [not last]
   
           * src/: classes/dom.C, classes/table.C, main/main.dsp,
             types/pa_vdom.h: introducing dom. dom:load[a.xml]
   
   2001-09-06  parser
   
           * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
             table with one column 'element' and two rows: 1 and 2
   
           * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
             table with one column 'element' and two rows: 1 and 2
   
           * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
             bad int/double conversions, and now $form:nonexistent.int(88)
             would return 88
   
           * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
             types/pa_vhash.h: now there's special hash key '_default'
             [instead of ^_default method] $hash[         $.a[1]  $.b[2]
             $._default[xx] ] $hash.c
   
           * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
             fixed [thanks, fif], ^; were treated there non-literally
   
           * src/doc/doxygen.cfg: merged new default options from 1.2.10
             doxygen
   
           * src/: classes/image.C, classes/op.C, classes/string.C,
             classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
             types/pa_vtable.C: few #ifndef DOXYGEN
   
   2001-09-05  parser
   
           * src/classes/: string.C, table.C: sql options can be void [same as
             image:html the other day]
   
           * src/targets/cgi/Makefile.am: .am undo
   
           * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
             targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
             macro expantion on param, simply qoutes whatever passed, undone
   
           * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
             targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
             STRINGIZE(name) #name invented
   
           * src/: classes/op.C, include/pa_sql_driver_manager.h,
             main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
             MAIN_SQL_DRIVERS_NAME "drivers"
   
             moved to be availible to all users
   
           * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
             SQL_DRIVER_CREATE_FUNC_NAME
   
           * src/classes/mail.C: MAIN:MAIL check fixed
   
   2001-09-04  parser
   
           * src/classes/image.C: image.html now can accept void params
   
           * src/targets/isapi/parser3isapi.C: z
   
           * src/targets/cgi/parser3.C: full_file_spec bug
   
           * src/targets/cgi/parser3.C: getenvcheck
   
           * src/targets/cgi/parser3.C: zz
   
           * src/targets/cgi/parser3.C: zzz
   
           * src/classes/date.C: date
   
           * src/classes/date.C: date:sql-string is now without ''
   
           * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
             targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
             auto.p location for targets/cgi/parser3, default[/usr/local/etc]
   
           * src/include/pa_config_auto.h.in: makes
   
   2001-09-03  parser
   
           * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
   
   2001-09-01  parser
   
           * src/classes/image.C: letter_spacing
   
           * src/classes/image.C: image: font params changed
   
           * src/classes/image.C: image: as_int as_string used
   
           * src/types/pa_vmethod_frame.h: $result[] now gets properly
             analized
   
   2001-08-31  parser
   
           * src/targets/cgi/parser3.C: z
   
           * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
             cygwin
   
           * src/classes/void.C: void:int/double += (default)
   
           * src/classes/image.C: image:font added space param image:font
             changed charwidth alg, added kerning const[for now]
   
           * src/classes/: string.C, table.C: string:int/double (defaults)
   
   2001-08-29  parser
   
           * src/main/pa_exception.C: exception redundant debug info
   
   2001-08-28  parser
   
           * src/classes/image.C: image error msgs
   
           * src/classes/image.C: image: gifsize little endian
   
           * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
             doxygeneration
   
           * src/: classes/Makefile.am, main/Makefile.am,
             targets/cgi/Makefile.am, types/Makefile.am: .am-s
   
           * src/: include/pa_dictionary.h, main/pa_dictionary.C,
             main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
   
           * src/main/compile.C: NO_STRING_ORIGIN check2
   
           * src/classes/table.C: NO_STRING_ORIGIN check
   
           * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
             storage class specifiers invalid in friend function declarations
   
           * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
             main/untaint.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C: strncpy forced with zero ending in
             case of limit
   
           * src/: classes/file.C, main/pa_common.C: file:move
             autocreate/remove dest/src dir
   
           * src/: classes/string.C, include/pa_dictionary.h,
             include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
             main/untaint.C: pa_directory speeded up. moved zero 'from' check
             to directory constructor.  string:replace
   
   2001-08-27  parser
   
           * src/classes/image.C: fixed jpgsize alg
   
           * src/classes/image.C: fixed jpgsize alg
   
           * src/main/pa_exception.C: z
   
           * src/main/pa_common.C: removed debug info from pa_common
   
           * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
             [auto.p from current dir loading]
   
           * src/: main/pa_common.C, main/pa_exception.C,
             main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
             for solaris -lsocket
   
   2001-08-24  parser
   
           * src/targets/cgi/parser3.C: not cgi extra \n 3
   
           * src/targets/cgi/parser3.C: not cgi extra \n 2
   
           * src/targets/cgi/parser3.C: not cgi extra \n
   
           * src/main/pa_sql_driver_manager.C: z
   
           * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
             sql* removed services from disconnect - cross-request ideological
             probs.
   
           * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
             cross-request ideological probs.  oracle - fixed bug: cs
             allocated on request.pool and got freed before disconnect
   
           * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
             mallocs fixed
   
   2001-08-23  parser
   
           * src/classes/file.C: minor bug in file:save fixed
   
           * src/main/pa_sql_driver_manager.C: oracle: dlink
   
   2001-08-22  parser
   
           * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
             types/pa_vfile.h: file:load|save[text|binary;
   
           * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
   
   2001-08-21  parser
   
           * src/classes/: file.C, table.C: ^file:list
   
   2001-08-20  parser
   
           * src/: main/compile.tab.C, main/compile.y,
             main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
             types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
             recousively caused problems: inc incremeted 123 literal!! fixed
   
   2001-08-10  parser
   
           * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
   
           * src/main/: compile.tab.C, compile.y: (codes) name part syntax
             added
   
           * src/main/: compile.tab.C, compile.y: (codes) name part syntax
             added
   
           * src/classes/table.C: table:sort restored [it was bad test :(]
   
           * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
             ''
   
           * src/main/: pa_request.C: wanted to make const int
             MAX_EXECUTE_SECONDS=1;
   
             but couldnt, set_callback_and_alarm appeared to be not exported
             :(
   
           * src/main/pa_string.C: string.match hanged on. there were a hang
             check but it weren't wise enough
   
             @parse[dateString][tmp]
             $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
             #end
   
             @main[] ^parse[2001-02-03]
   
           * src/classes/: table.C: table:sort now default desc
   
           * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
             table.sort now creates new sorted table
   
   2001-08-09  parser
   
           * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
   
           * src/classes/hash.C: hash:_default now [was hash:default]
   
           * src/classes/op.C: case without switch check added
   
           * src/types/pa_vcookie.C: cookie name&value origins added, more
             precise $ORIGINS(1)
   
           * src/main/Makefile.am: .am
   
           * src/classes/void.C: void: int double  copy/paste from int: bug
             fixed
   
           * src/classes/void.C: void: int double  copy/paste from int: bug
             fixed
   
   2001-08-07  parser
   
           * src/: classes/double.C, classes/int.C, classes/string.C,
             classes/table.C, include/pa_globals.h, main/pa_globals.C:
             !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
             string, table
   
           * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
             srand made working
   
   2001-08-06  parser
   
           * src/: classes/mail.C, classes/op.C, include/pa_array.h,
             include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
             main/compile.tab.C, main/compile.y, main/pa_array.C,
             main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
             main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
   
           * src/main/pa_exec.C: exec win32 real filename
   
           * src/classes/file.C: exec stderr out
   
           * src/classes/hash.C: hash:keys renamed to hash:_keys :(
   
   2001-08-03  parser
   
           * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
   
   2001-08-02  parser
   
           * src/: classes/string.C, classes/table.C, include/pa_array.h,
             main/execute.C, main/pa_exec.C: introducing Array_iter
   
           * src/main/execute.C: detected quick_get recursion bug. changed to
             get@execute, but needs array iterator, separate from array to
             avoid it & use caching
   
           * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
             bug fixed
   
           * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
             main/execute.C, main/pa_globals.C: found another multithread bug
             in op.C (last, last global var killed) :)
   
   2001-08-01  parser
   
           * src/: include/pa_dictionary.h, include/pa_globals.h,
             include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
             main/pa_globals.C, main/pa_request.C, main/pa_string.C,
             main/untaint.C: speeded up typo-html replacements. introducing
             Dictionary with first-char caching
   
   2001-07-31  parser
   
           * src/types/Makefile.am: pa_vtable.C added to .am
   
           * src/main/compile.tab.C: added, so that could be compiled even on
             non-bison-enabled platforms
   
   2001-07-28  parser
   
           * src/classes/table.C: table:hash always produces hash, when can't
             - empty
   
           * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
             skipped \n
   
   2001-07-27  parser
   
           * src/classes/: double.C, int.C, string.C: provided meaningful msg
             on int/double/string :sql without result and default
   
   2001-07-26  parser
   
           * src/classes/op.C: fixed bad multithread bug with strangly global
             OP
   
           * src/main/compile.y: $man[$.age[zzz]]  0
   
           * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
             creation syntax problem persists. restored $: for a while.
             thinking of $man[$.age[zzz]] syntax now
   
           * src/: classes/double.C, classes/int.C, classes/string.C,
             include/pa_opcode.h, main/compile.C, main/compile.y,
             main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
             types/pa_vmethod_frame.h, types/pa_wcontext.h,
             types/pa_wwrapper.h: fixing :: realization #1
   
           * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
             main/compile_tools.h, main/execute.C, main/pa_request.C,
             types/pa_vmethod_frame.h: introducing :: this is constructor call
             prefix.  ordinary : remains for static accesses
   
   2001-07-25  parser
   
           * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
             fields 2. methods 3. columns
   
           * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
             quote.  optimized double&int tostring-s
   
           * src/main/: compile.C, compile.y, compile_tools.h: allowed
             whitespace before first method decl
   
           * src/classes/table.C: allowed nontable result in table:sql,
             results in empty table
   
           * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
             lines before first method decl
   
           * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
             types/pa_vtable.h: ^table.record[] now $table.fields
   
           * src/main/compile.y: $var[] is now empty string, not void
   
           * src/main/: compile.y, execute.C: $var[] is now empty string, not
             void
   
           * src/: classes/string.C, include/pa_globals.h, main/execute.C,
             main/pa_globals.C: match replace code context moved to implicit
             $match context
   
           * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/execute.C: with killed, code storage
             introduced with former 'with' syntax
   
   2001-07-24  parser
   
           * src/: main/compile.C, main/execute.C, main/pa_string.C,
             types/pa_value.h: first get_element, next get operator
   
           * src/main/compile.y: removed @end handling
   
           * src/main/: compile.C, compile.y: @end handling method2
   
           * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
             file:move
   
           * src/main/pa_common.C: file_read close @ eof when imgsize bug
             fixed
   
   2001-07-23  parser
   
           * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
             driver
   
           * src/classes/hash.C: changed sql driver query interface
   
           * src/: classes/hash.C, classes/string.C, classes/table.C,
             classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
             changed sql driver query interface
   
   2001-07-20  parser
   
           * src/types/pa_vrequest.C: X!$browser:type
   
           * src/: classes/file.C, classes/string.C, include/pa_string.h,
             main/execute.C, main/pa_string.C, types/pa_valiased.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
             types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
             types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
             types/pa_vobject.h, types/pa_vrequest.C,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
             ^class:method dynamic calls allowed.  ^BASE.method call disabled.
             BASE element globally removed
   
   2001-07-18  parser
   
           * src/classes/file.C: file:exec/cgi msg
   
           * src/classes/file.C: $file:exit-code renamed to 'status'
   
           * src/: classes/file.C, main/pa_exec.C: file:exec
   
           * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
             targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
             removed $id from *.in *.am
   
           * src/main/: pa_request.C, untaint.C: ORIGINS langs name
             abbrevations
   
           * src/: classes/date.C, classes/mail.C, classes/math.C,
             classes/string.C, classes/table.C, include/pa_globals.h,
             include/pa_string.h, main/execute.C, main/pa_globals.C,
             main/pa_request.C, main/pa_string.C, main/untaint.C,
             types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
             types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
             $ORIGINS(1) output tracing mode
   
   2001-07-13  parser
   
           * src/: classes/double.C, classes/int.C, classes/string.C,
             include/pa_request.h, main/execute.C, main/pa_request.C:
             auto.p[@auto], /news/auto.p[no @auto], so that initializing
             second would not call first @auto
   
           * src/main/: execute.C, pa_request.C: order of MAIN parents was
             wrong, fixed
   
   2001-07-12  parser
   
           * src/types/pa_value.h: pa_value.putelement modification of system
             classes prevented
   
   2001-07-11  parser
   
           * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
             table $piece
   
           * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
             types/pa_vstateless_class.h: $file created by file:state +=
             .atime .mtime .ctime +found&fixed bug with exceptions on
             get_junction-created objects [they were on wrong pool]
   
   2001-07-09  parser
   
           * src/main/untaint.C: qp wrong name
   
           * src/: classes/date.C, classes/string.C, classes/table.C,
             main/compile.y: date format 0
   
   2001-07-07  parser
   
           * src/: classes/date.C, classes/table.C, include/pa_common.h,
             include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
             roll table calendar
   
           * src/: classes/Makefile.am, classes/date.C, classes/file.C,
             classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
             classes/op.C, classes/string.C, classes/table.C, classes/void.C,
             include/pa_request.h, main/main.dsp, types/pa_value.h,
             types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
             string.  todo: sql, calendar
   
   2001-07-06  parser
   
           * src/: classes/math.C, include/pa_request.h, main/execute.C,
             main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
   
   2001-07-03  parser
   
           * src/: classes/Makefile.am, classes/math.C, classes/op.C,
             classes/random.C, main/main.dsp: class random renamed to math,
             operators became methods
   
           * src/classes/op.C:  pow sqrt
   
           * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
   
   2001-07-02  parser
   
           * src/classes/table.C: ^table.columns column renamed from 'name' to
             'column'
   
           * src/classes/hash.C: ^hash.keys[]
   
           * src/: classes/table.C, main/pa_table.C: ^table:columns[]
   
           * src/main/: compile.y, compile_tools.h: in expressions now allowed
             'strings'
   
   2001-06-29  parser
   
           * src/main/: execute.C: /0  %0 checkes ver 2
   
           * src/main/execute.C: /0  %0 checke
   
           * src/classes/Makefile.am: nothing - void
   
           * src/classes/table.C: empty strings @ sql
   
   2001-06-28  parser
   
           * src/: classes/double.C, classes/file.C, classes/form.C,
             classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
             classes/op.C, classes/random.C, classes/response.C,
             classes/string.C, classes/table.C, classes/void.C,
             main/compile.C, main/compile_tools.C, main/execute.C,
             main/pa_array.C, main/pa_common.C, main/pa_dir.C,
             main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
             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, main/compile.y: */ static const
             char *RCSId=" double.C,v 1.31 2001/06/28 07:41:59 parser Exp
             $";
   
           * src/: classes/double.C, classes/file.C, classes/form.C,
             classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
             classes/op.C, classes/random.C, classes/response.C,
             classes/string.C, classes/table.C, classes/void.C,
             main/compile.C, main/compile.y, main/compile_tools.C,
             main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
             main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
             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$";
   
           * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
             $class:name: == ${class:name}:
   
           * src/classes/string.C: exactly one
   
   2001-06-27  parser
   
           * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
             types/pa_vvoid.h: nothing renamed to void
   
           * src/classes/op.C: ^switch ^case
   
           * src/main/compile.y: nothing renamed to void
   
           * src/: classes/hash.C, classes/table.C, main/compile.y,
             main/execute.C, main/main.dsp, main/pa_request.C,
             targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
             types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
             void
   
           * src/main/compile.y: lexer: $zzzz^zzzz were name part
   
   2001-05-28  parser
   
           * src/doc/html2chm.cmd: removed >a
   
           * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
             project options [some bugs]
   
           * src/doc/sources2html.cmd: z
   
           * src/: classes/classes.C, main/compile.C, main/compile.y,
             main/execute.C: operators are not in root class again
   
   2001-05-24  parser
   
           * src/targets/cgi/parser3.dsp: project file
   
           * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
             ^log ^exp
   
           * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
             conversions in @exception[params]
   
           * src/main/pa_request.C: // no _ conversions in @exception[params]
   
   2001-05-23  parser
   
           * src/main/pa_string.C: string cmp bug
   
           * src/classes/: mail.C, op.C: rem max 1000
   
           * src/: classes/op.C, main/compile.y: allow one empty line before
             LS_DEF_NAME
   
   2001-05-22  parser
   
           * src/classes/op.C: if params code-required
   
   2001-05-21  parser
   
           * src/types/pa_vstring.C: eoleof
   
           * src/classes/Makefile.am: .AM
   
           * src/classes/nothing.C: resultless ^sql  moved to nothing:
   
           * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
   
           * src/: classes/double.C, classes/nothing.C, classes/string.C,
             classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
             types/pa_vunknown.h, classes/hash.C, main/compile.y,
             main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
             types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
             main/pa_request.C, types/pa_value.h: 'unknown' renamed to
             'nothing'
   
           * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
             vstring::set_string
   
           * src/classes/: double.C, int.C, string.C: int,double;sql
   
           * src/: classes/hash.C, classes/int.C, classes/string.C,
             classes/table.C, include/pa_string.h, main/pa_string.C,
             types/pa_vstring.C, types/pa_vstring.h: started int:sql
   
           * src/: classes/classes.C, classes/hash.C, classes/op.C,
             classes/table.C, main/compile.C, main/compile.y, main/execute.C:
             hash:sql moved to main trunc. operators.txt updated
   
           * src/classes/: hash.C, op.C, table.C: hash:sql
   
           * src/classes/op.C: z
   
           * src/: main/compile.C, classes/classes.C: 1
   
           * src/: classes/classes.C, main/compile.C, main/compile.y,
             main/execute.C: 0
   
           * src/main/execute.C: z
   
           * src/targets/cgi/parser3.C: z
   
           * src/targets/cgi/parser3.C: argv can be just "parser3". made
             site_auto_path "." in that case
   
           * src/targets/cgi/: parser3.C: z
   
           * src/main/pa_request.C: .am
   
           * src/: main/pa_request.C, targets/cgi/parser3.C:
             pcre_tables=pcre_default_tables;
   
   2001-05-19  parser
   
           * src/main/pa_string.C: z
   
           * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
             introducing String::cstr_bufsize, returns just size+1 for as_is
             target.
   
           * src/: main/untaint.C, targets/cgi/pa_pool.C,
             targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
             used, 4* mem wasted
   
           * src/classes/string.C: root context in match replace body now
             unchanged
   
           * src/types/pa_value.h: parameter # 1 based
   
           * src/main/pa_common.C: common:  actual filename '%s'
   
           * src/classes/string.C: z
   
           * src/classes/Makefile.am: classes/.am
   
           * src/classes/: Makefile.am: classes/.am
   
           * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
             targets/cgi/pa_pool.C: classes/.am
   
   2001-05-18  parser
   
           * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
             pa_threads.C ins
   
           * src/targets/cgi/Makefile.am: .am pa_threads.C added
   
   2001-05-17  parser
   
           * src/: classes/string.C, include/pa_config_fixed.h,
             include/pa_config_includes.h, main/compile.y,
             main/compile_tools.h, main/execute.C, main/pa_array.C,
             main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
             main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
             types/pa_vform.C: #include "pa_config_includes.h" removed from
             most .C
   
           * src/doc/html2chm.cmd: z
   
           * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
             view.cmd, view_chm.cmd, view_html.cmd: doc cmds
   
           * src/main/pa_sql_driver_manager.C: moved expiration to
             get_connection_from_cache
   
           * src/main/pa_sql_driver_manager.C: cache expiration bf
   
           * src/: classes/classes.h, include/pa_sql_connection.h,
             include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
             cache expiration[use SQL_Driver::disconnect]
   
           * src/main/pa_table.C: table.locate current restored on "not found"
   
           * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
             line no
   
           * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
             ANTI_ENDLESS_EXECUTE_RECOURSION
   
           * src/: classes/op.C, include/pa_sql_connection.h,
             include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
             sql/pa_sql_driver.h: fixed problem at last: 2connections own
             1driver and set_services fight for driver::fservices. before fix
   
           * src/: classes/op.C, include/pa_config_fixed.h,
             include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
             main/pa_sql_driver_manager.C: found problem at last: 2connections
             own 1driver and set_services fight for driver::fservices. before
             fix
   
           * src/: include/pa_config_fixed.h, include/pa_threads.h,
             targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
             targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
             pa_threads.C
   
           * src/include/pa_threads.h: removed targets/parser
   
           * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
             pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
             pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
             pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
             pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
             headers
   
           * src/: classes/image.C, include/pa_sql_driver_manager.h,
             main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
             order prevented sqlmanager to see MULTYTHREAD define
   
           * src/: include/pa_config_fixed.h, include/pa_threads.h,
             main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
             put/gets
   
           * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
             from hash.h
   
           * src/: classes/op.C, include/pa_sql_connection.h,
             main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
             from cache ->set_services(&services);
   
   2001-05-16  parser
   
           * src/targets/cgi/parser3.C: z
   
           * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
             debug, #ifdefed some.  would debug later, on more precise sample
             than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
             $name.$tail[$tail!] $name.$tail } ok3
   
           * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
             removed array debug. before vstring rebasing
   
           * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
             main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
             array debugged; adjusted
   
           * src/main/: pa_sql_driver_manager.C, pa_string.C:
             SQL_Driver_manager line no for connect/charset errors
   
   2001-05-15  parser
   
           * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
             main/pa_string.C: string+array made linear grows
   
           * src/: include/pa_string.h, main/pa_string.C,
             targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
             grow lineary, not exponentialy
   
           * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
             targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
             with fullchunk cmps
   
           * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
             70041=           81
   
           * src/: include/pa_string.h, targets/cgi/pa_pool.C,
             targets/cgi/parser3.C: detected huge mem allocation: size/times
             malloc 27809390/368771, calloc 3232/83. would test now
   
           * src/: classes/random.C, main/compile.y, main/execute.C,
             main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
             numbered params had wrong name - for instance: bad error message
             in ^for[] bad body type. fixed
   
   2001-05-14  parser
   
           * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
             main/untaint.C: ^string.upper|lower[]
   
   2001-05-11  parser
   
           * src/: classes/double.C, classes/image.C, classes/op.C,
             classes/string.C, classes/table.C, classes/unknown.C,
             main/execute.C, types/pa_value.h, types/pa_vbool.h,
             types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
             types/pa_vunknown.h: op: MAX_LOOPS as_int
   
           * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
             .dsp for win32tools
   
   2001-05-11  paf
   
           * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
             main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
             targets/isapi/istart.cmd, targets/isapi/istop.cmd,
             targets/isapi/kill.pl: moved win32 helpers to /win32tools
   
   2001-05-10  paf
   
           * src/include/: pa_common.h, pa_config_includes.h: inline undefed
             for C++, that's all
   
           * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
             pa_config_includes.h: inline wonders
   
           * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
             doc/doxygen.cmd: hash.C added
   
           * src/: main/pa_request.C, types/pa_vrequest.C: op configured
   
           * src/main/compile.y: @end grammar: allowed zero strings in control
             menthod
   
           * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
             pa_vstateless_object.h: changed priority: field before method
             lookup in vclass & vobject
   
           * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
             grammar: priorities changes [lowerd && prior] vobject: now first
             fields, next methods
   
   2001-05-08  paf
   
           * src/main/pa_table.C: table columnname2item on nameless ignored
             bark=false. fixed
   
           * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
             types/pa_vmethod_frame.h: hash:default works at last!
   
           * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
             main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
             hash:default
   
           * src/classes/table.C: z
   
           * src/classes/table.C: table:hash always hash of hash now
   
           * src/classes/table.C: table:empty return bool now
   
           * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
             include/pa_table.h, main/pa_table.C, types/pa_value.h,
             types/pa_vtable.h: table:hash
   
           * src/classes/table.C: table:record have name
   
           * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
             returns vunknown
   
           * src/classes/: double.C, int.C, op.C, string.C:
             int,double,string:int[] double[] string:length[] results now have
             hames
   
           * src/: classes/op.C, classes/table.C, main/main.dsp,
             types/pa_vtable.h: removed table:find. table:locate and op:eval
             now return bool
   
           * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
             in method checkparams again. fixed
   
   2001-05-07  paf
   
           * src/doc/chm.cmd: cmd
   
           * src/: classes/image.C, classes/mail.C, classes/string.C,
             doc/chm.cmd, include/pa_table.h, main/pa_table.C,
             types/pa_value.h: method reported errors on wrong pool
   
           * src/main/execute.C: ^var[^class:var.method[]] is not constructor
             now
   
           * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
             include/code.h, include/pa_opcode.h, main/compile.C,
             main/compile_tools.h, main/execute.C, types/pa_value.h,
             types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
             types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
             types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
             types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
             types/pa_vmethod_frame.h, types/pa_vobject.h,
             types/pa_vrequest.h, types/pa_vresponse.h,
             types/pa_vstateless_class.h, types/pa_vstring.h,
             types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
             types/pa_wwrapper.h: pa_code.h
   
           * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
   
           * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
             doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
             doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
             doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
             doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
             doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
             include/pa_hash.h, include/pa_string.h, main/pa_request.C,
             main/pa_sql_driver_manager.C, types/pa_vjunction.h,
             types/pa_vtable.h: dox, split by not clean parts also
   
           * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
             types/pa_vtable.h: table: fields, then methods.  so to enable
             'dir' fields & co. more
   
           * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
             so to enable 'dir' fields & co.
   
           * src/main/compile.y: grammar: @end
   
   2001-05-04  paf
   
           * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
             doc/ClassExample3.dox, main/execute.C: dox: example1 updated
   
           * src/: classes/classes.h, classes/double.C, classes/file.C,
             classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
             classes/op.C, classes/random.C, classes/response.C,
             classes/string.C, classes/table.C, classes/unknown.C,
             doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
             method dox
   
   2001-05-03  paf
   
           * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
             doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
             doc/doxygen.txt, doc/executor.dox, doc/index.dox,
             doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
             doc/string.dox, doc/targets.dox, doc/value.dox,
             main/pa_request.C: dox splitted .dox files and added some
   
           * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
   
   2001-05-02  paf
   
           * src/classes/: image.C, table.C: table:dir result are not tainted
             by file_name  language now
   
   2001-04-28  paf
   
           * src/classes/classes.inc: removed classes.inc
   
           * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
             from .am
   
           * src/classes/classes.awk: skipped classes in .awk
   
           * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
             classes/classes.inc, classes/double.C, classes/file.C,
             classes/form.C, classes/int.C, classes/op.C, classes/response.C,
             classes/string.C, classes/table.C, classes/unknown.C,
             include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
             targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
             types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
             pa_methoded back to classes/classes.h
   
           * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
   
           * src/: classes/Makefile.am, classes/classes.awk,
             classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
             classes/ls.exe, main/bison.exe: classes.inc autogenerator
   
           * src/: classes/classes.C, classes/classes.h, classes/double.C,
             classes/file.C, classes/form.C, classes/int.C, classes/op.C,
             classes/response.C, classes/string.C, classes/table.C,
             classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
             main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
             types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
             types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
             include|main/pa_methoded
   
           * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
   
           * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
             moved some configured data to request::classes_conf moved some
             string crations from globals to M...  [works]
   
           * src/: classes/form.C, classes/mail.C, classes/op.C,
             include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
             main/pa_request.C: moved some configured data to
             request::classes_conf moved some string crations from globals to
             M...
   
           * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
             about to move configured data to special request hash
   
           * src/: classes/classes.C, classes/classes.h, classes/file.C,
             classes/form.C, classes/mail.C, include/pa_request.h,
             main/pa_request.C: configure started
   
           * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
             2. todo: methoded-configure
   
           * src/: classes/_double.h, classes/_file.h, classes/_form.h,
             classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
             classes/_random.h, classes/_response.h, classes/_string.h,
             classes/_table.h, classes/_unknown.h, classes/classes.inc,
             classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
             classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
             classes/random.C, classes/response.C, classes/string.C,
             classes/table.C, classes/unknown.C, include/pa_globals.h,
             include/pa_request.h, main/compile.y, main/execute.C,
             main/main.dsp, main/pa_globals.C, main/pa_request.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
             types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
             types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
             types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
             types/pa_vrequest.h, types/pa_vresponse.h,
             types/pa_vstateless_class.h, types/pa_vstring.h,
             types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
             classes/classes.C, classes/classes.h: Methoded reorganized. todo:
             methoded-configure
   
           * src/: classes/file.C, classes/table.C, main/compile.y,
             main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
             types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
             ability. now $a{^menu{$name}} or ^a.menu{$a.name}
   
           * src/: classes/_string.h, classes/classes.C, classes/classes.h,
             classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
             classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
             classes/random.C, classes/response.C, classes/string.C,
             classes/table.C, classes/unknown.C, include/pa_request.h,
             main/compile.y, main/execute.C, main/pa_globals.C,
             main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
             types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
             types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
             types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
             beautifying just compiled. todo: debug, configure
   
   2001-04-27  paf
   
           * src/: classes/file.C, classes/image.C, classes/table.C,
             main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
             beautifying -99
   
           * src/: classes/_double.h, classes/_form.h, classes/_int.h,
             classes/_response.h, classes/_unknown.h, classes/classes.C,
             classes/classes.h, classes/double.C, classes/file.C,
             classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
             classes/op.C, classes/random.C, classes/response.C,
             classes/string.C, include/pa_globals.h, main/main.dsp,
             main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
             types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
             types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
             types/pa_vunknown.h: beautifying -100
   
           * src/main/compile.y: serge@ found @CLASS bug. fixed
   
           * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
             classes/_op.h, classes/_random.h, classes/_table.h,
             classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
             classes/op.C, classes/random.C, classes/response.C,
             classes/string.C, classes/table.C, classes/unknown.C,
             include/pa_globals.h, main/main.dsp, main/pa_globals.C,
             main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
             types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
             beautifying
   
   2001-04-26  paf
   
           * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
   
           * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
             documentation ++
   
           * src/: classes/_exec.h, doc/doxygen.cfg,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             targets/cgi/pa_pool.C: code documentation ++
   
           * src/: classes/_image.h, classes/op.C, classes/random.C,
             types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
             types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
             types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
             types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
             types/pa_vmethod_frame.h, types/pa_vobject.h,
             types/pa_vrequest.C, types/pa_vrequest.h,
             types/pa_vstateless_class.C, types/pa_vstateless_object.h,
             types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
             types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
             code documentation ++
   
           * src/: classes/image.C, classes/mail.C, classes/string.C,
             classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
             include/pa_array.h, include/pa_dir.h, include/pa_string.h,
             main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
             types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
             types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
             types/pa_vobject.h, types/pa_vstateless_class.h,
             types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
   
           * src/main/: pa_request.C, pa_string.C: z
   
           * src/: include/pa_common.h, include/pa_types.h,
             main/pa_sql_driver_manager.C: module [and, guess, isapi]
             connection caching fixed.  request-pooled-url were stored into
             global connectioncache
   
   2001-04-25  paf
   
           * src/: doc/doxygen.cfg, doc/doxygen.txt,
             targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
   
           * src/: include/code.h, include/pa_common.h, main/compile.y,
             main/execute.C, main/pa_common.C: -d
   
           * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
             illegal call check a bit improved, but still under iis no mapping
             of dir with parser allowed!
   
   2001-04-24  paf
   
           * src/targets/Makefile.am: apache module lib .am
   
           * src/main/pa_exec.C: windows32 buildCommand
   
   2001-04-23  paf
   
           * src/targets/cgi/Makefile.am: win32 conditional
   
           * src/targets/cgi/Makefile.am: win32 conditional
   
           * src/targets/cgi/Makefile.am: liblink
   
           * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
             vfile fields return type
   
           * src/types/pa_vfile.h: vfile fields return type
   
           * src/include/pa_config_auto.h.in: .h.in
   
           * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
             types/Makefile: makefiles removed
   
           * src/: classes/Makefile, main/Makefile, main/pa_string.C,
             targets/cgi/Makefile, types/Makefile: configure.in + makefiles
   
           * src/main/pa_string.C: tested OK /// @test really @b test: s x m
             [tested: i & g ]
   
           * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
             @test noticed series in isapi, check how initialize_random_class
             is called! [must be called only once]
   
           * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
             would not be 'unknown column'
   
           * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
             @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
   
           * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
             commandline start "parser3 a.html" so that ^load[a.cfg] worked!
             [now doesnt]
   
           * src/targets/cgi/parser3.C: cgi cmdline ver
   
           * src/targets/cgi/parser3.C: cgi /// @test disable
             /cgi-bin/parser3/auto.p
   
           * src/main/untaint.C: untaint without charset
   
           * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
             main/pa_common.C: common: file_write /// @test mkdirs
             file_delete rmdirs
   
           * src/main/untaint.C: mail header only once to =?
   
           * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
             include/pa_string.h, main/pa_exec.C, main/pa_request.C,
             main/untaint.C: untaint -        @test optimize whitespaces for
             all but 'html'
   
           * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
             main/pa_common.C, main/pa_hash.C, main/pa_request.C,
             main/untaint.C: untaint -  @test mail-header
   
   2001-04-20  paf
   
           * src/: classes/string.C, classes/table.C, include/pa_globals.h,
             include/pa_request.h, include/pa_string.h, main/compile.y,
             main/pa_globals.C, main/pa_request.C, main/pa_string.C,
             targets/cgi/parser3.C: $MAIN:LOCALE
   
           * src/main/untaint.C: z
   
           * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
   
   2001-04-19  paf
   
           * src/main/compile_tools.h: $a$b bugfix
   
           * src/targets/cgi/parser3.C: z
   
           * src/classes/file.C: z
   
           * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
             done: header to $fields. waits for header '\' tricks
   
           * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
             main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
             changed urlencode here and in untaint.C to HTTP standard's " and
             \" mech
   
           * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
             http://alx/~paf/ doesnt load /auto.p
   
   2001-04-18  paf
   
           * src/main/pa_request.C: 1
   
           * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
             linux @alx
   
   2001-04-17  paf
   
           * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
             include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
             sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
             enabled
   
           * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
             classes/_exec.h, classes/_file.h, classes/_form.h,
             classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
             classes/_random.h, classes/_response.h, classes/_string.h,
             classes/_table.h, classes/_unknown.h, classes/file.C,
             classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_hash.h, include/pa_sql_driver_manager.h,
             include/pa_version.h, main/Makefile.am, main/compile.y,
             main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
             main/pa_sql_driver_manager.C, sql/Makefile.am,
             sql/pa_sql_driver.h, targets/cgi/Makefile.am,
             targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
             types/pa_vform.C, types/pa_vimage.h: exec @jav
   
           * src/: include/pa_sql_driver_manager.h,
             main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
             types/pa_vimage.h: sql driver interface now has initialize(client
             .so)
   
   2001-04-16  paf
   
           * src/Makefile.am: compile2 cygwin
   
           * src/: include/pa_config_includes.h, main/pa_exec.C,
             main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
   
           * src/targets/cgi/Makefile.am: compile0 jav
   
           * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
             classes/_exec.h, classes/_file.h, classes/_form.h,
             classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
             classes/_random.h, classes/_response.h, classes/_string.h,
             classes/_table.h, classes/_unknown.h, classes/image.C,
             classes/mail.C, classes/op.C, classes/random.C,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_hash.h, include/pa_version.h, main/Makefile.am,
             main/compile.y, main/pa_common.C, main/pa_exec.C,
             sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
             types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
             compile-1
   
   2001-04-15  paf
   
           * src/classes/op.C: z
   
           * src/classes/table.C: table:empty +=process
   
           * src/types/pa_value.h: MethodParams !junction
   
           * src/: classes/_string.h, classes/double.C, classes/file.C,
             classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
             classes/random.C, classes/response.C, classes/string.C,
             classes/table.C, classes/unknown.C, main/pa_request.C:
             MethodParams everywhere
   
           * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
             types/pa_vmethod_frame.h: MethodParams in op.C
   
   2001-04-12  paf
   
           * src/: classes/image.C, types/pa_vimage.h: image:font :text
   
           * src/: classes/_unknown.h, classes/unknown.C,
             include/pa_globals.h, main/main.dsp, main/pa_globals.C,
             types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
   
           * src/: classes/image.C, main/pa_hash.C: hash bug fixed
   
           * src/classes/image.C: image:gif now does not have params
   
           * src/classes/image.C:
             image:line/fill/rectangle/bar/replace/polygon/polybar
   
           * src/: classes/image.C, classes/op.C, main/execute.C,
             types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
             for var now written not to r.wcontext, but to r.root cleared
             "entered_object" state
   
   2001-04-11  paf
   
           * src/classes/image.C: image:create image:load
   
           * src/: classes/image.C, main/main.dsp: gd with mem write + image
             just compiled
   
           * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
             todo: gif without file
   
           * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
             started porting to Pooled descendant
   
           * src/: classes/image.C, main/execute.C, main/main.dsp,
             main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
             types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
             types/pa_vmframe.h: libimaging dead end: pil parses header in .py
   
           * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
             main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
             end. switching to python imaging lib
   
           * src/main/main.dsp: gd+smtp made separate libs
   
           * src/: include/pa_globals.h, include/pa_string.h,
             main/pa_common.C, main/pa_request.C, main/untaint.C,
             types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
             length
   
           * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
             types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
             types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
             UL_FILE_NAME of posted file name
   
           * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
             post [broke when moved post read to core]
   
   2001-04-10  paf
   
           * src/classes/image.C: image:html done
   
           * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
   
           * src/classes/image.C: z
   
           * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
             forgotten!
   
           * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
             main/pa_request.C, main/pa_string.C, main/untaint.C,
             types/pa_vimage.h: image:measure -90
   
           * src/: classes/_double.h, classes/_file.h, classes/_form.h,
             classes/_int.h, classes/_mail.h, classes/_op.h,
             classes/_random.h, classes/_response.h, classes/_string.h,
             classes/_table.h, classes/file.C, classes/mail.C,
             include/pa_common.h, include/pa_globals.h, main/execute.C,
             main/main.dsp, main/pa_common.C, main/pa_globals.C,
             targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
             types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
             types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
             compiled
   
           * src/classes/mail.C: minor bug with unclear from/to
   
           * src/classes/mail.C: sendmail unix skipping defaults
   
           * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
             sendmail unix added defaults
   
           * src/classes/mail.C: unix sendmail compiled. todo:testing
   
           * src/: classes/mail.C, main/pa_globals.C: smtp some consts
   
   2001-04-09  paf
   
           * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
             main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
             targets/isapi/parser3isapi.dsp: all targets exec
   
           * src/: include/pa_sapi.h, include/pa_string.h,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
             targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
             args in apache:util.script
   
           * src/include/pa_string.h: written but not tested exec with env for
             unix
   
           * src/: classes/file.C, main/main.dsp, main/pa_request.C,
             targets/cgi/parser3.C: exec win32 env
   
           * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
             0
   
           * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
             main/execute.C, main/main.dsp, main/pa_globals.C,
             main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
             types/pa_vform.C, types/pa_vstring.C: exec4. todo env
   
           * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
             main/untaint.C: exec3. decided exec:cgi to move to file:cgi
   
           * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
             main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
   
           * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
             include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
             main/pa_common.C, main/pa_request.C, main/pa_string.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
             exec class just compiled. moved post read to request core
   
           * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
             include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
             main/pa_globals.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
             are already read by vform
   
   2001-04-08  paf
   
           * src/: classes/file.C, classes/mail.C, classes/string.C,
             include/pa_request.h, include/pa_string.h, main/pa_request.C:
             uuencode. string<<
   
   2001-04-07  paf
   
           * src/classes/mail.C: z
   
           * src/classes/mail.C: z
   
           * src/classes/mail.C: ^mail[$attach
   
           * src/classes/mail.C: ^attach dead end
   
           * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.C: mail:send 1
   
           * src/: classes/mail.C, main/pa_request.C: z
   
           * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
             main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
             compiled
   
           * src/classes/mail.C: +=
   
           * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
             prepared
   
           * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
             include/pa_globals.h, include/pa_string.h, main/main.dsp,
             main/pa_common.C, main/pa_globals.C, main/pa_request.C,
             main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
   
   2001-04-06  paf
   
           * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
             main/pa_string.C: table:dir 1
   
           * src/: classes/table.C, include/pa_dir.h, main/execute.C,
             main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
   
           * src/: classes/_op.h, classes/_root.h, classes/op.C,
             classes/root.C, include/pa_globals.h, include/pa_request.h,
             main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
             main/pa_request.C: renamed 'root' to 'op'
   
           * src/classes/: _op.h, op.C: renamed from 'root'
   
           * src/types/pa_valiased.C: another root inherititance skipped
   
           * src/main/: compile.C, compile.y, execute.C: operators are now not
             root methods of parent class. just 'ROOT' class
   
           * src/: classes/random.C, classes/table.C, main/pa_globals.C:
             @office
   
           * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
   
   2001-04-05  paf
   
           * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
             types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
             constructor flag dropped at get_method_frame and remembered into
             method_frame
   
           * src/: classes/file.C, classes/root.C, classes/string.C,
             classes/table.C, main/pa_request.C: junction to code&expression
             in errors
   
           * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
             main/pa_string.C, targets/isapi/parser3isapi.dsp:
             $LOCALE:ctype[Russian_Russia.1251]
   
           * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
             main/pa_table.C: hash now not thread-safe.
   
           * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
             main/untaint.C: z
   
           * src/: classes/random.C, classes/root.C, classes/table.C,
             include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
             main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
             sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
             types/pa_wcontext.h: sql quote. string untaint UL_SQL
   
           * src/: classes/table.C, include/pa_sql_connection.h,
             main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
   
           * src/classes/table.C: select * from hren error contains statement
   
           * src/: classes/table.C, include/pa_sql_connection.h,
             include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
             sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
   
           * src/: classes/root.C, include/pa_sql_connection.h,
             include/pa_sql_driver.h, main/main.dsp,
             main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
             services for conv memory & error reporting
   
   2001-04-04  paf
   
           * src/doc/doxygen.cfg: z
   
           * src/include/pa_sql_driver.h: mysql connect
   
           * src/include/pa_sql_driver.h: mysql info
   
           * src/: classes/root.C, include/pa_sql_driver.h,
             include/pa_sql_driver_manager.h, main/main.dsp,
             main/pa_sql_driver_manager.C: more manager&connection&driver
   
           * src/sql/Makefile.am: forgot to add mysql client
   
           * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
             main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
             [forgot to add libltdl, added]
   
           * src/: Makefile.am, classes/root.C, classes/string.C,
             classes/table.C, include/pa_globals.h, include/pa_hash.h,
             include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
             include/pa_string.h, include/pa_table.h, main/main.dsp,
             main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
             main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
             -1000 just compiled
   
           * src/: classes/random.C, classes/root.C, classes/table.C,
             include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
             main/pa_request.C, types/pa_vclass.h: sql frame -10
   
   2001-04-03  paf
   
           * src/types/pa_vform.C: z
   
           * src/: classes/string.C, types/pa_vform.C: string:match replace
             assigned lang
   
           * src/: classes/string.C, main/compile.y: grammar: fixed to allow
             {}[]< empty []
   
           * src/: classes/file.C, classes/string.C, classes/table.C,
             include/pa_string.h, main/pa_common.C, main/pa_string.C,
             main/untaint.C: string:match replace 2.  string.cstr(forced lang)
   
           * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
             string:match replace strange matches
   
           * src/classes/string.C: string:match replace 0
   
           * src/: classes/string.C, main/pa_string.C: string:match replace
             prepared 2
   
           * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
             string:match replace prepared
   
           * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
             string:match replace -11
   
           * src/: classes/string.C, include/pa_globals.h,
             include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
             main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
   
           * src/: classes/string.C, include/pa_globals.h,
             include/pa_string.h, main/main.dsp, main/pa_globals.C,
             main/pa_string.C: string:match [search] -1 just compiled
   
           * src/types/pa_vstring.C: z
   
           * src/: classes/double.C, classes/file.C, classes/form.C,
             classes/int.C, classes/response.C, classes/root.C,
             classes/string.C, classes/table.C, include/pa_string.h,
             main/pa_string.C: string:match -10 [frame]
   
           * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
             main/pa_request.C: z
   
           * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
             todo/tests
   
           * src/include/pa_common.h: z
   
           * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
             main/pa_request.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, types/pa_vfile.C:
             content-disposition
   
           * src/: include/pa_common.h, include/pa_globals.h,
             main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
   
           * src/: include/pa_common.h, include/pa_request.h,
             include/pa_sapi.h, main/main.dsp, main/pa_common.C,
             main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
             types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
             response:body
   
           * src/classes/table.C: table:append now uses string::split
   
           * src/classes/table.C: z
   
           * src/: classes/file.C, classes/root.C, classes/string.C,
             classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
             doc/generate.cmd, include/pa_array.h, include/pa_request.h,
             include/pa_string.h, main/execute.C, main/pa_string.C,
             main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
             string::pos & cmp & piece bugs fixed.  string::split new
             table:load separated from set table:set implemented with clean \n
             \t searches
   
   2001-04-02  paf
   
           * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
             types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
             types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
             types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
             it in table:set/load
   
           * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
             include/pa_table.h, main/execute.C, types/pa_value.h: table:join
   
           * src/classes/random.C: random:generate 1
   
           * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
             main/main.dsp, main/pa_globals.C, main/pa_request.C,
             types/pa_value.h: random:generate
   
   2001-03-30  paf
   
           * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
             todo: table flip and append. string::pos
   
           * src/: classes/double.C, classes/file.C, classes/int.C,
             classes/response.C, classes/root.C, classes/string.C,
             classes/table.C, main/compile.y, main/execute.C,
             types/pa_value.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h: static|dynamic|any method
             registration
   
           * src/: classes/file.C, classes/table.C, include/pa_table.h,
             main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
             table:flip
   
   2001-03-29  paf
   
           * src/classes/string.C: string:xsplit forgot that they must result
             in 1 row N column [not vice versa]
   
           * src/classes/string.C: z
   
           * src/classes/string.C: string: rsplit
   
           * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
             string: lsplit
   
           * src/: classes/string.C, include/pa_string.h, main/execute.C,
             main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
             lsplit -1
   
           * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
             string: pos
   
           * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
             string: pos -1
   
           * src/: classes/string.C, classes/table.C, include/pa_string.h,
             main/compile.y, main/pa_request.C, main/pa_string.C,
             main/untaint.C: string: left right mid
   
           * src/: classes/string.C, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/main.dsp, types/pa_value.h,
             types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
             and [;] are different now.
   
           * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
             main/untaint.C: pool.request undone
   
           * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
             main/untaint.C: pool.request
   
   2001-03-28  paf
   
           * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
             types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
             $request:browser [.type .version]; unknown.get_double now = 0.
   
           * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
             include/pa_table.h, main/pa_globals.C, main/pa_request.C,
             main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
             types/pa_vform.C: file:load autodetection of mime-type by
             user-file-name
   
           * src/: classes/file.C, main/execute.C, main/pa_common.C,
             main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
             types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
   
           * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
             types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
             write. must be self.set
   
           * src/: classes/file.C, classes/root.C, classes/table.C,
             include/pa_table.h, main/pa_table.C: table:locate1, file:test
   
           * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
             include/pa_table.h, main/pa_array.C, main/pa_table.C,
             types/pa_vtable.h: table:locate just compiled
   
   2001-03-27  paf
   
           * src/main/: execute.C, pa_common.C: fixed r/w context of
             code-params2, fixed ntfs hardlink slow dir update
   
           * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
             types/pa_wcontext.h: fixed r/w context of code-params
   
           * src/: classes/table.C, main/execute.C: about to change junction
             rcontext!!
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             classes/string.C, classes/table.C, main/compile_tools.C,
             main/execute.C, main/pa_request.C, main/untaint.C,
             types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
             types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
             types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
             types/pa_vunknown.h: sort 0
   
           * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
             pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
             renamed to are_static_calls_disabled
   
           * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
             targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
             types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
             types/pa_vstring.h, types/pa_vunknown.h: continue on sort
   
           * src/main/compile.y: fixed minor bug in @mn[][] ...^{
   
           * src/: classes/table.C, include/pa_common.h, main/compile.y:
             started table:sort fixed minor bug in #...^{
   
           * src/: classes/table.C, include/pa_common.h, main/compile.y,
             main/execute.C, main/pa_common.C, main/pa_table.C: table:save
             decided to have as it were. stepped back.  grammar: added 'in'
             'is' 'lt'&co follow-space check
   
   2001-03-26  paf
   
           * src/: classes/file.C, classes/root.C, classes/table.C,
             include/pa_common.h, include/pa_globals.h, include/pa_table.h,
             main/pa_common.C, main/pa_globals.C, main/pa_request.C,
             main/pa_table.C: moved ::save to pa_table.  disabled @auto
             invocation in ^process
   
           * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
   
           * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
             main/pa_array.C: table:record
   
           * src/: main/untaint.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
             targets/isapi/pool_storage.h, types/pa_valiased.h,
             types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
             types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
             types/pa_vtable.h: z
   
           * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
             types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
             types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
             $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
             method realisations on 'self' validity - they now can simply
             assume that 'self' is V{Proper} .
   
   2001-03-25  paf
   
           * src/main/untaint.C: z
   
           * src/main/: pa_request.C, untaint.C: moved default typo-table to
             lowlevel - it initialization could be skipped if failed in @auto.
             so that exception report would use some table
   
           * src/main/pa_request.C: table empty lines ignored. system-default
             content type assigned in output:result [can fail in main:auto and
             skipped normal defaults extraction]
   
           * src/: include/pa_string.h, main/compile.y: #comment fixed minor
             bug
   
           * src/main/: pa_globals.C, untaint.C: html-typo - moved all
             processing to table [except preliminary \r\n \r \n replacements
             to "\n"]
   
           * src/: classes/table.C, main/untaint.C: html-typo - decided to
             move all the processing to table
   
           * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
             main/pa_table.C, main/untaint.C: returned table originating.
             useful for reporting typo table problems origin. think would be
             useful somewhere else
   
           * src/main/untaint.C: typo  \r \r\n \n properly handled
   
           * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
             include/pa_table.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
             main/pa_string.C, main/pa_table.C, main/untaint.C,
             types/pa_vcookie.h: typo & typo-default
   
   2001-03-24  paf
   
           * src/main/pa_common.C: z
   
           * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
             targets/cgi/parser3.C: html-typo 2
   
           * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
             doc/view.cmd, include/pa_array.h, include/pa_globals.h,
             include/pa_pool.h, include/pa_string.h, include/pa_table.h,
             main/execute.C, main/pa_array.C, main/pa_globals.C,
             main/pa_request.C, main/pa_string.C, main/untaint.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
             types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
             noticed double default content-type prob. run cgi.cmd tomorrow
             first html-typo sample. detected << problem: they become ltlt too
             fast
   
           * src/main/compile.y: z
   
           * src/main/: compile.y, compile_tools.h: #comment
   
           * src/: classes/file.C, classes/root.C, classes/table.C,
             include/pa_common.h, include/pa_request.h, main/compile.y,
             main/pa_common.C, main/pa_request.C, main/pa_string.C,
             targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
             stringified
   
           * src/types/pa_valiased.C: decided to String-ify file_read
   
           * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
             isapi/parser3isapi.dsp: cgi: sapi::log
   
           * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
             targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
             error log experiments failed - cgi under iis got no access to
             log. registereventsource simply failed with 5(illegal call) code,
             while worked OK as standalone executable.  isapi: used
             HSE_APPEND_LOG_PARAMETER feature
   
           * src/: include/pa_common.h, include/pa_globals.h,
             main/pa_common.C, main/pa_globals.C, main/pa_request.C,
             targets/isapi/parser3isapi.C: fixed default content-type
             allocation storage
   
           * src/: include/pa_globals.h, include/pa_request.h,
             main/pa_globals.C, main/pa_request.C: z
   
           * src/: include/pa_array.h, include/pa_hash.h,
             include/pa_request.h, main/compile.y, main/pa_array.C,
             main/pa_common.C, main/pa_hash.C, main/pa_request.C,
             types/pa_vcookie.C: cyclic uses ignored. defaulted default
             content-type
   
           * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
             sanity
   
           * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
             away freeze mech.  no danger now for you can't do
             ^request:process[@new-method[] body] trick anymore.  still
             remains $some_instance.process[@new-method[] possibility] but
             would leave it as a feature.  see index for sample
   
           * src/: include/pa_common.h, main/pa_common.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
             monkey every target
   
           * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
             targets/cgi/parser3.C, targets/isapi/pool_storage.h,
             types/pa_vform.C, types/pa_vform.h: auto.p monkey
   
   2001-03-23  paf
   
           * src/: include/pa_pool.h, main/pa_request.C,
             targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
             targets/isapi/pool_storage.h: isapi: dumb pool storage
   
           * src/targets/isapi/pa_pool.C: decided to continue with extension
   
           * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
             it would be better to rewrite as filter then to deal with pool
   
           * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
             now like in cgi, not from APPL_PHYSICAL_PATH
   
           * src/: classes/root.C, classes/table.C, include/pa_common.h,
             include/pa_config_fixed.h, include/pa_config_includes.h,
             include/pa_string.h, include/pa_threads.h, include/pa_types.h,
             include/pa_version.h, main/compile.y, main/execute.C,
             main/pa_array.C, main/pa_common.C, main/pa_hash.C,
             main/pa_pool.C, main/pa_request.C, main/pa_string.C,
             main/untaint.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
             cgi: reinvent document_root and request_uri under iis. autoconf
             updated. introducing ap_config_includes
   
           * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
   
           * src/targets/cgi/parser3.C: cgi: only one pool now
   
           * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
             main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, types/pa_vcookie.C,
             types/pa_venv.h, types/pa_vform.C: sapi made object
   
           * src/: include/pa_globals.h, main/pa_request.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             targets/isapi/parser3isapi.C, types/pa_vcookie.C,
             types/pa_venv.h, types/pa_vform.C: all: sapi beauty
   
           * src/: main/pa_request.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
             isapi minor env beauty
   
           * src/: main/pa_request.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
             isapi document_root 0
   
   2001-03-22  paf
   
           * src/targets/isapi/parser3isapi.C: isapi keep-alive
   
           * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
             isapi/parser3isapi.C: z
   
           * src/: include/pa_pool.h, main/pa_request.C,
             targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
   
           * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
             kill.pl: isapi added utils
   
           * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
             targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
             types/pa_vform.C: isapi 0
   
           * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
             targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
             started isapi
   
           * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
             some comments
   
           * src/: include/pa_globals.h, include/pa_request.h,
             include/pa_types.h, main/pa_globals.C, main/pa_request.C,
             targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
             parser_root_auto_path parser_site_auto_path
   
           * src/types/pa_vcookie.C: cookie attr decoded
   
   2001-03-21  paf
   
           * src/targets/cgi/parser3.C: z
   
           * src/include/pa_globals.h: post. todo: config of auto.p path
   
           * src/: include/pa_globals.h, targets/cgi/parser3.C,
             types/pa_venv.h: in cookie & env. todo:post
   
           * src/: Makefile.am, classes/Makefile.am, classes/file.C,
             classes/root.C, classes/table.C, include/pa_array.h,
             include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
             include/pa_request.h, include/pa_string.h, main/Makefile.am,
             main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
             main/pa_globals.C, main/pa_request.C, main/pa_string.C,
             main/pa_table.C, main/untaint.C, targets/Makefile.am,
             targets/cgi/Makefile.am, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
             types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
             shifted apache branch on main trunc
   
           * src/: include/pa_common.h, include/pa_globals.h,
             include/pa_pool.h, include/pa_request.h, main/main.dsp,
             main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
             types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
             starting mod_parser3
   
           * src/targets/cgi/parser3.C: starting mod_parser3
   
   2001-03-20  paf
   
           * src/: main/pa_common.C, targets/cgi/Makefile.am,
             targets/cgi/parser3.C: automake compiled and works. todo:make
             win32 ifdefs work and add ifdef unistd
   
           * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
             main/Makefile.am, main/pa_common.C, main/pa_request.C,
             main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
             z
   
           * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
             main/execute.C, main/pa_common.C, types/Makefile.am: removing
             locking
   
           * src/: classes/Makefile.am, types/Makefile.am: z
   
           * src/: Makefile.am, classes/file.C, classes/root.C,
             classes/table.C, include/pa_array.h, include/pa_request.h,
             include/pa_string.h, main/Makefile.am, main/execute.C,
             main/pa_common.C, main/pa_globals.C, main/pa_request.C,
             main/pa_string.C, main/untaint.C, targets/Makefile.am,
             targets/cgi/Makefile.am, targets/cgi/parser3.C,
             types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
   
           * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
             main/pa_request.C, types/pa_vfile.h: ^table:save
   
           * src/: classes/file.C, classes/table.C, include/pa_array.h,
             include/pa_common.h, include/pa_request.h, include/pa_string.h,
             include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
             main/untaint.C, types/pa_valiased.h, types/pa_value.h,
             types/pa_vform.h: z
   
           * src/include/pa_string.h: z
   
           * src/: classes/_request.h, classes/request.C, main/main.dsp,
             main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
             types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
             :Value
   
           * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
             types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
             :VStateless_object
   
           * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
             types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
             :VStateless_object
   
           * src/: main/main.dsp, targets/cgi/parser3.dsp,
             types/pa_valiased.C, types/pa_vform.h: commented VForm
   
           * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
             types/pa_valiased.h, types/pa_value.h,
             types/pa_vstateless_class.C, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h: moved common get_element part from
             stateless object&class into VAliased
   
           * src/: classes/_env.h, classes/_table.h, classes/env.C,
             classes/table.C, main/execute.C, main/main.dsp,
             main/pa_globals.C, main/pa_request.C, types/pa_value.h,
             types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
             now :Value
   
           * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
             main/execute.C, main/main.dsp, main/pa_globals.C,
             types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
   
           * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
             doxx
   
           * src/: classes/_file.h, classes/file.C, include/pa_types.h,
             main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
             types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
             and ^file:save
   
   2001-03-19  paf
   
           * src/types/pa_vfile.C: z
   
           * src/: classes/file.C, classes/request.C, classes/table.C,
             include/pa_string.h, main/main.dsp, main/pa_pool.C,
             main/pa_request.C, main/untaint.C, types/pa_value.h,
             types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
   
           * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
             include/pa_string.h, include/pa_table.h, main/main.dsp,
             main/pa_common.C, main/pa_globals.C, types/pa_value.h,
             types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
             types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
             classes/_file.h, classes/file.C, types/pa_vfile.C,
             types/pa_vfile.h: file class just compiled
   
           * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
             include/pa_table.h, include/pa_types.h, main/execute.C,
             main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
             types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
             types/pa_vstateless_object.h: ^table:set{default level: TABLE}
   
           * src/include/pa_pool.h: z
   
           * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
             main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
             Hash::Value to Val so to doxygen would finlly stop confusing
             those Value-s
   
           * src/: include/code.h, include/pa_array.h, include/pa_common.h,
             include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
             include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
             include/pa_string.h, include/pa_table.h, include/pa_threads.h,
             include/pa_types.h, main/compile.C, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/execute.C,
             main/pa_array.C, main/pa_common.C, main/pa_exception.C,
             main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
             main/pa_request.C, main/pa_string.C, main/pa_table.C,
             main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
   
           * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
             derivates somehow unlinked. don't know why yet
   
           * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
             include/pa_string.h, include/pa_threads.h, main/compile.C,
             main/compile.y, main/compile_tools.C, main/compile_tools.h,
             main/execute.C, main/pa_array.C, main/pa_common.C,
             main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
             main/pa_pool.C, main/pa_request.C, main/pa_string.C,
             main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
   
           * src/: classes/root.C, classes/table.C, main/pa_exception.C,
             main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
             types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
             types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
             types/pa_vrequest.h: doc: detected Value derivates prob
   
           * src/include/pa_globals.h: z
   
           * src/: classes/_request.h, classes/request.C, include/code.h,
             include/pa_array.h, include/pa_common.h, include/pa_exception.h,
             include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
             include/pa_request.h, include/pa_stack.h, include/pa_string.h,
             include/pa_table.h, include/pa_threads.h, include/pa_types.h,
             main/execute.C, main/pa_pool.C, main/pa_request.C,
             main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
             types/pa_value.h, types/pa_vform.C: doxygen include/, Value
   
   2001-03-18  paf
   
           * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
             cookie: allowed access to hash-assigned
   
           * src/targets/cgi/parser3.C: z
   
           * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
             include/pa_globals.h, include/pa_request.h, include/pa_string.h,
             include/pa_types.h, main/main.dsp, main/pa_common.C,
             main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
             main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
             types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
             types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
             types/pa_vunknown.h: cookie class
   
           * src/main/pa_request.C: zero length output allowed
   
           * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
             types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
   
           * src/: classes/root.C, main/pa_request.C: taint forgotten forced
             lang switch
   
           * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
             main/pa_globals.C, main/pa_request.C, main/pa_string.C,
             types/pa_value.h, types/pa_vhash.h:
             $defautl[$content-type[$value[text/html] $charset[windows-1251]]
   
           * src/main/execute.C: z
   
           * src/: classes/root.C, main/pa_request.C, main/untaint.C,
             targets/cgi/parser3.C: taint[uri
   
           * src/: classes/request.C, classes/response.C, classes/root.C,
             include/pa_common.h, include/pa_globals.h, include/pa_request.h,
             include/pa_string.h, main/pa_common.C, main/pa_globals.C,
             main/pa_request.C, targets/cgi/parser3.C: ^taint 0
   
           * src/: classes/root.C, classes/string.C, include/pa_string.h,
             main/pa_globals.C, main/pa_request.C, main/pa_string.C,
             types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
             types/pa_vstateless_class.C: convinient string(pool, char *src,
             bool tainted) ctor
   
           * src/: include/pa_hash.h, include/pa_request.h,
             include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
             main/pa_request.C, main/pa_string.C, main/untaint.C,
             targets/cgi/parser3.C: proper @exceptions params tainting
   
           * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
             response fields to header
   
           * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
             z
   
           * src/: classes/_response.h, classes/response.C,
             include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
             main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
             main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
             types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
             $response: 0  request::core exception rethrow
   
   2001-03-16  paf
   
           * src/: main/execute.C, main/main.dsp, types/pa_value.h,
             types/pa_vrequest.h: native method' class call with less params
             then needed error reporting
   
           * src/: classes/_request.h, classes/request.C,
             include/pa_globals.h, include/pa_request.h, main/execute.C,
             main/main.dsp, main/pa_globals.C, main/pa_request.C,
             targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
             types/pa_vrequest.h: $request : query :uri
   
           * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
             types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
             types/pa_wcontext.h: $result
   
           * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
   
           * src/: classes/double.C, include/code.h, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
             and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
   
           * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
             main/compile.y, main/execute.C, types/pa_value.h,
             types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
             types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
             wcontext conflict
   
           * src/: main/execute.C, types/pa_value.h,
             types/pa_vstateless_object.h, types/pa_vstring.h: disabled
             $string.field
   
   2001-03-15  paf
   
           * src/main/pa_request.C: news sample
   
           * src/: main/compile.y, main/execute.C, main/pa_request.C,
             targets/cgi/parser3.C, types/pa_vstring.h: @exception
   
           * src/main/: compile.y, execute.C: z
   
           * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
             types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
             pre pre works
   
           * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
             targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
             fillfields just compiled
   
   2001-03-14  paf
   
           * src/: include/pa_request.h, main/pa_request.C,
             targets/cgi/parser3.C: z
   
           * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
             targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
             types/pa_vstring.h: limits -1
   
           * src/: include/pa_globals.h, include/pa_request.h,
             include/pa_types.h, main/main.dsp, main/pa_globals.C,
             main/pa_request.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
             request_info -1
   
           * src/: include/pa_globals.h, main/pa_globals.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp,
             targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
             vform_fields_fill
   
           * src/targets/cgi/parser3.C: #  if MSVC
   
           * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
             targets/cgi/parser3.C: PATH_DELIMITER_CHAR
   
           * src/targets/cgi/parser3.C: z
   
           * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
             include/pa_string.h, include/pa_types.h, main/compile.y,
             main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
             targets/cgi/pa_vform.C, targets/cgi/parser3.C,
             targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
             types/pa_vunknown.h: global handler, exceptions in parser3
   
   2001-03-13  paf
   
           * src/: classes/form.C, main/compile.y, main/core.C,
             types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
             types/pa_vform.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
             instead
   
           * src/: include/core.h, include/pa_common.h, include/pa_request.h,
             main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
             started cgi target
   
           * src/: include/core.h, include/pa_common.h, include/pa_request.h,
             main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
             before error show with parser
   
           * src/: classes/_form.h, classes/form.C, include/core.h,
             include/pa_request.h, main/core.C, main/pa_request.C,
             targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
   
           * src/targets/cgi/: parser.dsp, parser3.dsp: z
   
           * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
             parser3.C: renamed targets/ parser to cgi
   
           * src/: classes/double.C, classes/env.C, classes/int.C,
             classes/root.C, classes/string.C, classes/table.C,
             include/pa_request.h, types/pa_vhash.h: z
   
           * src/: classes/_env.h, classes/env.C, classes/root.C,
             include/core.h, include/pa_pool.h, include/pa_request.h,
             main/compile.C, main/compile.y, main/core.C, main/main.dsp,
             main/pa_common.C, main/pa_request.C, types/pa_value.h,
             types/pa_venv.h, types/pa_vstateless_class.h: started $form:
             [historical moment :)]
   
           * src/: include/code.h, include/pa_string.h, main/compile.y,
             main/execute.C, main/pa_string.C: 'value is type' expr operator
   
           * src/types/pa_venv.h: $ENV 1
   
           * src/main/execute.C: z
   
           * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
             future methods of ENV constructor if
   
           * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
             class
   
           * src/: classes/_double.h, classes/_env.h, classes/_int.h,
             classes/_root.h, classes/_string.h, classes/_table.h,
             classes/double.C, classes/env.C, classes/int.C, classes/root.C,
             classes/string.C, classes/table.C, include/pa_request.h,
             main/compile.C, main/compile_tools.h, main/core.C,
             main/execute.C, main/main.dsp, main/pa_request.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
             types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
             types/pa_vobject.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h,
             types/pa_wcontext.h: $ENV: re 0, stateless classes
   
           * src/: classes/_double.h, classes/_env.h, classes/_int.h,
             classes/_root.h, classes/_string.h, classes/_table.h,
             classes/double.C, classes/env.C, classes/int.C, classes/root.C,
             classes/string.C, classes/table.C, include/pa_request.h,
             main/compile.C, main/compile_tools.h, main/core.C,
             main/execute.C, main/main.dsp, main/pa_request.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
             types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
             types/pa_vobject.h, types/pa_vstateless_class.C,
             types/pa_vstateless_class.h, types/pa_vstateless_object.h,
             types/pa_wcontext.h: $ENV: re 0, stateless classes
   
           * src/: include/pa_request.h, main/compile.C, main/execute.C,
             main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
             yesterdays bad decision on execute_static_method
   
           * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
   
           * src/main/pa_request.C: z
   
           * src/: classes/root.C, classes/table.C, include/pa_exception.h,
             include/pa_pool.h: skipped_restructure_exceptions_dead_end
   
           * src/: classes/root.C, classes/table.C, include/pa_exception.h,
             include/pa_pool.h, main/pa_request.C:
             restructure_exceptions_dead_end
   
           * src/: classes/root.C, main/compile.y: ^if required junctions.
             allowed ; inside {} to break params
   
           * src/classes/root.C: ^eval
   
           * src/: classes/_string.h, classes/double.C, classes/int.C,
             classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
             string ^format
   
           * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
             'bad' but not 'enough'
   
           * src/: classes/double.C, classes/root.C, classes/table.C,
             include/pa_common.h, include/pa_types.h, main/compile.y,
             main/pa_common.C, main/pa_request.C, main/untaint.C,
             types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
             types/pa_wwrapper.h: think constructing flag as is  is bad
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             classes/string.C, classes/table.C, main/core.C, main/execute.C,
             types/pa_vint.h: ^for
   
   2001-03-12  paf
   
           * src/classes/table.C: table ^empty
   
           * src/: classes/table.C, include/pa_table.h: table ^menu
   
           * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
             ^offset ^line ^count
   
           * src/classes/root.C: ^round()  ^floor()        ^ceiling()
             ^abs()  ^sign()
   
           * src/classes/: root.C, table.C: ^use
   
           * src/: classes/root.C, classes/table.C, include/pa_request.h,
             main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
             types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
             ^while. switched off wcontext.constructing after write(value) or
             auto-vhash-constructing
   
           * src/: classes/root.C, classes/table.C, include/pa_request.h,
             main/pa_request.C: fail_if_junction_ helper func
   
           * src/: classes/root.C, classes/table.C, include/pa_common.h,
             include/pa_request.h, main/execute.C, main/main.dsp,
             main/pa_common.C, main/pa_request.C: ^process error point by
             actual method_name, not source.  ^load
   
           * src/types/pa_vtable.h: table: no, better with string in cells...
   
           * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
             classes/_table.h, classes/table.C, main/untaint.C: z
   
           * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
             include/pa_table.h, main/core.C, main/execute.C,
             main/pa_common.C, main/pa_request.C, main/pa_table.C,
             types/pa_value.h: table:set 0
   
           * src/: classes/root.C, include/core.h, include/pa_array.h,
             include/pa_request.h, include/pa_table.h, main/core.C,
             main/main.dsp, main/pa_request.C, main/pa_table.C,
             types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
             types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
             types/pa_vstring.h: freeze, ^table:create[] -1
   
           * src/: classes/root.C, types/pa_value.h: z
   
           * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
             get_method in couple places optimizing them
   
           * src/classes/root.C: z
   
           * src/: classes/root.C, types/pa_vclass.h: process temp main
             zeroing
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             classes/string.C, include/pa_common.h, include/pa_request.h,
             include/pa_string.h, include/pa_types.h, main/compile.C,
             main/compile.y, main/compile_tools.h, main/execute.C,
             main/pa_common.C, main/pa_request.C, types/pa_value.h,
             types/pa_vmframe.h: ^process. actual names to store param and
             check_actual_numbered_params for better place diagnostics
   
           * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
             method-junctions bug fixed
   
           * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
             pa_vstateless_object.h, pa_vstring.h: stateless_object
   
   2001-03-11  paf
   
           * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
             types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
             VDouble VInt base now VObject_base - without fields
   
           * src/: classes/root.C, include/core.h, main/core.C: z
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             classes/string.C, include/core.h, include/pa_hash.h,
             include/pa_pool.h, include/pa_request.h, include/pa_string.h,
             main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             include/pa_request.h, main/execute.C: intercept_string
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
   
           * src/: classes/double.C, classes/int.C, include/pa_request.h:
             ^inc-s(expr)
   
           * src/: classes/_double.h, classes/_env.h, classes/_int.h,
             classes/_root.h, classes/_string.h, classes/double.C,
             classes/env.C, classes/int.C, classes/root.C, classes/string.C,
             include/code.h, include/core.h, include/pa_array.h,
             include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
             include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
             include/pa_string.h, include/pa_table.h, include/pa_threads.h,
             include/pa_types.h, main/compile.C, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/core.C,
             main/execute.C, main/pa_array.C, main/pa_common.C,
             main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
             main/pa_request.C, main/pa_string.C, main/pa_table.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
             types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
             types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
             types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
             types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
             types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
   
           * src/: main/pa_request.C, types/pa_vhash.h: z
   
           * src/: include/core.h, include/pa_request.h, main/core.C,
             main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
   
           * src/: include/pa_valiased.h, include/pa_value.h,
             include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
             include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
             include/pa_vjunction.h, include/pa_vmframe.h,
             include/pa_vobject.h, include/pa_vstring.h,
             include/pa_vunknown.h, include/pa_wcontext.h,
             include/pa_wwrapper.h, main/compile.y, main/core.C,
             main/main.dsp, main/pa_cframe.C, main/pa_request.C,
             main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
             types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
             types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
             types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
             types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
             types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
             types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
             include/
   
   2001-03-10  paf
   
           * src/: include/core.h, include/pa_request.h, main/core.C,
             main/pa_request.C: run+auto=run
   
           * src/: classes/root.C, include/pa_request.h: minor if junction bug
   
           * src/: classes/_double.h, classes/_env.h, classes/_int.h,
             classes/_root.h, classes/_string.h, classes/double.C,
             classes/env.C, classes/int.C, classes/root.C, classes/string.C,
             include/code.h, include/core.h, include/pa_array.h,
             include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
             include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
             include/pa_string.h, include/pa_table.h, include/pa_threads.h,
             include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
             include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
             include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
             include/pa_vjunction.h, include/pa_vmframe.h,
             include/pa_vobject.h, include/pa_vstring.h,
             include/pa_vunknown.h, include/pa_wcontext.h,
             include/pa_wwrapper.h, main/compile.C, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/core.C,
             main/execute.C, main/pa_array.C, main/pa_cframe.C,
             main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
             main/pa_pool.C, main/pa_request.C, main/pa_string.C,
             main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
             main/pa_wcontext.C: sources header
   
           * src/main/pa_request.C: auto..
   
           * src/: include/pa_request.h, main/compile.C, main/compile.y,
             main/pa_request.C: auto tree0
   
           * src/: include/core.h, include/pa_request.h, main/compile.y,
             main/core.C, main/pa_request.C: names to core.C
   
           * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
             include/pa_request.h, main/core.C, main/execute.C,
             main/pa_common.C, main/pa_request.C: root auto.p loaded
   
           * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
             include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/execute.C:
             optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
   
           * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
             @auto[] realised. auto.p scan togo
   
           * src/: include/pa_request.h, main/execute.C: autocalc
             code-junctions result now have names
   
           * src/: classes/double.C, classes/int.C, classes/root.C,
             classes/string.C, include/pa_request.h, include/pa_string.h,
             include/pa_wcontext.h, main/compile.y, main/execute.C,
             main/pa_string.C, main/pa_wcontext.C: tainting 0
   
           * src/classes/env.C: env:file/line
   
           * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
             include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
             include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
             include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/core.C,
             main/execute.C, main/main.dsp, main/pa_cframe.C,
             main/pa_request.C, main/pa_wcontext.C: const fight finished
   
           * src/include/pa_vclass.h: const fight to go
   
           * src/: classes/_env.h, classes/env.C, classes/root.C,
             include/pa_request.h, include/pa_vclass.h, main/core.C,
             main/main.dsp: env0
   
           * src/: classes/_double.h, classes/_int.h, classes/_root.h,
             classes/_string.h, classes/double.C, classes/int.C,
             classes/root.C, classes/string.C, include/pa_request.h,
             include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
             include/pa_wcontext.h, main/core.C, main/main.dsp,
             main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
             main/pa_wcontext.C: ^lang prepare0
   
   2001-03-09  paf
   
           * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
             construct proper naming
   
           * src/: classes/_double.h, classes/_int.h, classes/_string.h,
             classes/double.C, classes/int.C, classes/root.C,
             classes/string.C, include/code.h, include/pa_value.h,
             include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
             include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
             main/compile.y, main/compile_tools.C, main/core.C,
             main/execute.C, main/main.dsp: Int and Double classes with ^int[]
             and ^double[]. fixed expr type
   
           * src/: classes/root.C, include/pa_request.h, main/execute.C:
             ^string.length[]
   
   2001-03-08  paf
   
           * src/include/pa_vmframe.h: fixed forgotten method_frame my check
   
           * src/: include/pa_vclass.h, include/pa_vstring.h,
             include/pa_wcontext.h, main/compile.y, main/core.C,
             main/execute.C, main/main.dsp: dead end: vstring can't be
             derivated from vobject
   
           * src/: include/pa_vclass.h, include/pa_vhash.h,
             include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
   
           * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
             remained clone conseqs
   
           * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
   
           * src/main/pa_vclass.C: wow! vclass were out of vcs
   
           * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
             include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
             include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
             include/pa_vobject.h, include/pa_vstring.h,
             include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
             main/execute.C: withoud cloning. didn't need it actually, params
             got passed from out unnamed ewpool
   
           * src/: include/pa_vdouble.h, include/pa_vhash.h,
             include/pa_vjunction.h, include/pa_vobject.h,
             include/pa_vunknown.h, main/compile.y: cloning dead end
   
           * src/: include/pa_bool.h, include/pa_double.h,
             include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
             include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
             include/pa_vjunction.h, include/pa_vmframe.h,
             include/pa_vobject.h, include/pa_vstring.h,
             include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
             main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
             to give params proper names
   
           * src/main/pa_wcontext.C: z
   
           * src/: include/pa_vmframe.h, main/execute.C: added names to
             unknown values in get_element and unfilled params. removed wrong
             name change in get_element
   
           * src/main/execute.C: z
   
           * src/main/execute.C: fixed problems calling operators in
             constructors
   
           * src/: classes/root.C, include/pa_stack.h, main/execute.C:
             detected problems calling operators in constructors
   
           * src/: classes/root.C, include/pa_request.h, main/execute.C:
             autocalc def to string
   
           * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
             include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
   
           * src/classes/root.C: added root.c
   
           * src/: include/pa_request.h, include/pa_value.h,
             include/pa_vcframe.h, include/pa_vmframe.h,
             include/pa_wcontext.h, main/compile.C, main/compile.y,
             main/core.C, main/execute.C, main/pa_cframe.C,
             main/pa_wcontext.C: 'if' just compiled
   
           * src/: include/pa_vbool.h, include/pa_vdouble.h,
             include/pa_vjunction.h, include/pa_vmframe.h,
             include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
             main/pa_wcontext.C: z
   
           * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
             main/core.C, main/execute.C, main/main.dsp: z. detected probs
             with parameter names  in operator methods
   
           * src/main/compile.y: minor renamings in .y
   
           * src/: include/pa_request.h, main/compile.C, main/compile.y,
             main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
             @BASE.  changed 'RUN' assignment mech
   
           * src/main/execute.C: z
   
           * src/: include/code.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/execute.C: made class: dynamic, not
             static. so to enable runtime ^use
   
           * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
   
           * src/: include/code.h, main/compile.y, main/compile_tools.C,
             main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
   
           * src/main/execute.C: root root in code-junction
   
   2001-03-07  paf
   
           * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
             pa_vobject.h, pa_wwrapper.h: const in Value.get_element
   
           * src/: include/pa_stack.h, include/pa_value.h,
             include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
             include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
             fixed rwcontext of {} params up
   
           * src/main/: compile.y, compile_tools.h: ^func(params)
   
           * src/main/compile.y: .y priorities syntax shaped up a bit
   
           * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
             include/pa_vunknown.h, main/compile.y, main/execute.C,
             main/pa_hash.C: expr def in -f
   
           * src/main/: compile.y, execute.C: expr calls
   
           * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
             fixed
   
           * src/main/compile.y: expr quoted code
   
           * src/main/: compile.y, execute.C: expr whitespace solved. added ""
             support0
   
           * src/main/compile.y: expr string comparisons 0
   
           * src/: include/pa_string.h, main/compile.y, main/execute.C,
             main/pa_string.C: just compiled lt&co
   
           * src/main/execute.C: ^var.menu{$field} problem detected. that
             $field not a $var.field
   
   2001-03-06  paf
   
           * src/main/compile.y: .y expr visible-shorter
   
           * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
             with skipping whitespace in yylex fixed 2 xors: # bitwise ##
             logical
   
           * src/: include/pa_vstring.h, main/compile.y: problems with
             skipping whitespace in yylex
   
           * src/include/pa_vbool.h: forgot this
   
           * src/: include/code.h, main/compile.y, main/execute.C: without
             string ops in expressions 0
   
           * src/: include/pa_value.h, include/pa_vdouble.h,
             include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
             main/execute.C, main/main.dsp: !~
   
           * src/: include/pa_vcframe.h, include/pa_vclass.h,
             include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
             include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
             include/pa_vunknown.h, include/pa_wcontext.h,
             include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/execute.C: +-*/
   
           * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h: grammar-1.1 $a(z) $a=0
   
           * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
             main/execute.C: expr grammar-1 2*2=4.000000 :)
   
           * src/main/compile.y: expr grammar-1
   
           * src/main/compile.y: expr lexx1
   
           * src/main/: compile.y, execute.C, main.dsp: z
   
           * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
             include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
             main/execute.C: expr lex0 exec-1
   
           * src/: include/code.h, main/compile.y, main/compile_tools.h: g
   
   2001-02-26  paf
   
           * src/main/compile.y: max_string in yyerror bug fix
   
   2001-02-25  paf
   
           * src/: include/pa_value.h, include/pa_vmframe.h,
             include/pa_wcontext.h, main/execute.C: VAliased3
   
           * src/include/: pa_value.h, pa_vmframe.h: VAliased2
   
           * src/main/execute.C: VAliased1
   
           * src/: include/pa_request.h, include/pa_value.h,
             include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
             VAliased0
   
           * src/: include/pa_pool.h, include/pa_request.h,
             include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
             include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
             VAliased just compiled
   
           * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
             include/pa_vobject.h, main/execute.C: alias dead end
   
           * src/: include/pa_value.h, include/pa_vclass.h,
             include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
             main/main.dsp: no not get fields into interm VFielded class.
             fields & staticfields 1
   
           * src/: include/pa_vcframe.h, include/pa_vmframe.h,
             include/pa_vobject.h, include/pa_wcontext.h,
             include/pa_wwrapper.h, main/core.C, main/execute.C,
             main/main.dsp: would now get fields into interm VFielded class
   
           * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
             include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
             include/pa_wcontext.h, main/compile.y, main/core.C,
             main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
             main/pa_wcontext.C: virtuals2
   
           * src/main/compile.y: : 1
   
           * src/main/compile.y: rethought to $class:static.field.subfield
   
           * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
             $class:element
   
           * src/: include/pa_value.h, include/pa_vmframe.h,
             include/pa_wwrapper.h, main/compile.y, main/execute.C,
             main/pa_wcontext.C: before execute class calls rewrite
   
           * src/: include/pa_request.h, main/compile.C, main/core.C: default
             name RUN, also alias
   
           * src/main/compile.y: escaping bug
   
           * src/: include/pa_request.h, include/pa_value.h,
             include/pa_vobject.h, main/compile.y, main/compile_tools.h,
             main/core.C, main/execute.C, main/pa_common.C: vobject1
   
           * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
             include/pa_vmframe.h, include/pa_vobject.h,
             include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/execute.C: ^class:method() just
             compiled
   
   2001-02-24  paf
   
           * src/main/main.dsp: no bison -d
   
           * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
             class' err msg wrong
   
           * src/main/compile.y: z
   
           * src/main/: compile.y, core.C: yylex need some @special lines adj
   
           * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
             main/compile.y, main/compile_tools.h, main/core.C: modules0
   
           * src/: include/pa_vclass.h, main/core.C: z
   
           * src/: include/pa_value.h, include/pa_vclass.h,
             include/pa_vobject.h, main/main.dsp: vobject00
   
           * src/main/pa_array.C: minor bug in expanding very small arrays.
             60% from 1 were 0
   
           * src/: include/pa_value.h, include/pa_wcontext.h,
             include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
             as bad as you've named it: wcontext.value() was not a perfect
             idea
   
           * src/main/execute.C: codeframe1
   
           * src/: include/pa_value.h, include/pa_vcframe.h,
             include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
             include/pa_vjunction.h, include/pa_vmframe.h,
             include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
             main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
             just compiled
   
           * src/: include/pa_vframe.h, main/compile.y: found junction
             ideology @: ^x{$a()) must construct current wcontext element, so
             smart wcontext handling needed
   
           * src/main/compile.y: fixed grammar bugs in constructor/params
             klinch
   
           * src/main/: compile.y, execute.C: fixed empty constructor
             optimized empty case. failed on calls - produced empty string
             param
   
           * src/main/compile.y: fixed last \n macrotemplate strip bug
   
           * src/: include/code.h, include/pa_request.h, include/pa_value.h,
             include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/core.C,
             main/execute.C: code junctions0. something wrong with last \n
             macrotemplate strip
   
           * src/: include/pa_value.h, main/compile.C, main/core.C,
             main/pa_value.C: minor error reporting format beautifyings
   
           * src/: include/pa_value.h, include/pa_vclass.h,
             include/pa_vframe.h, main/core.C, main/execute.C,
             main/pa_value.C: get_method RIP. junctions everywhere. call with
             junctions0
   
   2001-02-23  paf
   
           * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
             pa_wwrapper.h: lara came, can't work, sorry :(
   
           * src/main/: compile.y, execute.C, main.dsp: rethought some. before
             junction
   
           * src/: include/pa_vframe.h, include/pa_vunknown.h,
             include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
             main/execute.C, main/main.dsp, main/pa_value.C: call0
   
           * src/: include/pa_hash.h, include/pa_value.h,
             include/pa_wcontext.h, main/core.C, main/execute.C,
             main/main.dsp, main/pa_hash.C: started call. store param, vframe
             done
   
           * src/include/pa_wcontext.h: z
   
           * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
             wrong grammar in complex constructor case
   
           * src/main/: compile.y, execute.C: empty constructor bug fixed
   
           * src/main/execute.C: with result rwpool
   
           * src/: include/pa_value.h, main/core.C, main/execute.C,
             main/main.dsp: value named
   
           * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
             strign 2 value in 2 places in execute
   
           * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
             main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
             wcontext.put_element when wcontext fvalue==0
   
   2001-02-22  paf
   
           * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
             include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
             main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
   
           * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
             erroreos checkout
   
           * src/: include/pa_request.h, main/compile.y: $self.put(val)
   
           * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/pa_array.C: $self.get
   
           * src/main/: compile.C, compile.y, compile_tools.C: z
   
           * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
             bit. finished now.
   
           * src/main/compile.y: $: finished
   
           * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
   
           * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
             main/execute.C: OP_STRING better then some xxx _VALUE
   
           * src/: include/code.h, include/pa_vstring.h, main/compile.y,
             main/compile_tools.C, main/compile_tools.h, main/execute.C:
             string to vstring it .y all
   
           * src/: include/pa_request.h, include/pa_stack.h,
             include/pa_wcontext.h, main/execute.C: z about to vstring it .y
             all
   
           * src/main/: compile.C, core.C, execute.C, pa_string.C: more
             precise parse error line:col
   
           * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
             main/pa_hash.C, main/pa_pool.C: TRY...
   
           * src/: include/pa_exception.h, include/pa_pool.h,
             include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
             main/compile.C, main/compile.y, main/compile_tools.C,
             main/core.C, main/pa_array.C, main/pa_exception.C,
             main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
             main/pa_table.C: removed exception from request
   
           * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
             some forgotten
   
           * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
             include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
             get/put simple vars to VClass works0
   
           * src/: include/pa_array.h, include/pa_wcontext.h,
             main/pa_string.C: in process, but found that exceptions are too
             global
   
           * src/: include/code.h, include/pa_string.h, include/pa_value.h,
             include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
             main/execute.C, main/pa_string.C: write_value write_string 0 it
             seems wcontext must write strings regardles of fvalue!=0
   
   2001-02-21  paf
   
           * src/main/execute.C: tired :)
   
           * src/main/: compile.C, compile.y, execute.C: store0
   
           * src/: include/compile.h, include/execute.h, include/pa_array.h,
             include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
             include/pa_wcontext.h, main/compile.C, main/compile.y,
             main/execute.C, main/main.dsp, main/pa_array.C,
             main/pa_request.C: get put -1 [just compiled]
   
           * src/: include/core.h, include/pa_context.h, include/pa_request.h,
             include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
             main/main.dsp, main/pa_request.C: request core methods0
   
           * src/: include/compile.h, include/pa_array.h, main/compile.C,
             main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
             execute
   
           * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
             main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
             methods and one_big_piece. now compile returns array<method*>
   
           * src/main/compile.y: more straightforward yylex[end]
   
           * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
             string.operator==(char*)
   
           * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
             main/execute.C, main/pa_array.C: after array.const get wonders
   
           * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
             pa_string.h, pa_value.h: struck with const array.gets
   
           * src/main/: execute.C: z
   
           * src/main/: compile.y, execute.C: z
   
           * src/main/: compile.C, compile.y, compile_tools.h: error
             processing in eval & yyerror so it wouldn't cause memleaks.
   
           * src/main/: compile.C, compile.y: failed to add absolute precies
             parse error positions. leaving RIGHTMOST position as
             @file[line:col]
   
           * src/: include/compile.h, main/compile.C, main/compile.y,
             main/compile_tools.h: line numbers needed. would add them to .y
             now internally. externally it's not as precise as needed
   
           * src/: include/code.h, include/pa_types.h, main/compile.C,
             main/compile.y, main/compile_tools.C, main/compile_tools.h,
             main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
             compiler works ok
   
   2001-02-20  paf
   
           * src/main/: compile.C, compile.y, compile_tools.C,
             compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
             not perfect
   
           * src/: include/code.h, include/compile.h, include/execute.h,
             include/pa_array.h, include/pa_common.h, include/pa_pool.h,
             include/pa_string.h, include/pa_table.h, include/pa_types.h,
             main/compile.C, main/compile.y, main/compile_tools.C,
             main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
             main/pa_array.C, main/pa_common.C, main/pa_hash.C,
             main/pa_string.C, main/pa_table.C: bison[yacc] first time
             compiled.  execute=dump for now
   
           * src/main/core.C: core rewrite using yacc investigations now will
             be compile[yacc]/execute[opcodes]
   
   2001-02-15  paf
   
           * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
             rewrite as turing machine? for it seems it would be it's too many
             ifs with this syntax now
   
   2001-02-14  paf
   
           * src/main/core.C: get_params 1
   
           * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
             :( ]
   
           * src/main/core.C: varios breaks
   
           * src/main/core.C: get names 3
   
           * src/main/core.C: get names 2
   
           * src/main/core.C: get names 1
   
           * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
             names 0
   
           * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
             text repassing2 operator static vars
   
           * src/: include/pa_context.h, include/pa_string.h, main/core.C,
             main/pa_string.C: process text repassing
   
           * src/: include/pa_context.h, include/pa_value.h, main/core.C:
             module:calls changes
   
   2001-02-13  paf
   
           * src/: include/pa_context.h, include/pa_value.h, main/core.C:
             ^class:calls[] started
   
           * src/: include/pa_value.h, main/core.C: z
   
           * src/main/core.C: operators : and self. prefixes
   
           * src/main/core.C: z
   
           * src/: include/pa_string.h, main/pa_string.C: String_iterator
             tested
   
           * src/: include/pa_string.h, main/pa_string.C: String_iterator
             optimized
   
           * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
             would change privates to better support optimization
   
           * src/: include/pa_string.h, main/pa_string.C:
             String_iterator::skip_to todo:optimize
   
   2001-02-12  paf
   
           * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
             String_iterator
   
           * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
             comments
   
           * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
             self/methodref joined
   
   2001-02-11  paf
   
           * src/: include/pa_context.h, include/pa_value.h, main/core.C,
             main/main.dsp: core started.  core.C, context&value .h
   
           * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
             include/pa_string.h, main/main.dsp, main/pa_array.C,
             main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
   
   2001-01-30  paf
   
           * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
             comments
   
           * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
             main/pa_pool.C: moved pa_pool.C to be target specific
   
           * src/: include/pa_exception.h, include/pa_pool.h,
             include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
             to & changes
   
           * src/: include/pa_exception.h, include/pa_pool.h,
             include/pa_request.h, include/pa_table.h, main/pa_array.C,
             main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
             re-associated. that's much better even removed 'die' necessety
   
           * src/: include/pa_error.h, include/pa_exception.h,
             include/pa_pool.h, include/pa_request.h, main/main.dsp,
             main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
             targets/Makefile.am: lowered targets/parser into subdir, added
             parser_Pool(Pool) failed to add. would think..
   
           * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
             include/pa_table.h, main/pa_error.C, main/pa_hash.C,
             main/pa_string.C, main/pa_table.C: Table more like C++ style
             hence lots of 'const'
   
           * src/: include/pa_error.h, include/pa_request.h,
             include/pa_string.h, include/pa_table.h, main/pa_error.C,
             main/pa_table.C: Error fixed
   
   2001-01-29  paf
   
           * src/: include/pa_array.h, include/pa_common.h,
             include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
             include/pa_request.h, include/pa_string.h, include/pa_table.h,
             main/Makefile.am, main/pa_array.C, main/pa_common.C,
             main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
   
           * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
             include/pa_string.h, include/pa_table.h, include/pa_types.h,
             main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
             main/pa_string.C, main/pa_table.C: Request Error Table
   
           * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
             templates"
   
           * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
             main/main.dsp, main/pa_array.C: templates failed no template
             specializations [VC6], no library auto instantation [VC6, GNU c++
             2.95.2-6 from latest cygwin]
   
           * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
             include/pa_string.h, include/pa_table.h, include/pa_types.h,
             main/main.dsp, main/pa_array.C, main/pa_string.C,
             main/pa_table.C: Table started would test template Array now
   
           * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
             String originating
   
           * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
             main/pa_hash.C: made local Hash-es not thread safe=quicker by
             SYNCHRONIZED(thread_safe)
   
           * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
             parts to top
   
           * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
             main/pa_threads.C: decided on one global_mutex, like PHP as I can
             see: needed only in global Hash now, made Hash:: put/get
             SYNCHRONIZED
   
           * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
             main/pa_threads.C: added pa_threads
   
             Mutex
   
           * src/include/pa_hash.h: some comments
   
           * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
             Array& operator += (Array& src)
   
           * src/main/pa_array.C: expand not convinient, would rewrite
   
           * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
             (Array& src)
   
             rethought, would change now
   
   2001-01-27  paf
   
           * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
             caching
   
           * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
             include/pa_string.h, main/pa_array.C, main/pa_string.C: array
             cache rethought to chunk caching
   
           * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
             include/pa_string.h, main/main.dsp, main/pa_array.C,
             main/pa_hash.C, main/pa_string.C: Array 0
   
           * src/main/pa_string.C: String::operator ==
   
           * src/main/pa_hash.C: String(&String)
   
           * src/main/pa_hash.C: added pa_hash.C [forgotten]
   
           * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
             main/main.dsp, main/pa_string.C: uint, and added pa_types &
             pa_hash[forgotten]
   
   2001-01-26  paf
   
           * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
             removed templates [vc++ suxx]
   
           * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
             main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
   
           * src/include/: pa_pool.h, pa_string.h: pa_pool split
   
           * src/main/: main.dsp, pa_string.C: $Id$ check
   
           * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
             check
   
           * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
             dynamic row_count
   
           * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
             main/main.dsp, main/pa_pool.C, main/pa_string.C,
             targets/Makefile.am: Initial revision
   
           * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
             main/main.dsp, main/pa_pool.C, main/pa_string.C,
             targets/Makefile.am: creating parser3 module
   

Removed from v.1.3.2.1  
changed lines
  Added in v.1.94


E-mail: