Annotation of parser3/ChangeLog, revision 1.87

1.87    ! moko        1: 2013-03-10  misha
        !             2: 
        !             3:        * src/classes/file.C: ^file:delete and ^file:move now support
        !             4:          option $.keep-empty-dirs(true) ( new feature: #884 )
        !             5: 
        !             6:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
        !             7:          empty dirs is added
        !             8: 
        !             9: 2013-03-10  moko
        !            10: 
        !            11:        * src/classes/: bool.C, double.C, int.C: default can be present,
        !            12:          but default check removed from ^int/double/bool.int/double/bool
        !            13:          for string.int/double/bool compatibility (related to issue #913)
        !            14: 
        !            15:        * src/classes/string.C: ^string.int/dobule/bool no longer
        !            16:          internally throws exception if default is present (closes issue
        !            17:          #913)
        !            18: 
        !            19: 2013-03-09  misha
        !            20: 
        !            21:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
        !            22:          optimisations ( #845 )
        !            23: 
        !            24:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
        !            25: 
        !            26: 2013-03-08  moko
        !            27: 
        !            28:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
        !            29:          creates correct table (fixes issue #910)
        !            30: 
        !            31:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
        !            32:          use outside of 'connect' operator (fixes issue #911)
        !            33: 
        !            34:        * tests/results/: 096.processed, 122.processed: test results
        !            35:          updated as doubles now printed with 15 significant digits, not 5
        !            36:          (fixes issue #882)
        !            37: 
        !            38:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
        !            39:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
        !            40: 
        !            41: 2013-02-21  moko
        !            42: 
        !            43:        * src/classes/table.C: _locate_name_value does not check arguments
        !            44:          count, so we check it in advance (fixes issue #905)
        !            45: 
        !            46: 2012-10-23  moko
        !            47: 
        !            48:        * buildall: old shell for and echo compatibility (for six)
        !            49: 
        !            50: 2012-10-19  moko
        !            51: 
        !            52:        * buildall: --strip added --disable-safe-mode listed in usage
        !            53: 
        !            54: 2012-10-17  misha
        !            55: 
        !            56:        * src/classes/op.C: - apply-taint should not throw "outside
        !            57:          connect" exception with sql lang now
        !            58: 
        !            59: 2012-10-17  moko
        !            60: 
        !            61:        * src/main/pa_request.C: bugfix: safe mode should be inited for
        !            62:          each request (for apache module)
        !            63: 
        !            64: 2012-09-26  moko
        !            65: 
        !            66:        * src/doc/doxygen.cfg: png -> svg
        !            67: 
        !            68: 2012-09-25  moko
        !            69: 
        !            70:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
        !            71:          test added
        !            72: 
        !            73:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
        !            74:          double use when key is long
        !            75: 
        !            76: 2012-09-16  moko
        !            77: 
        !            78:        * src/classes/math.C: Format -> Method Encode -> Format
        !            79: 
        !            80:        * tests/: 141.html, results/141.processed: math:digest hmac test
        !            81:          added
        !            82: 
        !            83: 2012-09-14  moko
        !            84: 
        !            85:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
        !            86:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
        !            87:          implementation added
        !            88: 
        !            89: 2012-09-12  moko
        !            90: 
        !            91:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
        !            92:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
        !            93:          targets.dox and string.dox slightly actualized
        !            94: 
        !            95: 2012-08-31  moko
        !            96: 
        !            97:        * ChangeLog: now generated with patched cvs2cl.pl
        !            98: 
1.86      moko       99: 2012-07-29  moko
                    100: 
                    101:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                    102:          result should be pushed after VMethodFrame destructor is called,
                    103:          as it deletes junctions from stack params (fixes issue #868)
                    104: 
                    105: 2012-07-23  moko
                    106: 
                    107:        * INSTALL, README: buildall script usage documented, other outdated
                    108:          info updated.
                    109: 
                    110:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                    111: 
                    112: 2012-07-21  moko
                    113: 
                    114:        * buildall: glib does not compile when threads are disabled...
                    115: 
                    116:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                    117: 
                    118:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                    119:          unref, can't unref nested objects)
                    120: 
                    121:        * src/types/pa_vmail.C: another check added
                    122: 
                    123: 2012-07-19  moko
                    124: 
                    125:        * buildall: usage added
                    126: 
                    127:        * buildall: new buildall script that unites buildall-with-xml,
                    128:          buildall-without-xml, --with-apache and --with-mailreceive
                    129: 
                    130:        * configure.in: support for static gmime and dynamic glib linking.
                    131:          fixes for FreeBSD
                    132: 
                    133: 2012-07-17  moko
                    134: 
                    135:        * configure.in: --with-mailreceive replaced
                    136:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                    137:          removed
                    138: 
                    139: 2012-07-16  moko
                    140: 
                    141:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                    142:          capitalized, content now decoded and text content converted to
                    143:          $request:charset.  all properties are accessed by functions, this
                    144:          ready for dynamic load.
                    145: 
                    146: 2012-06-28  moko
                    147: 
                    148:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                    149:          32 bit
                    150: 
                    151: 2012-06-27  moko
                    152: 
                    153:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                    154:          passive ftp
                    155: 
                    156:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                    157: 
                    158:        * configure.in: 3.4.2 RC -> 3.4.2
                    159: 
                    160: 2012-06-22  moko
                    161: 
                    162:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                    163:          #815)
                    164: 
                    165:        * tests/: 284.html, results/284.processed: output options test
                    166:          (feature #265)
                    167: 
                    168: 2012-06-22  misha
                    169: 
                    170:        * tests/215.html: - little changes
                    171: 
                    172: 2012-06-21  moko
                    173: 
                    174:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                    175:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                    176:          feature #265)
                    177: 
                    178:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                    179:          breaks long .*, default 10M restored. (issue #216)
                    180: 
                    181:        * tests/: 283.html, results/283.processed: test for issue #815
                    182:          added
                    183: 
                    184:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                    185:          again, cstrm not required.
                    186: 
                    187:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                    188:          Win32 and broken FreeBSD (issue #45)
                    189: 
                    190:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                    191: 
                    192:        * src/main/pa_string.C: warnings war
                    193: 
                    194:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                    195:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                    196:          main/pa_socks.C, targets/apache/pa_threads.C,
                    197:          targets/apache13core/pa_threads.C, targets/isapi/pa_threads.C,
                    198:          targets/isapi/parser3isapi.C, types/pa_vstatus.C: compilation
                    199:          under cygwin fixed
                    200: 
                    201: 2012-06-19  moko
                    202: 
                    203:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                    204:          Windows fixed
                    205: 
                    206:        * parser3.sln: removed antique pcre_ctype
                    207: 
                    208:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                    209: 
                    210:        * src/include/pa_config_fixed.h: undefined reference to
                    211:          __imp__pcre_* fix for Windows
                    212: 
                    213:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
                    214:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                    215:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                    216:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                    217:          define fixed
                    218: 
                    219: 2012-06-18  moko
                    220: 
                    221:        * src/classes/memcached.C: flush -> clear
                    222: 
                    223:        * src/classes/memcached.C: memcached does not support quotes even
                    224:          in server name
                    225: 
                    226:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    227:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                    228:          called on open to check servers existance.  $.key(true) syntax
                    229:          now supported
                    230: 
                    231: 2012-06-17  moko
                    232: 
                    233:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                    234:          cleanup
                    235: 
                    236:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                    237:          tests/results/282.processed: encloser at the EOF bug fixed,
                    238:          incorrectly enclosed data now processed more logicaly (fixes
                    239:          #339)
                    240: 
                    241: 2012-06-15  moko
                    242: 
                    243:        * buildall-without-xml: sync with buildall-with-xml
                    244: 
                    245:        * buildall-with-xml: download auto-detected between fetch and curl
                    246: 
                    247:        * configure.in: --with-gc and --with-pcre now also processed
                    248:          correctly
                    249: 
                    250:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                    251:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                    252:          should be run on rol1 using automake / aclocal (GNU automake)
                    253:          1.11.1 autoconf (GNU Autoconf) 2.68
                    254: 
                    255:        * configure.in: new PARSER_VERSION logic
                    256: 
                    257:        * src/include/pa_version.h: new pa_version.h logic
                    258: 
                    259:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    260:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    261:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                    262:          feols_normalized -> fis_text_content set_binary added
                    263: 
                    264:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                    265: 
                    266: 2012-06-15  misha
                    267: 
                    268:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    269:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    270:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                    271:          ^file::create[text;content] EOLs in content now is normalized. (
                    272:          new feature: #815 )
                    273: 
                    274: 2012-06-15  moko
                    275: 
                    276:        * configure.in: --disable-version-update added to disable version
                    277:          update with host information (for debian package) whitespace
                    278:          optimized
                    279: 
                    280:        * configure.in: version changed to 3.4.2 RC no-pic added for
                    281:          libtool
                    282: 
                    283:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                    284:          it.
                    285: 
                    286: 2012-06-14  moko
                    287: 
                    288:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                    289:          tests/results/281.processed: "hash flocked" error removed for
                    290:          safe operations like ^h._count[] ( new feature: #335 )
                    291: 
                    292:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
                    293: 
                    294:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                    295: 
                    296:        * configure.in: --with-static/shared xml replaced with --with-xml,
                    297:          xml compilation check added
                    298: 
                    299:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                    300:          replaced with --with-gc and --with-pcre test for pcre linking
                    301:          added
                    302: 
                    303: 2012-06-13  moko
                    304: 
                    305:        * configure.in: apxs2 check optimized
                    306: 
                    307:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                    308:          .la, includes optimized
                    309: 
                    310:        * buildall-with-xml: --with-pic looks better for -fPIC
                    311: 
                    312:        * configure.in: switched to convenience library in static linking
                    313: 
                    314:        * src/targets/apache/Makefile.am: switched to convenience library
                    315:          usage to avoid libtool warnings
                    316: 
                    317:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                    318:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                    319:          smtp/Makefile.am: switched to convenience library usage
                    320: 
                    321:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                    322: 
                    323:        * src/targets/apache/Makefile.am: updated for libtool usage
                    324: 
                    325:        * bin/auto.p.dist.in: .cfg removed from charset names.
                    326: 
                    327:        * buildall-without-xml: --with-included-ltdl added
                    328: 
                    329:        * buildall-without-xml: sync with buildall-with-xml
                    330: 
                    331:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                    332:          -fPIC for x64 $download added for wget success check added
                    333: 
                    334:        * buildall-without-xml: --with-dynamic-stdcpp removed
                    335: 
                    336:        * configure.in: disable-static returned
                    337: 
                    338:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                    339:          LIBTOOLFLAGS
                    340: 
                    341: 2012-06-12  moko
                    342: 
                    343:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                    344:          compatible with LIBTOOLFLAGS for unknown reasons
                    345: 
                    346:        * buildall-with-xml: --with-dynamic-stdcpp removed
                    347: 
                    348:        * configure.in: static/dynamic -lstdc++ linking option removed
                    349:          apxs2 check added
                    350: 
                    351:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                    352:          option removed
                    353: 
                    354: 2012-06-10  moko
                    355: 
                    356:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                    357:          added
                    358: 
                    359:        * src/targets/cgi/pp3.cmd: old PAF stuff
                    360: 
                    361:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                    362:          beauty
                    363: 
                    364:        * depcomp: from libtool 2.4.2
                    365: 
                    366:        * configure.in: ltdl directory removed, it has correct Makefile.in
                    367: 
                    368: 2012-06-09  moko
                    369: 
                    370:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                    371:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
                    372:          autogenerated files updated after libtool update
                    373: 
                    374:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                    375:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
                    376:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                    377:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                    378:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                    379:          config/compile, config/config.guess, config/config.sub,
                    380:          config/depcomp, config/install-sh, config/ltmain.sh,
                    381:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                    382:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                    383:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                    384:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                    385:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                    386:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                    387:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                    388:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                    389: 
                    390:        * configure.in: preparation for new libtool
                    391: 
                    392:        * configure.in: Some beauty added :)
                    393: 
                    394:        * src/targets/apache/Makefile.am: := -> =
                    395: 
                    396:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                    397:          again. :)
                    398: 
                    399:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                    400:          previously was taken from pcre_internal.h. :)
                    401: 
                    402:        * src/lib/pcre/Makefile.am: config.h returned
                    403: 
                    404:        * src/lib/pcre/config.h: still need this. :)
                    405: 
                    406:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                    407: 
                    408:        * configure.in: --with-charsets removed; --with-mysql-client & co
                    409:          removed
                    410: 
                    411:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                    412:          now in parser tree, no need to copy
                    413: 
                    414:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                    415:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                    416:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                    417:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                    418:          extracts now used old trash removed
                    419: 
                    420:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                    421:          rare charsets/drivers are commented, sql driver quessing removed
                    422:          (debian/patches/103_auto_p.patch)
                    423: 
                    424:        * etc/parser3.charsets/Makefile.am: charsets now in share
                    425:          (debian/patches/104_automake.patch) + all charsets are copied
                    426: 
                    427:        * buildall-with-xml, buildall-without-xml: curl option removed +
                    428:          extra arguments now supported
                    429: 
                    430: 2012-06-08  misha
                    431: 
                    432:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                    433:          the 2nd option in ^table.hash[] could be hash or table so
                    434:          .as_hash will throw an exception when table option is specified
                    435: 
                    436:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                    437:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                    438:          classes/table.C, classes/void.C, classes/xdoc.C,
                    439:          include/pa_exception.h, types/pa_vmethod_frame.C,
                    440:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                    441:          and improved (whitespaces are allowed as empty options) -
                    442:          MethodParams::as_table is added - above methods are used for
                    443:          parsing methods' options ( new feature: #9 )
                    444: 
                    445:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                    446:          to vclass. now class fields can be accessible as a hash:
                    447:          $h[^hash::create[$asd:CLASS]]
                    448: 
                    449:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                    450:          have get_fields method so their fields can be accessed with
                    451:          ^reflection:fields[...] & ^reflection:field[...]
                    452: 
                    453: 2012-06-06  misha
                    454: 
                    455:        * tests/280.html: - tests for
                    456:          ^reflection:method[obj-or-class;method],
                    457:          ^reflection:field[obj-or-class;field] and
                    458:          ^reflection:fields[obj-or-class] are added
                    459: 
                    460: 2012-06-05  misha
                    461: 
                    462:        * src/classes/reflection.C: - ^reflection:method[class or
                    463:          object;method name] and ^reflection:field[class or object;field
                    464:          name] are added
                    465: 
                    466:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                    467:          is used
                    468: 
                    469:        * src/types/pa_method.h: - Method::as_vjunction method is added
                    470: 
                    471: 2012-06-05  moko
                    472: 
                    473:        * src/targets/Makefile.am: cgi now build with apache module
                    474: 
                    475:        * src/classes/memcached.C: flish ttl fixed
                    476: 
                    477: 2012-06-04  moko
                    478: 
                    479:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                    480:          tests/results/279.processed: ^json:parse[] now supports $.taint
                    481:          option (new feature #833)
                    482: 
                    483: 2012-06-04  misha
                    484: 
                    485:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                    486:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                    487: 
                    488: 2012-06-03  misha
                    489: 
                    490:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                    491:          cookies are parced and stored into $.cookies ( new feature: #31 )
                    492: 
                    493: 2012-05-30  misha
                    494: 
                    495:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                    496:          incomplete class into a scope while @USE is found
                    497: 
                    498:        * src/main/compile.y: - add incomplete class into a scope while
                    499:          @USE and @CLASS instructions are found ( bugfix: #838 )
                    500: 
                    501: 2012-05-30  moko
                    502: 
                    503:        * src/types/pa_vclass.C, tests/278.html,
                    504:          tests/results/278.processed: removed "property has no getter
                    505:          method" exception when GET_DEFAULT present (fixes #269)
                    506: 
                    507:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                    508:          $._default
                    509: 
                    510: 2012-05-29  moko
                    511: 
                    512:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                    513:          uninitialized values usage (new feature: #154)
                    514: 
                    515: 2012-05-28  moko
                    516: 
                    517:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                    518:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                    519:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                    520:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                    521:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                    522:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                    523:          tests/results/277.processed, src/types/pa_vtable.h,
                    524:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                    525:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                    526:          feature #803)
                    527: 
                    528:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                    529:          tests/results/277.processed: json numbers are now treated as
                    530:          double ( new feature: #834 )
                    531: 
                    532:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                    533:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                    534:          added for out of range checks, zero division in vint/vdouble
                    535:          check added ( fixes #832 )
                    536: 
                    537:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                    538:          ( fixes #832 )
                    539: 
                    540: 2012-05-28  misha
                    541: 
                    542:        * buildall-with-xml: - --without-lzma option is added to libxml2
                    543:          configure
                    544: 
                    545:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                    546:          added - tests for unsupported values for options $.file, $.table
                    547:          and $.date are added
                    548: 
                    549:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                    550:          accepts "stat" $.file[] option's value in addition to existed
                    551:          "text" and "base64" ( new feature: #835 )
                    552: 
                    553:        * tests/276.html: - test for
                    554:          ^reflection:delete[$object-or-class;field-name]
                    555: 
                    556:        * src/classes/reflection.C: -
                    557:          ^reflection:delete[$object-or-class;field-name] is added ( new
                    558:          feature: #268 )
                    559: 
                    560: 2012-05-27  misha
                    561: 
                    562:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                    563: 
                    564: 2012-05-24  misha
                    565: 
                    566:        * src/include/pa_common.h: - method lastposafter was removed
                    567: 
                    568:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                    569:          lastposafter - ^file:dirname[] & Co proper handle windows file
                    570:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                    571:          work as *nix commands
                    572: 
                    573:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                    574: 
                    575:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                    576:          rskipchars were added
                    577: 
                    578:        * tests/270.html: - more tests for ^file:find[]
                    579: 
                    580:        * tests/065.html: - more tests for ^file:dirname[] & Co
                    581: 
                    582:        * src/include/pa_version.h: - must be "win32" here. it is
                    583:          auto-generated on *nix
                    584: 
                    585: 2012-05-24  moko
                    586: 
                    587:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                    588:          throws overflow exception ( new feature: #830 )
                    589: 
                    590:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                    591:          uint32 support and overflow added ( new feature: #830 )
                    592: 
                    593: 2012-05-23  moko
                    594: 
                    595:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                    596:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                    597:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                    598:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    599:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    600:          types/pa_vregex.h, types/pa_vstateless_class.C,
                    601:          types/pa_vstateless_class.h, types/pa_vstring.h,
                    602:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                    603:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                    604:          "return string as-is" removed from as_expr_result. ( new feature:
                    605:          #831 )
                    606: 
                    607:        * tests/results/244.processed: test changed after bug #782 fix
                    608:          commited
                    609: 
                    610:        * tests/results/229.processed: test results for bug #782 commited
                    611: 
                    612:        * tests/: 254.html, results/254.processed: uid now just compared,
                    613:          not printed. :)
                    614: 
                    615: 2012-05-20  moko
                    616: 
                    617:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                    618:          feature: #341 )
                    619: 
                    620:        * tests/: 254.html, results/254.processed: test for
                    621:          ^reflection:uid[] added
                    622: 
                    623:        * tests/: 254.html, results/254.processed: test for
                    624:          ^reflection:uid[$obj] added
                    625: 
                    626: 2012-05-17  misha
                    627: 
                    628:        * src/main/untaint.C: - do not replace ' char by _26 while
                    629:          exploding filespec-tainting ( new feature: #829 )
                    630: 
                    631: 2012-05-12  moko
                    632: 
                    633:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                    634:          not.
                    635: 
                    636: 2012-05-08  moko
                    637: 
                    638:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                    639: 
                    640:        * tests/229.html: test for bug #782
                    641: 
                    642:        * tests/results/259.processed, src/main/pa_request.C,
                    643:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                    644:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                    645:          src/types/pa_vvoid.h: feature #154 - first empty param now
                    646:          string; defined locals are empty strings; $STRICT-VARS(true)
                    647:          added
                    648: 
                    649: 2012-04-27  moko
                    650: 
                    651:        * src/targets/apache/Makefile.am:
                    652:          ../../lib/memcached/libmemcached.a added
                    653: 
                    654: 2012-04-27  misha
                    655: 
                    656:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                    657:          ( #827 )
                    658: 
                    659: 2012-04-25  moko
                    660: 
                    661:        * src/: classes/json.C, classes/memcached.C,
                    662:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    663:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                    664:          implemented.
                    665: 
                    666:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                    667: 
                    668: 2012-04-23  moko
                    669: 
                    670:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    671:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                    672:          types/pa_vmemcached.h: open allows options hash for new
                    673:          memcached(options) function
                    674: 
                    675:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                    676:          not appended
                    677: 
                    678: 2012-04-21  moko
                    679: 
                    680:        * src/classes/curl.C: '' added. :)
                    681: 
                    682:        * src/classes/classes.vcproj: new curl.h location
                    683: 
                    684:        * src/classes/curl.C: verbose output redirection from stderr to
                    685:          file curl option added
                    686: 
                    687: 2012-04-20  moko
                    688: 
                    689:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                    690:          contains what we need from curl, #ifdef HAVE_CURL removed
                    691: 
                    692:        * configure, configure.in, src/classes/Makefile.am,
                    693:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
                    694:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                    695:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
                    696:          configure option
                    697: 
                    698: 2012-04-19  moko
                    699: 
                    700:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                    701:          classes/string.C, lib/gc/include/gc_allocator.h,
                    702:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                    703:          options from sql_result_string removed. (closes issue #468)
                    704: 
                    705:        * src/types/pa_vmemcached.C: empty string fix
                    706: 
                    707:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                    708:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                    709:          pa_vmemcached.C
                    710: 
                    711: 2012-04-18  moko
                    712: 
                    713:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                    714:          apache2-mpm-prefork" error displayed in threaded mpm.
                    715: 
                    716:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                    717:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                    718:          installed (issue #354)
                    719: 
                    720: 2012-04-16  moko
                    721: 
                    722:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                    723:          memcached_result_free removed
                    724: 
                    725: 2012-04-14  moko
                    726: 
                    727:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                    728: 
                    729:        * src/types/pa_vmemcached.C: check_key added and used
                    730: 
                    731: 2012-04-13  moko
                    732: 
                    733:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                    734:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                    735:          Serialization_data now added and used, VString now serialized
                    736:          with languages into memcached.
                    737: 
                    738: 2012-03-28  moko
                    739: 
                    740:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                    741:          lib/memcached/pa_memcached.h: result lengths added
                    742: 
                    743: 2012-03-27  moko
                    744: 
                    745:        * src/types/pa_vmemcached.C: strdup added
                    746: 
                    747: 2012-03-24  moko
                    748: 
                    749:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    750:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                    751:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                    752: 
                    753: 2012-03-20  moko
                    754: 
                    755:        * configure, configure.in: Makefiles.in updated for memcached
                    756: 
                    757:        * src/targets/cgi/Makefile.am: cleanup
                    758: 
                    759:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                    760:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                    761: 
                    762:        * src/: classes/Makefile.am, classes/memcached.C,
                    763:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                    764:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    765:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                    766: 
                    767: 2012-03-16  moko
                    768: 
                    769:        * src/main/execute.C: ident now works under Linux + ident displays
                    770:          filenames (closes issue #818)
                    771: 
                    772:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
                    773:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                    774:          pa_vmethod_frame_local.h removed
                    775: 
                    776:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    777:          classes/classes.h, classes/curl.C, classes/date.C,
                    778:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    779:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    780:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    781:          classes/memory.C, classes/op.C, classes/reflection.C,
                    782:          classes/regex.C, classes/response.C, classes/string.C,
                    783:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                    784:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                    785:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    786:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    787:          include/pa_dictionary.h, include/pa_dir.h,
                    788:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    789:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    790:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    791:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    792:          include/pa_request_charsets.h, include/pa_request_info.h,
                    793:          include/pa_sapi.h, include/pa_socks.h,
                    794:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    795:          include/pa_stack.h, include/pa_string.h,
                    796:          include/pa_stylesheet_connection.h,
                    797:          include/pa_stylesheet_manager.h, include/pa_table.h,
                    798:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                    799:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                    800:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                    801:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                    802:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    803:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    804:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    805:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    806:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    807:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    808:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    809:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    810:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    811:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    812:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                    813:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                    814:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                    815:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    816:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    817:          targets/apache13/mod_parser3.c, targets/apache13/pa_httpd.h,
                    818:          targets/apache13core/mod_parser3_core.C,
                    819:          targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
                    820:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                    821:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    822:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    823:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                    824:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                    825:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                    826:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    827:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    828:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    829:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    830:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    831:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    832:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                    833:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    834:          types/pa_vmethod_frame_global.h, types/pa_vmethod_frame_local.h,
                    835:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    836:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    837:          types/pa_vresponse.C, types/pa_vresponse.h,
                    838:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    839:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    840:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    841:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    842:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    843:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    844:          types/pa_wcontext.h, types/pa_wwrapper.h: ident now works under
                    845:          Linux + ident displays filenames (closes issue #818) Copyright
                    846:          updated
                    847: 
                    848: 2012-03-13  moko
                    849: 
                    850:        * src/main/pa_string.C: compilation fix for feature #741
                    851: 
                    852: 2012-03-09  misha
                    853: 
                    854:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                    855: 
                    856:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                    857:          now detects invalid base64 chars in the middle of encoded stricg
                    858:          ( new feature: #55 )
                    859: 
                    860:        * src/include/pa_exception.h: - new exception type for base64
                    861:          decoding is added
                    862: 
                    863: 2012-03-06  misha
                    864: 
                    865:        * tests/274.html: - tests for ^date::today[] and
                    866:          ^date.sql-string[datetime|date|time] are added
                    867: 
                    868:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                    869:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                    870:          strings "datetime", "date" or "time" - comments tidying up
                    871: 
                    872:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                    873:          date and time
                    874: 
                    875: 2012-03-03  misha
                    876: 
                    877:        * tests/193.html: - tests for
                    878:          ^string:base64[encoded;$.strict(true)] are added
                    879: 
                    880:        * tests/results/auto.p: - try-catch operator is added
                    881: 
                    882:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                    883:          main/pa_common.C: - $.strict(true|false) option is added to
                    884:          base64 decode methods ( new feature: #55 )
                    885: 
                    886:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                    887:          ( new feature: #819 )
                    888: 
                    889: 2012-02-28  moko
                    890: 
                    891:        * src/classes/hash.C: ident test
                    892: 
                    893: 2012-02-27  misha
                    894: 
                    895:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                    896: 
                    897: 2012-01-08  misha
                    898: 
                    899:        * tests/273.html: - tests for ^string.replace[from;to] are added
                    900: 
                    901:        * src/: classes/string.C, include/pa_dictionary.h,
                    902:          main/pa_dictionary.C, main/pa_string.C: -
                    903:          ^string.replace[from;to] is added ( new feature: #741 ) -
                    904:          ^string.replace[one subst here] is slightly optimized
                    905: 
                    906: 2011-12-07  misha
                    907: 
                    908:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                    909:          named table with one empty column ( bugfix: #63 )
                    910: 
                    911: 2011-11-30  misha
                    912: 
                    913:        * src/classes/json.C: - it's possible to set user's method for
                    914:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                    915:          #763 )
                    916: 
                    917:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                    918: 
                    919: 2011-11-23  misha
                    920: 
                    921:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    922:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                    923:          types/pa_vfile.h, types/pa_vform.C: - constructor
                    924:          ^file::create[mode;filename;content[;options]] now accepts binary
                    925:          mode and file-content - new constructor's format:
                    926:          ^file::create[string-or-file-content[;$.name[filename]
                    927:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                    928:          feature: #65 )
                    929: 
                    930:        * src/: include/pa_request.h, main/pa_request.C: - new method
                    931:          mime_type_of(const String*) is added
                    932: 
                    933:        * src/include/pa_exception.h: - new exception constant
                    934:          FILE_NAME_MUST_BE_SPECIFIED is added
                    935: 
                    936:        * src/classes/table.C: - bug with negative offset transformed into
                    937:          a feature. it means pointing to a row from the end of the table (
                    938:          new feature: #810 )
                    939: 
                    940: 2011-11-19  misha
                    941: 
                    942:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                    943:          â ìåòîäå _select ( new feature: #810 )
                    944: 
                    945:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                    946:          options were specified together is simplified
                    947: 
                    948: 2011-11-12  misha
                    949: 
                    950:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                    951:          HTTP content-disposition header (a part of bug #361 )
                    952: 
                    953:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                    954:          checks for ancestors' classes as well ( new feature: #456 )
                    955: 
                    956:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                    957:          "without cycle" now have types "parser.break" and
                    958:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                    959:          )
                    960: 
                    961: 2011-11-11  misha
                    962: 
                    963:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    964:          237.processed: - since bug #361 was fixed the content of filename
                    965:          in HTTP headers is quoted
                    966: 
                    967:        * tests/results/270.processed: - result for test 270
                    968: 
                    969:        * tests/: 065.html, results/065.processed: - more tests for
                    970:          ^file:basename[] & Co were added
                    971: 
                    972:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                    973: 
                    974:        * tests/270.html: - tests for ^file:find[] are added
                    975: 
                    976:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                    977:          using option $.charset. option $.engoding is still supported but
                    978:          these options can not be specified together
                    979: 
                    980:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                    981:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                    982: 
                    983: 2011-10-11  misha
                    984: 
                    985:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                    986:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                    987:          #622)
                    988: 
                    989: 2011-09-30  misha
                    990: 
                    991:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                    992:          exception "saving stat-ed file" ( bugfix: #395 )
                    993: 
                    994: 2011-05-30  misha
                    995: 
                    996:        * src/classes/string.C: - fixed bug which was added with
                    997:          params.as_hash into string:sql
                    998: 
                    999: 2011-05-29  misha
                   1000: 
                   1001:        * src/types/pa_value.C: - filename in content-disposition header
                   1002:          must be quoted ( bugfix: #361 )
                   1003: 
                   1004: 2011-05-27  misha
                   1005: 
                   1006:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   1007:          created file
                   1008: 
                   1009:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   1010:          usage
                   1011: 
                   1012:        * src/include/pa_exception.h: - one more string for exception was
                   1013:          added
                   1014: 
                   1015: 2011-05-25  misha
                   1016: 
                   1017:        * tests/269.html: - tests for checking input params in some dom
                   1018:          methods
                   1019: 
                   1020:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   1021:          was added. it isn't possible not wo create xdoc with invalid
                   1022:          tagName. ( bugfix: #160 )
                   1023: 
                   1024:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   1025:          string "data must be string" was mover from pa_exception.h to
                   1026:          pa_xml_exception.h
                   1027: 
                   1028:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   1029:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   1030: 
                   1031:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   1032: 
                   1033:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   1034:          options - XML-related exception's strings were added
                   1035: 
                   1036:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   1037:          output_options were removed)
                   1038: 
                   1039: 2011-05-19  misha
                   1040: 
                   1041:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   1042:          params.as_hash is used more while parsing methods hash-options
                   1043: 
                   1044: 2011-05-18  misha
                   1045: 
                   1046:        * operators.txt: - info about json-serialization of xdoc was added
                   1047: 
                   1048:        * tests/256.html: - tests for json-serialization xdoc were added
                   1049: 
                   1050:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   1051: 
                   1052:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1053:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   1054:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   1055:          specified in $.xdoc[] ( new feature: #265 )
                   1056: 
                   1057: 2011-05-15  misha
                   1058: 
                   1059:        * tests/268.html: - tests for ^table.count[with options] were added
                   1060: 
                   1061:        * src/classes/table.C: - method ^table.count[] now can accept
                   1062:          options ( new feature: #93 ): ^table.count[column] returns number
                   1063:          of columns for named table; ^table.count[cells] returns number of
                   1064:          cells in the current row; ^table.count[] & ^table.count[rows]
                   1065:          return number of rows in a table.
                   1066: 
                   1067:        * tests/267.html: - test for checking switch/case in boolean mode
                   1068:          was added
                   1069: 
                   1070:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   1071:          compared as bool values, not as double values: new feature: #351
                   1072: 
                   1073: 2011-05-06  misha
                   1074: 
                   1075:        * tests/242.html: - EOL before EOF was added
                   1076: 
                   1077:        * tests/169.html: - tests for splitting empty string and void were
                   1078:          added
                   1079: 
                   1080:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   1081:          returned table with one empty cell)
                   1082: 
                   1083: 2011-04-03  misha
                   1084: 
                   1085:        * src/include/pa_version.h, configure.in: - version in head was
                   1086:          changed to 3.4.2b
                   1087: 
                   1088: 2011-03-30  misha
                   1089: 
                   1090:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   1091:          as well ( new feature #294 )
                   1092: 
                   1093: 2011-03-29  misha
                   1094: 
                   1095:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   1096:          limited to approx. 6 MB. previous limits were too big for real
                   1097:          life. bugfix: #216
                   1098: 
                   1099: 2011-03-04  moko
                   1100: 
                   1101:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   1102:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   1103: 
                   1104:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   1105:          vlalek@
                   1106: 
                   1107: 2011-02-22  misha
                   1108: 
                   1109:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   1110:          be under #ifdef XML or parser can't be compiled without xml
                   1111:          support
                   1112: 
                   1113: 2011-02-21  misha
                   1114: 
                   1115:        * src/targets/apache/: Makefile.am: - mention
                   1116:          ApacheModuleParser3.vcproj was removed
                   1117: 
                   1118:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   1119:          removed)
                   1120: 
                   1121: 2011-02-20  misha
                   1122: 
                   1123:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   1124:          $.overridden in ^reflection:method_info[...] were added
                   1125: 
                   1126:        * src/classes/reflection.C: - beautifying result of
                   1127:          ^reflection:method_info[] ($.overridden/inherited)
                   1128: 
                   1129: 2011-02-18  misha
                   1130: 
                   1131:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   1132:          and pa_isalnum instead of isalpha and isalnum - bug with
                   1133:          redundand quoting lowercased latin chars while building email
                   1134:          body was fixed
                   1135: 
                   1136:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   1137:          added (they check for latin chars only)
                   1138: 
                   1139: 2011-02-16  misha
                   1140: 
                   1141:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   1142:          string size for transcoding gave too small value (should ever
                   1143:          look for availability char in dest charset inspite of the char
                   1144:          size)
                   1145: 
                   1146: 2011-02-04  moko
                   1147: 
                   1148:        * tests/223.html: header values now not url-encoded (issue #195)
                   1149: 
                   1150: 2011-02-01  misha
                   1151: 
                   1152:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   1153: 
                   1154: 2011-01-31  misha
                   1155: 
                   1156:        * src/main/pa_request.C: - throw exception if param file_name in
                   1157:          use_file is empty
                   1158: 
                   1159: 2011-01-08  moko
                   1160: 
                   1161:        * src/classes/curl.C: compilations errors fixed
                   1162: 
                   1163: 2010-12-29  moko
                   1164: 
                   1165:        * tests/: 265.html, results/265.processed: test for issue #200
                   1166:          added
                   1167: 
                   1168:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   1169:          #200)
                   1170: 
                   1171:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   1172: 
                   1173:        * tests/results/223.processed: header values now not url-encoded
                   1174:          (issue #195)
                   1175: 
                   1176:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1177:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   1178:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   1179: 
                   1180: 2010-12-18  misha
                   1181: 
                   1182:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   1183:          => pa-include
                   1184: 
                   1185: 2010-11-28  moko
                   1186: 
                   1187:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   1188: 
                   1189:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   1190:          -> pa
                   1191: 
                   1192:        * configure.in: apr -> pa
                   1193: 
                   1194:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   1195: 
                   1196:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   1197:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   1198: 
                   1199:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   1200:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   1201:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   1202:          apr-include/Makefile.am, pa-include/pa_apr.h,
                   1203:          pa-include/pa_errno.h, pa-include/pa_file_info.h,
                   1204:          pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
                   1205:          pa-include/pa_strings.h: apr -> pa (apache2 module apr name
                   1206:          conflict resolved)
                   1207: 
                   1208:        * src/lib/sdbm/apr-include/: pa_apr.h, pa_errno.h, pa_file_info.h,
                   1209:          pa_file_io.h, pa_sdbm.h, pa_strings.h: moved to other directory
                   1210: 
                   1211:        * src/lib/sdbm/apr-include/: apr.h, apr_errno.h, apr_file_info.h,
                   1212:          apr_file_io.h, apr_pools.h, apr_sdbm.h, apr_strings.h, pa_apr.h,
                   1213:          pa_errno.h, pa_file_info.h, pa_file_io.h, pa_sdbm.h,
                   1214:          pa_strings.h, apu.h: apr -> pa
                   1215: 
                   1216: 2010-11-27  misha
                   1217: 
                   1218:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   1219:          libbz2
                   1220: 
                   1221: 2010-11-26  misha
                   1222: 
                   1223:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   1224:          warnings removed
                   1225: 
                   1226: 2010-11-25  moko
                   1227: 
                   1228:        * operators.txt: $.indent(true)
                   1229: 
                   1230:        * operators.txt: another bugfix. :)
                   1231: 
                   1232:        * operators.txt: bugfix. :)
                   1233: 
                   1234:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   1235: 
                   1236: 2010-11-24  moko
                   1237: 
                   1238:        * configure: apxs support
                   1239: 
                   1240:        * configure.in: apxs support -Bstatic gc removed for OS X
                   1241: 
                   1242:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   1243: 
                   1244:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   1245:          THREAD_LOCAL usage
                   1246: 
                   1247:        * src/: classes/curl.C, include/pa_config_includes.h,
                   1248:          main/pa_globals.C: THREAD_LOCAL defined and used
                   1249: 
                   1250: 2010-11-23  moko
                   1251: 
                   1252:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   1253:          should be passed to pa_sleep, and only fractional part (bugfix:
                   1254:          #188)
                   1255: 
                   1256:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   1257: 
                   1258:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1259:          GC_dont_gc=1, as in cgi version
                   1260: 
                   1261:        * src/targets/apache/mod_parser3.c: warning war
                   1262: 
                   1263:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1264:          pa_httpd.h: version removed, some trash removed
                   1265: 
                   1266:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   1267:          to show it), warning war
                   1268: 
                   1269:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1270:          pa_httpd.h: parser_status_allowed removed + merge config
                   1271:          functions removed (override is the default) + beauty
                   1272: 
                   1273:        * src/: include/pa_request.h, main/pa_request.C,
                   1274:          targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
                   1275:          targets/isapi/parser3isapi.C: option to hide $status used in
                   1276:          apache module removed
                   1277: 
                   1278: 2010-11-18  moko
                   1279: 
                   1280:        * operators.txt: $.table[compact] added for ^json:string[]
                   1281: 
                   1282: 2010-11-16  moko
                   1283: 
                   1284:        * src/targets/apache/mod_parser3.c: some cleanup done
                   1285: 
                   1286:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   1287:          is hashcode; second, info.fragment_begin is original, not
                   1288:          resulting length
                   1289: 
                   1290:        * src/classes/file.C: new feature: $.stdin now untainted
                   1291: 
                   1292:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   1293: 
                   1294:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   1295: 
                   1296:        * src/classes/op.C: ^apply-taint[] method added
                   1297: 
                   1298:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   1299:          added; $.stdin untaint test added
                   1300: 
                   1301: 2010-11-15  moko
                   1302: 
                   1303:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   1304:          removed
                   1305: 
                   1306:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1307:          pa_httpd.h: 2x2 calculated under apache2. :)
                   1308: 
                   1309: 2010-11-13  moko
                   1310: 
                   1311:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   1312:          with apache 2.x includes
                   1313: 
                   1314:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   1315:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   1316:          united apache 1.3 / apache 2.x DSO module
                   1317: 
                   1318: 2010-11-09  moko
                   1319: 
                   1320:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   1321:          syntax
                   1322: 
                   1323:        * tests/: 263.html, results/263.processed: test from method[*args]
                   1324:          added
                   1325: 
                   1326:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   1327:          number of params can now be passed to a method declared with *arg
                   1328: 
                   1329: 2010-11-06  moko
                   1330: 
                   1331:        * src/classes/table.C: formating fixed. :)
                   1332: 
                   1333:        * src/classes/table.C: closes #4: ^table.select now supports
                   1334:          $.limit(), $.offset, $.reverse() options
                   1335: 
                   1336:        * tests/: 262.html, results/262.processed: test for ^table:select
                   1337:          with options added (feature #4)
                   1338: 
                   1339:        * src/include/pa_array.h: remove function added
                   1340: 
                   1341:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   1342:          object in get_element/put_element, using static one.
                   1343: 
                   1344: 2010-11-04  moko
                   1345: 
                   1346:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   1347:          options is passed
                   1348: 
                   1349:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   1350:          now tested; k and p in handler now tested.
                   1351: 
                   1352:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   1353:          $.table[compact] feature added
                   1354: 
                   1355:        * src/classes/json.C: key is now passed to handler in
                   1356:          value_json_string; ^json:string result now process tainting
                   1357:          inside and returns clean string, related to issue #153
                   1358: 
                   1359:        * src/main/untaint.C: bugfix: charset can be null (in
                   1360:          ^string:save[] as example), thus check is added
                   1361: 
                   1362: 2010-10-31  moko
                   1363: 
                   1364:        * src/classes/string.C: error message changed (fixes issue #149)
                   1365: 
                   1366: 2010-10-29  moko
                   1367: 
                   1368:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   1369:          port is not default (fixes issue #155); exception on invalid port
                   1370:          added.
                   1371: 
                   1372:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   1373:          "Accept: */*" to be passed
                   1374: 
                   1375: 2010-10-28  moko
                   1376: 
                   1377:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   1378:          exception on unknown charset even if response_charset was
                   1379:          specified
                   1380: 
                   1381: 2010-10-27  moko
                   1382: 
                   1383:        * src/classes/string.C: ^string.append removed for void
                   1384:          compatibility
                   1385: 
                   1386: 2010-10-26  moko
                   1387: 
                   1388:        * src/classes/json.C: libjson supports array at top level, we too
                   1389:          (GPF fixed)
                   1390: 
                   1391: 2010-10-25  moko
                   1392: 
                   1393:        * tests/: 253.html, results/253.processed: libjson supports array
                   1394:          at top level, parser now supports it as well.
                   1395: 
                   1396:        * tests/261.html, tests/results/261.processed,
                   1397:          src/types/pa_vstring.h: empty string is now void compatible
                   1398:          (allows $empty.key)
                   1399: 
                   1400: 2010-10-22  misha
                   1401: 
                   1402:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   1403:          while adding additional expires checkout)
                   1404: 
                   1405:        * tests/030.html: - test for session cookie was added
                   1406: 
                   1407: 2010-10-21  moko
                   1408: 
                   1409:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   1410:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   1411:          string (feature #111)
                   1412: 
                   1413:        * tests/: 261.html, results/261.processed: checks void from string
                   1414:          inheritance (feature #111)
                   1415: 
                   1416:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   1417:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   1418:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   1419:          now true by default
                   1420: 
                   1421: 2010-10-17  moko
                   1422: 
                   1423:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   1424:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   1425:          (bugfix: #128)
                   1426: 
                   1427:        * tests/: 223.html, results/223.processed: binary file upload test
                   1428:          added, GPF (issue #128) also checked in this test
                   1429: 
                   1430: 2010-10-13  misha
                   1431: 
                   1432:        * tests/260.html: - test for math:convert
                   1433: 
                   1434:        * src/classes/math.C: - error in math:convert was fixed
                   1435: 
                   1436:        * operators.txt: - info about
                   1437:          ^math:convert[number](from-base;to-base) was added
                   1438: 
                   1439:        * src/classes/math.C: - method
                   1440:          ^math:convert[number](from-base;to-base) for converting number
                   1441:          represention from one base to another was added ( new feature:
                   1442:          #23 )
                   1443: 
                   1444: 2010-10-13  moko
                   1445: 
                   1446:        * src/main/compile.tab.C: [] now is empty string, not void
                   1447: 
                   1448:        * src/main/compile.y: [] now is empty string, not void
                   1449: 
                   1450:        * src/types/pa_vvoid.h: void now passed as parameter
                   1451: 
                   1452:        * tests/: 259.html, results/259.processed: to test difference
                   1453:          between void and empty string (see ticket #111)
                   1454: 
                   1455:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   1456:          void
                   1457: 
                   1458:        * tests/256.html: $s[$void] is no longer empty string
                   1459: 
                   1460:        * tests/254.html: empty string is no longer void
                   1461: 
                   1462: 2010-10-12  misha
                   1463: 
                   1464:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   1465:          converted to date during cookies set up ( bugfix: #104 )
                   1466: 
                   1467:        * tests/041.html: - more tests for ^table.locate were added
                   1468: 
                   1469:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   1470:          work ( bugfix: #129 ) - exception comment for incorrect options
                   1471:          ^table.locate[field;value;options] was fixed
                   1472: 
                   1473: 2010-10-10  moko
                   1474: 
                   1475:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   1476:          another object feature returned
                   1477: 
                   1478:        * tests/results/258.processed: test result updated as constructor
                   1479:          returning another object feature returned
                   1480: 
                   1481:        * tests/: 258.html, results/258.processed: test for constructor
                   1482:          returning another object
                   1483: 
                   1484: 2010-10-08  misha
                   1485: 
                   1486:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   1487:          options shouldn't cause exceptions any longer
                   1488: 
                   1489: 2010-10-06  moko
                   1490: 
                   1491:        * src/classes/: hash.C, table.C: length from sql server is now
                   1492:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   1493: 
                   1494: 2010-10-02  misha
                   1495: 
                   1496:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   1497:          usable to delete cache file.
                   1498: 
                   1499: 2010-10-02  moko
                   1500: 
                   1501:        * tests/: 253.html, results/253.processed: hook_key added for key
                   1502:          checking
                   1503: 
                   1504:        * src/classes/json.C: null key bug fixed
                   1505: 
                   1506: 2010-09-29  misha
                   1507: 
                   1508:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   1509: 
                   1510: 2010-09-25  moko
                   1511: 
                   1512:        * src/classes/json.C: small fixed
                   1513: 
                   1514:        * tests/results/: 253.processed, 255.processed: just updated
                   1515: 
                   1516:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   1517:          results/255.processed: charset transcode test added for
                   1518:          json:parse
                   1519: 
                   1520: 2010-09-24  moko
                   1521: 
                   1522:        * src/types/pa_value.h: warning war :)
                   1523: 
                   1524:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   1525:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   1526:          ^json:string
                   1527: 
                   1528: 2010-09-22  moko
                   1529: 
                   1530:        * src/main/pa_charset.C: parser charset tables declare only
                   1531:          white-space before 0x20, thus adding the missing chars
                   1532: 
                   1533:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   1534:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   1535: 
                   1536: 2010-09-21  misha
                   1537: 
                   1538:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   1539:          want to compile grammar if they are absent)
                   1540: 
                   1541:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   1542: 
                   1543:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   1544: 
                   1545:        * src/main/main.vcproj: - path to bison is changed
                   1546: 
                   1547: 2010-09-21  moko
                   1548: 
                   1549:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   1550:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   1551:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   1552: 
                   1553: 2010-09-20  misha
                   1554: 
                   1555:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   1556: 
                   1557:        * src/classes/json.C: - add EOL while json-serializing hash
                   1558: 
                   1559:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   1560:          compilers don't like 'ES'.
                   1561: 
                   1562: 2010-09-17  misha
                   1563: 
                   1564:        * operators.txt: - info about json class was added
                   1565: 
                   1566:        * src/classes/json.C: - ^json:string[object]
                   1567: 
                   1568:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   1569:          preventing infinite recursion while executing json:string was
                   1570:          added
                   1571: 
                   1572:        * src/include/pa_string.h: - method append_quoted was added
                   1573: 
                   1574:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   1575:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   1576:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   1577:          was added to Value & Co
                   1578: 
                   1579:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   1580:          were used
                   1581: 
                   1582:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   1583:          were added
                   1584: 
                   1585: 2010-09-10  moko
                   1586: 
                   1587:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   1588:          die_or_abort (backport from 3.4.1)
                   1589: 
                   1590:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   1591:          die_or_abort (bugfix: #106)
                   1592: 
                   1593: 2010-09-09  moko
                   1594: 
                   1595:        * src/classes/json.C: warning war. :)
                   1596: 
                   1597: 2010-09-08  misha
                   1598: 
                   1599:        * src/lib/json/Makefile.am: - additional include directories were
                   1600:          added (for pa_memory.h and gc.h)
                   1601: 
                   1602:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   1603:          compile as C++ instead default - additional include directory was
                   1604:          added (for gc.h)
                   1605: 
                   1606:        * src/types/pa_vform.C: - little code reformating
                   1607: 
                   1608:        * src/classes/file.C: - $.content-type option now can be specified
                   1609:          in ^file::create ( new feature: #102 )
                   1610: 
                   1611: 2010-09-08  moko
                   1612: 
                   1613:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   1614:          pa_malloc/pa_free
                   1615: 
                   1616: 2010-09-07  moko
                   1617: 
                   1618:        * tests/results/254.processed: VStateless_class:put_element
                   1619:          exception was fixed
                   1620: 
                   1621:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   1622:          VStateless_class:put_element barks self.type, not this.type
                   1623:          (bugfix: #105)
                   1624: 
                   1625: 2010-09-06  moko
                   1626: 
                   1627:        * src/classes/reflection.C: bugfix: new String() is required for
                   1628:          exception handling
                   1629: 
                   1630:        * tests/: 254.html, results/254.processed: test modified
                   1631: 
                   1632: 2010-09-05  moko
                   1633: 
                   1634:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   1635:          added
                   1636: 
                   1637:        * src/: classes/reflection.C, include/pa_request.h:
                   1638:          ^reflection:copy implemented (new feature: #100)
                   1639: 
                   1640: 2010-09-03  moko
                   1641: 
                   1642:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   1643: 
                   1644:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   1645:          option testing added
                   1646: 
                   1647: 2010-09-02  moko
                   1648: 
                   1649:        * src/classes/json.C: $.distinct[first|last|all] added
                   1650: 
                   1651: 2010-09-01  moko
                   1652: 
                   1653:        * tests/results/253.processed: json test result
                   1654: 
                   1655:        * tests/: 253.html, 253_json.txt: json test added
                   1656: 
                   1657:        * src/classes/json.C: json.C update to actual version + hash key
                   1658:          creation bugfix
                   1659: 
                   1660: 2010-08-31  misha
                   1661: 
                   1662:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   1663:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   1664:          src/lib/Makefile.am, src/classes/Makefile.am,
                   1665:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   1666:          json library was added
                   1667: 
                   1668: 2010-08-30  moko
                   1669: 
                   1670:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1671:          types/pa_vobject.C: cosmetic optimization in
                   1672:          request:execute_method usage
                   1673: 
                   1674:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   1675:          optimization, just to decrease number of lines. :)
                   1676: 
                   1677: 2010-08-27  misha
                   1678: 
                   1679:        * src/classes/op.C: - taint[json] was added
                   1680: 
                   1681:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   1682:          were added
                   1683: 
                   1684:        * src/main/pa_exec.C: - warning fix was rolled back.
                   1685: 
                   1686:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   1687:          include/pa_string.h: - taint[json] was added - escaping was
                   1688:          slightly modified
                   1689: 
                   1690: 2010-08-25  misha
                   1691: 
                   1692:        * src/classes/file.C: - typo in file:sql exception was fixed
                   1693: 
                   1694:        * src/main/pa_exec.C: - warning about declared and not used
                   1695:          variable forced_allow was removed
                   1696: 
                   1697: 2010-08-14  misha
                   1698: 
                   1699:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   1700:          were removed
                   1701: 
                   1702: 2010-08-11  moko
                   1703: 
                   1704:        * tests/: 249.html, results/249.processed: default setter and
                   1705:          anti-recursive default getter test added
                   1706: 
                   1707:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   1708:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   1709:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   1710:          types/pa_vstateless_class.h: default setter support +
                   1711:          anti-recursive default getter support ( new feature: #13 )
                   1712: 
                   1713:        * src/include/pa_hash.h: optimization: threshold member removed
                   1714:          from hash, reducing sizeof(hash)
                   1715: 
                   1716: 2010-08-10  misha
                   1717: 
                   1718:        * tests/196.html: - junction-method was added to the test
                   1719: 
                   1720:        * tests/248.html: - ups. typo :)
                   1721: 
                   1722:        * tests/248.html: - test for checking .match with 4 params
                   1723: 
                   1724:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   1725:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   1726:          $request:charset during loading if the BOM code is detected"
                   1727: 
                   1728:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   1729:          $request:charset during loading if the BOM code is detected ( new
                   1730:          feature: #98 )
                   1731: 
                   1732: 2010-08-05  misha
                   1733: 
                   1734:        * src/classes/image.C: - ^image.replace now can accept only 2
                   1735:          params. in this case the whole image is affected ( new feature:
                   1736:          #95 )
                   1737: 
                   1738: 2010-08-04  misha
                   1739: 
                   1740:        * tests/246.html: - test tor ^hash._at[] was added
                   1741: 
                   1742:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   1743:          #53 )
                   1744: 
                   1745:        * src/include/pa_hash.h: - methods for accessing the first and the
                   1746:          last values of ordered hash were added (first_value and
                   1747:          last_value)
                   1748: 
                   1749:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   1750:          (similar to others file's methods):
                   1751:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   1752:          #68 )
                   1753: 
                   1754:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   1755: 
                   1756: 2010-08-01  moko
                   1757: 
                   1758:        * src/classes/op.C: to correctly process $result[] in code, called
                   1759:          from ^process
                   1760: 
                   1761:        * tests/245.html: $result in ^process[] test added
                   1762: 
                   1763:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   1764:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   1765:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   1766:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   1767:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   1768:          removed, construct(class,method) added
                   1769: 
                   1770:        * tests/results/: 192.processed, 244.processed: request::construct
                   1771:          added
                   1772: 
                   1773:        * tests/: 244.html, 245.html, results/244.processed,
                   1774:          results/245.processed: object creation exceptions and ^process
                   1775:          tests added
                   1776: 
                   1777: 2010-07-28  misha
                   1778: 
                   1779:        * tests/make_tests.cmd: - win32 EOLs
                   1780: 
                   1781:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   1782:          tests on Win32 were added (The system timezone should be GMT+3)
                   1783: 
                   1784: 2010-07-26  misha
                   1785: 
                   1786:        * tests/: 212.html, results/212.processed: - sizes were removed
                   1787:          mecause they could be different on different OSs
                   1788: 
                   1789:        * tests/065.html: - make it "win32 friendly"
                   1790: 
                   1791: 2010-07-25  misha
                   1792: 
                   1793:        * src/main/compile.y: - all EOLs between methods are removed during
                   1794:          compilation ( new feature: #47 )
                   1795: 
                   1796:        * tests/results/149.processed: - prepare tests to trim trailing
                   1797:          methods' EOLs
                   1798: 
                   1799:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   1800: 
                   1801:        * tests/: results/006.processed, results/014.processed, 006.html,
                   1802:          014.html, 022.html: - prepare tests to trim trailing methods'
                   1803:          EOLs
                   1804: 
                   1805:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   1806:          results/071.processed, results/022.processed: - prepare tests to
                   1807:          trim trailing methods' EOLs
                   1808: 
                   1809:        * tests/: results/073.processed, results/109.processed,
                   1810:          results/142.processed, results/144.processed,
                   1811:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   1812:          144.html: - prepare tests to trim trailing methods' EOLs
                   1813: 
                   1814:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   1815:          149.html, 152.html, results/096.processed, results/107.processed,
                   1816:          results/109.processed, results/142.processed,
                   1817:          results/144.processed: - prepare tests to trim trailing methods'
                   1818:          EOLs
                   1819: 
                   1820: 2010-07-24  moko
                   1821: 
                   1822:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   1823:          the hash order in this test
                   1824: 
                   1825:        * tests/014.html: to check hash order, hash no is longer sorted
                   1826:          before print
                   1827: 
                   1828:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   1829:          (bugfix: #54)
                   1830: 
                   1831: 2010-07-23  moko
                   1832: 
                   1833:        * tests/results/224.processed: @auto[] is no longer inherited
                   1834: 
                   1835:        * src/types/pa_vstateless_class.C, tests/227.html,
                   1836:          tests/results/227.processed: @auto[] is no longer inherited
                   1837:          (bugfix: #57)
                   1838: 
                   1839: 2010-07-22  misha
                   1840: 
                   1841:        * src/classes/table.C: - don't skip comment lines during
                   1842:          table::load if encloser or separator is set as '#' ( new feature:
                   1843:          #30 )
                   1844: 
                   1845:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   1846:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   1847:          #12 )
                   1848: 
                   1849:        * src/classes/file.C: - set PARSER_VARSION env before external
                   1850:          script executing
                   1851: 
                   1852: 2010-07-13  misha
                   1853: 
                   1854:        * tests/058.html: - test for suppressing @border was added - test
                   1855:          for user attribute was added
                   1856: 
                   1857:        * tests/results/186.processed: unescaping from \uXXXX
                   1858: 
                   1859:        * tests/186.html: unescaping from \uXXXX
                   1860: 
                   1861:        * tests/: 239.html, results/239.processed: method call type
                   1862: 
                   1863:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   1864:          $junction_method.CLASS_NAME (+CLASS)
                   1865: 
                   1866: 2010-07-07  misha
                   1867: 
                   1868:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   1869:          *nix
                   1870: 
                   1871: 2010-07-05  misha
                   1872: 
                   1873:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1874:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   1875:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   1876:          comment strings "options must be hash", "options must be hash,
                   1877:          not code" and "called with invalid option" were replaced by
                   1878:          constatns - exception comment string "invalid option passed" was
                   1879:          replaced by "called with invalid option" (now in different
                   1880:          methods are the same exception comment string)
                   1881: 
                   1882:        * src/include/pa_exception.h: - more exception strings were defined
                   1883: 
                   1884:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   1885:          types/pa_vstateless_class.h: - now we can define possible
                   1886:          method's call type ( new feature: #5 )   1.
                   1887:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   1888:          methods   2. @static:method[params] (only static keyword could be
                   1889:          used here) -- for specified methods
                   1890: 
                   1891:        * src/main/pa_common.C: - junction points should not be deleted on
                   1892:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   1893:          cleanup
                   1894: 
                   1895: 2010-07-03  misha
                   1896: 
                   1897:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   1898:          results/158.processed, results/160.processed,
                   1899:          results/161.processed, results/162.processed,
                   1900:          results/163.processed: - prepare tests to trim trailing methods'
                   1901:          EOLs
                   1902: 
                   1903:        * tests/results/169.processed: - prepare tests to trim trailing
                   1904:          methods' EOLs
                   1905: 
                   1906:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   1907:          trim trailing methods' EOLs
                   1908: 
                   1909:        * tests/: results/170.processed, results/167.processed,
                   1910:          results/168.processed, results/169.processed, 167.html, 168.html,
                   1911:          169.html: - prepare tests to trim trailing methods' EOLs
                   1912: 
                   1913:        * tests/: results/170.processed, results/171.processed,
                   1914:          results/172.processed, results/173.processed,
                   1915:          results/174.processed, results/175.processed, 170.html, 171.html,
                   1916:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   1917:          trailing methods' EOLs
                   1918: 
                   1919:        * tests/: results/176.processed, results/180.processed,
                   1920:          results/184.processed, results/185.processed,
                   1921:          results/191.processed, results/192.processed,
                   1922:          results/196.processed, results/197.processed,
                   1923:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   1924:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   1925:          to trim trailing methods' EOLs
                   1926: 
                   1927:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   1928:          results/199.processed, results/208.processed,
                   1929:          results/209.processed, results/213.processed,
                   1930:          results/214.processed: - prepare tests to trim trailing methods'
                   1931:          EOLs
                   1932: 
                   1933: 2010-06-29  misha
                   1934: 
                   1935:        * tests/: 220.html, 218.html, results/218.processed,
                   1936:          results/215.processed, results/217.processed, 215.html, 217.html:
                   1937:          - prepare tests to trim trailing methods' EOLs
                   1938: 
                   1939:        * tests/: results/224.processed, 224.html, 223.html,
                   1940:          results/223.processed, results/220.processed: - prepare tests to
                   1941:          trim trailing methods' EOLs
                   1942: 
                   1943:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   1944:          trim trailing methods' EOLs
                   1945: 
                   1946:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   1947:          trailing methods' EOLs
                   1948: 
                   1949:        * tests/: 232.html, 235.html, results/232.processed,
                   1950:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   1951:          results/226.processed, results/227.processed,
                   1952:          results/228.processed, results/230.processed: - prepare tests to
                   1953:          trim trailing methods' EOLs
                   1954: 
                   1955: 2010-06-16  moko
                   1956: 
                   1957:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   1958:          ^if
                   1959: 
                   1960:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   1961: 
                   1962: 2010-06-03  misha
                   1963: 
                   1964:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   1965:          instead of memcopy for overlaped regions
                   1966: 
                   1967: 2010-05-25  misha
                   1968: 
                   1969:        * src/main/pa_common.C: - wanring about unused vars was removed
                   1970: 
                   1971:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   1972:          get_method_filename was moved to execute.C
                   1973: 
                   1974: 2010-05-23  misha
                   1975: 
                   1976:        * src/main/pa_request.C: - more accurate detection of method's file
                   1977: 
                   1978: 2010-05-22  misha
                   1979: 
                   1980:        * src/classes/reflection.C: - bugfix: core during detection of
                   1981:          .file if filespec isn't detected successfully
                   1982: 
                   1983: 2010-05-20  misha
                   1984: 
                   1985:        * src/main/pa_request.C: - fix in get_method_filename
                   1986: 
                   1987:        * src/include/pa_request.h: - new feature: #24 -- searching
                   1988:          included file in @USE/^use is changed. if its filespec doesn't
                   1989:          start from '/' it will be searched in caller file directory
                   1990: 
                   1991:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   1992:          where the method is defined
                   1993: 
                   1994:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   1995:          classes/op.C: - new feature: #24 -- searching included file in
                   1996:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   1997:          will be searched in caller file directory
                   1998: 
                   1999:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   2000:          is moved to pa_common.h
                   2001: 
                   2002: 2010-05-18  misha
                   2003: 
                   2004:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   2005:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   2006:          cookie parser decode \uXXXX as well as %uXXXX
                   2007: 
                   2008: 2010-05-17  misha
                   2009: 
                   2010:        * src/classes/curl.C: beauty: - unused param is removed in method
                   2011:          _curl_version_action - some spaces were removed or replaced by
                   2012:          tabs
                   2013: 
                   2014:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   2015:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   2016: 
                   2017: 2010-05-16  misha
                   2018: 
                   2019:        * src/classes/curl.C: new: #61 more curl options were added
                   2020:          (contributed by Sumo)
                   2021: 
                   2022: 2010-04-29  pretender
                   2023: 
                   2024:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   2025:          now empty string.
                   2026: 
                   2027:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   2028:          string type.
                   2029: 
                   2030: 2010-04-28  pretender
                   2031: 
                   2032:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   2033:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   2034:          macrodefinition removed
                   2035: 
                   2036: 2010-04-19  pretender
                   2037: 
                   2038:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   2039:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   2040: 
                   2041:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   2042:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   2043: 
                   2044:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   2045:          variable" exception in grpunlim version.
                   2046: 
                   2047: 2010-04-05  misha
                   2048: 
                   2049:        * src/classes/string.C: - new feature: 4th param was added to
                   2050:          match. if specified its value is returned in case of nothing was
                   2051:          found
                   2052: 
                   2053: 2010-04-01  misha
                   2054: 
                   2055:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   2056:          multiple execution of /a/b/auto.p
                   2057: 
                   2058: 2010-03-19  misha
                   2059: 
                   2060:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   2061: 
                   2062:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   2063: 
                   2064: 2010-01-27  misha
                   2065: 
                   2066:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   2067:          trying to open file by path /existing-file/non-exixting-file
                   2068: 
                   2069: 2010-01-26  misha
                   2070: 
                   2071:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   2072:          was added (returns file)
                   2073: 
                   2074: 2009-12-22  misha
                   2075: 
                   2076:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   2077:          now parser doesn't have class curl if it was built without it
                   2078: 
                   2079: 2009-12-15  misha
                   2080: 
                   2081:        * configure.in: - little cheat with curl include dir was added
                   2082: 
                   2083: 2009-12-05  misha
                   2084: 
                   2085:        * src/classes/curl.C: - some fixes
                   2086: 
                   2087: 2009-12-04  misha
                   2088: 
                   2089:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   2090:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   2091:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   2092:          class was added
                   2093: 
                   2094:        * src/include/pa_hash.h: - hash-iterator was added
                   2095: 
                   2096:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   2097:          was added to pcre
                   2098: 
                   2099: 2009-11-27  misha
                   2100: 
                   2101:        * src/classes/image.C: - don't add @border attribute to output of
                   2102:          ^image.html[] if it was specified by user with empty value
                   2103: 
                   2104:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   2105:          root element and we are trying to access .documentElement
                   2106: 
                   2107: 2009-11-11  misha
                   2108: 
                   2109:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   2110:          instead of number of items in first row for named tables
                   2111: 
                   2112: 2009-11-10  misha
                   2113: 
                   2114:        * operators.txt: - info about hash-options in ^file::create was
                   2115:          added
                   2116: 
                   2117:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   2118:          added
                   2119: 
                   2120: 2009-11-09  misha
                   2121: 
                   2122:        * buildall-with-xml: - moving to libxml 2.7.6
                   2123: 
                   2124:        * tests/236.html: - tests for comparations cords with functions
                   2125:          were added
                   2126: 
                   2127:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   2128:          added
                   2129: 
                   2130:        * src/main/pa_http.C: - little optimisation
                   2131: 
                   2132:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   2133:          GPF mallocs + stringstream (table.save)
                   2134: 
                   2135:        * src/classes/file.C: - file::create now accepts 4th param: options
                   2136:          with $.charset
                   2137: 
                   2138:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   2139:          bug in cord (comparation cords with functions was buggy)
                   2140: 
                   2141: 2009-11-06  misha
                   2142: 
                   2143:        * src/main/pa_string.C: - bugfix: calculation string.length
                   2144:          sometimes was buggy
                   2145: 
                   2146:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   2147:          destroyed if exception occured during match/replace
                   2148: 
                   2149:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   2150:          lengthUTF8Char was added
                   2151: 
                   2152:        * src/classes/op.C: - clean tainting lang was added for user's
                   2153:          usage
                   2154: 
                   2155:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   2156:          fixed: checkouts are required after GC_MALLOC
                   2157: 
                   2158:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   2159: 
                   2160:        * operators.txt: - actually, there is no ^untaint[xml] in
                   2161:          file::create
                   2162: 
                   2163: 2009-10-15  misha
                   2164: 
                   2165:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   2166:          were added
                   2167: 
                   2168:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   2169:          were added
                   2170: 
                   2171:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   2172:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   2173:          hacking: for dealing with transcoding+^taint[uri]
                   2174:          transcode_and_untaint was replaced by untaint_and_transcode
                   2175: 
                   2176: 2009-10-13  misha
                   2177: 
                   2178:        * tests/: 121.html, results/121.processed: - test transcoding +
                   2179:          url-escaping now
                   2180: 
                   2181:        * tests/results/auto.p: - more helpers' methods were added
                   2182: 
                   2183:        * src/main/pa_globals.C: - die instead of abort
                   2184: 
                   2185: 2009-10-06  misha
                   2186: 
                   2187:        * src/main/pa_common.C: - don't allocate memory during
                   2188:          capitalization if input string is already capitalized
                   2189: 
                   2190:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   2191: 
                   2192:        * src/targets/: cgi/parser3.C, apache13core/mod_parser3_core.C: -
                   2193:          pass pre-capitalized headers - don't use format function because
                   2194:          it calls malloc
                   2195: 
                   2196:        * src/include/pa_common.h: - more capitalized headers were added
                   2197: 
                   2198:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   2199:          file writing
                   2200: 
                   2201: 2009-10-05  misha
                   2202: 
                   2203:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   2204: 
                   2205: 2009-10-03  misha
                   2206: 
                   2207:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   2208:          ^img.text[] & ^img.length[] can work in utf-8 now
                   2209: 
                   2210:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   2211:          UTF8_string_iterator was added
                   2212: 
                   2213:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   2214:          length
                   2215: 
                   2216:        * src/classes/mail.C: - check from before get message.cstr
                   2217: 
                   2218: 2009-10-02  misha
                   2219: 
                   2220:        * tests/233.html: - test for image.font, image.length, image.text
                   2221:          with text in utf-8 were added
                   2222: 
                   2223:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   2224: 
                   2225:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   2226:          version for freebsd 4 was added
                   2227: 
                   2228: 2009-10-01  misha
                   2229: 
                   2230:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   2231:          terminator) - read_pipe were slightly optimized
                   2232: 
                   2233: 2009-09-28  misha
                   2234: 
                   2235:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   2236:          removed
                   2237: 
                   2238:        * src/types/pa_vmail.C: - forgot about space after ':'
                   2239: 
                   2240:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   2241:          body - small simplifications
                   2242: 
                   2243:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   2244:          inout params like pa_base64
                   2245: 
                   2246:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   2247:          option $.debug-print(1) was added to mail:send - changes for
                   2248:          using uue_encode which uses less memory
                   2249: 
                   2250:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   2251: 
                   2252:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   2253:          memory now
                   2254: 
                   2255: 2009-09-26  misha
                   2256: 
                   2257:        * src/types/pa_vmail.C: - default encoding now is base64
                   2258: 
                   2259:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   2260: 
                   2261: 2009-09-25  misha
                   2262: 
                   2263:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   2264:          sending mail as well
                   2265: 
                   2266:        * buildall-with-xml: - catalog package was removed from libxml
                   2267: 
                   2268:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   2269:          win32 absolute path
                   2270: 
                   2271:        * src/include/pa_common.h: - one more capitalized header was added
                   2272: 
                   2273: 2009-09-22  misha
                   2274: 
                   2275:        * INSTALL: - comment about building just httpd binary while
                   2276:          building apache module was added
                   2277: 
                   2278:        * src/targets/apache13/p3runConfigure.in: - INCLUDES added so
                   2279:          problem with finding pa_httpd.h should be fixed now
                   2280: 
                   2281: 2009-09-21  misha
                   2282: 
                   2283:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   2284:          libxml 2.7.4 and libxslt 1.1.25
                   2285: 
                   2286: 2009-09-20  misha
                   2287: 
                   2288:        * src/targets/apache13/p3runConfigure.in: - path fo pcre libs was
                   2289:          fixed
                   2290: 
                   2291: 2009-09-19  misha
                   2292: 
                   2293:        * tests/231.html: - test for encoding cookie in win-1251
                   2294: 
                   2295: 2009-09-18  misha
                   2296: 
                   2297:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   2298:          object] were added
                   2299: 
                   2300:        * operators.txt: - info about method ^reflection:fields[class or
                   2301:          object] was added
                   2302: 
                   2303:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   2304:          object] was added
                   2305: 
                   2306:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   2307:          methods get_fields were added
                   2308: 
                   2309:        * tests/232.html: - tests for @GET[name]
                   2310: 
                   2311:        * src/classes/table.C: - some changes in handling hash-options for
                   2312:          creare, join and locate
                   2313: 
                   2314:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   2315:          defined with option: the type of requested value
                   2316: 
                   2317: 2009-09-17  misha
                   2318: 
                   2319:        * tests/212.html: - tests for .pattern and .options were added
                   2320: 
                   2321:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   2322:          $regex.options were added
                   2323: 
                   2324: 2009-09-11  misha
                   2325: 
                   2326:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   2327:          rewrited. it checks not just one case of sending cookies during
                   2328:          file::load[http], but also sending headers and fields (including
                   2329:          files)
                   2330: 
                   2331: 2009-09-10  misha
                   2332: 
                   2333:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   2334:          was removed => now parser can open files with Russian 'r' in
                   2335:          filename
                   2336: 
                   2337:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   2338:          while escaping cookies but now source charset
                   2339: 
                   2340:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   2341:          ^tainted[uri] so it was possible to make request with incorrect
                   2342:          http header
                   2343: 
                   2344:        * src/main/pa_http.C: - capitalization of http headers during
                   2345:          file::load[http was slightly changes - bugfix: all headers which
                   2346:          parser sends during file::load[http should be transcoded and only
                   2347:          then escaped
                   2348: 
                   2349:        * src/main/untaint.C: - a bit more comments were added
                   2350: 
                   2351:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   2352:          warnings)
                   2353: 
                   2354:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   2355:          headers during file::load[http were added
                   2356: 
                   2357: 2009-09-08  misha
                   2358: 
                   2359:        * operators.txt: - changes in file.save and string.save were added
                   2360: 
                   2361:        * tests/: 230.html, 230.txt: - tests for checking options in
                   2362:          file.save and string.save were added
                   2363: 
                   2364:        * src/main/pa_request.C: - http headers names, which are passed to
                   2365:          SAPI::add_header_attribute are lowercased now (it'll be
                   2366:          capitalized in that method)
                   2367: 
                   2368:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   2369:          classes/string.C: - file_write accepts Request_charsets and asked
                   2370:          charset and cound transcode content before writing - string.save
                   2371:          and file.save have option $.charset now
                   2372: 
                   2373:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   2374:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   2375:          charset and cound transcode content before writing
                   2376: 
                   2377:        * src/include/pa_exception.h: - new exception comment string was
                   2378:          defined
                   2379: 
                   2380: 2009-09-07  misha
                   2381: 
                   2382:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   2383:          sub-pattern\s
                   2384: 
                   2385: 2009-09-04  misha
                   2386: 
                   2387:        * src/main/pa_http.C: - capitalization of http headers during
                   2388:          file::load[http was implemented
                   2389: 
                   2390: 2009-09-03  misha
                   2391: 
                   2392:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2393:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   2394:          types/pa_vmail.C, targets/apache13core/mod_parser3_core.C,
                   2395:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: - back to
                   2396:          storing response http headers in lowercase - capitalize them
                   2397:          during output
                   2398: 
                   2399: 2009-08-31  misha
                   2400: 
                   2401:        * src/classes/table.C: - allow call with any brackets (it could be
                   2402:          useful in methods with explict result declaration)
                   2403: 
                   2404:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   2405:          correctly if $request:charset==koi8-r
                   2406: 
                   2407: 2009-08-30  misha
                   2408: 
                   2409:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   2410:          changed: content-type => Content-type and so on
                   2411: 
                   2412:        * src/classes/file.C, src/include/pa_common.h,
                   2413:          src/include/pa_request.h, src/main/pa_http.C,
                   2414:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   2415:          src/types/pa_vmail.C,
                   2416:          src/targets/apache13core/mod_parser3_core.C,
                   2417:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   2418:          tests/results/001.processed, tests/results/002.processed,
                   2419:          tests/results/003.processed, tests/results/004.processed,
                   2420:          tests/results/005.processed, tests/results/006.processed,
                   2421:          tests/results/007.processed, tests/results/008.processed,
                   2422:          tests/results/009.processed, tests/results/010.processed,
                   2423:          tests/results/011.processed, tests/results/012.processed,
                   2424:          tests/results/013.processed, tests/results/014.processed,
                   2425:          tests/results/015.processed, tests/results/016.processed,
                   2426:          tests/results/017.processed, tests/results/018.processed,
                   2427:          tests/results/019.processed, tests/results/020.processed,
                   2428:          tests/results/021.processed, tests/results/022.processed,
                   2429:          tests/results/023.processed, tests/results/024.processed,
                   2430:          tests/results/025.processed, tests/results/026.processed,
                   2431:          tests/results/027.processed, tests/results/028.processed,
                   2432:          tests/results/029.processed, tests/results/030.processed,
                   2433:          tests/results/031.processed, tests/results/032.processed,
                   2434:          tests/results/033.processed, tests/results/034.processed,
                   2435:          tests/results/035.processed, tests/results/036.processed,
                   2436:          tests/results/037.processed, tests/results/038.processed,
                   2437:          tests/results/039.processed, tests/results/040.processed,
                   2438:          tests/results/041.processed, tests/results/042.processed,
                   2439:          tests/results/043.processed, tests/results/044.processed,
                   2440:          tests/results/045.processed, tests/results/046.processed,
                   2441:          tests/results/047.processed, tests/results/048.processed,
                   2442:          tests/results/049.processed, tests/results/050.processed,
                   2443:          tests/results/051.processed, tests/results/052.processed,
                   2444:          tests/results/053.processed, tests/results/054.processed,
                   2445:          tests/results/055.processed, tests/results/056.processed,
                   2446:          tests/results/057.processed, tests/results/058.processed,
                   2447:          tests/results/059.processed, tests/results/060.processed,
                   2448:          tests/results/061.processed, tests/results/062.processed,
                   2449:          tests/results/063.processed, tests/results/064.processed,
                   2450:          tests/results/065.processed, tests/results/066.processed,
                   2451:          tests/results/067.processed, tests/results/068.processed,
                   2452:          tests/results/069.processed, tests/results/070.processed,
                   2453:          tests/results/071.processed, tests/results/072.processed,
                   2454:          tests/results/073.processed, tests/results/074.processed,
                   2455:          tests/results/075.processed, tests/results/076.processed,
                   2456:          tests/results/077.processed, tests/results/078.processed,
                   2457:          tests/results/079.processed, tests/results/080.processed,
                   2458:          tests/results/081.processed, tests/results/082.processed,
                   2459:          tests/results/083.processed, tests/results/084.processed,
                   2460:          tests/results/085.processed, tests/results/086.processed,
                   2461:          tests/results/087.processed, tests/results/088.processed,
                   2462:          tests/results/089.processed, tests/results/090.processed,
                   2463:          tests/results/091.processed, tests/results/092.processed,
                   2464:          tests/results/093.processed, tests/results/094.processed,
                   2465:          tests/results/095.processed, tests/results/096.processed,
                   2466:          tests/results/097.processed, tests/results/098.processed,
                   2467:          tests/results/099.processed, tests/results/100.processed,
                   2468:          tests/results/101.processed, tests/results/102.processed,
                   2469:          tests/results/103.processed, tests/results/104.processed,
                   2470:          tests/results/105.processed, tests/results/106.processed,
                   2471:          tests/results/107.processed, tests/results/108.processed,
                   2472:          tests/results/109.processed, tests/results/110.processed,
                   2473:          tests/results/111.processed, tests/results/112.processed,
                   2474:          tests/results/113.processed, tests/results/114.processed,
                   2475:          tests/results/115.processed, tests/results/116.processed,
                   2476:          tests/results/117.processed, tests/results/118.processed,
                   2477:          tests/results/119.processed, tests/results/120.processed,
                   2478:          tests/results/121.processed, tests/results/122.processed,
                   2479:          tests/results/123.processed, tests/results/124.processed,
                   2480:          tests/results/125.processed, tests/results/126.processed,
                   2481:          tests/results/127.processed, tests/results/128.processed,
                   2482:          tests/results/129.processed, tests/results/130.processed,
                   2483:          tests/results/131.processed, tests/results/132.processed,
                   2484:          tests/results/133.processed, tests/results/134.processed,
                   2485:          tests/results/135.processed, tests/results/136.processed,
                   2486:          tests/results/138.processed, tests/results/139.processed,
                   2487:          tests/results/140.processed, tests/results/141.processed,
                   2488:          tests/results/142.processed, tests/results/143.processed,
                   2489:          tests/results/144.processed, tests/results/145.processed,
                   2490:          tests/results/146.processed, tests/results/147.processed,
                   2491:          tests/results/148.processed, tests/results/149.processed,
                   2492:          tests/results/150.processed, tests/results/151.processed,
                   2493:          tests/results/152.processed, tests/results/153.processed,
                   2494:          tests/results/154.processed, tests/results/155.processed,
                   2495:          tests/results/156.processed, tests/results/157.processed,
                   2496:          tests/results/158.processed, tests/results/159.processed,
                   2497:          tests/results/160.processed, tests/results/161.processed,
                   2498:          tests/results/162.processed, tests/results/163.processed,
                   2499:          tests/results/164.processed, tests/results/165.processed,
                   2500:          tests/results/166.processed, tests/results/167.processed,
                   2501:          tests/results/168.processed, tests/results/169.processed,
                   2502:          tests/results/170.processed, tests/results/171.processed,
                   2503:          tests/results/172.processed, tests/results/173.processed,
                   2504:          tests/results/174.processed, tests/results/175.processed,
                   2505:          tests/results/176.processed, tests/results/177.processed,
                   2506:          tests/results/178.processed, tests/results/179.processed,
                   2507:          tests/results/180.processed, tests/results/181.processed,
                   2508:          tests/results/182.processed, tests/results/183.processed,
                   2509:          tests/results/184.processed, tests/results/185.processed,
                   2510:          tests/results/186.processed, tests/results/187.processed,
                   2511:          tests/results/188.processed, tests/results/189.processed,
                   2512:          tests/results/190.processed, tests/results/191.processed,
                   2513:          tests/results/192.processed, tests/results/193.processed,
                   2514:          tests/results/194.processed, tests/results/195.processed,
                   2515:          tests/results/196.processed, tests/results/197.processed,
                   2516:          tests/results/198.processed, tests/results/199.processed,
                   2517:          tests/results/200.processed, tests/results/201.processed,
                   2518:          tests/results/202.processed, tests/results/203.processed,
                   2519:          tests/results/204.processed, tests/results/205.processed,
                   2520:          tests/results/206.processed, tests/results/207.processed,
                   2521:          tests/results/208.processed, tests/results/209.processed,
                   2522:          tests/results/210.processed, tests/results/211.processed,
                   2523:          tests/results/212.processed, tests/results/213.processed,
                   2524:          tests/results/214.processed, tests/results/215.processed,
                   2525:          tests/results/216.processed, tests/results/217.processed,
                   2526:          tests/results/218.processed, tests/results/219.processed,
                   2527:          tests/results/220.processed, tests/results/221.processed,
                   2528:          tests/results/222.processed, tests/results/223.processed,
                   2529:          tests/results/224.processed, tests/results/225.processed,
                   2530:          tests/results/226.processed, tests/results/227.processed,
                   2531:          tests/results/228.processed, tests/results/229.processed: - http
                   2532:          headers were changed: content-type => Content-type and so on
                   2533: 
                   2534: 2009-08-27  misha
                   2535: 
                   2536:        * src/: main/pa_random.C, include/pa_random.h,
                   2537:          targets/cgi/parser3.C: - year was updated :)
                   2538: 
                   2539: 2009-08-26  misha
                   2540: 
                   2541:        * tests/: 224.html, 224.p: - test for creating of parser object
                   2542:          using constructor without params - little bugfix in test
                   2543: 
                   2544:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   2545:          checking existed class while processing partial option
                   2546: 
                   2547:        * src/classes/reflection.C: - bugfix: core when creating object
                   2548:          with reflection and constructor doesn't have params
                   2549: 
                   2550: 2009-08-24  misha
                   2551: 
                   2552:        * tests/229.html: - tests for checking the number of parameters
                   2553:          were added
                   2554: 
                   2555:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   2556:          number of method's parameters wasn't checked correctly (the bug
                   2557:          was introduced in 3.4.0)
                   2558: 
                   2559: 2009-08-22  misha
                   2560: 
                   2561:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   2562:          transcoded, but tainted pieces are escaped only when
                   2563:          content-type==url-encoding
                   2564: 
                   2565:        * tests/228.html: - test for checking
                   2566:          ^file::load[http://...;$.body[]]
                   2567: 
                   2568:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   2569:          post charset was too early (charsets is empty at this moment)
                   2570: 
                   2571: 2009-08-21  misha
                   2572: 
                   2573:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   2574:          main/untaint.C: - some fixes with transcode+untaint
                   2575: 
                   2576: 2009-08-15  misha
                   2577: 
                   2578:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   2579:          was increaced to 100 (was 50)
                   2580: 
                   2581:        * tests/227.html: - test for checking overriding properties in
                   2582:          static classes was added
                   2583: 
                   2584:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   2585: 
                   2586:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   2587:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   2588:          autouse was implemented
                   2589: 
                   2590: 2009-08-14  misha
                   2591: 
                   2592:        * src/classes/reflection.C: - outdated checkout was removed
                   2593: 
                   2594:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   2595:          added.
                   2596: 
                   2597:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   2598:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   2599: 
                   2600:        * src/types/pa_vclass.C: - exception if base on sytem class
                   2601: 
                   2602: 2009-08-12  misha
                   2603: 
                   2604:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   2605:          pa_vstateless_class.h: - little optimisation
                   2606: 
                   2607: 2009-08-11  misha
                   2608: 
                   2609:        * tests/224.html: - method_params => method_info - checking for
                   2610:          $.inherited
                   2611: 
                   2612:        * src/classes/reflection.C, operators.txt: - method method_params
                   2613:          was renamed to method_info and now it returns class name, if
                   2614:          method was defined in ancestor
                   2615: 
                   2616:        * tests/225.html: - tests for cheching properties in hierarhical
                   2617:          classes were added
                   2618: 
                   2619:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   2620:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2621:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   2622:          with properties in new classes implementation were fixed
                   2623: 
                   2624: 2009-08-10  misha
                   2625: 
                   2626:        * src/main/execute.C: - now constructor shouldn't be defined in
                   2627:          class. it could be defined in parent.
                   2628: 
                   2629: 2009-08-09  misha
                   2630: 
                   2631:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   2632:          base's methods
                   2633: 
                   2634: 2009-08-08  misha
                   2635: 
                   2636:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   2637:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2638:          classes/image.C, classes/mail.C, classes/op.C,
                   2639:          classes/reflection.C, classes/regex.C, classes/string.C,
                   2640:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   2641:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   2642:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   2643:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2644:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   2645:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2646:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   2647:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2648:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   2649:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   2650:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   2651:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   2652:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   2653:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2654:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2655:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2656:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2657:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   2658:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   2659:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   2660:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   2661:          implementation
                   2662: 
                   2663:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   2664:          USE_MUNMAP is used. so it is disabled as a workaround.
                   2665: 
                   2666: 2009-08-05  misha
                   2667: 
                   2668:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   2669:          parameter was removed
                   2670: 
                   2671:        * src/main/pa_http.C: - bugfix: error was during detecting
                   2672:          content-type of file which was loaded by http
                   2673: 
                   2674: 2009-08-01  misha
                   2675: 
                   2676:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   2677:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   2678:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   2679:          can't be disabled with defines any longer
                   2680: 
                   2681: 2009-07-29  misha
                   2682: 
                   2683:        * src/classes/reflection.C, tests/results/224.processed: - for
                   2684:          native methods with any call type now returned empty call_type
                   2685:          value
                   2686: 
                   2687:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   2688:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   2689:          main/pa_request.C: - break in cycles was optimized
                   2690: 
                   2691:        * INSTALL: - more defines were described
                   2692: 
                   2693: 2009-07-28  misha
                   2694: 
                   2695:        * operators.txt: - some changes in information about reflection
                   2696:          class
                   2697: 
                   2698:        * tests/: 224.html, 224.p: - tests for reflection class
                   2699: 
                   2700:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   2701:          was added, refactoring
                   2702: 
                   2703: 2009-07-26  misha
                   2704: 
                   2705:        * src/classes/classes.vcproj: - reflection class wass added to
                   2706:          project
                   2707: 
                   2708:        * operators.txt: - information about reflection class was added
                   2709: 
                   2710:        * src/classes/reflection.C: - class was redesigned
                   2711: 
                   2712: 2009-07-24  misha
                   2713: 
                   2714:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   2715:          added
                   2716: 
                   2717:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   2718:          in classes was added
                   2719: 
                   2720: 2009-07-22  misha
                   2721: 
                   2722:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   2723:          over-optimized. it failed if $object1.$object2.field
                   2724: 
                   2725: 2009-07-16  misha
                   2726: 
                   2727:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   2728:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   2729:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   2730:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   2731:          one more arg: length of cord
                   2732: 
                   2733: 2009-07-15  misha
                   2734: 
                   2735:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   2736:          tainted in ^file::load[http://...;$.cookies[]]
                   2737: 
                   2738:        * src/classes/: op.C, regex.C, string.C: - new string with
                   2739:          exception was used
                   2740: 
                   2741:        * src/include/pa_exception.h: - new string with exception was added
                   2742: 
                   2743:        * tests/223.html: - test for checking cookie-encoding during
                   2744:          ^file::load[http was added
                   2745: 
                   2746:        * tests/: 221.html, 222.html: - tests for checking type of
                   2747:          $table.fields.field were added
                   2748: 
                   2749:        * src/types/pa_vtable.C: - not used var decl was removed
                   2750: 
                   2751:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   2752:          it improves speed of match with brackets in pattern
                   2753: 
                   2754:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   2755:          outside
                   2756: 
                   2757: 2009-07-14  misha
                   2758: 
                   2759:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   2760:          column is empty (sometime returned void) - $table.fields was
                   2761:          added for nameless tables
                   2762: 
                   2763:        * src/targets/cgi/getopt.c: - one warning resolved
                   2764: 
                   2765:        * src/main/pa_string.C: - potentian bug fixed
                   2766: 
                   2767:        * src/classes/op.C: - small optimization in taint/untaint
                   2768: 
                   2769: 2009-07-13  misha
                   2770: 
                   2771:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   2772:          added
                   2773: 
                   2774:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   2775:          souldn't add the attribut to output
                   2776: 
                   2777: 2009-07-11  misha
                   2778: 
                   2779:        * src/targets/: apache13/ApacheModuleParser3.vcproj,
                   2780:          cgi/parser3.vcproj, isapi/parser3isapi.vcproj: - stack size was
                   2781:          increaced to 2MB (default=1MB)
                   2782: 
                   2783: 2009-07-08  misha
                   2784: 
                   2785:        * src/main/pa_string.C: - link to UTF-8 description was added
                   2786: 
                   2787:        * src/include/pa_hash.h: - hash keeps element's order in more
                   2788:          places (ex: ._keys[])
                   2789: 
                   2790:        * tests/220.html: - test for checking order of elements in hash in
                   2791:          foreach was added
                   2792: 
                   2793:        * tests/172.html: - small changes in printing hash
                   2794: 
                   2795:        * tests/129.html: - small changes in printing hash
                   2796: 
                   2797:        * src/: include/pa_common.h, include/pa_hash.h,
                   2798:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   2799:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   2800: 
                   2801:        * tests/014.html: - small changes in printing hash
                   2802: 
                   2803: 2009-07-07  misha
                   2804: 
                   2805:        * src/classes/op.C: - new taint language "parser-code" was added
                   2806: 
                   2807:        * tests/219.html: - test for auto untaint parser code in process
                   2808:          was added
                   2809: 
                   2810:        * src/classes/op.C: - tainted pieces in body of process are
                   2811:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   2812: 
                   2813:        * src/: include/pa_string.h, main/untaint.C: - new language
                   2814:          L_PARSER_CODE for auto-untaint in process was added
                   2815: 
                   2816:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   2817:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   2818:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   2819:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   2820:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   2821:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   2822:          code cleanup
                   2823: 
                   2824: 2009-07-06  misha
                   2825: 
                   2826:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   2827:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   2828:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   2829: 
                   2830:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   2831:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   2832:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   2833:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   2834:          should be used
                   2835: 
                   2836:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   2837:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   2838:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   2839:          untaint_cstr[m] should be used
                   2840: 
                   2841:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   2842:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   2843: 
                   2844:        * tests/218.html: - test for checking automatic file-spec-taint was
                   2845:          added
                   2846: 
                   2847:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   2848:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   2849:          classes/file.C, classes/hash.C, classes/image.C,
                   2850:          classes/string.C, classes/table.C, classes/void.C,
                   2851:          classes/xdoc.C: - optimizations and simplification of
                   2852:          string.cstr(...)
                   2853: 
                   2854:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   2855:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   2856:          - optimizations and simplification of string.cstr(...)
                   2857: 
                   2858: 2009-07-04  misha
                   2859: 
                   2860:        * tests/217.html: - test for recursion detection was added
                   2861: 
                   2862:        * src/: types/types.vcproj, main/main.vcproj,
                   2863:          classes/classes.vcproj,
                   2864:          targets/apache13/ApacheModuleParser3.vcproj,
                   2865:          targets/apache13core/ApacheModuleParser3Core.vcproj,
                   2866:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: -
                   2867:          RuntimeTypeInfo was removed from .vcproj
                   2868: 
                   2869:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   2870: 
                   2871:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   2872:          uploading files and case-insensitive http-method were added
                   2873: 
                   2874:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   2875:          tainted pattern in ^file:list[] was added
                   2876: 
                   2877: 2009-07-03  misha
                   2878: 
                   2879:        * src/: classes/classes.vcproj, main/main.vcproj,
                   2880:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   2881:          targets/apache13/ApacheModuleParser3.vcproj,
                   2882:          targets/apache13core/ApacheModuleParser3Core.vcproj,
                   2883:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   2884:          for dynamic_cast) - little options changes
                   2885: 
                   2886:        * src/main/pa_http.C: - file::load[http works now with uploading
                   2887:          files _and_ changing $.charset
                   2888: 
                   2889: 2009-06-29  misha
                   2890: 
                   2891:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   2892:          while creating pattern
                   2893: 
                   2894: 2009-06-25  misha
                   2895: 
                   2896:        * src/classes/image.C, operators.txt: - options' names for
                   2897:          ^image.font were changed to $.space, $.width and $spacing -
                   2898:          default space width now == gif's width
                   2899: 
                   2900: 2009-06-24  misha
                   2901: 
                   2902:        * tests/215.html: - tests for $file.mode were added
                   2903: 
                   2904:        * operators.txt: - added info about $file.mode and changes in
                   2905:          ^image.font[
                   2906: 
                   2907:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   2908:          param now could be omited - third param now could be hash (with
                   2909:          all widths options: $.space-width, $.letter-width) - it's
                   2910:          possible to specify tracking ($.letter-space)
                   2911: 
                   2912:        * src/classes/file.C: - file objects now could have mode field
                   2913:          (text|binary)
                   2914: 
                   2915:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   2916: 
                   2917: 2009-06-23  misha
                   2918: 
                   2919:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   2920:          trim can work with utf-8 chars now
                   2921: 
                   2922: 2009-06-20  misha
                   2923: 
                   2924:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   2925:          was implemented
                   2926: 
                   2927:        * src/classes/table.C: - string length cacheing was implemented
                   2928: 
                   2929:        * src/include/pa_string.h: - string length cacheing was implemented
                   2930: 
                   2931: 2009-06-17  misha
                   2932: 
                   2933:        * src/main/execute.C: - value param was removed from
                   2934:          WContext::WContext
                   2935: 
                   2936:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   2937:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   2938:          - field wcontext was removed from VCodeFrame (using fparent
                   2939:          instead)
                   2940: 
                   2941:        * tests/214.html: - test with hash copying
                   2942: 
                   2943: 2009-06-16  misha
                   2944: 
                   2945:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   2946:          strings doesn't work in expression anymore
                   2947: 
                   2948:        * src/main/execute.C: - less calls for get_constructing() - little
                   2949:          refactoring
                   2950: 
                   2951:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   2952:          include/pa_request.h: - less calls for get_constructing()
                   2953: 
                   2954:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   2955:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   2956: 
                   2957: 2009-06-14  misha
                   2958: 
                   2959:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   2960:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   2961:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   2962:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   2963:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   2964:          storing object's fields only for parser objects
                   2965: 
                   2966: 2009-06-13  misha
                   2967: 
                   2968:        * buildall-with-xml, buildall-without-xml: - new option was added
                   2969:          for building GC (it slightly reduces memory usage)
                   2970: 
                   2971:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   2972:          single string write
                   2973: 
                   2974:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   2975:          - optimization of single string write
                   2976: 
                   2977:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   2978:          - bytecode optimization of ^class:constructor
                   2979: 
                   2980: 2009-06-09  misha
                   2981: 
                   2982:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   2983:          main (better compatibility)
                   2984: 
                   2985: 2009-06-08  misha
                   2986: 
                   2987:        * src/main/compile.y: - I've forgot to commit it :(
                   2988: 
                   2989: 2009-06-07  misha
                   2990: 
                   2991:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   2992:          WITH_READ and WITH_ROOT
                   2993: 
                   2994:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   2995:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   2996:          WITH_ROOT - little refactoring
                   2997: 
                   2998: 2009-06-06  misha
                   2999: 
                   3000:        * tests/213.html: - tests for 3rd match string-param were added
                   3001: 
                   3002:        * src/classes/string.C: - 3rd match param could be string now
                   3003: 
                   3004:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   3005:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   3006:          GET_OBJECT_ELEMENT
                   3007: 
                   3008: 2009-06-05  misha
                   3009: 
                   3010:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   3011:          if $.body was specified
                   3012: 
                   3013: 2009-06-04  misha
                   3014: 
                   3015:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   3016: 
                   3017:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   3018: 
                   3019:        * src/main/execute.C: - little refactoring - optimizing
                   3020:          write_assign_lang in taint/untaint
                   3021: 
                   3022:        * src/include/pa_opcode.h: - little refactoring
                   3023: 
                   3024:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3025:          main/compile_tools.h, main/execute.C: - optimizations for
                   3026:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   3027:          were added
                   3028: 
                   3029: 2009-06-03  misha
                   3030: 
                   3031:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   3032: 
                   3033: 2009-06-02  misha
                   3034: 
                   3035:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   3036:          include/pa_opcode.h: - refactoring in last optimizations
                   3037:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   3038:          now but code is much easy and it is ready for further
                   3039:          improvements.
                   3040: 
                   3041: 2009-05-27  misha
                   3042: 
                   3043:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   3044:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   3045:          changed in destructing junctions
                   3046: 
                   3047:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   3048:          String:Body
                   3049: 
                   3050: 2009-05-26  misha
                   3051: 
                   3052:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   3053:          one method detect_charset was deleted - bug was fixed in this
                   3054:          method (error while detecting charset in content_type withot last
                   3055:          ';')
                   3056: 
                   3057:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   3058:          once
                   3059: 
                   3060: 2009-05-25  misha
                   3061: 
                   3062:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   3063:          optimizing of helper_length
                   3064: 
                   3065: 2009-05-24  misha
                   3066: 
                   3067:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   3068:          were added - little refactoring
                   3069: 
                   3070:        * src/main/execute.C: - core while printing in debug log
                   3071:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   3072:          optimisations were added
                   3073: 
                   3074:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   3075:          were added
                   3076: 
                   3077: 2009-05-23  misha
                   3078: 
                   3079:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3080:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   3081:          CORD_cat optimization
                   3082: 
                   3083:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   3084:          - call constr optimisation under separate define now
                   3085: 
                   3086:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   3087:          in $b should be string, not void
                   3088: 
                   3089:        * src/main/compile.y: - little fix for rem-cut optimisation
                   3090: 
                   3091:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   3092:          main/compile_tools.h, main/execute.C: - optimisations for
                   3093:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   3094: 
                   3095:        * INSTALL: - description of some #defined were added
                   3096: 
                   3097:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   3098:          before 1st access (memory usage is reduced if don't access to
                   3099:          .text field)
                   3100: 
                   3101:        * src/include/pa_array.h: - array grows step now not static (it
                   3102:          reduces numbers of reallocs)
                   3103: 
                   3104: 2009-05-20  misha
                   3105: 
                   3106:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   3107:          $.b(2), $c[d] and $.e[f] was added
                   3108: 
                   3109:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3110:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   3111:          $.e[f] was added
                   3112: 
                   3113:        * src/main/execute.C: - debug printing moved in defines
                   3114: 
                   3115:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   3116:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   3117:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   3118: 
                   3119: 2009-05-19  misha
                   3120: 
                   3121:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3122:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   3123: 
                   3124:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   3125:          ^a.$b optimisation)
                   3126: 
                   3127:        * src/main/compile.y: - compiler now generate new opcodes:
                   3128:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   3129:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   3130:          of params }
                   3131: 
                   3132:        * src/main/execute.C: - code for handle new opcodes
                   3133:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   3134: 
                   3135:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   3136:          added for LA2V and LA2S
                   3137: 
                   3138:        * src/include/pa_opcode.h: - new defines which can be used for
                   3139:          disable some bytecode optimisation and new opcodes were added
                   3140: 
                   3141: 2009-05-17  misha
                   3142: 
                   3143:        * src/lib/cord/cordxtra.c: - bugfix.
                   3144: 
                   3145:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   3146: 
                   3147:        * operators.txt: - info about regex class was added
                   3148: 
                   3149:        * tests/212.html: - tests for regex class were added
                   3150: 
                   3151: 2009-05-16  misha
                   3152: 
                   3153:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   3154:          gc7.1
                   3155: 
                   3156:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   3157:          was added
                   3158: 
                   3159:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   3160:          param) should work
                   3161: 
                   3162: 2009-05-15  misha
                   3163: 
                   3164:        * src/classes/table.C: - automatically disable stringstream usage
                   3165:          on freebsd4
                   3166: 
                   3167:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   3168:          scope
                   3169: 
                   3170:        * tests/211.html: - test with different types of access to hash was
                   3171:          added
                   3172: 
                   3173:        * tests/210.html: - test which checks for loosing tainting in
                   3174:          hash's keys was added
                   3175: 
                   3176:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   3177: 
                   3178:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   3179: 
                   3180:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   3181: 
                   3182:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   3183:          optimisations for increacing version number more dramatically :)
                   3184: 
                   3185:        * src/classes/date.C: - little refactoring: use constructor which
                   3186:          accepts formated string
                   3187: 
                   3188:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   3189:          which can print formatted string was added
                   3190: 
                   3191: 2009-05-14  misha
                   3192: 
                   3193:        * src/include/pa_string.h: - type was fixed
                   3194: 
                   3195:        * src/: classes/hashfile.C, classes/op.C,
                   3196:          include/pa_cache_managers.h, include/pa_charset.h,
                   3197:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   3198:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   3199:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   3200:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   3201:          main/pa_charsets.C, main/pa_string.C,
                   3202:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   3203:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3204:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   3205:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   3206:          (seaches should be faster now)
                   3207: 
                   3208:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3209:          classes/string.C, classes/table.C, include/pa_string.h,
                   3210:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   3211:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   3212:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   3213:          types/pa_vrequest.C: - String constructors don't have that stupid
                   3214:          true/false param which means 'tainted'. they accept lang instead.
                   3215: 
                   3216:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   3217:          with OPTIMIZE_RESULT
                   3218: 
                   3219:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   3220:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   3221: 
                   3222: 2009-05-13  misha
                   3223: 
                   3224:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   3225:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   3226:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3227:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   3228:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   3229:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3230:          include/pa_string.h, classes/date.C, classes/file.C,
                   3231:          classes/hash.C, classes/image.C, classes/string.C,
                   3232:          classes/table.C, classes/xdoc.C: - result optimisation -
                   3233:          helper_length parameter removed from string constructors
                   3234: 
                   3235: 2009-05-11  misha
                   3236: 
                   3237:        * tests/209.html: - tests for ^hash::create[hash] were added
                   3238: 
                   3239:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   3240:          ^memory:compact[] were added
                   3241: 
                   3242:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   3243:          log10 were added
                   3244: 
                   3245:        * tests/206.html: - test for try with finally was added
                   3246: 
                   3247: 2009-05-10  misha
                   3248: 
                   3249:        * tests/205.html: - test for ^file::create[...] was added
                   3250: 
                   3251:        * tests/204.html: - test for ^response:clear[] was added
                   3252: 
                   3253:        * tests/038.html: - tests for trigonometric functions were added
                   3254: 
                   3255:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   3256:          added - more tests for .add, .sub, .union, .intersects and
                   3257:          .intersections
                   3258: 
                   3259:        * tests/065.html: - test for ^file:dirname was added
                   3260: 
                   3261:        * tests/030.html: - test for $cookie:fields was added
                   3262: 
                   3263:        * tests/203.html: - test for ^h._keys[column name] was added
                   3264: 
                   3265:        * tests/201.html: - tests for .trim were added
                   3266: 
                   3267:        * tests/202.html: - tests for last-day,
                   3268:          date:calendar[type](YYYY;MM;DD) were added
                   3269: 
                   3270:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   3271:          .offset[type](N) were added
                   3272: 
                   3273:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   3274:          and .pos[c](N) were added
                   3275: 
                   3276:        * tests/141.html: - test for math:sha1 was added
                   3277: 
                   3278:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   3279: 
                   3280: 2009-05-09  misha
                   3281: 
                   3282:        * src/main/compile.y: - rollback
                   3283: 
                   3284: 2009-05-05  misha
                   3285: 
                   3286:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   3287:          replaced by is_empty()
                   3288: 
                   3289:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   3290:          optimisation: somewhere length() was replaced by is_empty()
                   3291: 
                   3292:        * src/classes/table.C: - little optimisation: somewhere length()
                   3293:          was replaced by is_empty()
                   3294: 
                   3295:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   3296:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   3297:          optimisation: somewhere length() was replaced by is_empty()
                   3298: 
                   3299: 2009-05-04  misha
                   3300: 
                   3301:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3302:          types/pa_vstateless_class.h, main/execute.C,
                   3303:          include/pa_request.h, classes/hash.C, classes/op.C,
                   3304:          classes/table.C: - more optimisations were added: some operators
                   3305:          don't switch write context anylonger
                   3306: 
                   3307: 2009-05-01  misha
                   3308: 
                   3309:        * src/main/compile.y: - slightly more opcode optimisations for
                   3310:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   3311: 
                   3312:        * src/main/execute.C: - simplifying process for getters
                   3313: 
                   3314: 2009-04-30  misha
                   3315: 
                   3316:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   3317: 
                   3318:        * tests/results/199.processed: - test for checking $result into
                   3319:          ^rem was added
                   3320: 
                   3321:        * tests/199.html: - test for checking $result into ^rem was added
                   3322: 
                   3323:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   3324:          some OS it returns list in different order)
                   3325: 
                   3326:        * src/: include/pa_array.h, include/pa_request.h,
                   3327:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   3328:          changes in stack impl - get_element() optimisation: 3rd param
                   3329:          removed - bugfix: problems with reading empty input param -
                   3330:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   3331: 
                   3332:        * tests/results/198.processed: - test for reading empty local var
                   3333:          was added
                   3334: 
                   3335:        * tests/198.html: - test for reading empty local var was added
                   3336: 
                   3337: 2009-04-29  misha
                   3338: 
                   3339:        * src/main/compile.y: - bugfix: couldn't compile because
                   3340:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   3341: 
                   3342:        * src/: include/pa_array.h, include/pa_opcode.h,
                   3343:          include/pa_request.h, main/compile.y, main/execute.C,
                   3344:          main/pa_request.C, types/pa_vmethod_frame.C,
                   3345:          types/pa_vmethod_frame.h: - we can work without opcode
                   3346:          OP_STORE_PARAM, so it was removed
                   3347: 
                   3348: 2009-04-28  misha
                   3349: 
                   3350:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   3351:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   3352:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   3353:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   3354:          4.
                   3355:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   3356: 
                   3357:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   3358: 
                   3359:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   3360:          is_empty()
                   3361: 
                   3362: 2009-04-27  misha
                   3363: 
                   3364:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   3365: 
                   3366: 2009-04-24  misha
                   3367: 
                   3368:        * src/classes/string.C: - ups. typo fixed
                   3369: 
                   3370:        * src/main/execute.C: - more replacements '*new VBool' to
                   3371:          'VBool::get' - checks for ^break[], ^continue[] and
                   3372:          parser.interrupted were optimised
                   3373: 
                   3374:        * src/classes/string.C: - number of params.count() calls was
                   3375:          slightly reduced
                   3376: 
                   3377: 2009-04-23  misha
                   3378: 
                   3379:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3380:          make it x64 friendly
                   3381: 
                   3382:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3383:          parser is x64 friendly now
                   3384: 
                   3385: 2009-04-22  misha
                   3386: 
                   3387:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   3388:          exceeding record size was added
                   3389: 
                   3390:        * src/classes/file.C: - use vregex object instead of direct calls
                   3391:          methods from pcre lib
                   3392: 
                   3393:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   3394:          classes/string.C: - use vregex object instead of direct calls
                   3395:          methods from pcre lib
                   3396: 
                   3397:        * src/: include/pa_common.h, main/pa_common.C: - method
                   3398:          print_pcre_exec_error_text was moved to class vregex
                   3399: 
                   3400:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   3401:          was added
                   3402: 
                   3403:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   3404:          - class vregex was added
                   3405: 
                   3406: 2009-04-21  misha
                   3407: 
                   3408:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   3409: 
                   3410:        * src/: types/pa_junction.h, types/pa_value.C,
                   3411:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   3412:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   3413:          junction-optimisation (destructors)
                   3414: 
                   3415:        * src/include/pa_array.h: - free under if now
                   3416: 
                   3417: 2009-04-19  misha
                   3418: 
                   3419:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   3420: 
                   3421: 2009-04-18  misha
                   3422: 
                   3423:        * src/include/pa_version.h:
                   3424:          :q :
                   3425: 
                   3426:          CV:
                   3427:          ----------------------------------------------------------------------
                   3428: 
                   3429:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   3430:          refactoring
                   3431: 
                   3432:        * src/: include/pa_array.h, include/pa_hash.h,
                   3433:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   3434: 
                   3435:        * src/include/pa_memory.h: - define for using destructors was added
                   3436: 
                   3437:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3438:          main/execute.C: - some junctions will be cached now
                   3439: 
                   3440:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   3441: 
                   3442:        * src/include/pa_array.h: - inline was added to destructor
                   3443: 
                   3444:        * src/types/pa_method.h: - comment was changed
                   3445: 
                   3446: 2009-04-17  misha
                   3447: 
                   3448:        * src/: include/pa_array.h, include/pa_hash.h,
                   3449:          types/pa_vmethod_frame.h: - destructors were added
                   3450: 
                   3451:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   3452:          renamed to always_use_result
                   3453: 
                   3454:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   3455:          compiler: full backward compatibility is better
                   3456: 
                   3457:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   3458:          result in var's hash
                   3459: 
                   3460:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   3461:          optimisation in method_frame
                   3462: 
                   3463:        * src/include/pa_array.h: - optimisation in array (allocate
                   3464:          elements only when needed)
                   3465: 
                   3466:        * src/types/pa_vresponse.C: - check for $response:headers field
                   3467:          before looking at custom fields
                   3468: 
                   3469:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   3470:          not needed to check existance var with name 'result' in var's
                   3471:          hash
                   3472: 
                   3473:        * src/main/compile.y: - compiler was changed: now it detects
                   3474:          writings to $result and set flag writo_to_result in method
                   3475: 
                   3476:        * src/classes/string.C: - little optimisation: no needed to write
                   3477:          number with lang
                   3478: 
                   3479:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   3480:          used for read utf8-strings were renamed - is_escaped was renamed
                   3481:          to isEscaped (to the same name convention)
                   3482: 
                   3483:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   3484:          write_to_result added. compiler get this info from code.
                   3485: 
                   3486: 2009-04-16  misha
                   3487: 
                   3488:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   3489:          String only before 1st write
                   3490: 
                   3491:        * src/include/pa_string.h: - not needed template removed
                   3492: 
                   3493:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   3494:          types/pa_vjunction.C, types/pa_vproperty.C,
                   3495:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   3496:          main/pa_request.C, classes/bool.C, classes/double.C,
                   3497:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   3498:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   3499:          bool objects)
                   3500: 
                   3501: 2009-04-15  misha
                   3502: 
                   3503:        * src/lib/cord/cordxtra.c: - more optimisation
                   3504: 
                   3505:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   3506:          optimisation
                   3507: 
                   3508:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   3509:          then get and can sometime be used)
                   3510: 
                   3511:        * src/main/pa_string.C: - String::length optimisation
                   3512: 
                   3513:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   3514:          these methods read different strings
                   3515: 
                   3516:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   3517:          fresult_initial_void removed + some optimisation - if $result
                   3518:          defined we don't write to context anymore
                   3519: 
                   3520:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   3521:          need just skip char)
                   3522: 
                   3523:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3524:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   3525:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   3526: 
                   3527:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   3528:          instance
                   3529: 
                   3530: 2009-04-11  misha
                   3531: 
                   3532:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   3533: 
                   3534:        * tests/197.html: - test for parser://test in xml was added
                   3535: 
                   3536:        * src/classes/string.C: - small optimisation
                   3537: 
                   3538:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   3539:          optimisation
                   3540: 
                   3541: 2009-04-10  misha
                   3542: 
                   3543:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   3544:          to pcre-7.8
                   3545: 
                   3546:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   3547: 
                   3548:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   3549:          added
                   3550: 
                   3551:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   3552:          $request:CLASS_NAME were added
                   3553: 
                   3554:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   3555:          were added
                   3556: 
                   3557:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   3558:          $env:CLASS_NAME were added
                   3559: 
                   3560:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   3561:          '@todo' now
                   3562: 
                   3563:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   3564:          compirer
                   3565: 
                   3566:        * src/main/pa_string.C: - little code cleanup
                   3567: 
                   3568:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   3569:          during PCRE compile/execute
                   3570: 
                   3571:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   3572:          normalizing todo-comments: '@todo' now
                   3573: 
                   3574:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   3575: 
                   3576:        * src/main/pa_charset.C: - type changed for making compiler happy
                   3577: 
                   3578: 2009-03-10  misha
                   3579: 
                   3580:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   3581:          in main()
                   3582: 
                   3583: 2009-02-01  misha
                   3584: 
                   3585:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   3586:          boundary
                   3587: 
                   3588: 2009-01-25  misha
                   3589: 
                   3590:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   3591: 
                   3592:        * src/classes/file.C: - more changes for parsing different number
                   3593:          of params for file::load
                   3594: 
                   3595:        * tests/193.html: - tests for exception while base64-decode binary
                   3596:          to string was added
                   3597: 
                   3598:        * tests/192.html: - tests for file::load with different number of
                   3599:          options
                   3600: 
                   3601:        * src/classes/math.C: - ups. forgot '+1'
                   3602: 
                   3603:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   3604:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   3605:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   3606:          (new option $.encode[multipart-form/data] should be specified) -
                   3607:          $.method[] option for file::load now is not case-sensitive
                   3608: 
                   3609:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   3610:          new taint language L_FILE_POST was added
                   3611: 
                   3612:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   3613:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   3614:          stuff was moved to separate files
                   3615: 
                   3616: 2009-01-23  misha
                   3617: 
                   3618:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   3619:          spaces to tabs were converted
                   3620: 
                   3621: 2009-01-12  misha
                   3622: 
                   3623:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   3624:          now
                   3625: 
                   3626:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   3627:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   3628:          their names
                   3629: 
                   3630:        * src/main/pa_common.C: - changes in formating
                   3631: 
                   3632:        * src/: classes/file.C, main/pa_http.C,
                   3633:          targets/apache13core/mod_parser3_core.C: - some constants changed
                   3634:          their names
                   3635: 
                   3636:        * src/include/pa_http.h: - some spaces were converted to tabs
                   3637: 
                   3638:        * src/include/pa_common.h: - some constants changed their names
                   3639: 
                   3640:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   3641:          little code rewriting
                   3642: 
                   3643:        * src/types/pa_vfile.C: - little code rewriting
                   3644: 
                   3645:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   3646:          types/pa_value.h: - some formating changes
                   3647: 
                   3648:        * src/include/pa_common.h: - some formating spaces transformed to
                   3649:          tabs
                   3650: 
                   3651:        * src/classes/string.C: - exception while base64-decode binary to a
                   3652:          string
                   3653: 
                   3654: 2009-01-11  misha
                   3655: 
                   3656:        * configure.in: - version changed to 3.3.1b
                   3657: 
                   3658: 2008-09-05  misha
                   3659: 
                   3660:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   3661:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   3662: 
                   3663: 2008-09-04  misha
                   3664: 
                   3665:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   3666:          anymore
                   3667: 
                   3668:        * src/classes/op.C: - exception with 'invalid taint language' not
                   3669:          typeless anylonger
                   3670: 
                   3671:        * src/classes/image.C: - some exceptions while operations with
                   3672:          image not typeless anymore
                   3673: 
                   3674:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   3675:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   3676:          operations with files not typeless anymore
                   3677: 
                   3678:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   3679:          types/pa_vdate.h: - exceptions while checking date range not
                   3680:          typeless anymore
                   3681: 
                   3682:        * src/include/pa_exception.h: - exception type string for invalid
                   3683:          date range was added
                   3684: 
                   3685: 2008-09-03  misha
                   3686: 
                   3687:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   3688:          operations not typeless anymore
                   3689: 
                   3690:        * src/include/pa_exception.h: - exception type for pce operations
                   3691:          was added
                   3692: 
                   3693:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   3694:          and .CLASS_NAME insite classes
                   3695: 
                   3696:        * src/classes/table.C: - don't save table header whiile
                   3697:          ^table.save[append;filename] if file exists
                   3698: 
                   3699: 2008-09-02  misha
                   3700: 
                   3701:        * src/main/compile.y, src/main/compile_tools.h,
                   3702:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   3703:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   3704:          renamed to partial and it login changed: we must mark class as
                   3705:          partial for allow their modifications in future.
                   3706: 
                   3707: 2008-08-29  misha
                   3708: 
                   3709:        * tests/results/022.processed: - testing taint[regex] in mask for
                   3710:          file:list
                   3711: 
                   3712:        * tests/022.html: - testing taint[regex] in mask for file:list
                   3713: 
                   3714:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   3715:          for file:list was added
                   3716: 
                   3717:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   3718:          file:list
                   3719: 
                   3720: 2008-08-26  misha
                   3721: 
                   3722:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   3723:          last derived object
                   3724: 
                   3725:        * src/classes/image.C: - many strings "image.format" replaced by
                   3726:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   3727:          understand some more exif tags
                   3728: 
                   3729:        * src/include/pa_exception.h: - string "image.format" was added
                   3730: 
                   3731: 2008-08-21  misha
                   3732: 
                   3733:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   3734:          pcre_exec text error
                   3735: 
                   3736:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   3737:          added
                   3738: 
                   3739:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   3740:          text error was added
                   3741: 
                   3742: 2008-08-19  misha
                   3743: 
                   3744:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   3745:          namespace while debug execution as well
                   3746: 
                   3747:        * tests/: 015.html, results/015.processed: - test for escaping some
                   3748:          parser chars was added
                   3749: 
                   3750: 2008-08-18  misha
                   3751: 
                   3752:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   3753:          $caller.self.field + default getter in one class was added
                   3754: 
                   3755:        * tests/: 189.html, results/189.processed: - test for
                   3756:          ^date::create[date object]
                   3757: 
                   3758:        * tests/: 188.html, results/188.processed: - tests for match with
                   3759:          UTF-8 strings
                   3760: 
                   3761:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   3762:          ^string.match[]
                   3763: 
                   3764:        * ChangeLog: - parser 3.3.0 beta13
                   3765: 
                   3766: 2008-08-15  misha
                   3767: 
                   3768:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   3769:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   3770:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   3771:          dftables.c: - old PCRE files removed
                   3772: 
                   3773:        * src/lib/pcre/config.h: - configuration for PCRE library
                   3774: 
                   3775:        * src/targets/: apache13core/ApacheModuleParser3Core.vcproj,
                   3776:          cgi/parser3.vcproj, isapi/parser3isapi.vcproj: - use PCRE library
                   3777:          from win32\pcre instead of parser3\src\lib\pcre
                   3778: 
                   3779:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   3780:          library and set flag UTF8 if $request:charset is UTF-8
                   3781: 
                   3782:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   3783:          include/pa_config_fixed.h: - moved to new PCRE library
                   3784: 
                   3785:        * src/: main/main.vcproj, types/types.vcproj,
                   3786:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   3787:          win32\pcre instead of parser3\src\lib\pcre
                   3788: 
                   3789:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   3790:          main/compile.C, main/compile.y, main/compile_tools.C,
                   3791:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   3792:          opcodes were moved to separate namespace
                   3793: 
                   3794: 2008-08-14  misha
                   3795: 
                   3796:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   3797: 
                   3798:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   3799:          tainting
                   3800: 
                   3801: 2008-08-11  misha
                   3802: 
                   3803:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   3804:          $caller.self, $caller.self.field and $caller.self.field[value]
                   3805:          were added
                   3806: 
                   3807:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   3808:          runtime as well (for $caller.self)
                   3809: 
                   3810: 2008-07-25  misha
                   3811: 
                   3812:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   3813:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   3814:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   3815:          tests with international characters
                   3816: 
                   3817: 2008-07-23  misha
                   3818: 
                   3819:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   3820:          file::load[...;http://
                   3821: 
                   3822:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   3823:          now everywhere in separate namespace
                   3824: 
                   3825:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   3826:          for vars
                   3827: 
                   3828:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   3829:          can be escaped by '^'
                   3830: 
                   3831: 2008-07-22  misha
                   3832: 
                   3833:        * src/classes/string.C, tests/186.html: - names changes:
                   3834:          escape=>js-escape, unescape=>js-unescape
                   3835: 
                   3836: 2008-07-21  misha
                   3837: 
                   3838:        * tests/results/186.processed: - test for string escape/unescape
                   3839: 
                   3840:        * tests/186.html: - test for string escape/unescape
                   3841: 
                   3842:        * src/classes/string.C: - string has escape and unescape methods
                   3843:          now
                   3844: 
                   3845:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   3846:          added
                   3847: 
                   3848:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   3849:          method-layers added (with different params)
                   3850: 
                   3851: 2008-07-18  misha
                   3852: 
                   3853:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   3854:          was added
                   3855: 
                   3856:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   3857: 
                   3858:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   3859:          ^string.pos[substr](offset) -- 2nd param accepted now
                   3860: 
                   3861:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   3862:          strings
                   3863: 
                   3864: 2008-07-17  misha
                   3865: 
                   3866:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   3867:          helper length added for mid for small optimisation
                   3868: 
                   3869: 2008-07-16  misha
                   3870: 
                   3871:        * tests/: 185.html, results/185.processed: - tests for
                   3872:          length/left/right/mid/pos with utf-8 strings
                   3873: 
                   3874:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   3875:          utf-8 strings
                   3876: 
                   3877:        * src/main/untaint.C: - comments removed
                   3878: 
                   3879:        * src/: include/pa_string.h, main/pa_string.C,
                   3880:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   3881:          with pos/mid for strings in utf-8 were added
                   3882: 
                   3883: 2008-07-15  misha
                   3884: 
                   3885:        * tests/: 184.html, results/184.processed: - test for case body as
                   3886:          expression: $var(^switch(1){^case(1)(true)..})
                   3887: 
                   3888:        * src/classes/op.C: - case body can be expression now:
                   3889:          $var(^switch(1){^case(1)(true)..})
                   3890: 
                   3891:        * tests/: results/183.processed, 183.html: - added test for testing
                   3892:          new cookie encoding (%uXXXX)
                   3893: 
                   3894:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   3895:          decoding for backward compatibility they decoded from %XX in
                   3896:          request:charset too
                   3897: 
                   3898:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   3899:          - cookie class now decode cookies before first access after last
                   3900:          request:charset changing (as form class).
                   3901: 
                   3902:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   3903:          as %uXXXX - before transcode calculate required space for dest
                   3904:          string. it reduce mem usage for transcode
                   3905: 
                   3906:        * src/include/pa_charset.h: - added method escape for escaping
                   3907:          cookies as %uXXXX
                   3908: 
                   3909:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   3910:          was added. will used for escaping cookies as %uXXXX
                   3911: 
                   3912:        * src/include/pa_common.h: - escape method has new option for skip
                   3913:          converting '+' to a space char
                   3914: 
                   3915:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   3916:          transcode - escape method has new option for skip converting '+'
                   3917:          to a space char
                   3918: 
                   3919: 2008-07-08  misha
                   3920: 
                   3921:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   3922:          (no UE if more then 1 case matches anylonger) - optimization:
                   3923:          doing searching.as_string() || searching.as_double() only once
                   3924: 
                   3925: 2008-07-04  misha
                   3926: 
                   3927:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   3928:          now ^date::create[date object] works
                   3929: 
                   3930:        * src/classes/string.C: - left and right added as aliases for start
                   3931:          and end in ^string.trim[]
                   3932: 
                   3933: 2008-07-03  misha
                   3934: 
                   3935:        * src/classes/file.C: - allow $.limit for file::sql as well
                   3936: 
                   3937:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   3938:          send limit=1 to query for use sql specifics authomatically
                   3939: 
                   3940:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   3941:          if $.limit value if empty. autoconvert it as everywere
                   3942: 
                   3943: 2008-07-02  misha
                   3944: 
                   3945:        * configure.in: - time to change version number to 3.3.0 %-)
                   3946: 
                   3947:        * src/include/pa_version.h: - time to change version number to
                   3948:          3.3.0 %-)
                   3949: 
                   3950: 2008-06-26  misha
                   3951: 
                   3952:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   3953:          $.limit(0) fixes
                   3954: 
                   3955:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   3956:          - $.limit(0) fixes
                   3957: 
                   3958:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   3959:          new API)
                   3960: 
                   3961:        * src/: include/pa_sql_driver_manager.h,
                   3962:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   3963:          classes/op.C: - document_root added
                   3964: 
                   3965:        * src/main/compile.tab.C: - error message was changed
                   3966: 
                   3967: 2008-06-25  misha
                   3968: 
                   3969:        * src/main/compile.y: - error message was changed
                   3970: 
                   3971: 2008-06-24  misha
                   3972: 
                   3973:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   3974: 
                   3975:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   3976:          tests for @OPTIONS\nappend
                   3977: 
                   3978:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   3979: 
                   3980:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   3981: 
                   3982:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   3983: 
                   3984:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   3985:          compile.y
                   3986: 
                   3987: 2008-06-17  misha
                   3988: 
                   3989:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   3990:          compilation: ^if(default){true. it's incorrect. must be
                   3991:          exception}
                   3992: 
                   3993: 2008-06-16  misha
                   3994: 
                   3995:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   3996:          checking external reference loading with 'http://localhost'
                   3997:          prefix while creating xdoc
                   3998: 
                   3999:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   4000:          ^math:long2ip[] and ^math:ip2long[]
                   4001: 
                   4002:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   4003:          added which use scalar stateless class method when user object
                   4004:          used in scalar context - use get_scalar_value when user object
                   4005:          requested in scalar context
                   4006: 
                   4007:        * src/main/pa_common.C: - size must be int but not size_t or we
                   4008:          can't compare with 0 sprintf result
                   4009: 
                   4010:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4011:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   4012:          with internal switch between local/global vars
                   4013: 
                   4014:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   4015:          specified
                   4016: 
                   4017:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   4018:          pa_vstateless_object.h: - stateless class and object now has
                   4019:          private scalar field and getter/setter for working with it
                   4020: 
                   4021:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   4022:          moved to inet static class
                   4023: 
                   4024:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   4025:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   4026: 
                   4027:        * tests/: 180.html, results/180.processed: - tests for
                   4028:          ^math:long2ip(long) and ^math:ip2long[IP]
                   4029: 
                   4030:        * src/classes/math.C: - ^math:ip2long[IP] added
                   4031: 
                   4032: 2008-06-11  misha
                   4033: 
                   4034:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   4035:          need cut BOM code and remove DOS newline chars. but don't
                   4036:          transcode it anyway.
                   4037: 
                   4038:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   4039:          main/pa_http.C: - option for disable transcoding while file_read
                   4040:          and file_read_text added
                   4041: 
                   4042: 2008-06-10  misha
                   4043: 
                   4044:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   4045:          classes in 1 file
                   4046: 
                   4047:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   4048:          classes now.
                   4049: 
                   4050:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   4051:          classes now. internals.
                   4052: 
                   4053:        * src/main/pa_request.C: - compile return list of classes now. try
                   4054:          call @conf and @auto for each returned class
                   4055: 
                   4056:        * src/include/pa_request.h: - compile return list of classes now
                   4057: 
                   4058:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   4059:          return list of classes when compile buf)
                   4060: 
                   4061: 2008-06-07  misha
                   4062: 
                   4063:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   4064:          param -- form
                   4065: 
                   4066:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   4067:          3rd param: form. needed for get post_charset
                   4068: 
                   4069:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   4070:          added
                   4071: 
                   4072:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   4073:          types/pa_vform.C, types/pa_vform.h: - some polish
                   4074: 
                   4075: 2008-06-06  misha
                   4076: 
                   4077:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   4078:          charset and decode chars from it but not from response:charset
                   4079: 
                   4080:        * src/main/pa_http.C: - detect_charset moved out of here
                   4081: 
                   4082:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   4083:          methods moved here - unescape_chars accepn one charset now
                   4084: 
                   4085:        * src/main/pa_http.C: - new constants used - don't allow
                   4086:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   4087:          charset info while ^file::load[;http://;$.method[POST]] - option
                   4088:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   4089:          disabling charset during post
                   4090: 
                   4091:        * src/types/pa_vform.C: - new constants used
                   4092: 
                   4093:        * src/include/pa_common.h: - some constants were added
                   4094: 
                   4095:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   4096:          instead of StrEqNc
                   4097: 
                   4098:        * src/main/pa_common.C: - new method for caseless search
                   4099:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   4100: 
                   4101:        * src/include/pa_common.h: - new method for caseless search
                   4102:          c-substring in c-string
                   4103: 
                   4104: 2008-06-05  misha
                   4105: 
                   4106:        * tests/results/178.processed: - test for testing default getter
                   4107: 
                   4108:        * tests/178.html: - test for testing default getter
                   4109: 
                   4110:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   4111:          for test for testing default getter
                   4112: 
                   4113:        * src/main/execute.C: - default getter soul
                   4114: 
                   4115:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   4116:          requested objects' field not found
                   4117: 
                   4118:        * src/types/pa_vclass.C: - register default getter if defined - get
                   4119:          default getter if requested field not found
                   4120: 
                   4121:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   4122:          added
                   4123: 
                   4124:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   4125:          pointer to default getter and methods for get/set it were added
                   4126: 
                   4127:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   4128:          auto_name field (for default getter)
                   4129: 
                   4130: 2008-06-04  misha
                   4131: 
                   4132:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   4133:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   4134:          it to libxml "as is"
                   4135: 
                   4136: 2008-06-03  misha
                   4137: 
                   4138:        * src/main/pa_common.C: - use store_Char instead of
                   4139:          transcodeCharFromUTF8
                   4140: 
                   4141:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   4142:          store_Char added, transcodeCharFromUTF8 -- removed
                   4143: 
                   4144: 2008-06-02  misha
                   4145: 
                   4146:        * tests/: results/177.processed, 177.html: - test for checking
                   4147:          .[acm]date after local ^file::load[] was added
                   4148: 
                   4149:        * tests/: results/176.processed, 176.html: - test for checking
                   4150:          @OPTION\locals + @method[vars][locals] added
                   4151: 
                   4152:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   4153: 
                   4154: 2008-05-30  misha
                   4155: 
                   4156:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   4157:          @OPTION\nlocals + @method[vars][;locals;] were added
                   4158: 
                   4159:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   4160:          moved to separate method op_code - switch from VMethodFrame to
                   4161:          VMethodFrameGlobal + VMethodFrameLocal
                   4162: 
                   4163:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   4164:          was moved to separate method op_code
                   4165: 
                   4166:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   4167:          VMethodFrame now
                   4168: 
                   4169:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   4170:          all_vars_local as well
                   4171: 
                   4172:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   4173:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   4174:          VMethodFrame were added: one (global) works as VMethodFrame
                   4175:          before and second (local) write all vars in self vars scope
                   4176: 
                   4177:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   4178: 
                   4179: 2008-05-29  misha
                   4180: 
                   4181:        * tests/: 129.html, results/129.processed: - more tests for
                   4182:          ^table.hash[]
                   4183: 
                   4184:        * src/classes/hash.C: - ^hash::sql has a new option:
                   4185:          $.type[hash|string|table] as ^table.hash[] one.
                   4186: 
                   4187:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   4188:          executed anyway after try or catch section
                   4189: 
                   4190: 2008-05-27  misha
                   4191: 
                   4192:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   4193:          must not fail if $.distinct(1) wasn't specified
                   4194: 
                   4195: 2008-05-26  misha
                   4196: 
                   4197:        * src/classes/op.C: - allow ^throw[my type]
                   4198: 
                   4199: 2008-05-22  misha
                   4200: 
                   4201:        * configure.in, configure: - version number updated to 3.2.4b
                   4202: 
                   4203:        * src/classes/: op.C, string.C: - trim format string before
                   4204:          eval/format
                   4205: 
                   4206:        * tests/: results/175.processed, 175.html: - more tests for
                   4207:          different format strings in .format[]
                   4208: 
                   4209:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   4210:          as well (not only %XX)
                   4211: 
                   4212:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   4213:          charset specified - checks for format before print number
                   4214:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   4215:          (instead of tabs) removed
                   4216: 
                   4217:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   4218:          charset specified
                   4219: 
                   4220:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   4221:          char in requested charset from utf code was added
                   4222: 
                   4223: 2008-05-19  misha
                   4224: 
                   4225:        * tests/: 174.html, results/174.processed: - test for
                   4226:          ^hashfile.cleanup[] added
                   4227: 
                   4228:        * src/classes/hashfile.C: - optimization: don't create any key or
                   4229:          value variable if it's name weren't specified
                   4230:          (^hf.foreach[;v]{...})
                   4231: 
                   4232: 2008-05-16  misha
                   4233: 
                   4234:        * src/classes/hash.C: - optimization: don't create any key variable
                   4235:          if variable name wasn't specified (^h.foreach[;v]{...})
                   4236: 
                   4237: 2008-05-15  misha
                   4238: 
                   4239:        * src/classes/op.C: - small changes
                   4240: 
                   4241:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   4242: 
                   4243:        * src/classes/hash.C: - calculate var_context once before foreach
                   4244: 
                   4245: 2008-05-14  misha
                   4246: 
                   4247:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   4248:          ^hashfile.foreach[;]{} fixed
                   4249: 
                   4250:        * src/classes/: hash.C, table.C: - little optimisation
                   4251: 
                   4252:        * src/classes/file.C: - bugfix: double absolute path while loading
                   4253:          file
                   4254: 
                   4255:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   4256:          were added
                   4257: 
                   4258:        * buildall-with-xml: - moving to libxslt 1.1.24
                   4259: 
                   4260: 2008-04-30  misha
                   4261: 
                   4262:        * src/classes/file.C: - stat file while loading (local only) so
                   4263:          .adate, .mdate and .cdate available without additional ::stat
                   4264: 
                   4265: 2008-04-28  misha
                   4266: 
                   4267:        * src/classes/file.C: - $.name and $.content-type available for
                   4268:          stated file
                   4269: 
                   4270: 2008-04-14  misha
                   4271: 
                   4272:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   4273: 
                   4274:        * src/include/pa_version.h: - new version number in head
                   4275: 
                   4276: 2008-04-10  misha
                   4277: 
                   4278:        * tests/: 080.html, results/080.processed: - cut '0' from
                   4279:          exponential part because of on diff OS it differ (20 or 020 for
                   4280:          ex)
                   4281: 
                   4282:        * tests/: 119.html, results/119.processed: - check for encoding
                   4283:          while creating xdoc
                   4284: 
                   4285: 2008-04-09  misha
                   4286: 
                   4287:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   4288: 
                   4289:        * src/main/pa_common.C: - comment added
                   4290: 
                   4291:        * src/classes/date.C: - little refactoring
                   4292: 
                   4293: 2008-04-07  misha
                   4294: 
                   4295:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   4296:          style of ^table.save[]: prepare one big string and sabe it at
                   4297:          once. it's safe on freebsd 4.x but use much more memory.
                   4298: 
                   4299:        * buildall-with-xml, buildall-without-xml: - option
                   4300:          --disable-stringstream added (under comment. use it on freebsd
                   4301:          4.x)
                   4302: 
                   4303: 2008-02-22  misha
                   4304: 
                   4305:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   4306:          specified together in file::load[;http] - get back transcoding
                   4307:          $.body[] in file::load[;http]
                   4308: 
                   4309: 2008-02-21  misha
                   4310: 
                   4311:        * src/classes/date.C: - ^date.gmt-string[] was added
                   4312: 
                   4313:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   4314:          moved to pa_common.h
                   4315: 
                   4316:        * src/include/pa_common.h: - method for output date in RFC 822
                   4317:          format moved here from pa_value.C
                   4318: 
                   4319:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   4320:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   4321: 
                   4322: 2008-02-20  misha
                   4323: 
                   4324:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   4325:          specified charset while ^file::load[...;http://...] (L_URI
                   4326:          instead of L_HTTP_HEADER) - $.cookies param available in
                   4327:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   4328:          response yet) (cookies not transcoded as common $cookies)
                   4329: 
                   4330: 2008-02-19  misha
                   4331: 
                   4332:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   4333:          $response:field values because in this case
                   4334:          $response:locateion[http://...] don't works.
                   4335: 
                   4336: 2008-02-15  misha
                   4337: 
                   4338:        * src/classes/op.C: - little refactoring
                   4339: 
                   4340:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   4341: 
                   4342:        * src/main/pa_request.C: - force taint values of $response:field
                   4343: 
                   4344: 2008-02-14  misha
                   4345: 
                   4346:        * src/main/pa_request.C: - $response:field transcoded to
                   4347:          $response:charset before escaping now
                   4348: 
                   4349:        * src/main/pa_http.C: - some outdated comments removed
                   4350: 
                   4351:        * src/classes/date.C: - lastdat -> last-day
                   4352: 
                   4353:        * src/classes/date.C: - ^date:lastday(year;month) and
                   4354:          ^date.lastday[] were added - little code refactoring - comments
                   4355:          changes
                   4356: 
                   4357:        * tests/: 159.html, results/159.processed: - test for number of
                   4358:          days in February
                   4359: 
                   4360:        * src/types/pa_value.C: - fixes in code formatting
                   4361: 
                   4362:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   4363:          and comments
                   4364: 
                   4365: 2008-02-13  misha
                   4366: 
                   4367:        * src/main/pa_common.C: - bugfix for february at leap year
                   4368: 
                   4369: 2008-01-28  misha
                   4370: 
                   4371:        * tests/: 160.html, results/160.processed: - more test for cache
                   4372:          added
                   4373: 
                   4374:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   4375:          unhandled exception
                   4376: 
                   4377: 2008-01-25  misha
                   4378: 
                   4379:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   4380:          bug when hashfile became inavailable after memory:compact)
                   4381: 
                   4382:        * src/lib/sdbm/: apr-include/apr_strings.h, apr_strings.C: -
                   4383:          +arp_malloc
                   4384: 
                   4385: 2008-01-22  misha
                   4386: 
                   4387:        * src/classes/table.C: - little refactiring and exception texts
                   4388:          changes in method ^table.hash[]
                   4389: 
                   4390:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   4391: 
                   4392: 2008-01-21  misha
                   4393: 
                   4394:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   4395:          file::exec/cgi
                   4396: 
                   4397:        * src/classes/file.C: - bugfix: core while processing headers if
                   4398:          executed cgi script don't return content
                   4399: 
                   4400: 2008-01-18  misha
                   4401: 
                   4402:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   4403: 
                   4404:        * src/include/pa_version.h, configure.in: - version number updated
                   4405:          to '3.2.3b'
                   4406: 
                   4407: 2007-12-28  misha
                   4408: 
                   4409:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   4410:          hash.contains
                   4411: 
                   4412: 2007-12-27  misha
                   4413: 
                   4414:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   4415:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   4416:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   4417:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   4418:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   4419:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   4420:          src/targets/apache13/ApacheModuleParser3.vcproj,
                   4421:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   4422:          src/targets/cgi/parser3.vcproj,
                   4423:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   4424:          back to VS2003 because of Apache 1.3 module can't work if it was
                   4425:          built in VS 2005.  with cgi all file so VS2003 project files can
                   4426:          be easy converted to the new format.
                   4427: 
                   4428: 2007-12-04  misha
                   4429: 
                   4430:        * src/types/pa_vcode_frame.h: - changes in comment
                   4431: 
                   4432: 2007-11-29  misha
                   4433: 
                   4434:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   4435:          intercept strings any longer
                   4436: 
                   4437:        * tests/: 173.html, results/173.processed: - tests for
                   4438:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   4439:          but not in main code frame
                   4440: 
                   4441:        * tests/: 172.html, results/172.processed: - more tests for pass
                   4442:          objects from code frames
                   4443: 
                   4444: 2007-11-27  misha
                   4445: 
                   4446:        * tests/: 152.html, results/152.processed: - tests for converting
                   4447:          strings 'true'/'false' to bool were added
                   4448: 
                   4449:        * tests/152.html: - added checks for converting strings
                   4450:          'true'/'false' to bool
                   4451: 
                   4452:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   4453:          not only strings with numbers but with values 'true'/'false' as
                   4454:          well
                   4455: 
                   4456:        * src/targets/: cgi/parser3.C, apache13core/mod_parser3_core.C,
                   4457:          isapi/parser3isapi.C: - buffer size for parser3.log increased
                   4458: 
                   4459:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   4460: 
                   4461:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   4462: 
                   4463:        * src/include/pa_types.h: - constant with buffer size for
                   4464:          parser3.log added
                   4465: 
                   4466: 2007-11-16  misha
                   4467: 
                   4468:        * tests/cat.sh: - script for tests for file::exec/cgi
                   4469: 
                   4470:        * tests/171.html: - tests for file::exec/cgi
                   4471: 
                   4472:        * tests/results/171.processed: - tests results for file::exec/cgi
                   4473: 
                   4474: 2007-11-15  misha
                   4475: 
                   4476:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   4477: 
                   4478:        * src/classes/file.C: - .body must be set before analyzing cgi
                   4479:          headers
                   4480: 
                   4481:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   4482:          only if exec/cgi return anything.
                   4483: 
                   4484: 2007-11-14  misha
                   4485: 
                   4486:        * operators.txt: - info about new text|binary option for
                   4487:          file::exec/cgi was added
                   4488: 
                   4489:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   4490:          ^file:exec[[text|binary];script;...]
                   4491: 
                   4492:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   4493:          classes/string.C, classes/table.C: - more text strings moved to
                   4494:          the one place
                   4495: 
                   4496: 2007-11-09  misha
                   4497: 
                   4498:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   4499: 
                   4500:        * ChangeLog: - $request:argv [patch from Sumo]
                   4501: 
                   4502:        * operators.txt: - $request:argv
                   4503: 
                   4504:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   4505:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   4506: 
                   4507: 2007-10-25  misha
                   4508: 
                   4509:        * buildall-with-xml, buildall-without-xml: - options preparations
                   4510:          for ./configure rewrited
                   4511: 
                   4512:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   4513:          error occure in unhandled_exception finally fixed
                   4514: 
                   4515: 2007-10-23  misha
                   4516: 
                   4517:        * tests/: 170.html, results/170.processed: - test for
                   4518:          @method[][result]
                   4519: 
                   4520:        * operators.txt: - added info about node.prefix and
                   4521:          node.namespaceURI
                   4522: 
                   4523:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   4524: 
                   4525:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   4526:          added for node and attribute
                   4527: 
                   4528: 2007-10-22  misha
                   4529: 
                   4530:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   4531: 
                   4532:        * src/main/pa_request.C: - added const content-transfer-encoding
                   4533: 
                   4534:        * src/include/pa_request.h: - added const content-transfer-encoding
                   4535:          - ups. constants must be in lowercase (for search)
                   4536: 
                   4537:        * src/types/pa_vmail.C: - more constants used -
                   4538:          content-transfer-encoding: 8bit added
                   4539: 
                   4540:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   4541: 
                   4542:        * src/include/pa_request.h: - more constants
                   4543: 
                   4544:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   4545:          ommit anymore if $.content-disposition was specified - little
                   4546:          refactoring
                   4547: 
                   4548:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   4549: 
                   4550: 2007-10-17  misha
                   4551: 
                   4552:        * operators.txt: - info about
                   4553:          table::create[nameless]{data}[>options<] was added
                   4554: 
                   4555:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   4556:          compile method don't put this method in methods table anymore.
                   4557:          in other case the parser coredumped if @unhandled_exception
                   4558:          method can't be compiled because of parser.compile error.
                   4559: 
                   4560:        * src/main/execute.C: - little code reformating
                   4561: 
                   4562:        * src/main/pa_request.C: - little code reformating - comment
                   4563:          changed
                   4564: 
                   4565: 2007-10-16  misha
                   4566: 
                   4567:        * tests/: 035.html, results/035.processed: - tests
                   4568:          table::create[]{}[options] added
                   4569: 
                   4570:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   4571:          options (only $.seperator[] yet)
                   4572: 
                   4573: 2007-10-10  misha
                   4574: 
                   4575:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   4576:          some code changes
                   4577: 
                   4578: 2007-10-02  misha
                   4579: 
                   4580:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   4581:          then three time as much. but base64 encoding method still use
                   4582:          less memory anyway.
                   4583: 
                   4584: 2007-09-17  misha
                   4585: 
                   4586:        * operators.txt: - added info about $cookie:fields
                   4587: 
                   4588:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   4589: 
                   4590:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   4591:          common
                   4592: 
                   4593:        * src/include/pa_common.h: - some stuff for use with .for_each
                   4594:          moved here
                   4595: 
                   4596:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   4597: 
                   4598: 2007-09-14  misha
                   4599: 
                   4600:        * buildall-with-xml: - new xml libs again =)
                   4601: 
                   4602: 2007-08-28  misha
                   4603: 
                   4604:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   4605:          ^string.split[...][v][column name] were added
                   4606: 
                   4607:        * tests/: 168.html, 169.html, results/168.processed,
                   4608:          results/169.processed: - tests for ^table.columns[[column name]]
                   4609:          and ^string.split[...][v][column name] were added
                   4610: 
                   4611:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   4612:          was added
                   4613: 
                   4614:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   4615:          name]]
                   4616: 
                   4617:        * src/include/pa_exception.h: - error text message for
                   4618:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   4619: 
                   4620: 2007-08-27  misha
                   4621: 
                   4622:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   4623:          body ^taint[sql][something] outside of connect
                   4624: 
                   4625:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   4626:          outside of connect
                   4627: 
                   4628:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   4629:          added (commented by default)
                   4630: 
                   4631: 2007-08-20  misha
                   4632: 
                   4633:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   4634:          was added
                   4635: 
                   4636:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   4637:          duplicated exception text strings were removed
                   4638: 
                   4639:        * src/include/pa_exception.h: - more exception text strings moved
                   4640:          here
                   4641: 
                   4642:        * src/classes/table.C: - some duplicate exceptions' text strings
                   4643:          removed
                   4644: 
                   4645:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   4646:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   4647:          removed
                   4648: 
                   4649:        * src/include/pa_exception.h: - some exception text strings movet
                   4650:          to pa_exception
                   4651: 
                   4652:        * tests/: 149.html, results/149.processed: - test for
                   4653:          ^xnode.hasAttributes[] was added - some code changes
                   4654: 
                   4655:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   4656:          added
                   4657: 
                   4658: 2007-08-17  misha
                   4659: 
                   4660:        * tests/: results/006.processed, results/059.processed, 006.html,
                   4661:          059.html: - more tests for match
                   4662: 
                   4663:        * tests/: 129.html, results/129.processed: - tests for
                   4664:          ^table.hash[...][$.type[string|hash|table]] added
                   4665: 
                   4666:        * src/targets/cgi/parser3.C: - little syntax changes
                   4667: 
                   4668:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   4669:          syntax changes
                   4670: 
                   4671:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   4672:          messages in parser3.log switched off by default. If someone
                   4673:          really still need it: use $SIGPIPE(1)
                   4674: 
                   4675: 2007-08-08  misha
                   4676: 
                   4677:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   4678:          files by default since now
                   4679: 
                   4680: 2007-08-07  misha
                   4681: 
                   4682:        * buildall-without-xml: - some option syntax changes
                   4683: 
                   4684:        * buildall-with-xml: - compile libxml2 without http support - some
                   4685:          option syntax changes
                   4686: 
                   4687:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   4688: 
                   4689: 2007-08-06  misha
                   4690: 
                   4691:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   4692: 
                   4693:        * tests/: 160.html, results/160.processed: - cache test was
                   4694:          rewrited
                   4695: 
                   4696: 2007-07-06  misha
                   4697: 
                   4698:        * tests/: 153.html, results/153.processed: - added test for
                   4699:          ^math:sha1[string]
                   4700: 
                   4701:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   4702:          transcoded
                   4703: 
                   4704:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   4705:          were added
                   4706: 
                   4707: 2007-06-28  misha
                   4708: 
                   4709:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   4710:          some incorrect chars
                   4711: 
                   4712: 2007-06-19  misha
                   4713: 
                   4714:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   4715:          were moved on top because of gcc 4 had a problems during
                   4716:          building.
                   4717: 
                   4718: 2007-06-18  misha
                   4719: 
                   4720:        * tests/results/019.processed: - new image commited
                   4721: 
                   4722: 2007-06-09  misha
                   4723: 
                   4724:        * src/classes/: op.C, table.C: - in while and table.select method
                   4725:          as_expression used now
                   4726: 
                   4727:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   4728: 
                   4729: 2007-06-08  misha
                   4730: 
                   4731:        * tests/: 166.html, results/166.processed: - test for
                   4732:          ^match[...][n]
                   4733: 
                   4734:        * tests/: 165.html, results/165.processed: - tests for loops
                   4735: 
                   4736:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   4737:          because of no speed/memory optimisation but some proglems with
                   4738:          long cycles occure
                   4739: 
                   4740: 2007-06-06  misha
                   4741: 
                   4742:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   4743:          ^table.select(true) and ^table.select(1) didn't works because of
                   4744:          awaiting junction-param only. fixed.
                   4745: 
                   4746: 2007-05-24  misha
                   4747: 
                   4748:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   4749:          with 0.5 secs interval
                   4750: 
                   4751:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   4752:          locking system now on unix
                   4753: 
                   4754:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   4755:          system locks which wait till other threads release it but try get
                   4756:          lock, if fail wait 1 sec and make 10 attempts.
                   4757: 
                   4758:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   4759:          were added
                   4760: 
                   4761:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   4762:          opening files
                   4763: 
                   4764:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   4765:          after our classes on unix it can't be build
                   4766: 
                   4767:        * src/types/pa_vhashfile.C: - not needed code removed
                   4768: 
                   4769: 2007-05-23  misha
                   4770: 
                   4771:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   4772:          include/pa_common.h: - cosmetic changes
                   4773: 
                   4774: 2007-05-18  misha
                   4775: 
                   4776:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   4777:          often. it's give some speed increasing
                   4778: 
                   4779:        * tests/results/160.processed: - returned time corrected
                   4780: 
                   4781:        * tests/160.html: - time increased because on unix 1 mean nothing
                   4782:          :(
                   4783: 
                   4784:        * operators.txt: - added info about ^hash.contain[key]
                   4785: 
                   4786:        * src/classes/hash.C: - added ^hash.contain[key]
                   4787: 
                   4788:        * src/include/pa_hash.h: - added method for checking key exists in
                   4789:          hash
                   4790: 
                   4791: 2007-05-07  misha
                   4792: 
                   4793:        * src/include/pa_string.h: - was compilation error during build on
                   4794:          freebsd4
                   4795: 
                   4796: 2007-05-03  misha
                   4797: 
                   4798:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   4799:          for ^table.hash[]
                   4800: 
                   4801:        * src/classes/file.C: - comment removed
                   4802: 
                   4803: 2007-04-26  misha
                   4804: 
                   4805:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   4806:          real files doesn't opened in place anymore
                   4807: 
                   4808: 2007-04-24  misha
                   4809: 
                   4810:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   4811: 
                   4812:        * src/include/pa_exception.h: "static" removed
                   4813: 
                   4814: 2007-04-23  misha
                   4815: 
                   4816:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   4817: 
                   4818:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   4819:          ^math:log(N)) - ^math:lg(N)
                   4820: 
                   4821:        * tests/: 097.html, results/097.processed: - charsets converstion
                   4822:          during ^file::load[text;http://...] added
                   4823: 
                   4824:        * tests/: 164.html, results/164.processed: - check for set expires
                   4825:          as a date
                   4826: 
                   4827:        * tests/: 164.html, results/164.processed: - test for hashfile
                   4828: 
                   4829:        * src/classes/hashfile.C: - little comment changes
                   4830: 
                   4831:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   4832:          access
                   4833: 
                   4834:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   4835:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   4836:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   4837:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4838:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   4839:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4840:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   4841:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   4842:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   4843:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   4844:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   4845:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4846:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   4847:          "parser.runtime" strings were removed
                   4848: 
                   4849:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   4850:          now.
                   4851: 
                   4852:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   4853: 
                   4854:        * src/include/pa_exception.h: - string constant with
                   4855:          "parser.runtime" text was added
                   4856: 
                   4857: 2007-04-20  misha
                   4858: 
                   4859:        * operators.txt: - some comments changing
                   4860: 
                   4861:        * operators.txt: - added info about .^hashfile.release[],
                   4862:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   4863: 
                   4864:        * configure: =cheching for unsetenv
                   4865: 
                   4866:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   4867:          ^hashfile.release[] were added
                   4868: 
                   4869:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   4870:          ^string.match[][] understand new option now: return number of
                   4871:          matches but not table wit results
                   4872: 
                   4873:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   4874:          reopen now
                   4875: 
                   4876:        * src/classes/op.C: - bug. must be false
                   4877: 
                   4878:        * configure.in: - checking for unsetenv was added
                   4879: 
                   4880:        * src/types/pa_vform.C: - some comments
                   4881: 
                   4882: 2007-04-18  misha
                   4883: 
                   4884:        * buildall-with-xml: moving to libxml2-2.6.28
                   4885: 
                   4886:        * buildall-with-xml, buildall-without-xml: added commented lines
                   4887:          with --disable-safe-mode option
                   4888: 
                   4889:        * operators.txt: - info about $form:files
                   4890: 
                   4891: 2007-04-17  misha
                   4892: 
                   4893:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   4894:          $form:files was added
                   4895: 
                   4896:        * tests/: 163.html, results/163.processed: removing auto format
                   4897: 
                   4898:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   4899: 
                   4900: 2007-04-16  misha
                   4901: 
                   4902:        * tests/: 163.html, results/163.processed: - test for .int[],
                   4903:          floor, round, ceiling and .format[]
                   4904: 
                   4905:        * src/classes/file.C: - little optimization for getting args in
                   4906:          exec/cgi
                   4907: 
                   4908: 2007-04-13  misha
                   4909: 
                   4910:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   4911:          specified now as s table with one column
                   4912: 
                   4913: 2007-03-27  misha
                   4914: 
                   4915:        * tests/: 162.html, results/162.processed: - test for
                   4916:          ^table.select(^condition[$t])
                   4917: 
                   4918:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   4919: 
                   4920:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   4921: 
                   4922:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   4923:          161_windows1251.txt: - added test for
                   4924:          ^file::load[text;/local/file.txt;$.charset[...]]
                   4925: 
                   4926:        * tests/: results/013.processed, 013.html: - added test for
                   4927:          checking $._default value while hash modifications
                   4928: 
                   4929:        * tests/: 160.html, results/160.processed: - add test for
                   4930:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   4931: 
                   4932: 2007-03-22  misha
                   4933: 
                   4934:        * src/include/pa_common.h: - "charset" string defined for
                   4935:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   4936: 
                   4937:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   4938:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   4939:          added - not needed transcodes were removed from
                   4940:          ^file::load[...;http://...]
                   4941: 
                   4942:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   4943:          added
                   4944: 
                   4945:        * src/classes/date.C: - date.week was fixed
                   4946: 
                   4947:        * operators.txt: - added info about date.weekyear
                   4948: 
                   4949:        * tests/: 159.html, results/159.processed: - tests for date.week
                   4950:          and date.weekyear added
                   4951: 
                   4952: 2007-03-15  misha
                   4953: 
                   4954:        * src/classes/table.C: - enclose column numbers for nameless tables
                   4955:          as well
                   4956: 
                   4957: 2007-03-14  misha
                   4958: 
                   4959:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   4960: 
                   4961:        * src/classes/table.C: - table.save optimization: now required much
                   4962:          less memory
                   4963: 
                   4964: 2007-03-13  misha
                   4965: 
                   4966:        * tests/results/: 158.processed, 158.processes: - tests for
                   4967:          table.save/table.load
                   4968: 
                   4969:        * tests/: 158.html, results/158.processes: - tests for
                   4970:          table.save/table.load
                   4971: 
                   4972:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   4973: 
                   4974:        * buildall-with-xml: - pattern needed now for building
                   4975: 
                   4976:        * tests/results/097.processed: - added test results for xdoc::load
                   4977:          & xdoc::load[http://...]
                   4978: 
                   4979:        * tests/097.html: - added test for xdoc::load
                   4980: 
                   4981: 2007-03-12  misha
                   4982: 
                   4983:        * tests/: 107.html, results/107.processed: - added test for xpath
                   4984:          '//man'
                   4985: 
                   4986: 2007-03-01  misha
                   4987: 
                   4988:        * tests/: 097.html, results/097.processed: - added test for
                   4989:          creating xdoc from file
                   4990: 
                   4991:        * tests/: results/157.processed, 157.html: - added test for
                   4992:          file:move
                   4993: 
                   4994: 2007-02-28  misha
                   4995: 
                   4996:        * src/classes/xdoc.C: - another attempt
                   4997: 
                   4998:        * src/classes/xdoc.C: - roll back last changes for a while
                   4999: 
                   5000:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   5001: 
                   5002:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   5003: 
                   5004:        * tests/results/099.processed: - ever send content-disposition to
                   5005:          client with file
                   5006: 
                   5007:        * tests/157.html: + test for file:copy
                   5008: 
                   5009: 2007-02-26  misha
                   5010: 
                   5011:        * src/classes/file.C: - some similar strings moved to #define
                   5012:          instead of to be copy/pasted many times
                   5013: 
                   5014:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   5015:          #define
                   5016: 
                   5017: 2007-02-20  misha
                   5018: 
                   5019:        * bin/auto.p.dist.in: - added lines for sqlite
                   5020: 
                   5021:        * configure.in: - added some strings for sqlite detection
                   5022: 
                   5023: 2007-02-19  misha
                   5024: 
                   5025:        * operators.txt: - some comments changes
                   5026: 
                   5027:        * buildall-with-xml, buildall-without-xml: - some modifications
                   5028: 
                   5029: 2007-02-17  misha
                   5030: 
                   5031:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   5032: 
                   5033:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   5034:          change console behaviour
                   5035: 
                   5036: 2007-02-12  misha
                   5037: 
                   5038:        * src/targets/cgi/parser3.C: - don't print headers if
                   5039:          $console:line[data] was used during cgi execution.
                   5040: 
                   5041:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   5042:          marked as 'true' if class was used.
                   5043: 
                   5044:        * tests/: 152.html, results/152.processed: - more types was added
                   5045:          to test 152
                   5046: 
                   5047:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   5048:          adding 'bool' (^if($image){} caused exception)
                   5049: 
                   5050: 2007-02-09  misha
                   5051: 
                   5052:        * tests/: 152.html, results/152.processed: - test alightly updated
                   5053: 
                   5054:        * tests/: 152.html, results/152.processed: - test rewrited
                   5055: 
                   5056:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   5057:          bugfix. I broke xdoc & xnode in expression
                   5058: 
                   5059: 2007-02-08  misha
                   5060: 
                   5061:        * tests/: 152.html, results/152.processed: - add test for checking
                   5062:          'def' for void, string, bool, int & double
                   5063: 
                   5064: 2007-02-07  misha
                   5065: 
                   5066:        * operators.txt: - ^file:base64[filespec]  was added
                   5067: 
                   5068:        * tests/results/153.processed: - result test for
                   5069:          ^file:base64[filespec]  was updated
                   5070: 
                   5071:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   5072: 
                   5073:        * src/types/pa_vconsole.h: - little optimization
                   5074: 
                   5075:        * src/classes/file.C: - ^file:base64[filespec]
                   5076: 
                   5077:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   5078: 
                   5079:        * src/include/pa_common.h: - declarations for
                   5080:          ^file:base64[filespec]
                   5081: 
                   5082:        * src/types/pa_vcookie.C: - little optimization
                   5083: 
                   5084: 2007-02-06  misha
                   5085: 
                   5086:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   5087:          were temporary commented
                   5088: 
                   5089:        * src/types/pa_vbool.h: - bugfix
                   5090: 
                   5091:        * tests/156.html: - added test for bool cookie
                   5092: 
                   5093:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   5094: 
                   5095:        * tests/: 155.html, results/155.processed: - added test for check
                   5096:          $.encloser[] option for table save/load
                   5097: 
                   5098:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   5099: 
                   5100: 2007-02-05  misha
                   5101: 
                   5102:        * tests/results/152.processed: - newline at the end was missed
                   5103: 
                   5104:        * tests/results/141.processed: - math:md5 must be lowercased
                   5105: 
                   5106:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   5107: 
                   5108: 2007-02-03  misha
                   5109: 
                   5110:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   5111:          test for bool added and some content length fixes
                   5112: 
                   5113:        * tests/152.html: - test for bool added
                   5114: 
                   5115:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   5116: 
                   5117:        * operators.txt: - info bool class was added
                   5118: 
                   5119:        * src/: classes/Makefile.am, classes/bool.C,
                   5120:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   5121:          classes/string.C, classes/void.C, classes/xnode.C,
                   5122:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   5123:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   5124:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   5125:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5126:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   5127:          types/types.vcproj: - bool class was added
                   5128: 
                   5129:        * src/main/pa_request.C: - fix
                   5130: 
                   5131: 2007-01-18  misha
                   5132: 
                   5133:        * src/: main/pa_string.C, classes/string.C: - return table during
                   5134:          ^string.match[][] even if no matched found.
                   5135: 
                   5136: 2006-12-20  misha
                   5137: 
                   5138:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   5139:          http://www.parser.ru/forum/?id=55598 ]
                   5140: 
                   5141: 2006-12-19  misha
                   5142: 
                   5143:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   5144:          details: http://www.parser.ru/forum/?id=52359
                   5145: 
                   5146:        * src/main/pa_request.C: - always set content-disposition for
                   5147:          $response:body[hash here]. more details:
                   5148:          http://www.parser.ru/forum/?id=52130
                   5149: 
                   5150: 2006-12-07  misha
                   5151: 
                   5152:        * operators.txt: - added info about bool params in cookie set
                   5153: 
                   5154:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   5155:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   5156:          ]
                   5157: 
                   5158:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   5159:          was added
                   5160: 
                   5161: 2006-12-02  misha
                   5162: 
                   5163:        * src/classes/file.C: - file_block_read used instead of native read
                   5164: 
                   5165:        * src/main/pa_common.C: - added file_block_read with read error
                   5166:          detection - file_block_read used instead of native read
                   5167: 
                   5168:        * src/include/pa_common.h: - added file_block_read declaration
                   5169: 
                   5170: 2006-12-01  misha
                   5171: 
                   5172:        * operators.txt: - info about $var.CLASS_NAME was added
                   5173: 
                   5174:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5175:          $var.CLASS_NAME added
                   5176: 
                   5177:        * operators.txt: - added info about ^file:copy[]
                   5178: 
                   5179:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   5180: 
                   5181: 2006-11-20  misha
                   5182: 
                   5183:        * src/classes/date.C: - bug fix :)
                   5184: 
                   5185: 2006-11-17  misha
                   5186: 
                   5187:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   5188:          to static
                   5189: 
                   5190:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   5191:          small changes in crc32 calculation
                   5192: 
                   5193:        * src/classes/date.C: - not needed code was removed
                   5194: 
                   5195: 2006-11-16  misha
                   5196: 
                   5197:        * src/types/pa_vmail.C: - fix missed brakes
                   5198: 
                   5199:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   5200:          multipart/related instead of multipart/mixed if file have
                   5201:          $.content-id[]
                   5202: 
                   5203: 2006-11-15  misha
                   5204: 
                   5205:        * src/types/pa_vdouble.h: abs -> fabs
                   5206: 
                   5207: 2006-11-14  misha
                   5208: 
                   5209:        * operators.txt: - added info about ^file.md5[] and
                   5210:          ^file:md5[file-name]
                   5211: 
                   5212:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   5213:          added
                   5214: 
                   5215:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   5216:          FILE_BUFFER_SIZE
                   5217: 
                   5218:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   5219: 
                   5220:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   5221:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   5222: 
                   5223:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   5224:          values was fixed
                   5225: 
                   5226: 2006-11-13  misha
                   5227: 
                   5228:        * operators.txt: - added info about ^math:crc32[string],
                   5229:          ^file:crc32[file-name] & ^file.crc32[]
                   5230: 
                   5231:        * src/classes/math.C: - added ^math:crc32[string]
                   5232: 
                   5233:        * src/classes/file.C: - some comments were changed - added
                   5234:          ^file:crc32[file-name] and ^file.crc32[]
                   5235: 
                   5236:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   5237:          crc32 calculation added
                   5238: 
                   5239: 2006-11-03  misha
                   5240: 
                   5241:        * src/include/pa_array.h: - not needed variable removed
                   5242: 
                   5243:        * tests/: 150.html, 151.html, results/150.processed,
                   5244:          results/151.processed: - 2 tests were added
                   5245: 
                   5246:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   5247:          with $.reverse(1) were fixed
                   5248: 
                   5249:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   5250:          query converted to $.charset during ^file::load[http://...]
                   5251: 
                   5252: 2006-11-02  misha
                   5253: 
                   5254:        * src/include/pa_table.h: ups. forget '=' char
                   5255: 
                   5256:        * src/include/pa_table.h: - one more fix in
                   5257:          .locate[...][$.reverse(1)]
                   5258: 
                   5259: 2006-11-01  misha
                   5260: 
                   5261:        * src/classes/math.C: - bug fix, details:
                   5262:          http://www.parser.ru/forum/?id=53360
                   5263: 
                   5264:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   5265:          false for all records )[$.reverse(1)]
                   5266: 
                   5267:        * src/main/pa_http.C: - second param for this mid method is length
                   5268:          but not end_index so this method has error and can't detect
                   5269:          charsets in next content-types: Content-type: text/html;
                   5270:          charset="windows-1251" Content-type: text/html;
                   5271:          charset="windows-1251"; Content-type: text/html;
                   5272:          charset=windows-1251;
                   5273: 
                   5274:          only Content-type: text/html; charset=windows-1251 was fine
                   5275: 
                   5276: 2006-10-31  misha
                   5277: 
                   5278:        * src/classes/file.C: - empty args in file::exec removed now
                   5279: 
                   5280: 2006-09-11  misha
                   5281: 
                   5282:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   5283:          replaced to table::create - some changes in text/code formatting
                   5284: 
                   5285: 2006-09-03  paf
                   5286: 
                   5287:        * src/classes/file.C: proper tainting of
                   5288:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   5289: 
                   5290: 2006-06-09  paf
                   5291: 
                   5292:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   5293: 
                   5294:        * src/classes/table.C: formatting
                   5295: 
                   5296:        * src/classes/table.C: incorporated patch from misha: Sent:
                   5297:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   5298:          ignoring string options for ^table.save[]
                   5299: 
                   5300:        * src/classes/hash.C: incorporated patch from misha Sent:
                   5301:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   5302:          $hash._default disappear while
                   5303: 
                   5304:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   5305:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   5306: 
                   5307:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   5308:          PM Subject: patch for base64 in ^mail:send[] %-)
                   5309: 
                   5310: 2006-04-09  paf
                   5311: 
                   5312:        * src/main/compile.tab.C: ` change compiled
                   5313: 
                   5314:        * gnu.vcproj, operators.txt, parser3.sln,
                   5315:          src/classes/classes.vcproj, src/classes/file.C,
                   5316:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   5317:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5318:          src/classes/xnode.C, src/include/pa_array.h,
                   5319:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5320:          src/include/pa_memory.h, src/include/pa_request.h,
                   5321:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5322:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5323:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5324:          src/lib/pcre/pcre_dftables.vcproj,
                   5325:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5326:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5327:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5328:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5329:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5330:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5331:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   5332:          src/main/pa_stylesheet_manager.C,
                   5333:          src/targets/apache13/ApacheModuleParser3.vcproj,
                   5334:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   5335:          src/targets/apache13core/pa_threads.C, src/targets/cgi/getopt.c,
                   5336:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5337:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5338:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5339:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5340:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   5341:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5342:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5343:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
                   5344:          ^break[] ^continue[], in ^for, ^while, ^menu,
                   5345:          ^hash/hashfile.foreach
                   5346: 
                   5347:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   5348:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   5349:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5350:          src/classes/xnode.C, src/include/pa_array.h,
                   5351:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5352:          src/include/pa_memory.h, src/include/pa_request.h,
                   5353:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5354:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5355:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5356:          src/lib/pcre/pcre_dftables.vcproj,
                   5357:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5358:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5359:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5360:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5361:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5362:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5363:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   5364:          src/main/pa_stylesheet_manager.C,
                   5365:          src/targets/apache13/ApacheModuleParser3.vcproj,
                   5366:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   5367:          src/targets/apache13core/pa_threads.C, src/targets/cgi/getopt.c,
                   5368:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5369:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5370:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5371:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5372:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5373:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5374:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
                   5375:          switched to VS2005 (projects and object<info explicitly
                   5376:          typed>.for_each(, info)) + $response:field[] setting void means
                   5377:          removing + grammar $name` name stops now, for mysql `$field` +
                   5378:          started ^break[] ^continue[], in ^for. TODO: to other iterators
                   5379:          (while, menu, foreach) + all log messages += [uri=, method=, cl=]
                   5380: 
                   5381:        * buildall-with-xml: merged . ftp paths update
                   5382: 
                   5383:        * buildall-with-xml: . ftp paths update
                   5384: 
                   5385: 2006-03-04  paf
                   5386: 
                   5387:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   5388:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   5389: 
                   5390:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   5391:          Igor Zinkovsky for detailed report]
                   5392: 
                   5393: 2006-03-01  paf
                   5394: 
                   5395:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5396:          \n to ' ' in
                   5397: 
                   5398: 2006-02-18  paf
                   5399: 
                   5400:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5401:          \n to ' ' in
                   5402: 
                   5403:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   5404: 
                   5405: 2006-02-03  paf
                   5406: 
                   5407:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   5408:          base64
                   5409: 
                   5410:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   5411: 
                   5412: 2006-01-20  paf
                   5413: 
                   5414:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5415:          economy fix
                   5416: 
                   5417:        * src/classes/: table.C: merged from HEAD ! bugfix
                   5418:          ^table.save[$.encloser-s now handled properly
                   5419: 
                   5420:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   5421:          handled properly
                   5422: 
                   5423: 2006-01-19  paf
                   5424: 
                   5425:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   5426:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   5427:          helps a lot in our case: after transform we want
                   5428:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   5429: 
                   5430:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5431:          economy fix
                   5432: 
                   5433:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   5434:          activates merging of free memory blocks which helps a lot in our
                   5435:          case: after transform we want CORD(main.result)->cstr[big
                   5436:          malloc]->transcode[big malloc]
                   5437: 
                   5438: 2006-01-17  paf
                   5439: 
                   5440:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   5441:          before reading them. got rid of reallocs = became quicker and
                   5442:          less fragmentated
                   5443: 
                   5444: 2005-12-29  paf
                   5445: 
                   5446:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   5447:          configure, configure.in, src/include/pa_version.h,
                   5448:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
                   5449:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   5450:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   5451:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   5452:          src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
                   5453: 
                   5454:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   5455:          packaged when 'make dist', so do configure companion files in
                   5456:          src/lib/ltdl
                   5457: 
                   5458:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   5459:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   5460:          missing: . now config_auto.h is created with configure [were
                   5461:          constant]
                   5462: 
                   5463:        * INSTALL: . references to documentation and some clarification
                   5464: 
                   5465:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   5466:          indication
                   5467: 
                   5468:        * Makefile.am: . dist+=buildall*
                   5469: 
                   5470: 2005-12-28  paf
                   5471: 
                   5472:        * configure: . 3.2.1
                   5473: 
                   5474:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   5475:          simplify build process, see INSTALL
                   5476: 
                   5477: 2005-12-26  paf
                   5478: 
                   5479:        * configure: ver
                   5480: 
                   5481:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   5482:          version
                   5483: 
                   5484: 2005-12-21  paf
                   5485: 
                   5486:        * src/main/compile.tab.C, src/main/main.vcproj,
                   5487:          www/htdocs/_bug.html: . win32: grammar is now compiled with bison
                   5488:          1.875b, it reports unexpected token names
                   5489: 
                   5490: 2005-12-19  paf
                   5491: 
                   5492:        * src/main/compile.tab.C, src/types/pa_vxnode.h,
                   5493:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
                   5494:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   5495: 
                   5496:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   5497:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   5498:          src/main/main.vcproj, src/main/pa_globals.C,
                   5499:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   5500:          src/targets/cgi/parser3.vcproj,
                   5501:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   5502:          configure, configure.in, src/include/pa_version.h: . killing
                   5503:          gdome [what a relief]
                   5504: 
                   5505:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   5506:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   5507:          run_parser.sh, results/001.processed, results/002.processed,
                   5508:          results/003.processed, results/004.processed,
                   5509:          results/005.processed, results/006.processed,
                   5510:          results/008.processed, results/009.processed,
                   5511:          results/010.processed, results/011.processed,
                   5512:          results/012.processed, results/013.processed,
                   5513:          results/014.processed, results/015.processed,
                   5514:          results/016.processed, results/017.processed,
                   5515:          results/018.processed, results/020.processed,
                   5516:          results/021.processed, results/022.processed,
                   5517:          results/023.processed, results/024.processed,
                   5518:          results/025.processed, results/026.processed,
                   5519:          results/027.processed, results/028.processed,
                   5520:          results/029.processed, results/030.processed,
                   5521:          results/031.processed, results/032.processed,
                   5522:          results/033.processed, results/034.processed,
                   5523:          results/035.processed, results/036.processed,
                   5524:          results/037.processed, results/038.processed,
                   5525:          results/039.processed, results/040.processed,
                   5526:          results/041.processed, results/042.processed,
                   5527:          results/043.processed, results/044.processed,
                   5528:          results/045.processed, results/046.processed,
                   5529:          results/047.processed, results/048.processed,
                   5530:          results/049.processed, results/050.processed,
                   5531:          results/051.processed, results/052.processed,
                   5532:          results/053.processed, results/054.processed,
                   5533:          results/055.processed, results/056.processed,
                   5534:          results/057.processed, results/058.processed,
                   5535:          results/059.processed, results/060.processed,
                   5536:          results/061.processed, results/062.processed,
                   5537:          results/063.processed, results/064.processed,
                   5538:          results/065.processed, results/066.processed,
                   5539:          results/067.processed, results/068.processed,
                   5540:          results/069.processed, results/070.processed,
                   5541:          results/071.processed, results/072.processed,
                   5542:          results/073.processed, results/074.processed,
                   5543:          results/075.processed, results/076.processed,
                   5544:          results/077.processed, results/078.processed,
                   5545:          results/079.processed, results/080.processed,
                   5546:          results/081.processed, results/082.processed,
                   5547:          results/083.processed, results/084.processed,
                   5548:          results/085.processed, results/086.processed,
                   5549:          results/087.processed, results/088.processed,
                   5550:          results/089.processed, results/090.processed,
                   5551:          results/091.processed, results/092.processed,
                   5552:          results/093.processed, results/094.processed,
                   5553:          results/095.processed, results/096.processed,
                   5554:          results/097.processed, results/099.processed,
                   5555:          results/100.processed, results/101.processed,
                   5556:          results/102.processed, results/104.processed,
                   5557:          results/105.processed, results/106.processed,
                   5558:          results/107.processed, results/108.processed,
                   5559:          results/109.processed, results/110.processed,
                   5560:          results/111.processed, results/112.processed,
                   5561:          results/113.processed, results/114.processed,
                   5562:          results/115.processed, results/117.processed,
                   5563:          results/119.processed, results/120.processed,
                   5564:          results/121.processed, results/122.processed,
                   5565:          results/123.processed, results/124.processed,
                   5566:          results/125.processed, results/126.processed,
                   5567:          results/127.processed, results/128.processed,
                   5568:          results/129.processed, results/130.processed,
                   5569:          results/131.processed, results/132.processed,
                   5570:          results/133.processed, results/134.processed,
                   5571:          results/135.processed, results/136.processed,
                   5572:          results/138.processed, results/139.processed,
                   5573:          results/140.processed, results/141.processed,
                   5574:          results/142.processed, results/143.processed,
                   5575:          results/144.processed, results/145.processed,
                   5576:          results/146.processed, results/147.processed,
                   5577:          results/148.processed, results/149.processed, results/auto.p: .
                   5578:          now works if we turn off default auto.p
                   5579: 
                   5580:        * configure: . makes
                   5581: 
                   5582:        * src/types/pa_vxnode.C: . less warnings
                   5583: 
                   5584:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   5585:          tests/145.html, tests/149.html, tests/descript.ion,
                   5586:          tests/outputs/d.cmd, tests/results/142.processed,
                   5587:          tests/results/143.processed, tests/results/144.processed,
                   5588:          tests/results/145.processed, tests/results/146.processed,
                   5589:          tests/results/147.processed, tests/results/148.processed,
                   5590:          tests/results/149.processed, www/htdocs/_bug.html: . removed
                   5591:          .nodeValue from all node types other than 5 (grabbed piece from
                   5592:          gdome)
                   5593: 
                   5594:        * tests/: 137.html, results/137.processed: . not handled this case
                   5595:          yet. code does not hang from inserting parent into child,
                   5596:          considering thing minor issue -- nodes are removed from source
                   5597:          anyway, don't know why shold that be an error after all
                   5598: 
                   5599:        * src/targets/cgi/parser3.C: . style
                   5600: 
                   5601:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   5602:          xdoc too [were barking "not element"]
                   5603: 
                   5604: 2005-12-16  paf
                   5605: 
                   5606:        * tests/146.html, tests/147.html, tests/148.html,
                   5607:          www/htdocs/_bug.html: . more tests
                   5608: 
                   5609:        * src/classes/xnode.C: . also bark on possible errors
                   5610: 
                   5611:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   5612:          props
                   5613: 
                   5614:        * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
                   5615:          (confused it with ^call[] case)
                   5616: 
                   5617:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   5618:          main/compile.y: merged from HEAD ! fixed overoptimized
                   5619:          ^call(false) case. (confused it with ^call[] case)
                   5620: 
                   5621:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   5622:          ^call(false) case. (confused it with ^call[] case)
                   5623: 
                   5624:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   5625: 
                   5626:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   5627:          results/001.processed, results/002.processed,
                   5628:          results/003.processed, results/004.processed,
                   5629:          results/005.processed, results/006.processed,
                   5630:          results/008.processed, results/009.processed,
                   5631:          results/010.processed, results/011.processed,
                   5632:          results/012.processed, results/013.processed,
                   5633:          results/014.processed, results/015.processed,
                   5634:          results/016.processed, results/017.processed,
                   5635:          results/018.processed, results/019.processed,
                   5636:          results/020.processed, results/021.processed,
                   5637:          results/022.processed, results/023.processed,
                   5638:          results/024.processed, results/025.processed,
                   5639:          results/026.processed, results/027.processed,
                   5640:          results/028.processed, results/029.processed,
                   5641:          results/030.processed, results/031.processed,
                   5642:          results/032.processed, results/033.processed,
                   5643:          results/034.processed, results/035.processed,
                   5644:          results/036.processed, results/037.processed,
                   5645:          results/038.processed, results/039.processed,
                   5646:          results/040.processed, results/041.processed,
                   5647:          results/042.processed, results/043.processed,
                   5648:          results/044.processed, results/045.processed,
                   5649:          results/046.processed, results/047.processed,
                   5650:          results/048.processed, results/049.processed,
                   5651:          results/050.processed, results/051.processed,
                   5652:          results/052.processed, results/053.processed,
                   5653:          results/054.processed, results/055.processed,
                   5654:          results/056.processed, results/057.processed,
                   5655:          results/058.processed, results/059.processed,
                   5656:          results/060.processed, results/061.processed,
                   5657:          results/062.processed, results/063.processed,
                   5658:          results/064.processed, results/065.processed,
                   5659:          results/066.processed, results/067.processed,
                   5660:          results/068.processed, results/069.processed,
                   5661:          results/070.processed, results/071.processed,
                   5662:          results/072.processed, results/073.processed,
                   5663:          results/074.processed, results/075.processed,
                   5664:          results/076.processed, results/077.processed,
                   5665:          results/078.processed, results/079.processed,
                   5666:          results/080.processed, results/081.processed,
                   5667:          results/082.processed, results/083.processed,
                   5668:          results/084.processed, results/085.processed,
                   5669:          results/086.processed, results/087.processed,
                   5670:          results/088.processed, results/089.processed,
                   5671:          results/090.processed, results/091.processed,
                   5672:          results/092.processed, results/093.processed,
                   5673:          results/094.processed, results/095.processed,
                   5674:          results/096.processed, results/097.processed,
                   5675:          results/099.processed, results/101.processed,
                   5676:          results/102.processed, results/104.processed,
                   5677:          results/105.processed, results/106.processed,
                   5678:          results/107.processed, results/108.processed,
                   5679:          results/109.processed, results/110.processed,
                   5680:          results/111.processed, results/112.processed,
                   5681:          results/113.processed, results/114.processed,
                   5682:          results/115.processed, results/116.processed,
                   5683:          results/117.processed, results/118.processed,
                   5684:          results/119.processed, results/120.processed,
                   5685:          results/121.processed, results/122.processed,
                   5686:          results/123.processed, results/124.processed,
                   5687:          results/125.processed, results/126.processed,
                   5688:          results/127.processed, results/128.processed,
                   5689:          results/129.processed, results/130.processed,
                   5690:          results/131.processed, results/132.processed,
                   5691:          results/133.processed, results/134.processed,
                   5692:          results/135.processed, results/136.processed,
                   5693:          results/137.processed, results/138.processed,
                   5694:          results/139.processed, results/140.processed,
                   5695:          results/141.processed: . refreshed old tests, made them work
                   5696:          without auto.p (in utf8) . things noted: . gif got encoded
                   5697:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   5698:          some strange year)
                   5699: 
                   5700:        * INSTALL: . revived linux libgc fix
                   5701: 
                   5702:        * INSTALL, configure.in, src/lib/Makefile.am,
                   5703:          src/lib/patches/Makefile.am, src/lib/patches/gdome2.patch: .
                   5704:          sweetest part [no glib/gdome in INSTALL and patches]
                   5705: 
                   5706:        * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   5707:          src/include/pa_charset.h, src/include/pa_config_includes.h,
                   5708:          src/include/pa_globals.h, src/include/pa_memory.h,
                   5709:          src/include/pa_request.h, src/include/pa_xml_exception.h,
                   5710:          src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
                   5711:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   5712:          src/lib/cord/cordxtra.c, src/main/compile.tab.C,
                   5713:          src/main/pa_charset.C, src/main/pa_globals.C,
                   5714:          src/main/pa_memory.C, src/main/pa_request.C,
                   5715:          src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
                   5716:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   5717:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   5718:          www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
                   5719:          gdome
                   5720: 
                   5721: 2005-12-13  paf
                   5722: 
                   5723:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   5724:          @unhandled_exception thrown another exception, print correct
                   5725:          origin (earlier code in catch of exception inside of
                   5726:          @unhandled_exception grabbed parent_frame(original_exception)
                   5727:          origin and printed it, instead of true origin)
                   5728: 
                   5729:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   5730:          another exception, print correct origin (earlier code in catch of
                   5731:          exception inside of @unhandled_exception grabbed
                   5732:          parent_frame(original_exception) origin and printed it, instead
                   5733:          of true origin)
                   5734: 
                   5735: 2005-12-09  paf
                   5736: 
                   5737:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   5738:          detection problem, due to change in gc6.4 code
                   5739: 
                   5740:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   5741:          ignored in ^string.matched :(
                   5742: 
                   5743:        * src/main/pa_string.C: ! regex tainting were ignored in
                   5744:          ^string.matched :(
                   5745: 
                   5746:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   5747:          src/doc/html/.htaccess, src/doc/html/index.htm,
                   5748:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   5749:          src/lib/patches/Makefile.am, src/lib/patches/gc.patch,
                   5750:          src/main/compile.y, src/main/compile_tools.h,
                   5751:          src/main/pa_charset.C, src/main/pa_common.C,
                   5752:          src/main/pa_globals.C, src/main/pa_string.C,
                   5753:          src/targets/apache13core/mod_parser3_core.C,
                   5754:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   5755:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
                   5756:          www/htdocs/auto.p: . merged latest fixes from 3.2.0
                   5757: 
                   5758: 2005-12-08  paf
                   5759: 
                   5760:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   5761:          500 chars now handled OK [were wrapped on 500th char according to
                   5762:          rfc, but sendmail failed to unwrap it properly]
                   5763: 
                   5764:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   5765:          handled OK [were wrapped on 500th char according to rfc, but
                   5766:          sendmail failed to unwrap it properly]
                   5767: 
                   5768:        * src/targets/isapi/parser3isapi.C: . less warnings
                   5769: 
                   5770:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   5771:          since 3.1.5
                   5772: 
                   5773:        * src/targets/: apache13core/mod_parser3_core.C,
                   5774:          isapi/parser3isapi.C: . merged from 3.1.5 release link fixes
                   5775: 
                   5776:        * src/classes/date.C, src/include/pa_config_fixed.h,
                   5777:          src/main/compile.tab.C, src/main/compile.y,
                   5778:          src/main/compile_tools.h, src/main/pa_charset.C,
                   5779:          src/main/pa_common.C, src/main/pa_globals.C,
                   5780:          src/main/pa_string.C, src/targets/cgi/getopt.c,
                   5781:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
                   5782:          less warnings
                   5783: 
                   5784:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   5785:          [in current storage scheme there's no place for them. someday we
                   5786:          can add third CORD to store origins and special version of parser
                   5787:          which stores origins there [separate binary]]
                   5788: 
                   5789:        * src/lib/patches/gc.patch: - incorporated into gc6.2
                   5790: 
                   5791: 2005-12-07  paf
                   5792: 
                   5793:        * src/targets/: apache13core/mod_parser3_core.C,
                   5794:          isapi/parser3isapi.C: . now links in release mode
                   5795: 
                   5796:        * src/include/pa_version.h: makefiles
                   5797: 
                   5798:        * src/include/pa_version.h: . not beta
                   5799: 
                   5800:        * configure, configure.in, src/include/pa_version.h: not beta
                   5801: 
                   5802: 2005-12-06  paf
                   5803: 
                   5804:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   5805:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   5806:          decided to undo the change ^call[$void] passes void. now it will
                   5807:          pass empty string again.
                   5808: 
                   5809:        * src/main/: compile.tab.C, compile.y: . version readded
                   5810: 
                   5811:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   5812:          = ^switch[void] problem
                   5813: 
                   5814: 2005-12-01  paf
                   5815: 
                   5816:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   5817:          caused ^case[string] to be coerced to double since searching
                   5818:          value were not string (it was vvoid)
                   5819: 
                   5820:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   5821:          ^case[string] to be coerced to double since searching value were
                   5822:          not string (it was vvoid)
                   5823: 
                   5824:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   5825:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   5826: 
                   5827: 2005-11-30  paf
                   5828: 
                   5829:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   5830:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   5831: 
                   5832:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   5833:          putenv("TZ="), on unix works only putenv("TZ")
                   5834: 
                   5835:        * INSTALL: . xml libs versions updated
                   5836: 
                   5837:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   5838:          claims that fixed a lot there // 20040920 for now both
                   5839:          workarounds needed. wait for new libxml/xsl versions
                   5840: 
                   5841: 2005-11-28  paf
                   5842: 
                   5843:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   5844:          columns==0
                   5845: 
                   5846:        * src/classes/table.C: ! nameless table has columns==0
                   5847: 
                   5848:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   5849:          earlier [was totally wrong]
                   5850: 
                   5851:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   5852:          wrong]
                   5853: 
                   5854: 2005-11-25  paf
                   5855: 
                   5856:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   5857:          undoing for now...
                   5858: 
                   5859:        * src/include/pa_version.h: -this reduces speed(table::load),
                   5860:          strange. undoing
                   5861: 
                   5862:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   5863: 
                   5864:        * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
                   5865:          ^while(){}[SEPARATOR]
                   5866: 
                   5867:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   5868:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   5869:          this speeds things up and saves memory a LOT! (not noticed
                   5870:          negative effect on syntetic tests, future will tell...)
                   5871: 
                   5872:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   5873:          changed gc_malloc implementation, which obscured profiling
                   5874: 
                   5875:        * src/classes/table.C: merged from HEAD: + optimized
                   5876:          table::load/sql, now row ArrayString-s allocated with
                   5877:          columns.count() elements and don't always grow from
                   5878:          count=3[realloc,realloc]
                   5879: 
                   5880:        * src/classes/table.C: + optimized table::load/sql, now row
                   5881:          ArrayString-s allocated with columns.count() elements and don't
                   5882:          always grow from count=3[realloc,realloc]
                   5883: 
                   5884:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   5885:          buffer after save
                   5886: 
                   5887:        * src/classes/table.C: . ^table.save unused buffer after save
                   5888: 
                   5889: 2005-11-24  paf
                   5890: 
                   5891:        * configure.in: . merged glib2-config patch
                   5892: 
                   5893:        * configure.in: + trying to find glib2-config
                   5894: 
                   5895:        * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
                   5896:          src/main/pa_common.C, src/main/pa_request.C,
                   5897:          www/htdocs/_bug.html: merged from HEAD: ! changed
                   5898:          file/dir_readable to simple file/dir_exist, this would help in
                   5899:          situations "class not found because .p file has bad rights" << in
                   5900:          that case error would be explicit "access denied to 'this' file"
                   5901: 
                   5902:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
                   5903: 
                   5904:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   5905:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   5906:          to simple file/dir_exist, this would help in situations "class
                   5907:          not found because .p file has bad rights" << in that case error
                   5908:          would be explicit "access denied to 'this' file"
                   5909: 
                   5910:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   5911:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   5912:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   5913:          ^file::exec/cgi[script;$.charset[changed]
                   5914:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   5915:          encoded in $.charset charset
                   5916: 
                   5917:        * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   5918:          www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
                   5919:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   5920:          encoded in $.charset charset
                   5921: 
                   5922:        * src/: include/Makefile.am, include/pa_common.h,
                   5923:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   5924:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   5925:          separate file [preparation for
                   5926:          ^file::cgi[script;$.form[$.field1[]
                   5927: 
                   5928: 2005-11-22  paf
                   5929: 
                   5930:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   5931: 
                   5932:        * acinclude.m4, configure.in: . merged underquting fixes
                   5933: 
                   5934:        * src/include/pa_config_auto.h.in: configure+makes
                   5935: 
                   5936:        * src/classes/op.C: . overmerged a little
                   5937: 
                   5938:        * src/main/compile.tab.C: Makefile
                   5939: 
                   5940:        * src/main/: pa_common.C: . less gcc warnings
                   5941: 
                   5942:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   5943:          now reports original exception if we have no old cache
                   5944: 
                   5945:        * src/classes/op.C, www/htdocs/_bug.html: +
                   5946:          $exception.handled[cache] now reports original exception if we
                   5947:          have no old cache
                   5948: 
                   5949:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   5950:          www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
                   5951:          << escapes these: \^$.[]|()?*+{}
                   5952: 
                   5953:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   5954:          www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
                   5955:          \^$.[]|()?*+{}
                   5956: 
                   5957:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   5958:          getenv-ed variable, which does not work both on win32&unix.
                   5959:          copied old TZ value now
                   5960: 
                   5961:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   5962:          stored pointer to getenv-ed variable, which does not work both on
                   5963:          win32&unix. copied old TZ value now
                   5964: 
                   5965:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   5966:          getenv-ed variable, which does not work both on win32&unix.
                   5967:          copied old TZ value now
                   5968: 
                   5969:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   5970:          access to internal hash
                   5971: 
                   5972:        * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
                   5973:          $response:headers access to internal hash
                   5974: 
                   5975:        * src/targets/: apache13core/mod_parser3_core.C,
                   5976:          isapi/parser3isapi.C: merged from HEAD: +
                   5977:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   5978:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   5979:          very large block" messages to only important onces
                   5980: 
                   5981:        * src/targets/apache13core/mod_parser3_core.C,
                   5982:          src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
                   5983:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   5984:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   5985:          very large block" messages to only important onces
                   5986: 
                   5987:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   5988:          ^string/int/double:sql{}[$.default[({param style})] ]
                   5989: 
                   5990:        * src/classes/string.C: + removed limitation on
                   5991:          ^string/int/double:sql{}[$.default[({param style})] ]
                   5992: 
                   5993:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   5994:          with ?params or $.form option" limitation
                   5995: 
                   5996:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   5997:          $.form option" limitation
                   5998: 
                   5999:        * src/classes/file.C, src/classes/string.C,
                   6000:          src/include/pa_common.h, src/main/pa_common.C,
                   6001:          www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
                   6002:          ^file::base64[encoded] decode
                   6003: 
                   6004:        * src/classes/file.C, src/classes/string.C,
                   6005:          src/include/pa_common.h, src/main/pa_common.C,
                   6006:          www/htdocs/_bug.html: + ^file.base64[] encode +
                   6007:          ^file::base64[encoded] decode
                   6008: 
                   6009:        * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
                   6010:          ^string.base64[] encode + ^string:base64[encoded] decode
                   6011: 
                   6012:        * src/classes/string.C, src/include/pa_common.h,
                   6013:          src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
                   6014:          encode + ^string.base64[] decode
                   6015: 
                   6016: 2005-11-21  paf
                   6017: 
                   6018:        * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
                   6019:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6020: 
                   6021:        * src/classes/file.C, www/htdocs/_bug.html: +
                   6022:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6023: 
                   6024:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   6025:          differes from :download, it does not return content-disposition
                   6026:          at all now [previusely it returned valueless content-disposition]
                   6027: 
                   6028:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   6029:          :download, it does not return content-disposition at all now
                   6030:          [previusely it returned valueless content-disposition]
                   6031: 
                   6032:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   6033:          literals, reverted to just vvod, recreating empty array with each
                   6034:          void_value token. that's absolutely needed, since that array
                   6035:          grows
                   6036: 
                   6037:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   6038:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   6039:          types/pa_vmethod_frame.h: + merged: expression literals:
                   6040:          true/false. ^format[$.indent(true)]
                   6041: 
                   6042:        * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
                   6043:          src/types/pa_vbool.h, src/types/pa_vdouble.h,
                   6044:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6045:          www/htdocs/_bug.html: + expression literals: true/false.
                   6046:          ^format[$.indent(true)]
                   6047: 
                   6048:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6049:          src/types/types.vcproj, www/htdocs/_bug.html,
                   6050:          www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
                   6051:          "3.1.5beta (compiled on i386-pc-win32)"
                   6052: 
                   6053:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6054:          src/types/types.vcproj, www/htdocs/_bug.html: +
                   6055:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   6056:          i386-pc-win32)"
                   6057: 
                   6058: 2005-11-18  paf
                   6059: 
                   6060:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   6061:          null}[$.default(123)] will now return default value
                   6062: 
                   6063:        * www/htdocs/_bug.html: + ^cache[] << returns current cache
                   6064:          expiration time
                   6065: 
                   6066:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   6067:          expiration time
                   6068: 
                   6069:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   6070:          time
                   6071: 
                   6072:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   6073:          failed << Exception.problem_source pointed to local var!
                   6074: 
                   6075:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   6076:          Exception.problem_source pointed to local var!
                   6077: 
                   6078:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   6079:          now loads VFile.ptr!=0, so such files can be saved now
                   6080: 
                   6081:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   6082:          loads VFile.ptr!=0, so such files can be saved now
                   6083: 
                   6084:        * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
                   6085:          ! merged: file:list now sees .xxx files, only . and .. now
                   6086:          removed from list [were removed all .*]
                   6087: 
                   6088:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   6089:          .. now removed from list [were removed all .*]
                   6090: 
                   6091:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   6092:          open error now checked, were not :( [stole that piece from apache
                   6093:          1.3 sources]
                   6094: 
                   6095:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   6096:          checked, were not :( [stole that piece from apache 1.3 sources]
                   6097: 
                   6098:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   6099:          untainting of @main result if returned by $result or
                   6100:          $response:body
                   6101: 
                   6102:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   6103:          result if returned by $result or $response:body
                   6104: 
                   6105:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   6106:          issue: now tries to guess content-length and allocates one big
                   6107:          piece if possible [regretfully gc_realloc works as malloc+free,
                   6108:          leaving lots of holes behind]
                   6109: 
                   6110:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   6111:          fixed file load memory issue: now tries to guess content-length
                   6112:          and allocates one big piece if possible [regretfully gc_realloc
                   6113:          works as malloc+free, leaving lots of holes behind]
                   6114: 
                   6115: 2005-11-16  paf
                   6116: 
                   6117:        * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
                   6118:          src/main/compile.tab.C, src/main/pa_common.C,
                   6119:          www/htdocs/_bug.html: merged to HEAD: ! table::save with
                   6120:          enclosers now doubles them: "->"" ! table::save/load do not
                   6121:          remove elements from options hash
                   6122: 
                   6123:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   6124:          [were overoptimized ^if(double_literal), compiler confused
                   6125:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6126: 
                   6127:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   6128:          [were overoptimized ^if(double_literal), compiler confused
                   6129:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6130: 
                   6131:        * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
                   6132:          src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
                   6133:          enclosers now doubles them: "->"" ! table::save/load do not
                   6134:          remove elements from options hash
                   6135: 
                   6136: 2005-11-03  paf
                   6137: 
                   6138:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   6139:          compilation, not all makefiles liked that
                   6140: 
                   6141: 2005-08-30  paf
                   6142: 
                   6143:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   6144: 
                   6145:        * src/classes/op.C: . speedup check of [DEFAULT]
                   6146: 
                   6147: 2005-08-26  paf
                   6148: 
                   6149:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
                   6150:          merged + date.week
                   6151: 
                   6152:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
                   6153:          date.week
                   6154: 
                   6155:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   6156:          complains about bad!=nameless
                   6157: 
                   6158:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   6159:          about bad!=nameless
                   6160: 
                   6161:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   6162:          optional options were allowed to be empty. were checked
                   6163:          if(is_string), changed to !defined||is_string to allow void
                   6164: 
                   6165:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
                   6166:          src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   6167:          src/classes/void.C: ! optional options were allowed to be empty.
                   6168:          were checked if(is_string), changed to !defined||is_string to
                   6169:          allow void
                   6170: 
                   6171:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   6172:          as_junction where they needed as_int/double, so failed with
                   6173:          recent "(const) now no junction" optimization
                   6174: 
                   6175:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   6176:          merged ! many classes/*  used as_junction where they needed
                   6177:          as_int/double, so failed with recent "(const) now no junction"
                   6178:          optimization
                   6179: 
                   6180:        * src/classes/double.C, src/classes/int.C, src/classes/math.C,
                   6181:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   6182:          src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
                   6183:          www/htdocs/_bug.html: ! many classes/*  used as_junction where
                   6184:          they needed as_int/double, so failed with recent "(const) now no
                   6185:          junction" optimization
                   6186: 
                   6187: 2005-08-24  paf
                   6188: 
                   6189:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   6190:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   6191:          stripped it
                   6192: 
                   6193: 2005-08-09  paf
                   6194: 
                   6195:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6196:          not cleared
                   6197: 
                   6198:        * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
                   6199:          transcodes env fine
                   6200: 
                   6201:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6202:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6203:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6204:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6205:          classes/response.C, classes/string.C, classes/table.C,
                   6206:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6207:          include/pa_array.h, include/pa_cache_managers.h,
                   6208:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6209:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6210:          include/pa_dictionary.h, include/pa_dir.h,
                   6211:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6212:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6213:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6214:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6215:          include/pa_sapi.h, include/pa_socks.h,
                   6216:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6217:          include/pa_stack.h, include/pa_string.h,
                   6218:          include/pa_stylesheet_connection.h,
                   6219:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6220:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6221:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6222:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6223:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6224:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   6225:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6226:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6227:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6228:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   6229:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   6230:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   6231:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6232:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6233:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   6234:          targets/apache13/mod_parser3.c,
                   6235:          targets/apache13core/mod_parser3_core.C,
                   6236:          targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
                   6237:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   6238:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   6239:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6240:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   6241:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   6242:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   6243:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   6244:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   6245:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   6246:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   6247:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   6248:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   6249:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6250:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.h,
                   6251:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   6252:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   6253:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6254:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   6255:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   6256:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6257:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6258:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   6259:          2005
                   6260: 
                   6261:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   6262:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   6263:          speedup consequent checks in vmethod_frame
                   6264: 
                   6265:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6266:          not cleared
                   6267: 
                   6268:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   6269:          params: 50 max (were 10)
                   6270: 
                   6271:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   6272:          params: 50 max (were 10)
                   6273: 
                   6274:        * src/types/pa_value.h, src/types/pa_vdouble.h,
                   6275:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6276:          src/types/pa_vvoid.C, src/types/pa_vvoid.h,
                   6277:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   6278:          www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
                   6279:          inside now is void (were: empty string) ! simplified (double)
                   6280:          speedup consequent checks in vmethod_frame
                   6281: 
                   6282:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   6283:          optimized constants in expressions vstring->vdouble + optimized
                   6284:          ^call(vdouble), no junction creation, no calls later
                   6285: 
                   6286: 2005-08-08  paf
                   6287: 
                   6288:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   6289:          integrated
                   6290: 
                   6291:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   6292:          integrated
                   6293: 
                   6294:        * src/main/compile.tab.C, src/main/compile.y,
                   6295:          src/main/compile_tools.C, src/main/compile_tools.h,
                   6296:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
                   6297:          merged + optimized constants in expressions vstring->vdouble +
                   6298:          optimized ^call(vdouble), no junction creation, no calls later
                   6299: 
                   6300:        * src/types/pa_vdouble.h: merged . double values without fractional
                   6301:          part now default printed as %.0f instead of %g
                   6302: 
                   6303:        * src/types/pa_vdouble.h: . double values without fractional part
                   6304:          now default printed as %.0f instead of %g
                   6305: 
                   6306:        * www/htdocs/: _bug.html, _bug.xml: . merged ! second
                   6307:          hashfile::open would cause an exception
                   6308: 
                   6309:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   6310:          cause an exception
                   6311: 
                   6312:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   6313:          exception
                   6314: 
                   6315:        * src/classes/classes.h, src/main/execute.C,
                   6316:          src/types/pa_junction.h, src/types/pa_value.h,
                   6317:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6318:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6319:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6320:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6321:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6322:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   6323:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6324:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   6325:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   6326:          src/types/pa_vstateless_class.C,
                   6327:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6328:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6329:          src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6330:          . merged VJunction(new Junction) optimization from 3.1.4
                   6331: 
                   6332:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   6333:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   6334:          Junction(params)) to new VJunction(params), thousands of mallocs
                   6335:          removed
                   6336: 
                   6337: 2005-08-05  paf
                   6338: 
                   6339:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   6340:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   6341:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   6342:          creation, no calls later
                   6343: 
                   6344:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6345:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6346:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6347:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6348:          classes/response.C, classes/string.C, classes/table.C,
                   6349:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6350:          include/pa_array.h, include/pa_cache_managers.h,
                   6351:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6352:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6353:          include/pa_dictionary.h, include/pa_dir.h,
                   6354:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6355:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6356:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6357:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6358:          include/pa_sapi.h, include/pa_socks.h,
                   6359:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6360:          include/pa_stack.h, include/pa_string.h,
                   6361:          include/pa_stylesheet_connection.h,
                   6362:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6363:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6364:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6365:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6366:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6367:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   6368:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   6369:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   6370:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   6371:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   6372:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   6373:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   6374:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6375:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6376:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   6377:          targets/apache13/mod_parser3.c,
                   6378:          targets/apache13core/mod_parser3_core.C,
                   6379:          targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
                   6380:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   6381:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   6382:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   6383:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   6384:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6385:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   6386:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6387:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   6388:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   6389:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   6390:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   6391:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6392:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   6393:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   6394:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   6395:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6396:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   6397:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   6398:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6399:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6400:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h: .
                   6401:          2005 ;)
                   6402: 
                   6403:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   6404:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   6405:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   6406:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   6407:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6408:          targets/apache13/ApacheModuleParser3.vcproj,
                   6409:          targets/apache13core/ApacheModuleParser3Core.vcproj,
                   6410:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   6411:          optimized constants in expressions vstring->vdouble
                   6412: 
                   6413: 2005-07-29  paf
                   6414: 
                   6415:        * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
                   6416:          messages a bit
                   6417: 
                   6418:        * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
                   6419:          getter can now be overridden
                   6420: 
                   6421:        * src/main/execute.C, src/types/pa_vclass.C,
                   6422:          src/types/pa_vobject.C, www/htdocs/_bug.p,
                   6423:          www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
                   6424:          not replaced in case $derived:field[put] + property setter can
                   6425:          now be overridden
                   6426: 
                   6427:        * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
                   6428:          "ctor must be declared in class being created"
                   6429: 
                   6430: 2005-07-28  paf
                   6431: 
                   6432:        * configure, configure.in, src/classes/classes.h,
                   6433:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   6434:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   6435:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   6436:          src/classes/xnode.h, src/include/pa_hash.h,
                   6437:          src/include/pa_version.h, src/main/execute.C,
                   6438:          src/types/Makefile.am, src/types/pa_method.h,
                   6439:          src/types/pa_value.h, src/types/pa_vclass.C,
                   6440:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   6441:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   6442:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   6443:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   6444:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   6445:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6446:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   6447:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   6448:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   6449:          src/types/pa_vstateless_class.h,
                   6450:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6451:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6452:          src/types/pa_wwrapper.h, www/htdocs/.htaccess,
                   6453:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   6454:          www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
                   6455:          dynamic_fields_join
                   6456: 
                   6457:        * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
                   6458:          src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
                   6459:          src/types/pa_method.h, src/types/pa_value.h,
                   6460:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6461:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6462:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6463:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6464:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6465:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   6466:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   6467:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   6468:          src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
                   6469:          src/types/pa_vvoid.h, src/types/pa_vxnode.C,
                   6470:          src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
                   6471:          www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
                   6472:          put_element('replace' param), and restored its checks in
                   6473:          vobject.put_element->static fields | dynamic properties
                   6474: 
                   6475: 2005-07-27  paf
                   6476: 
                   6477:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   6478:          is some old code containing @set_name $name
                   6479: 
                   6480:        * src/types/pa_vobject.h: . fixed warning
                   6481: 
                   6482:        * configure, configure.in, src/include/pa_version.h,
                   6483:          src/types/Makefile.am: 3.2.0beta started
                   6484: 
                   6485:        * src/classes/xnode.C, src/include/pa_hash.h,
                   6486:          src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
                   6487:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   6488:          www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
                   6489:          false. regretfully reverted them all to checks
                   6490: 
                   6491:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   6492:          classes/op.C, main/execute.C, types/pa_method.h,
                   6493:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6494:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6495:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   6496:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   6497:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6498:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6499:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   6500:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6501:          joined_dynamic_fields: removed unused param from put_method
                   6502:          (returned to 3 params)
                   6503: 
                   6504:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   6505:          src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6506:          joined_dynamic_fields: dynamic get/set works with overriding
                   6507:          props [alpha2]
                   6508: 
                   6509:        * src/types/pa_vclass.C, www/htdocs/_bug.html:
                   6510:          joined_dynamic_fields: dynamic get/set works [alfa]
                   6511: 
                   6512:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   6513:          classes/op.C, include/pa_hash.h, main/execute.C,
                   6514:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   6515:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   6516:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   6517:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   6518:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   6519:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   6520:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   6521:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   6522:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6523:          joined_dynamic_fields: just compiled
                   6524: 
                   6525:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6526:          classes/hashfile.C, classes/image.C, classes/table.C,
                   6527:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   6528:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6529:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   6530: 
                   6531:        * src/types/pa_vobject.C: . object setters [only started, does not
                   6532:          work yet]
                   6533: 
                   6534:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   6535:          src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6536:          . object setters [only started, does not work yet]
                   6537: 
                   6538: 2005-07-26  paf
                   6539: 
                   6540:        * src/include/pa_request.h, src/main/execute.C,
                   6541:          www/htdocs/_bug.html: . properties: set works [alpha2]. for
                   6542:          classes. todo: for objects
                   6543: 
                   6544:        * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
                   6545:          src/types/pa_value.h, src/types/pa_vclass.C,
                   6546:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   6547:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   6548:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   6549:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   6550:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   6551:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6552:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   6553:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   6554:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6555:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6556:          src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
                   6557:          works [alpha1]
                   6558: 
                   6559: 2005-07-25  paf
                   6560: 
                   6561:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6562:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   6563:          www/htdocs/_bug.html: . properties: started, get works [alpha1,
                   6564:          other approach]
                   6565: 
                   6566:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6567:          www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
                   6568:          get works [alpha2]
                   6569: 
                   6570:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6571:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   6572: 
                   6573: 2005-07-15  paf
                   6574: 
                   6575:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   6576:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   6577:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   6578:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   6579:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   6580:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   6581:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6582:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6583:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6584:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   6585:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   6586:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   6587:          [getters work but think of changing them too to precaching]
                   6588: 
                   6589: 2005-07-08  paf
                   6590: 
                   6591:        * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
                   6592:          $response:body[nonfile] caused gpf
                   6593: 
                   6594: 2005-06-28  paf
                   6595: 
                   6596:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   6597:          in passing empty strings to file::exec/cgi environment
                   6598: 
                   6599: 2005-06-06  paf
                   6600: 
                   6601:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   6602:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   6603:          www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
                   6604:          now DO process $.bind option
                   6605: 
                   6606: 2005-05-24  paf
                   6607: 
                   6608:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   6609:          $.limit] now work again [support was broken in 3.1.4]
                   6610: 
                   6611:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   6612:          ALL_INTERIOR_POINTERS
                   6613: 
                   6614: 2005-05-12  paf
                   6615: 
                   6616:        * configure: 3.1.5beta
                   6617: 
                   6618:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   6619: 
                   6620:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   6621:          $.limit] now work again [support was broken in 3.1.4]
                   6622: 
                   6623:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   6624:          line-width  [was refusing to fill if line-width >1, thanks to
                   6625:          Seras <seras@pinxit.lt> for repro case
                   6626: 
                   6627: 2005-04-25  paf
                   6628: 
                   6629:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   6630:          correctly
                   6631: 
                   6632: 2005-04-19  paf
                   6633: 
                   6634:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   6635:          in VString violating invariant!!
                   6636: 
                   6637:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   6638:          getenv("TZ")==null
                   6639: 
                   6640: 2005-04-08  paf
                   6641: 
                   6642:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   6643:          bugfix: when there is no char in charset one byte produces 6
                   6644:          (&#255; <<max). increased buffer size!
                   6645: 
                   6646: 2005-03-23  paf
                   6647: 
                   6648:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   6649:          ^date.sql-string now takes TZ into account
                   6650: 
                   6651: 2005-03-16  paf
                   6652: 
                   6653:        * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
                   6654:          src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
                   6655: 
                   6656:        * src/types/pa_vhash.C: . warning about eof eol
                   6657: 
                   6658: 2005-02-17  paf
                   6659: 
                   6660:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   6661:          seconds)
                   6662: 
                   6663: 2005-02-02  paf
                   6664: 
                   6665:        * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
                   6666:          needless includes
                   6667: 
                   6668: 2005-01-31  paf
                   6669: 
                   6670:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   6671:          $.partNoNumber now alias to $.part1
                   6672: 
                   6673:        * src/types/pa_vmail.C: change: incoming letter part contains
                   6674:          "content-disposition" header with any value? now considering that
                   6675:          part to be "file#" [for text/plain text/html were $.text#
                   6676:          $.html#]
                   6677: 
                   6678:        * INSTALL: updatet to latest working versions available
                   6679: 
                   6680: 2005-01-20  paf
                   6681: 
                   6682:        * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
                   6683:          version
                   6684: 
                   6685: 2005-01-19  paf
                   6686: 
                   6687:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   6688:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   6689:          couple warnings in parser3.C
                   6690: 
                   6691: 2004-12-23  paf
                   6692: 
                   6693:        * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
                   6694:          connect string, rsplit @
                   6695: 
                   6696:        * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
                   6697:          file::cgi/exec now set current dir to directory of script (when
                   6698:          shbang used), not to directory of its interpreter
                   6699: 
                   6700:        * src/include/pa_version.h: compiled on win32...
                   6701: 
                   6702:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   6703:          we need more hspace
                   6704: 
                   6705:        * configure, configure.in, src/include/pa_version.h: configured
                   6706:          host to pa_version. will be displayed everywhere
                   6707: 
                   6708:        * src/main/pa_request.C, www/htdocs/_bug.html: new:
                   6709:          @unhandled_exception can prevent exception from being logged by
                   6710:          setting $exception.handled(1)
                   6711: 
                   6712:        * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
                   6713:          ^file::sql{query}[[options]] options: $.name[file name]
                   6714:          $.content-type[application/what]
                   6715: 
                   6716:        * src/include/pa_common.h, src/main/pa_common.C,
                   6717:          src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
                   6718:          hashfile::open now creates dir for new file
                   6719: 
                   6720:        * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   6721:          www/htdocs/_bug.html: bugfix: table->hash now regards _default
                   6722: 
                   6723:        * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
                   6724:          method junction was created by accessing $name_of_method it
                   6725:          acquired bad self=closest methodframe; instead of proper self
                   6726:          (current class)
                   6727: 
                   6728:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
                   6729:          empty string from hashfile produced bad cord
                   6730: 
                   6731: 2004-12-10  paf
                   6732: 
                   6733:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   6734:          subsequent failures though defined in .h
                   6735: 
                   6736:        * src/main/pa_common.C: comment on volatile
                   6737: 
                   6738:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   6739:          alarm function were not used since the beginning due to stupid
                   6740:          error [setsigjmp were not checked in configure.in]
                   6741: 
                   6742:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   6743:          unix too
                   6744: 
                   6745:        * src/main/pa_common.C: http: exception status of send/recv errors
                   6746:          change to most probable http.timeout
                   6747: 
                   6748:        * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
                   6749:          connection $.timeout option now works [setsockopt on
                   6750:          send/receive]
                   6751: 
                   6752: 2004-12-08  paf
                   6753: 
                   6754:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
                   6755:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
                   6756:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   6757:          proper charset
                   6758: 
                   6759: 2004-11-24  paf
                   6760: 
                   6761:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   6762: 
                   6763:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   6764:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   6765: 
                   6766: 2004-11-12  paf
                   6767: 
                   6768:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   6769:          [since 3.0.4]
                   6770: 
                   6771: 2004-11-09  paf
                   6772: 
                   6773:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   6774:          writes basics to c:\parser3.log
                   6775: 
                   6776: 2004-10-21  paf
                   6777: 
                   6778:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   6779:          tainted strings [were returning clean onces]
                   6780: 
                   6781: 2004-10-15  paf
                   6782: 
                   6783:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   6784:          cycles(i=1; i=2), which was wrong, now does ONE
                   6785: 
                   6786: 2004-10-12  paf
                   6787: 
                   6788:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   6789: 
                   6790: 2004-10-07  paf
                   6791: 
                   6792:        * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   6793:          src/main/pa_globals.C, www/htdocs/.htaccess,
                   6794:          www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
                   6795:          PA_RELEASE_ASSERTS enables release asserts
                   6796: 
                   6797:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   6798:          String.dump() to stdout in detailed form  [were String.v() in
                   6799:          short form]
                   6800: 
                   6801:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   6802:          \t\r\n as @#| and truncates long char sequences less
                   6803: 
                   6804: 2004-10-06  paf
                   6805: 
                   6806:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   6807:          win32 beauty: socket errors properly decoded
                   6808: 
                   6809: 2004-10-05  paf
                   6810: 
                   6811:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   6812:          request::configure_user/admin done always, even if no
                   6813:          file-to-process useful in @unhandled_exception [say, if they
                   6814:          would want to mail by SMTP something]
                   6815: 
                   6816:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   6817:          now performed prior to file loading [and @auto executing] thus
                   6818:          making $cookie:value available in @auto and in
                   6819:          @unhandled_exception when IIS is configured to run interpreter
                   6820:          even if no file exist
                   6821: 
                   6822: 2004-09-20  paf
                   6823: 
                   6824:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   6825:          somewhere where it should have called xmlMalloc and it calls
                   6826:          xmlFree when it should have not called it.  inserted two
                   6827:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   6828:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   6829:          author would fix all that.  until that day: we have SLOW garbage
                   6830:          collecting when many xml objects are alive hint: do
                   6831:          ^memory:compact[] before xdoc::create
                   6832: 
                   6833: 2004-09-17  paf
                   6834: 
                   6835:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   6836:          error from 3.0.8 version]
                   6837: 
                   6838: 2004-09-14  paf
                   6839: 
                   6840:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   6841:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   6842:          modified inside
                   6843: 
                   6844: 2004-09-13  paf
                   6845: 
                   6846:        * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
                   6847:          ^eval($s) now parsed OK [were as octal]
                   6848: 
                   6849:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
                   6850:          reproduced $hashfile.key[$novalue] bug [reported by motorin],
                   6851:          inserted safety-check
                   6852: 
                   6853:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   6854:          [not something obscure from sdbm lib]
                   6855: 
                   6856:        * src/lib/sdbm/apr-include/apr.h, src/types/pa_vhashfile.C,
                   6857:          www/htdocs/_bug.html: bugfix: error numbers now from errno.h =
                   6858:          strerror now returnes something and we can properly report that
                   6859:          to client
                   6860: 
                   6861:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   6862:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   6863: 
                   6864:        * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
                   6865:          outputted as-is  [tainted as-is] this helps //[space][newline] to
                   6866:          remain as-is and not be unnecessary optimized away [ruining
                   6867:          javascript]
                   6868: 
                   6869:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   6870:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   6871:          not be unnecessary optimized away [ruining javascript]
                   6872: 
                   6873:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   6874:          [tainted as-is]
                   6875: 
                   6876:        * src/classes/mail.C: bugfix: typo error
                   6877: 
                   6878: 2004-09-09  paf
                   6879: 
                   6880:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   6881:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   6882:          (bloody yandex.server)
                   6883: 
                   6884: 2004-09-06  paf
                   6885: 
                   6886:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   6887:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   6888:          encoded
                   6889: 
                   6890: 2004-09-01  paf
                   6891: 
                   6892:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   6893:          multipart/related outlook express have no problems showing
                   6894:          unrelated attachments.  todo: someday figure out a way of
                   6895:          multipart/mixed    multipart/related       text/html
                   6896:          image/xxx application/octet-stream << true attachments
                   6897: 
                   6898:        * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
                   6899:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   6900:          empty mail header fields removed from letter
                   6901: 
                   6902:        * src/classes/mail.C, src/include/pa_config_fixed.h,
                   6903:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   6904:          www/htdocs/_bug.html: new: ^mail:send[    $.file[
                   6905:          $.any[header]
                   6906: 
                   6907: 2004-08-30  paf
                   6908: 
                   6909:        * src/include/pa_config_fixed.h, src/main/pa_common.C,
                   6910:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
                   6911: 
                   6912:        * src/main/pa_common.C: beauty: do not bother with charset
                   6913:          detection when ^file::load[binary
                   6914: 
                   6915: 2004-08-27  paf
                   6916: 
                   6917:        * src/main/pa_common.C: hack: for yandex.server http server
                   6918: 
                   6919: 2004-08-18  paf
                   6920: 
                   6921:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   6922:          possibly-chunked response
                   6923: 
                   6924: 2004-08-17  paf
                   6925: 
                   6926:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   6927:          $f.content-type now = that of http response
                   6928: 
                   6929:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   6930:          $f.content-type now = that of http response
                   6931: 
                   6932: 2004-08-03  paf
                   6933: 
                   6934:        * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
                   6935:          can be replaced by output [forgot to allocate proper buffer,
                   6936:          oracle _server_ died with kgepop: no error frame to pop to for
                   6937:          error 21500 message]
                   6938: 
                   6939: 2004-07-30  paf
                   6940: 
                   6941:        * src/include/pa_request.h, src/main/pa_request.C,
                   6942:          src/targets/apache13core/mod_parser3_core.C,
                   6943:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   6944:          www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
                   6945:          release mode reported properly parser exception in exception
                   6946:          handler WERE mistakenly reported as system exception, without
                   6947:          details [in apache & isapi] +some beauty in exception text
                   6948: 
                   6949:        * src/include/pa_exception.h, src/main/pa_request.C,
                   6950:          src/targets/cgi/parser3.C, www/htdocs/.htaccess,
                   6951:          www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
                   6952:          release mode reported properly parser exception in exception
                   6953:          handler WERE mistakenly reported as system exception, without
                   6954:          details
                   6955: 
                   6956:        * src/main/execute.C: beauty: simplified system exception handling
                   6957: 
                   6958: 2004-07-29  paf
                   6959: 
                   6960:        * src/classes/table.C, www/htdocs/_bug.html: bugfix:
                   6961:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   6962:          were ignored, and \t used unconditionally]
                   6963: 
                   6964:        * src/types/Makefile.am: added vhash.c
                   6965: 
                   6966: 2004-07-28  paf
                   6967: 
                   6968:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   6969:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   6970:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   6971:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   6972:          failed on russian letters
                   6973: 
                   6974:        * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
                   6975:          src/main/pa_common.C: bugfix: isspace((unsigned char)c)
                   6976:          everywhere. failed on russian letters
                   6977: 
                   6978:        * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
                   6979:          passwed as 'currentDirectory' parameter to CreateProcess
                   6980: 
                   6981:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   6982:          as 'currentDirectory' parameter to CreateProcess
                   6983: 
                   6984: 2004-07-27  paf
                   6985: 
                   6986:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   6987:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   6988:          from release somewhere [to help searching for unhandled system
                   6989:          exceptions]
                   6990: 
                   6991:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   6992:          TZ shift
                   6993: 
                   6994:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   6995:          but also in ctor
                   6996: 
                   6997: 2004-07-26  paf
                   6998: 
                   6999:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7000:          src/main/pa_request.C, src/types/pa_vfile.h,
                   7001:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7002:          src/types/types.vcproj, www/htdocs/_bug.html: new:
                   7003:          $response:body/download[    $.file[name on disk]    $.name[of
                   7004:          file for user]        $.mdate[date of last-modified. default from
                   7005:          directory] ]
                   7006: 
                   7007:        * src/classes/file.C: moving file:send somewhere else..
                   7008: 
                   7009:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   7010:          targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
                   7011:          targets/isapi/parser3isapi.C: patched:  ^file:send by Victor
                   7012:          Fedoseev <vvf_ru@mail.ru> todo: turn it to $response:download[
                   7013:          $.filename[filename] $.option[] ,, ]
                   7014: 
                   7015:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   7016: 
                   7017: 2004-07-21  paf
                   7018: 
                   7019:        * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
                   7020:          header values now splitted to several lines
                   7021: 
                   7022:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   7023: 
                   7024:          note: ms outlook[!express] shows only first 255 characters of
                   7025:          subject
                   7026: 
                   7027: 2004-07-15  paf
                   7028: 
                   7029:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   7030:          off]
                   7031: 
                   7032: 2004-07-14  paf
                   7033: 
                   7034:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   7035:          according to lang  [were: as-is]
                   7036: 
                   7037: 2004-07-07  paf
                   7038: 
                   7039:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   7040:          checked that
                   7041: 
                   7042:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   7043:          now untainted according to their languages.  were: as-is.
                   7044:          EVERYWHERE
                   7045: 
                   7046:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
                   7047:          www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
                   7048:          now untainted according to their languages.  were: as-is.
                   7049:          EVERYWHERE
                   7050: 
                   7051:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7052:          untainted according to their languages.  were: as-is. on win32:
                   7053:          ok
                   7054: 
                   7055:        * parser3.vssscc: ...would not go unnoticed
                   7056: 
                   7057:        * src/main/pa_charset.C, www/htdocs/.htaccess,
                   7058:          www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
                   7059:          fails. in case on input appears nonutf, those bytes will be
                   7060:          printed in %HH form. that can be easily decoded/recovered.
                   7061: 
                   7062:          this form is quite noticable, and hopefully would not go noticed
                   7063: 
                   7064: 2004-07-06  paf
                   7065: 
                   7066:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7067:          untainted according to their languages.  were: as-is. on win32:
                   7068:          ok
                   7069: 
                   7070: 2004-07-01  paf
                   7071: 
                   7072:        * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
                   7073:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   7074:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   7075:          src/lib/pcre/pcre_dftables.vcproj,
                   7076:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
                   7077:          src/main/main.vcproj,
                   7078:          src/targets/apache13/ApacheModuleParser3.vcproj,
                   7079:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   7080:          src/targets/cgi/parser3.vcproj,
                   7081:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7082:          www/htdocs/.htaccess: win32: option: global optimization ON
                   7083: 
                   7084:        * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
                   7085:          libxml: life requires to do xdoc::create{invalid chars} standard
                   7086:          disables chars less then \x20, except tab, cr, lf.
                   7087: 
                   7088:          changed tainting so that those become '!'
                   7089: 
                   7090: 2004-06-25  paf
                   7091: 
                   7092:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7093:          int on odd address [prev bugfix failed due to superwize
                   7094:          optimizer, which turned memcpy into same 'ld' asm command]
                   7095: 
                   7096:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7097:          int on odd address
                   7098: 
                   7099: 2004-06-23  paf
                   7100: 
                   7101:        * www/htdocs/_bug.html: checked: oracle: various ways of returning
                   7102:          error from stored proc.  bad: no way of knowing which exactly
                   7103:          user-defined exception were thrown.  good:
                   7104:          raise_application_error can return error message number and
                   7105:          string FINE good: PRAGMA EXCEPTION_INIT works good too
                   7106: 
                   7107: 2004-06-22  paf
                   7108: 
                   7109:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   7110: 
                   7111:        * www/htdocs/_bug.html: checked: in out variables OK
                   7112: 
                   7113:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   7114:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   7115:          src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
                   7116:          ^void:sql{call paf(:a)}[                $.bind[
                   7117:                $.a[2]          ]       ] output variables work.  todo:
                   7118:          check in out variables
                   7119: 
                   7120: 2004-06-18  paf
                   7121: 
                   7122:        * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
                   7123:          src/classes/table.C, src/classes/void.C,
                   7124:          src/include/pa_globals.h, src/include/pa_sql_connection.h,
                   7125:          src/main/compile.tab.C, src/sql/pa_sql_driver.h,
                   7126:          www/htdocs/.htaccess, www/htdocs/_bug.html: started:
                   7127:          ^void:sql{call paf(:a)}[                $.bind[
                   7128:                $.a[2]          ]       ] input variables work.
                   7129:          todo:output
                   7130: 
                   7131:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   7132:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   7133:          /_bug.html?404;http://hpsv/test/
                   7134:          --------------------------------------------------------------------------------
                   7135:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   7136:          --------------------------------------------------------------------------------
                   7137:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   7138: 
                   7139: 2004-06-16  paf
                   7140: 
                   7141:        * src/targets/cgi/parser3.C: new: iis specific
                   7142:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   7143:          $request:query
                   7144:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   7145:          $form:fields IIS-STATUS="404"
                   7146:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   7147: 
                   7148:          todo: isapi too
                   7149: 
                   7150: 2004-05-26  paf
                   7151: 
                   7152:        * src/include/pa_version.h: 3.1.3
                   7153: 
                   7154:        * operators.txt: beauty: removed outdated level 'table'
                   7155: 
                   7156:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   7157: 
                   7158:        * src/main/pa_string.C: beauty: removed 3 warnings
                   7159: 
                   7160:        * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
                   7161:          www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
                   7162:          level 'table'
                   7163: 
                   7164: 2004-05-25  paf
                   7165: 
                   7166:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   7167:          implementation. mistery: how anything worked
                   7168: 
                   7169:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   7170:          changed, it is now safe to use url if pointers to it are stored
                   7171:          to gc mem
                   7172: 
                   7173:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   7174:          unknown errors reported and not cause SIGSEGV now
                   7175: 
                   7176: 2004-05-24  paf
                   7177: 
                   7178:        * src/targets/apache13/p3runConfigure.in: bugfix: smtp added
                   7179: 
                   7180:        * src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   7181:          src/lib/cord/include/cord.h, www/htdocs/_bug.html,
                   7182:          src/lib/cord/cordxtra.c: cancel: more speed, less memory:
                   7183:          CORD_chars_block originally intended to ...  it was good that
                   7184:          CORD_chars_block were not used: it consumes more memory [and,
                   7185:          might be slow too] undoing that. [and removed that func so that
                   7186:          it would not confuse parser developer in future]
                   7187: 
                   7188:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   7189:          less memory: CORD_chars_block originally intended to
                   7190:          speedup/reduce mem usage were forgotten, and were used stupid
                   7191:          CORD_chars
                   7192: 
                   7193:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   7194: 
                   7195:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   7196:          BIGENDIAN processors space-conserving mech failed, causing
                   7197:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   7198:          (1|2|3));
                   7199: 
                   7200: 2004-05-14  paf
                   7201: 
                   7202:        * src/types/Makefile.am, src/types/pa_vvoid.C,
                   7203:          src/types/pa_vvoid.h, src/types/types.vcproj,
                   7204:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
                   7205:          bugfix: void now has vfile value, and $response:body[] works OK
                   7206: 
                   7207: 2004-05-12  paf
                   7208: 
                   7209:        * src/types/pa_vbool.h, src/types/pa_vhash.h,
                   7210:          src/types/pa_vhashfile.h, src/types/pa_vtable.h,
                   7211:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
                   7212:          $bool) now equals ^if($bool) and shaped up other sources to use
                   7213:          is_defined() {return as_bool();} along VBool
                   7214: 
                   7215: 2004-05-11  paf
                   7216: 
                   7217:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   7218:          referencing to local objects
                   7219: 
                   7220:        * src/classes/mail.C, src/include/pa_exec.h,
                   7221:          src/main/compile.tab.C, src/types/pa_vmail.C,
                   7222:          src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
                   7223:          www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
                   7224: 
                   7225: 2004-04-15  paf
                   7226: 
                   7227:        * src/classes/date.C: merged: beauty: unused var removed
                   7228: 
                   7229:        * src/classes/date.C: beauty: unused var removed
                   7230: 
                   7231:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   7232:          provoked bug
                   7233: 
                   7234: 2004-04-09  paf
                   7235: 
                   7236:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   7237: 
                   7238:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   7239: 
                   7240: 2004-04-08  paf
                   7241: 
                   7242:        * src/classes/date.C: new: ^date::create[y-m-d
                   7243:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   7244: 
                   7245:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   7246: 
                   7247:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   7248:          to consult default catalog [usually, that file belongs to other
                   7249:          user/group]
                   7250: 
                   7251: 2004-04-06  paf
                   7252: 
                   7253:        * src/main/pa_common.C: beauty: gcc warning removed
                   7254: 
                   7255:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   7256:          accept that trick, trying other
                   7257: 
                   7258:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7259:          bugfix: step3 to fix explicit result problem
                   7260: 
                   7261:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7262:          bugfix: step2 to fix explicit result problem
                   7263: 
                   7264:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7265:          bugfix: step1 to fix explicit result problem
                   7266: 
                   7267:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   7268: 
                   7269:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   7270:          src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
                   7271:          attempt_check_call_in_explicit_result_mode: failed
                   7272: 
                   7273:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7274:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7275:          gethostbyname failed with such 'domains'] now checked properly,
                   7276:          were: needless reverse/forward dns lookup
                   7277: 
                   7278:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7279:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7280:          gethostbyname failed with such 'domains'] now checked properly,
                   7281:          were: needless reverse/forward dns lookup
                   7282: 
                   7283:        * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   7284:          www/htdocs/_bug.html: reimplemented: @method[][result] means "no
                   7285:          string output here" moved to lexical level [on grammar level it
                   7286:          were too difficult]
                   7287: 
                   7288:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   7289:          src/main/compile.y, src/main/compile_tools.h,
                   7290:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7291:          www/htdocs/.htaccess, www/htdocs/_bug.html: new:
                   7292:          @method[][result] means "no string output here", implemented part
                   7293:          of that idea: compiler throws away string literal generation
                   7294:          code. and barks nonwhitespace chars
                   7295: 
                   7296:        * operators.txt: truth: removed comment about $ORIGIN
                   7297: 
                   7298: 2004-04-05  paf
                   7299: 
                   7300:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   7301:          src/include/pa_version.h, src/main/pa_common.C,
                   7302:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   7303:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
                   7304: 
                   7305:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   7306:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   7307: 
                   7308:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   7309: 
                   7310:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   7311:          interfered with FAR console
                   7312: 
                   7313:        * configure, configure.in: 3.1.3
                   7314: 
                   7315:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   7316: 
                   7317:        * src/main/pa_common.C: removed warning
                   7318: 
                   7319:        * src/include/pa_version.h: 3.1.3
                   7320: 
                   7321: 2004-04-02  paf
                   7322: 
                   7323:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   7324: 
                   7325:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   7326:          allows to specify where to put parser log file
                   7327: 
                   7328: 2004-04-01  paf
                   7329: 
                   7330:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   7331:          without tab and enter were ignored
                   7332: 
                   7333:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   7334:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   7335:          main/pa_socks.C, targets/apache13/mod_parser3.c,
                   7336:          targets/apache13/pa_httpd.h,
                   7337:          targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
                   7338:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   7339:          bugfix: sql connections now are disconnected
                   7340: 
                   7341: 2004-03-30  paf
                   7342: 
                   7343:        * src/classes/table.C: bugfix: table::load last line without tab
                   7344:          and enter were ignored
                   7345: 
                   7346:        * src/classes/table.C: bufix: if last table lines were commented,
                   7347:          gpfed
                   7348: 
                   7349:        * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
                   7350:          src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
                   7351:          src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
                   7352:          src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
                   7353:          src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
                   7354:          src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
                   7355:          src/doc/value.dox, src/include/pa_version.h,
                   7356:          src/main/pa_cache_managers.C,
                   7357:          src/main/pa_stylesheet_connection.C,
                   7358:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
                   7359:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
                   7360:          3.1.2, changed version to 3.1.3beta
                   7361: 
                   7362: 2004-03-29  paf
                   7363: 
                   7364:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   7365:          causes gpf
                   7366: 
                   7367:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   7368:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   7369:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   7370:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   7371:          value.dox: translated to english
                   7372: 
                   7373: 2004-03-25  paf
                   7374: 
                   7375:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   7376:          parser3project dependency removed
                   7377: 
                   7378:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   7379:          bugfix: refused to compile without xml
                   7380: 
                   7381:        * src/types/pa_vform.C: beauty: removed warning
                   7382: 
                   7383:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   7384:          any folder [removed last ;) folder dependency]
                   7385: 
                   7386:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   7387:          folder [removed last ;) folder dependency]
                   7388: 
                   7389:        * src/include/pa_version.h: release
                   7390: 
                   7391:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   7392: 
                   7393:        * src/classes/table.C: beauty: comment& more meaningful error
                   7394:          message
                   7395: 
                   7396:        * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
                   7397:          column} now produces $.hash[$.column_value1(true) ... ] [were
                   7398:          producing some strang thing]
                   7399: 
                   7400: 2004-03-23  paf
                   7401: 
                   7402:        * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
                   7403:          bugfix: ^image.polyline and http status line parsing checked
                   7404:          number of columns in table [user reported an assert]
                   7405: 
                   7406:        * operators.txt: example: on hashfile
                   7407: 
                   7408:        * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
                   7409:          www/htdocs/_bug.html: bugfix: junction reattach now actually
                   7410:          reattaches a junction to new wcontext [were only assigning it to
                   7411:          junction, which caused junction tracking to loose junction, and
                   7412:          it's context were not killed, and it tried to process in invalid
                   7413:          context, gpf]
                   7414: 
                   7415:        * src/targets/cgi/parser3.C: debug helper added
                   7416: 
                   7417: 2004-03-19  paf
                   7418: 
                   7419:        * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
                   7420:          messages removed duplicate "type(type)" in braces
                   7421: 
                   7422: 2004-03-10  paf
                   7423: 
                   7424:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   7425:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   7426:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7427:          www/htdocs/_bug.html: new: refined solution to
                   7428:          search-in-namespaces problem:
                   7429:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   7430:          $nodes[^xdoc.select[//x:second]]
                   7431: 
                   7432:        * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
                   7433:          www/htdocs/_bug.xml: new: xnode.select*[xpath
                   7434:          expression][[NAMESPACES HASH]] allows to search for info in
                   7435:          namespaces
                   7436: 
                   7437:          $nodes[^xdoc.select[//x:second][
                   7438:          $.x[http://pif.design.ru/] ]]
                   7439: 
                   7440: 2004-03-09  paf
                   7441: 
                   7442:        * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
                   7443:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
                   7444:          new: ^file::load[...][options]         $.form[
                   7445:          !$.field1[string]
                   7446:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   7447:               ]         !$.body[string]
                   7448: 
                   7449:          GET ?here notGET(POST, HEAD, others) in content-type:
                   7450:          application/x-www-form-urlencoded
                   7451: 
                   7452:          todo: upload files ability
                   7453: 
                   7454:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   7455:          properly, done
                   7456: 
                   7457: 2004-03-05  paf
                   7458: 
                   7459:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   7460:          GET/POST $.form[$.fields started, not tested yet
                   7461:          todo:$.field[table] for multiple values
                   7462: 
                   7463:        * operators.txt: new: http:// options $.user $.password basic
                   7464:          authorization
                   7465: 
                   7466:        * src/main/pa_common.C: beauty: link to rtf added
                   7467: 
                   7468:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7469:          www/htdocs/_bug.html: new: http:// options $.user $.password
                   7470:          basic authorization
                   7471: 
                   7472:        * src/main/pa_common.C: beauty: removed needless vars
                   7473: 
                   7474:        * operators.txt: new: pgsql option [like that recently added to
                   7475:          oracle driver]             ClientCharset=parser-charset <<
                   7476:          charset in which parser thinks client works
                   7477: 
                   7478:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   7479: 
                   7480:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   7481:          char!
                   7482: 
                   7483:        * etc/parser3.charsets/windows-1251.cfg: typo
                   7484: 
                   7485:        * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
                   7486:          recently added to oracle driver]
                   7487:          ClientCharset=parser-charset << charset in which parser thinks
                   7488:          client works
                   7489: 
                   7490: 2004-03-04  paf
                   7491: 
                   7492:        * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
                   7493:          recently added to oracle driver]
                   7494:          ClientCharset=parser-charset << charset in which parser thinks
                   7495:          client works
                   7496: 
                   7497:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   7498:          cached, sql transcoding now goes faster
                   7499: 
                   7500:        * operators.txt: new: mysql option [like that recently added to
                   7501:          oracle driver]             ClientCharset=parser-charset <<
                   7502:          charset in which parser thinks client works
                   7503: 
                   7504:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   7505:          typo error
                   7506: 
                   7507:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   7508:          chars commented
                   7509: 
                   7510: 2004-03-03  paf
                   7511: 
                   7512:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   7513:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   7514: 
                   7515: 2004-03-02  paf
                   7516: 
                   7517:        * operators.txt: new[update typo]:     !^void.left(n)
                   7518:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   7519:                nothing
                   7520: 
                   7521:        * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
                   7522:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   7523:          !^void.pos(p[;n])           nothing
                   7524: 
                   7525:        * operators.txt, src/classes/file.C, src/include/pa_string.h,
                   7526:          www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
                   7527:          query result must be one row with columns:   first: data
                   7528:          second: file name   third: content-type
                   7529: 
                   7530:        * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
                   7531:          www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
                   7532:          properly escaped string, which can be passed to request now this
                   7533:          for mysql only. it's up to parser sql driver to fix zeros
                   7534:          properly
                   7535: 
                   7536:        * INSTALL: note: added on building apache with this option:
                   7537:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   7538: 
                   7539:        * www/htdocs/_bug.html: feature:
                   7540:          oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
                   7541:          names got transcoded to $request:charset too [were only column
                   7542:          data]
                   7543: 
                   7544:        * src/targets/apache13/p3runConfigure.in: @LIBS@ mainly to include
                   7545:          -lm to apache
                   7546: 
                   7547: 2004-03-01  paf
                   7548: 
                   7549:        * src/targets/: apache13core/mod_parser3_core.C,
                   7550:          isapi/parser3isapi.C: new: apache module & isapi extension
                   7551:          memory:compact befor processingrequest
                   7552: 
                   7553:        * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
                   7554:          ^hash._keys[>>name<<] to call sole column of result
                   7555: 
                   7556:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   7557:          src/lib/gd/gif.h, www/htdocs/_bug.html: new:
                   7558:          ^image.pixel(x;y)[(color)]         get/set pixel color
                   7559: 
                   7560:        * src/classes/image.C, src/types/pa_vimage.C,
                   7561:          src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
                   7562:          less checks [were ugly impl]
                   7563: 
                   7564:        * src/classes/string.C, www/htdocs/_bug.html: bugfix:
                   7565:          ^string.left/right/mid with negative values now considered bad
                   7566: 
                   7567:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   7568: 
                   7569:        * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
                   7570:          www/htdocs/_bug.xsl: bugfix: boolean output options now have
                   7571:          unified defaults [after transform
                   7572:          indent/omit-xml-declaration/standalone 'default' erroreously
                   7573:          meant 'true']
                   7574: 
                   7575:        * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
                   7576:          added [on some platforms gethostbyname failed with such
                   7577:          'domains']
                   7578: 
                   7579:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   7580:          added [on some platforms gethostbyname failed with such
                   7581:          'domains']
                   7582: 
                   7583:        * src/include/pa_config_auto.h.in: no select check, no define
                   7584: 
                   7585:        * src/classes/string.C: feature: ^string.trim both parameters may
                   7586:          be empty-strings, meaning kind=both chars=whitespaces
                   7587: 
                   7588:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   7589:          exist
                   7590: 
                   7591:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   7592:          exception if it is
                   7593: 
                   7594:        * src/classes/string.C: changed: ^string.trim [] << both,
                   7595:          whitespaces [start|both|end] << kind, whitespaces
                   7596:          [start|both|end;chars]  full
                   7597: 
                   7598: 2004-02-27  paf
                   7599: 
                   7600:        * operators.txt, src/classes/string.C, src/main/pa_string.C,
                   7601:          www/htdocs/_bug.html: new method:
                   7602:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   7603:          whitespace chars finished
                   7604: 
                   7605:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   7606:          src/main/pa_string.C, www/htdocs/_bug.html: new method:
                   7607:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   7608:          whitespace chars   started, only start works
                   7609: 
                   7610:        * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
                   7611:          xdoc::create+save != xdoc.transform&no<xsl:output>+save
                   7612: 
                   7613:        * src/main/compile.C: bugfix: line numbers after
                   7614:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   7615:          signed
                   7616: 
                   7617:        * src/main/untaint.C: speed: there's no \n chars in output
                   7618:          [normally], so no need to optimize them they could be retrived
                   7619:          from databases, though. but 1. should be replaced 2. if not
                   7620:          optimized, no harm done
                   7621: 
                   7622:        * www/htdocs/: _bug.html, _bug.txt: just test:
                   7623:          file::load[text;http:// $.text utf-8 signature, line ends OK
                   7624:          http://i2/tasks/edit/?id=4629476859594276758
                   7625: 
                   7626:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   7627:          ^file::exec/cgi could return invalid status & zombie child can
                   7628:          remain for short period until process exists [very bad in
                   7629:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   7630: 
                   7631:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   7632:          malicious SMTP server to attack as by returning too long status
                   7633:          responses http://i2/tasks/edit/?id=4629448401140924947
                   7634: 
                   7635: 2004-02-26  paf
                   7636: 
                   7637:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   7638:          are         $.main[to what to rename @main]         $.file[file,
                   7639:          from which (user says) goes that CODE]         $.lineno(line
                   7640:          number in that file, where CODE starts. may be negative)
                   7641: 
                   7642:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   7643:          src/main/compile.C, src/main/compile_tools.h,
                   7644:          src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
                   7645:          www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
                   7646:          which are         $.main[to what to rename @main]
                   7647:          $.file[file, from which (user says) goes that CODE]
                   7648:          $.lineno(line number in that file, where CODE starts. may be
                   7649:          negative)
                   7650: 
                   7651: 2004-02-25  paf
                   7652: 
                   7653:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   7654:          old @charsetsdir@ recently erased from configure.in]
                   7655: 
                   7656:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   7657:          produces hash of column=>1
                   7658: 
                   7659:        * www/htdocs/: _bug.html, _bug.xsl: xhtml: &#9; as resutl of
                   7660:          <xsl:attribute>[tab]  is OK
                   7661: 
                   7662:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   7663:          with incomplete errno constants set
                   7664: 
                   7665: 2004-02-24  paf
                   7666: 
                   7667:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   7668:          "man select"
                   7669: 
                   7670:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   7671: 
                   7672:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   7673: 
                   7674:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   7675: 
                   7676:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
                   7677: 
                   7678:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   7679:          unix: steps to work on unix [extracted 'to']
                   7680: 
                   7681:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   7682: 
                   7683:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   7684: 
                   7685:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7686:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   7687:          unix [testing on solaris]
                   7688: 
                   7689: 2004-02-20  paf
                   7690: 
                   7691:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
                   7692:          removed, thanks to egr for pointing that out
                   7693: 
                   7694:        * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
                   7695:          attr="&#digital_entity;" bug fixed again [same solution,
                   7696:          mistanenly removed one line]
                   7697: 
                   7698:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   7699:          fixed again [same solution, mistanenly removed one line]
                   7700: 
                   7701: 2004-02-19  paf
                   7702: 
                   7703:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   7704:          date::create from bad datetime in spring daylightsaving hole now
                   7705:          OK for all platforms [on some platforms it failed]
                   7706: 
                   7707:        * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
                   7708:          beauty: date::create[bad date time in daylightsaving hole] now
                   7709:          throws error
                   7710: 
                   7711:        * src/classes/date.C: comment: mistake fixed
                   7712: 
                   7713: 2004-02-18  paf
                   7714: 
                   7715:        * www/htdocs/_bug.html: beauty: coder can override save/file
                   7716:          encoding by specifying it in xsl:output or in save/file
                   7717:          hash-options
                   7718: 
                   7719:        * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
                   7720:          save/file encoding by specifying it in xsl:output or in save/file
                   7721:          hash-options
                   7722: 
                   7723:        * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
                   7724:          renderes in $request:charset, but in header puts
                   7725:          $response:charset todo: make that default only so that coder
                   7726:          could override that
                   7727: 
                   7728:        * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
                   7729:          $request:charset, but in header puts $response:charset todo: make
                   7730:          that default only so that coder could override that
                   7731: 
                   7732:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   7733:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
                   7734:          now renderes in $request:charset, but in header puts
                   7735:          $response:charset todo: make that default only so that coder
                   7736:          could override that
                   7737: 
                   7738:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
                   7739:          doctype-public/system forcly turns off omit-xml-declaration
                   7740: 
                   7741:        * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
                   7742:          feature: reimplemented xhtml output, see /.xsl for sample
                   7743: 
                   7744: 2004-02-17  paf
                   7745: 
                   7746:        * src/classes/xdoc.C: beauty: needless helper class removed
                   7747: 
                   7748:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   7749:          copied extra time
                   7750: 
                   7751:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   7752:          part of libxml
                   7753: 
                   7754:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   7755:          libxml to do the work] <xsl:output        method="html"
                   7756:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   7757:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   7758:          />
                   7759: 
                   7760:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   7761: 
                   7762:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   7763:          caused assertion
                   7764: 
                   7765:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   7766:          could hang. now such add does nothing, sub clears $hash
                   7767: 
                   7768:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   7769:          not made quoted-printable
                   7770: 
                   7771:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   7772:          string invariant
                   7773: 
                   7774: 2004-02-16  paf
                   7775: 
                   7776:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   7777:          cleared [were not cleared properly]
                   7778: 
                   7779: 2004-02-13  paf
                   7780: 
                   7781:        * src/include/pa_version.h: prerelease
                   7782: 
                   7783:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   7784:          used, introducing dependencies timestamp check
                   7785: 
                   7786:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   7787:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   7788:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   7789:          .xsl.stamp now not used, introducing dependencies timestamp check
                   7790: 
                   7791:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   7792: 
                   7793: 2004-02-12  paf
                   7794: 
                   7795:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   7796:          ruined empty <input type=file> submits. parser thought there were
                   7797:          nameless empty file and $form:field got value of type 'file'
                   7798: 
                   7799:        * INSTALL: --without-threads
                   7800: 
                   7801:        * src/include/pa_sapi.h: 2004
                   7802: 
                   7803: 2004-02-11  paf
                   7804: 
                   7805:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   7806:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7807:          classes/hashfile.C, classes/image.C, classes/int.C,
                   7808:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   7809:          classes/response.C, classes/string.C, classes/table.C,
                   7810:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7811:          include/pa_array.h, include/pa_cache_managers.h,
                   7812:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7813:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7814:          include/pa_dictionary.h, include/pa_dir.h,
                   7815:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7816:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   7817:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   7818:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7819:          include/pa_socks.h, include/pa_sql_connection.h,
                   7820:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   7821:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   7822:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7823:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7824:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7825:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7826:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7827:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   7828:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7829:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7830:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7831:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   7832:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   7833:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   7834:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   7835:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   7836:          sql/pa_sql_driver.h, targets/apache13/mod_parser3.c,
                   7837:          targets/apache13core/mod_parser3_core.C,
                   7838:          targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
                   7839:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7840:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   7841:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   7842:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7843:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   7844:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   7845:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   7846:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   7847:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   7848:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   7849:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7850:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7851:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7852:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7853:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   7854:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   7855:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   7856:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7857:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   7858:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   7859: 
                   7860:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   7861:          debug version of gc.dll
                   7862: 
                   7863:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   7864:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   7865:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   7866:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   7867:          targets/apache13/ApacheModuleParser3.vcproj,
                   7868:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   7869:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   7870:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   7871:          processes
                   7872: 
                   7873:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   7874:          main/pa_globals.C,
                   7875:          targets/apache13core/ApacheModuleParser3Core.vcproj,
                   7876:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   7877:          types/types.vcproj: continued changes to reflect libxml xsl new
                   7878:          folders
                   7879: 
                   7880:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   7881:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   7882:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   7883:          to reflect libxml xsl new folders
                   7884: 
                   7885:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   7886:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   7887:          targets/apache13core/ApacheModuleParser3Core.vcproj,
                   7888:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   7889:          types/types.vcproj: started changes to reflect libxml xsl new
                   7890:          folders
                   7891: 
                   7892:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   7893:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   7894:          src/main/compile.tab.C, src/main/main.vcproj,
                   7895:          src/main/pa_globals.C,
                   7896:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   7897:          src/targets/cgi/parser3.vcproj,
                   7898:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7899:          www/htdocs/.htaccess: started changes to reflect libxml xsl new
                   7900:          folders
                   7901: 
                   7902: 2004-02-10  paf
                   7903: 
                   7904:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   7905:          compile. recommened latest libxml up to date
                   7906: 
                   7907:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   7908:          pattern compilation errors", on which spent 4 hours worktime. use
                   7909:          versions higher than that. recommended now latest up to date
                   7910: 
                   7911: 2004-02-06  paf
                   7912: 
                   7913:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   7914:          beauty: unified destructing style
                   7915: 
                   7916:        * src/main/untaint.C: beauty: removed old def/ifdef
                   7917: 
                   7918:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   7919:          now
                   7920: 
                   7921: 2004-02-03  paf
                   7922: 
                   7923:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   7924:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   7925:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   7926:          then %ld/%lu
                   7927: 
                   7928:        * src/main/pa_common.C: typo: %l -> %u
                   7929: 
                   7930:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   7931:          in attributes or documents-results of transform now not &#04xx;
                   7932: 
                   7933:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   7934: 
                   7935:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   7936: 
                   7937:        * src/main/pa_charset.C: beauty: uncomment
                   7938:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   7939:          libraries
                   7940: 
                   7941: 2004-02-02  paf
                   7942: 
                   7943:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   7944:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   7945: 
                   7946:          $cookie:example[        $.value[]       $.expires[session]
                   7947:          $.path[/there/]         $.domain[test.com] ]
                   7948: 
                   7949:        * src/types/pa_vform.C: bugfix: empty values with
                   7950:          enctype=multipart/form-data now produce entries in $form:tables
                   7951:          <form method=post enctype=multipart/form-data> <input type=hidden
                   7952:          name=a> <input type=hidden name=b>
                   7953: 
                   7954:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   7955:          <hr> <pre>$request:body
                   7956: 
                   7957: 2004-01-30  paf
                   7958: 
                   7959:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   7960:          or documents-results of transform now not &#04xx;
                   7961: 
                   7962:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   7963:          produce exception.
                   7964: 
                   7965:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   7966:          bugfix: ^date::create[invalid fields now produce exception.
                   7967: 
                   7968:        * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
                   7969:          ^date::create[invalid year] now produces exception. todo: check
                   7970:          other fields
                   7971: 
                   7972: 2004-01-29  paf
                   7973: 
                   7974:        * src/include/pa_memory.h: typo error
                   7975: 
                   7976:        * src/targets/apache13core/mod_parser3_core.C: bugfix: old style
                   7977:          new used
                   7978: 
                   7979:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   7980:          more byte then specified, then zeroed it << useless and
                   7981:          potentially harmful(could gpf)
                   7982: 
                   7983: 2004-01-22  paf
                   7984: 
                   7985:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   7986: 
                   7987:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   7988:          optimization
                   7989: 
                   7990:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   7991:          [were bug: ^taint[1 & 2]="1 &2"
                   7992: 
                   7993:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   7994:          errors
                   7995: 
                   7996:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   7997:          overflow
                   7998: 
                   7999:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   8000:          error-reporting code * in parser-error reporting code [when no
                   8001:          @unhandled_exception defined]
                   8002: 
                   8003:          fixed in one place: my *snprintf override
                   8004: 
                   8005: 2004-01-13  paf
                   8006: 
                   8007:        * operators.txt: typo erro
                   8008: 
                   8009: 2003-12-25  paf
                   8010: 
                   8011:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   8012:          garbled  [pieces after zero bytes were removed]
                   8013: 
                   8014: 2003-12-22  paf
                   8015: 
                   8016:        * src/include/Makefile.am: bugfix: removed from dist:
                   8017:          src/include/pa_config_auto.h which were configured for
                   8018:          make-dist-platform and badly updated proper config file in target
                   8019:          [when .tar used for updating existing source tree]
                   8020: 
                   8021:        * ChangeLog, operators.txt, src/classes/op.C,
                   8022:          src/include/pa_sql_connection.h,
                   8023:          src/include/pa_sql_driver_manager.h,
                   8024:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
                   8025:          www/htdocs/.htaccess: feature: sql introducing ability to
                   8026:          transcode charsets
                   8027: 
                   8028: 2003-12-19  paf
                   8029: 
                   8030:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   8031:          error message
                   8032: 
                   8033:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   8034:          structure for libxml now allocated properly
                   8035: 
                   8036: 2003-12-17  paf
                   8037: 
                   8038:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   8039: 
                   8040:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   8041: 
                   8042:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   8043: 
                   8044:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   8045:          unreported xmlGenericErrors]
                   8046: 
                   8047: 2003-12-15  paf
                   8048: 
                   8049:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   8050:          works}
                   8051: 
                   8052: 2003-12-11  paf
                   8053: 
                   8054:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   8055:          id
                   8056:              !$status:tid thread id
                   8057: 
                   8058:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   8059:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   8060:          bugfix(solaris): removed dependency on object initialization
                   8061:          order [one more place]
                   8062: 
                   8063:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8064:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   8065:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   8066:          understand that
                   8067: 
                   8068:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8069:          classes/xdoc.C, include/pa_cache_managers.h,
                   8070:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8071:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   8072:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   8073:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   8074:          ctor call [relying on implicit String::Body(cstr) call]
                   8075: 
                   8076:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   8077:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   8078:          object initialization order [two places]
                   8079: 
                   8080: 2003-12-10  paf
                   8081: 
                   8082:        * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
                   8083:          $status:sql.cache back  << time now ok
                   8084: 
                   8085:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   8086:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   8087:          operational
                   8088: 
                   8089:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   8090:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   8091:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   8092:          src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
                   8093:          $status:sql.cache back operational
                   8094: 
                   8095: 2003-12-02  paf
                   8096: 
                   8097:        * src/types/pa_vmail.C: bugfix:
                   8098:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   8099:          as-is forced]
                   8100: 
                   8101:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   8102:          exceptions out of libxml callbacks: reimplemented error handling
                   8103:          of http://localhost, parser://method and safemode check callbacks
                   8104: 
                   8105:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   8106:          [merged from HEAD]
                   8107: 
                   8108:        * src/classes/image.C: nothing: comment removed
                   8109: 
                   8110:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   8111:          addresses to int
                   8112: 
                   8113: 2003-12-01  paf
                   8114: 
                   8115:        * src/main/pa_xml_io.C: bugfix: typo
                   8116: 
                   8117:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   8118: 
                   8119:        * src/classes/xdoc.C: bugfix: typo
                   8120: 
                   8121:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   8122:          exception
                   8123: 
                   8124:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   8125: 
                   8126: 2003-11-28  paf
                   8127: 
                   8128:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   8129:          all xml documents read
                   8130: 
                   8131:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   8132: 
                   8133:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8134:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   8135:          replaced original open mech of xdoc::create & co to use libxml
                   8136:          open, so that this would work for root document todo: safe mode
                   8137:          checks to libxml: ideally to some 1 point
                   8138: 
                   8139:        * src/main/pa_xml_io.C: comment
                   8140: 
                   8141:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   8142:          http://parser[abscent params]
                   8143: 
                   8144:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   8145:          works.  todo: maybe replace original open mech of xdoc::create &
                   8146:          co to use libxml open, so that this would work for root document
                   8147: 
                   8148:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   8149:          "parser://method/params/here"> <test>   &test^; </test> }]
                   8150: 
                   8151:          ^taint[^xdoc.string[]]
                   8152: 
                   8153:          @method[param] <!ENTITY test
                   8154:          "test-entity-value+$form:user+$param!">
                   8155: 
                   8156: 2003-11-27  paf
                   8157: 
                   8158:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   8159: 
                   8160:        * src/classes/date.C: bugfix: typo error
                   8161: 
                   8162: 2003-11-26  paf
                   8163: 
                   8164:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   8165:          src/main/Makefile.am, src/main/main.vcproj,
                   8166:          src/main/pa_globals.C, src/main/pa_request.C,
                   8167:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   8168:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   8169:          to pa_xml_io.C/h
                   8170: 
                   8171:        * src/types/pa_value.h: warnings: --
                   8172: 
                   8173: 2003-11-25  paf
                   8174: 
                   8175:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   8176:          whatever)
                   8177: 
                   8178:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   8179:          a, (c?x:y, z)
                   8180: 
                   8181:        * src/main/untaint.C: bugfix: consequences of not reading this
                   8182:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   8183:          <= 0 ==> none    */
                   8184: 
                   8185:        * src/include/pa_array.h: removed needless checks
                   8186: 
                   8187: 2003-11-24  paf
                   8188: 
                   8189:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   8190:          removed limit: now $form:xxx can be accessed anytime, even in
                   8191:          @auto/conf [and request/response:charset still can be changed
                   8192:          anytime]
                   8193: 
                   8194:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   8195:          now not transcodes response body
                   8196: 
                   8197:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   8198:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   8199:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   8200:          $xdoc.firstChild.firstChild.nodeValue[different]
                   8201:          ^taint[^xdoc.string[]]
                   8202: 
                   8203:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   8204:          workaround: static Hash::allocates -> static Hash_allocates
                   8205: 
                   8206: 2003-11-21  paf
                   8207: 
                   8208:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   8209:          src/include/pa_config_auto.h.in,
                   8210:          src/targets/apache13/p3runConfigure.in,
                   8211:          src/targets/cgi/Makefile.am, src/types/Makefile.am: rearrange:
                   8212:          gd&smtp moved to src/lib
                   8213: 
                   8214:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   8215: 
                   8216:        * src/classes/mail.C: bugfix: typo
                   8217: 
                   8218:        * parser3.sln, src/classes/Makefile.am, src/classes/gd/Makefile.am,
                   8219:          src/classes/gd/gd.vcproj, src/classes/gd/gif.C,
                   8220:          src/classes/gd/gif.h, src/classes/gd/gifio.C,
                   8221:          src/classes/gd/mtables.h, src/classes/smtp/Makefile.am,
                   8222:          src/classes/smtp/comms.C, src/classes/smtp/smtp.C,
                   8223:          src/classes/smtp/smtp.h, src/classes/smtp/smtp.vcproj,
                   8224:          src/lib/Makefile.am, src/lib/gd/Makefile.am,
                   8225:          src/lib/gd/gd.vcproj, src/lib/gd/gif.C, src/lib/gd/gif.h,
                   8226:          src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   8227:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   8228:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   8229:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   8230: 
                   8231:        * src/main/pa_exec.C: bug in safe mode
                   8232: 
                   8233:        * src/include/Makefile.am: pa_xml_exception.h
                   8234: 
                   8235:        * src/targets/apache13core/: ApacheModuleParser3Core.vcproj,
                   8236:          Makefile.am, mod_parser3.C, mod_parser3_core.C: renamed
                   8237:          mod_parser3 to mod_parser3_core to help DOXYGEN
                   8238: 
                   8239:        * src/targets/: apache13/ApacheModuleParser3.vcproj,
                   8240:          isapi/parser3isapi.C: more warnings --
                   8241: 
                   8242: 2003-11-20  paf
                   8243: 
                   8244:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   8245:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   8246:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   8247:          --
                   8248: 
                   8249:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   8250:          more warnings --
                   8251: 
                   8252:        * src/classes/xdoc.C: more warnings --
                   8253: 
                   8254:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   8255: 
                   8256:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   8257:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   8258: 
                   8259:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8260:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   8261:          classes/table.C, classes/gd/gif.C, classes/gd/gifio.C,
                   8262:          include/pa_cache_managers.h, include/pa_stylesheet_connection.h,
                   8263:          main/pa_request.C, types/pa_vdate.h, types/pa_vhashfile.C,
                   8264:          types/pa_vimage.h, types/pa_vmethod_frame.C,
                   8265:          types/pa_vmethod_frame.h: more warnings --
                   8266: 
                   8267:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   8268:          can't report problem (undefined @unhandled_exception) problem
                   8269:          source string were not reported
                   8270: 
                   8271:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8272:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8273:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8274:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8275:          classes/response.C, classes/string.C, classes/table.C,
                   8276:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8277:          classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
                   8278:          classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
                   8279:          include/pa_array.h, include/pa_cache_managers.h,
                   8280:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8281:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   8282:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   8283:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   8284:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   8285:          include/pa_request.h, include/pa_request_charsets.h,
                   8286:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   8287:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8288:          include/pa_stack.h, include/pa_string.h,
                   8289:          include/pa_stylesheet_connection.h,
                   8290:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8291:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8292:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   8293:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   8294:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   8295:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   8296:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   8297:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   8298:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   8299:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   8300:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   8301:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   8302:          sql/pa_sql_driver.h, targets/apache13/mod_parser3.c,
                   8303:          targets/apache13/pa_httpd.h, targets/apache13core/mod_parser3.C,
                   8304:          targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
                   8305:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   8306:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   8307:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   8308:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   8309:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8310:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   8311:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   8312:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   8313:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   8314:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8315:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8316:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8317:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8318:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8319:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8320:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8321:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8322:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8323:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8324:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8325:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   8326:          const IDENT
                   8327: 
                   8328:        * src/: include/pa_array.h, include/pa_pool.h,
                   8329:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   8330:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   8331:          types/pa_wcontext.h: more warnings --
                   8332: 
                   8333:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   8334:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   8335:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   8336:          classes/memory.C, classes/op.C, classes/string.C,
                   8337:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   8338:          classes/gd/gif.h, classes/smtp/comms.C, classes/smtp/smtp.C,
                   8339:          classes/smtp/smtp.h, classes/smtp/smtp.vcproj,
                   8340:          include/pa_config_includes.h, include/pa_operation.h,
                   8341:          include/pa_sql_connection.h, include/pa_table.h,
                   8342:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   8343:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   8344:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   8345:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   8346:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   8347:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   8348:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   8349:          main/pa_string.C, main/pa_table.C,
                   8350:          targets/apache13/ApacheModuleParser3.vcproj,
                   8351:          targets/apache13core/ApacheModuleParser3Core.vcproj,
                   8352:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   8353:          types/pa_value.h, types/pa_vconsole.h, types/pa_vdate.h,
                   8354:          types/pa_vfile.h, types/pa_vhashfile.C, types/pa_vimage.C,
                   8355:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vobject.C,
                   8356:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   8357:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   8358:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   8359:          on all projects (except libltdl=off & libsdbm=level3) found
                   8360:          several unitialized vars
                   8361: 
                   8362: 2003-11-19  paf
                   8363: 
                   8364:        * src/classes/op.C: more ansi C++ comp
                   8365: 
                   8366:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8367:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   8368:          $exception.handled[cache] meaning "get expired cache, if any.
                   8369:          else error"}
                   8370: 
                   8371:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   8372:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   8373:          ^cache[...]{body}{catch code with $exception.cache field}
                   8374: 
                   8375: 2003-11-12  paf
                   8376: 
                   8377:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   8378:          [copy/paste bug]
                   8379: 
                   8380: 2003-11-11  paf
                   8381: 
                   8382:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   8383:          failed]
                   8384: 
                   8385:        * bin/auto.p.dist.in: colno
                   8386: 
                   8387: 2003-11-10  paf
                   8388: 
                   8389:        * src/types/pa_vconsole.h: flush
                   8390: 
                   8391:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   8392:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   8393:          read/write  [for nntp]
                   8394: 
                   8395:        * operators.txt: mysql: transaction support: ?autocommit=0
                   8396: 
                   8397:        * operators.txt: comment: updated
                   8398: 
                   8399:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   8400:          serialize version and exipire now removes entries
                   8401: 
                   8402:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   8403:          dir, if could]
                   8404: 
                   8405:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   8406:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   8407:          removes files altogether [and dir, if could]
                   8408: 
                   8409:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   8410:          nonexistent pair. .c coded that that was error. fixed
                   8411: 
                   8412:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   8413:          file.access [regretfull can't split it to different exceptions
                   8414:          without modifying sdbm source wich would prefer not to]
                   8415: 
                   8416: 2003-11-07  paf
                   8417: 
                   8418:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8419:          classes/hashfile.C, classes/image.C, classes/table.C,
                   8420:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   8421:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   8422:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   8423:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   8424:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   8425:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   8426:          destructing objects at request processing end
                   8427: 
                   8428: 2003-11-06  paf
                   8429: 
                   8430:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   8431:          updates
                   8432: 
                   8433:        * parser3.sln, src/targets/apache13/p3runConfigure.in,
                   8434:          src/targets/cgi/Makefile.am: .vcproj & .am updated to include
                   8435:          sdbm
                   8436: 
                   8437:        * src/include/: pa_config_includes.h, pa_version.h: our
                   8438:          replacements of max& co only for cpp
                   8439: 
                   8440:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   8441:          apr-impl/apr_file_io.C, apr-impl/apr_pools.C,
                   8442:          apr-impl/apr_strings.C: move to upper dir, .am updated
                   8443: 
                   8444:        * tests/todo.txt: hashfile: done
                   8445: 
                   8446:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   8447:          expiration [time in value. todo: move time to key]
                   8448: 
                   8449:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   8450: 
                   8451:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   8452:          to do that in foreach, no errors, but surely wrong]
                   8453: 
                   8454:        * operators.txt, src/types/pa_vhashfile.C,
                   8455:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   8456: 
                   8457:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   8458:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   8459:          foreach
                   8460: 
                   8461:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   8462:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   8463: 
                   8464:        * operators.txt, src/classes/hashfile.C,
                   8465:          src/lib/sdbm/apr-impl/apr_file_io.C, src/types/pa_vhashfile.C,
                   8466:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   8467: 
                   8468:        * src/include/pa_memory.h, src/lib/sdbm/apr-impl/apr_file_io.C,
                   8469:          src/targets/cgi/parser3.C, src/types/pa_value.C,
                   8470:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   8471:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   8472:          www/htdocs/.htaccess: hashfile implemented get/put [raw]
                   8473: 
                   8474:        * src/: classes/op.C, main/pa_os.C: just linked
                   8475: 
                   8476:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   8477:          XmlException changes
                   8478: 
                   8479:        * src/: include/pa_charset.h, include/pa_globals.h,
                   8480:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   8481:          XmlException changes
                   8482: 
                   8483:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj, apr-include/apr_pools.h: just
                   8484:          compiled
                   8485: 
                   8486:        * src/lib/sdbm/apr-impl/apr_file_io.C: file ops done
                   8487: 
                   8488:        * src/: include/pa_common.h, include/pa_exception.h,
                   8489:          main/main.vcproj, main/pa_common.C,
                   8490:          lib/sdbm/apr-impl/apr_file_io.C, lib/sdbm/apr-impl/apr_pools.C,
                   8491:          include/pa_os.h, include/pa_xml_exception.h, main/pa_os.C,
                   8492:          lib/sdbm/sdbm.vcproj, main/pa_xml_exception.C: locking move to
                   8493:          pa_os [along with pa_sleep] apr-impl locking done
                   8494: 
                   8495:        * configure, configure.in, operators.txt, parser3.sln,
                   8496:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   8497:          src/classes/xdoc.C, src/classes/gd/gd.vcproj,
                   8498:          src/classes/smtp/smtp.vcproj, src/include/pa_config_fixed.h,
                   8499:          src/include/pa_exception.h, src/include/pa_globals.h,
                   8500:          src/include/pa_memory.h, src/include/pa_version.h,
                   8501:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   8502:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   8503:          src/lib/sdbm/apr-impl/apr_strings.C,
                   8504:          src/lib/sdbm/apr-include/apr.h,
                   8505:          src/lib/sdbm/apr-include/apr_errno.h,
                   8506:          src/lib/sdbm/apr-include/apr_file_info.h,
                   8507:          src/lib/sdbm/apr-include/apr_file_io.h,
                   8508:          src/lib/sdbm/apr-include/apr_pools.h,
                   8509:          src/lib/sdbm/apr-include/apr_sdbm.h,
                   8510:          src/lib/sdbm/apr-include/apr_strings.h,
                   8511:          src/lib/sdbm/apr-include/apu.h, src/main/compile.tab.C,
                   8512:          src/main/main.vcproj, src/main/pa_charset.C,
                   8513:          src/targets/apache13/ApacheModuleParser3.vcproj,
                   8514:          src/targets/apache13/mod_parser3.c,
                   8515:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   8516:          src/targets/cgi/parser3.vcproj, src/types/Makefile.am,
                   8517:          src/types/pa_vhash.C, src/types/pa_vhashfile.C,
                   8518:          src/types/pa_vhashfile.h, src/types/pa_vxnode.h,
                   8519:          src/types/types.vcproj, www/htdocs/.htaccess: hashfile: started
                   8520:          again with sdbm from apache
                   8521: 
                   8522: 2003-11-05  paf
                   8523: 
                   8524:        * src/: classes/classes.vcproj, classes/gd/gd.vcproj,
                   8525:          classes/smtp/smtp.vcproj, include/pa_config_fixed.h,
                   8526:          main/main.vcproj, targets/apache13/ApacheModuleParser3.vcproj,
                   8527:          targets/apache13/mod_parser3.c,
                   8528:          targets/apache13core/ApacheModuleParser3Core.vcproj,
                   8529:          targets/cgi/parser3.vcproj: not has to be in \parser3project dir
                   8530:          anymore
                   8531: 
                   8532:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   8533:          thoughtlessly from xalan]
                   8534: 
                   8535:        * src/lib/sdbm/apr-include/: apr.h, apr_errno.h, apr_file_io.h,
                   8536:          apr_pools.h, apr_strings.h, apu.h: started porting: grabbed some
                   8537:          parts of apr headers
                   8538: 
                   8539:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   8540:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   8541:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   8542: 
                   8543:        * src/main/helpers/CaseFolding.txt:
                   8544:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   8545: 
                   8546: 2003-11-04  paf
                   8547: 
                   8548:        * operators.txt: comment: ^mail:send[$.options[
                   8549: 
                   8550:        * src/classes/table.C: compiled on unix
                   8551: 
                   8552:        * src/classes/Makefile.am: classes.C to rebuild last
                   8553: 
                   8554:        * src/classes/mail.C: compiled on unix
                   8555: 
                   8556:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   8557:          src/types/pa_vmail.h:     !^mail:send[
                   8558:                  $.options[unix: string to append to sendmail command
                   8559:          line]
                   8560: 
                   8561:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   8562:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   8563:          $.encloser["] <nothing> by default
                   8564: 
                   8565:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   8566:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   8567:          default
                   8568: 
                   8569: 2003-11-03  paf
                   8570: 
                   8571:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   8572:          ^table::load[; options:         !$.column-separator[^#09]
                   8573:          !$.column-encloser["]
                   8574: 
                   8575:        * operators.txt, src/include/pa_config_fixed.h,
                   8576:          src/types/pa_vrequest.C: $request:document-root
                   8577: 
                   8578:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   8579:          [already included into uri=xxx]
                   8580: 
                   8581:        * operators.txt, src/classes/image.C, tests/todo.txt,
                   8582:          www/htdocs/auto.p: ^image.gif[filename] for $response:download
                   8583: 
                   8584:        * src/classes/date.C: minor precaution
                   8585: 
                   8586:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   8587:              !^date.unix-timestamp[]
                   8588: 
                   8589: 2003-10-30  paf
                   8590: 
                   8591:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   8592:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   8593: 
                   8594:        * src/targets/apache13core/Makefile.am: gc include dir added,
                   8595:          thanks to Victor Fedoseev for finding
                   8596: 
                   8597:        * src/classes/: date.C, image.C: improvement diagnostics:
                   8598:          $now[^date::create[$undefined]] now is error
                   8599: 
                   8600:        * src/main/pa_common.C: read errors would now be reported 'actually
                   8601:          read -1 bytes'
                   8602: 
                   8603: 2003-10-24  paf
                   8604: 
                   8605:        * Makefile.am, src/classes/Makefile.am,
                   8606:          src/classes/smtp/Makefile.am, src/lib/cord/Makefile.am,
                   8607:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   8608:          src/main/Makefile.am, src/targets/apache13/Makefile.am,
                   8609:          src/targets/apache13core/Makefile.am,
                   8610:          src/targets/cgi/Makefile.am, src/targets/isapi/Makefile.am:
                   8611:          .dsp/w -> .vcproj/sln
                   8612: 
                   8613: 2003-10-22  paf
                   8614: 
                   8615:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   8616: 
                   8617: 2003-10-21  paf
                   8618: 
                   8619:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   8620:          fixed: string.match[g] without <'> option produced columns with
                   8621:          NULL's, which gpf'ed at table.save time
                   8622: 
                   8623:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   8624:          recoursion' message with intensive throw-catches fixed: incorrect
                   8625:          name and line (one name upper then needed) in error message about
                   8626:          problems inside try block
                   8627: 
                   8628: 2003-10-10  paf
                   8629: 
                   8630:        * src/include/pa_string.h, src/main/compile.tab.C,
                   8631:          www/htdocs/.htaccess: CORD_chr does not check offset argument for
                   8632:          validity did that in String::Body::pos myself
                   8633:          http://i2/tasks/edit/?id=4577425257580789777
                   8634: 
                   8635: 2003-10-07  paf
                   8636: 
                   8637:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   8638:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   8639: 
                   8640: 2003-10-03  paf
                   8641: 
                   8642:        * parser3.sln, src/include/pa_dictionary.h,
                   8643:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   8644:          src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
                   8645:          optimized by precalculating cstr&length
                   8646: 
                   8647: 2003-10-02  paf
                   8648: 
                   8649:        * src/classes/op.C, src/include/pa_request.h,
                   8650:          src/include/pa_stack.h, src/main/execute.C,
                   8651:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   8652:          src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
                   8653:          ^throw context were saved/restored incompletely
                   8654:          http://www.parser.ru/forum/?id=21484
                   8655: 
                   8656: 2003-09-30  paf
                   8657: 
                   8658:        * src/targets/: apache13/mod_parser3.c, apache13/pa_httpd.h,
                   8659:          apache13core/mod_parser3.C: content-type now changes
                   8660: 
                   8661:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   8662:          occurrances after lang-mismatched
                   8663: 
                   8664: 2003-09-29  paf
                   8665: 
                   8666:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   8667:          helper
                   8668: 
                   8669:        * src/main/pa_string.C: string::serialize bug fix with
                   8670:          zero-terminator
                   8671: 
                   8672:        * src/classes/table.C: ^nameless_table.save column row now has no
                   8673:          \t at the end
                   8674: 
                   8675:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   8676:          @postprocess  now takes $response:body/download
                   8677: 
                   8678:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   8679:          error message
                   8680: 
                   8681:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   8682: 
                   8683:        * src/classes/table.C: bugfix: flip: must produce nameless
                   8684:          http://i2/tasks/edit/?id=4573405524674081244
                   8685: 
                   8686:        * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
                   8687:          mailreceive.eml, mailreceive.html, operators.p,
                   8688:          parser-status.html, people.dtd, some.p: removing old tests
                   8689: 
                   8690:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   8691:          src/main/pa_string.C, src/main/helpers/simple_folding.pl,
                   8692:          www/htdocs/auto.p: utf-8 upper/lower
                   8693: 
                   8694:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   8695:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   8696: 
                   8697: 2003-09-26  paf
                   8698: 
                   8699:        * src/main/untaint.C: removed needless field
                   8700: 
                   8701:        * src/main/untaint.C: removed needless const
                   8702: 
                   8703:        * src/include/pa_string.h, src/main/pa_common.C,
                   8704:          src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
                   8705:          fixed [omited one-char cases]
                   8706: 
                   8707:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   8708:          runtime-executor stack were cleared... BADLY
                   8709: 
                   8710:        * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   8711:          ^stirng.replace code used old param-convention on langs.append,
                   8712:          fixed that search fo the like, found none
                   8713: 
                   8714:        * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
                   8715:          www/htdocs/.htaccess: string::serialize/deserialize implemented
                   8716:          Language enum assigned meaningful letters [more convinient for
                   8717:          debugging. read warning before adding/changing anything]
                   8718: 
                   8719: 2003-09-25  paf
                   8720: 
                   8721:        * src/: include/pa_string.h, include/pa_version.h,
                   8722:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   8723:          differences on unix
                   8724: 
                   8725:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   8726:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   8727:          src/classes/xdoc.C, src/classes/xnode.C,
                   8728:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   8729:          src/include/pa_charsets.h, src/include/pa_common.h,
                   8730:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   8731:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   8732:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   8733:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   8734:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   8735:          src/main/compile_tools.h, src/main/pa_charset.C,
                   8736:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   8737:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   8738:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   8739:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   8740:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   8741:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   8742:          src/types/pa_vxnode.C, www/htdocs/.htaccess:
                   8743:          string_fragments_to_cord merged to HEAD
                   8744: 
                   8745:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   8746:          functions aligned to that of eeparser3 look
                   8747: 
                   8748:        * src/lib/cord/cordprnt.c: removed warnings
                   8749: 
                   8750: 2003-09-24  paf
                   8751: 
                   8752:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   8753:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   8754:          include/pa_cache_managers.h, include/pa_charset.h,
                   8755:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   8756:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   8757:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8758:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   8759:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   8760:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   8761:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   8762:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   8763:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   8764:          types/pa_vxnode.C: v() functions of String::Body,
                   8765:          String::Languages and String itself StringBody->String::Body
                   8766: 
                   8767:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   8768:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   8769:          never optimized anything.  todo: somehow speed up harder cases:
                   8770:          concatenationA+concatenationB when last block of A and first of B
                   8771:          contain same letters
                   8772: 
                   8773:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   8774:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   8775:          blocks of same char [CORD_append_block]
                   8776: 
                   8777:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   8778:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   8779:          save space by extending blocks when appending block with c ==
                   8780:          lastblock.c
                   8781: 
                   8782:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   8783:          working yet :( but more working &understood :)
                   8784: 
                   8785:        * src/: classes/table.C, include/pa_string.h,
                   8786:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   8787: 
                   8788: 2003-09-23  paf
                   8789: 
                   8790:        * src/main/untaint.C: $a[ok!] $a works!
                   8791: 
                   8792:        * src/main/untaint.C: something even more works :)
                   8793: 
                   8794:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   8795:          something more works :)
                   8796: 
                   8797:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   8798:          lib/cord/cordxtra.c: something already works :)
                   8799: 
                   8800:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   8801:          serialize&deserialize
                   8802: 
                   8803:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   8804:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   8805:          main/untaint.C: main idea implemented, details left
                   8806: 
                   8807: 2003-09-22  paf
                   8808: 
                   8809:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   8810: 
                   8811:        * src/classes/xnode.C: copy/paste comment bugfix
                   8812: 
                   8813:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   8814:          allocator returns 0, just die.
                   8815:          http://i2/tasks/edit/?id=4570798492410259445
                   8816: 
                   8817:        * src/classes/xdoc.C: copy/paste comment bugfix
                   8818: 
                   8819:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   8820:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   8821:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   8822:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   8823: 
                   8824:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   8825:          chars due to bitwise operation signed-char error]
                   8826: 
                   8827: 2003-09-19  paf
                   8828: 
                   8829:        * src/types/pa_wcontext.C: output message: more practical
                   8830:          suggestion
                   8831: 
                   8832:        * src/targets/apache13/mod_parser3.c: now compiles on MSVC7
                   8833: 
                   8834:        * src/main/pa_common.C, operators.txt: merged
                   8835:          $f[^file::load[binary;http://...]] $f.tables
                   8836: 
                   8837: 2003-09-02  paf
                   8838: 
                   8839:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   8840:          flush stdout without referencing 'stdout' symbol. to hell with
                   8841:          non-ansi libraries without 'stdout' symbol
                   8842: 
                   8843:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   8844:          unix (users reported problems with some old libc)
                   8845: 
                   8846:        * src/types/pa_vdate.h: forgot initializer
                   8847: 
                   8848:        * src/targets/apache13/mod_parser3.c: çàáûòîå èçìåíåíèå
                   8849: 
                   8850: 2003-09-01  paf
                   8851: 
                   8852:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   8853:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   8854:          zone]
                   8855: 
                   8856:        * src/targets/apache13/: Makefile.am, mod_parser3.c: merged with
                   8857:          3.1.0: renamed to .c [lowercase] to correspond to runconfigure.
                   8858:          added files to fix 'make dist'
                   8859: 
                   8860:        * src/targets/apache13/: Makefile.am, mod_parser3.C, mod_parser3.c:
                   8861:          renamed to .c [lowercase] to correspond to runconfigure.  added
                   8862:          files to fix 'make dist'
                   8863: 
                   8864:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   8865: 
                   8866: 2003-08-19  paf
                   8867: 
                   8868:        * src/targets/apache13/mod_parser3.c: .c
                   8869: 
                   8870:        * src/targets/apache13/mod_parser3.C: .c
                   8871: 
                   8872:        * src/targets/: apache13/mod_parser3.C, apache13/pa_httpd.h,
                   8873:          apache13core/mod_parser3.C: apache module compiled on MSVC7
                   8874: 
                   8875:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   8876:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   8877:          simplified a little
                   8878: 
                   8879:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   8880:          [lost fix from 3.0.8]
                   8881: 
                   8882:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   8883:          visible here }
                   8884: 
                   8885:          bug fix
                   8886: 
                   8887:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   8888: 
                   8889:        * src/main/compile.tab.C: initialized couple of variables about
                   8890:          which user reported runtime problems when parser were compiled
                   8891:          with VC7, warning level4.  study shows that later in bison
                   8892:          they've fixed that. would migrate to latest bison someday
                   8893: 
                   8894:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   8895:          recoding headers)
                   8896: 
                   8897:        * src/types/pa_vmail.C: works as before, same charset problems:
                   8898:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   8899:          anything for now
                   8900: 
                   8901:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   8902:          problems with body
                   8903: 
                   8904:        * src/types/pa_vmail.C: mail_receive just compiled
                   8905: 
                   8906: 2003-08-18  paf
                   8907: 
                   8908:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   8909:          main/main.vcproj, types/types.vcproj: win32: continued process
                   8910:          detaching from \parser3project directory
                   8911: 
                   8912:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   8913:          src/classes/gd/gd.dsp, src/classes/smtp/smtp.dsp,
                   8914:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   8915:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   8916:          src/lib/pcre/pcre_dftables.dsp,
                   8917:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   8918:          src/targets/apache13/ApacheModuleParser3.dsp,
                   8919:          src/targets/apache13core/ApacheModuleParser3Core.dsp,
                   8920:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   8921:          src/types/types.dsp: moved to MSVC 7
                   8922: 
                   8923:        * gnu.vcproj.vspscc, parser3.vssscc,
                   8924:          src/classes/classes.vcproj.vspscc,
                   8925:          src/classes/gd/gd.vcproj.vspscc,
                   8926:          src/classes/smtp/smtp.vcproj.vspscc,
                   8927:          src/lib/cord/cord.vcproj.vspscc,
                   8928:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   8929:          src/lib/md5/md5.vcproj.vspscc,
                   8930:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   8931:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   8932:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   8933:          src/targets/apache13/ApacheModuleParser3.vcproj.vspscc,
                   8934:          src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc,
                   8935:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   8936:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   8937:          moved to MSVC 7
                   8938: 
                   8939:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   8940:          src/classes/gd/gd.vcproj, src/classes/smtp/smtp.vcproj,
                   8941:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   8942:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   8943:          src/lib/pcre/pcre_dftables.vcproj,
                   8944:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   8945:          src/targets/apache13/ApacheModuleParser3.vcproj,
                   8946:          src/targets/apache13core/ApacheModuleParser3Core.vcproj,
                   8947:          src/targets/cgi/parser3.vcproj,
                   8948:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   8949:          new VS project files
                   8950: 
                   8951:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   8952:          .NET to detect Jalindi Igloo capabilities.
                   8953: 
                   8954:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
                   8955:          src/classes/classes.awk, src/doc/footer.htm,
                   8956:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   8957:          src/lib/Makefile.am, src/main/compile.tab.C,
                   8958:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   8959:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   8960:          merged 3.1.0 latest changes
                   8961: 
                   8962: 2003-08-15  paf
                   8963: 
                   8964:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   8965:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   8966: 
                   8967:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   8968:          non-ascii <yyy> now encoded correctly
                   8969: 
                   8970: 2003-07-29  paf
                   8971: 
                   8972:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   8973:          dist
                   8974: 
                   8975:        * src/types/pa_vmail.C: just started --with-mail-receive
                   8976: 
                   8977: 2003-07-28  paf
                   8978: 
                   8979:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   8980:          dependence in src/classes, src/lib/gc now in dist
                   8981: 
                   8982:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   8983: 
                   8984: 2003-07-25  paf
                   8985: 
                   8986:        * src/doc/footer.htm: year
                   8987: 
                   8988: 2003-07-24  paf
                   8989: 
                   8990:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   8991:          fix
                   8992: 
                   8993:        * src/include/pa_version.h: release
                   8994: 
                   8995:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
                   8996: 
                   8997:        * ChangeLog, src/classes/classes.dsp, src/classes/gd/gd.dsp,
                   8998:          src/classes/smtp/smtp.dsp, src/main/main.dsp,
                   8999:          src/main/pa_globals.C,
                   9000:          src/targets/apache13core/ApacheModuleParser3Core.dsp,
                   9001:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   9002:          src/types/types.dsp: cvs: getting rid of win32xml pseudo project
                   9003: 
                   9004:        * src/: main/compile.tab.C, main/pa_memory.C,
                   9005:          targets/apache13/pa_httpd.h: moved tempate_gc to HEAD
                   9006: 
                   9007:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   9008:          configure.in, operators.txt, parser3.dsw,
                   9009:          etc/parser3.charsets/koi8-r.cfg,
                   9010:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
                   9011:          src/classes/classes.C, src/classes/classes.awk,
                   9012:          src/classes/classes.dsp, src/classes/classes.h,
                   9013:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   9014:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   9015:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   9016:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   9017:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   9018:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   9019:          src/classes/gd/Makefile.am, src/classes/gd/gd.dsp,
                   9020:          src/classes/gd/gif.C, src/classes/gd/gif.h,
                   9021:          src/classes/gd/gifio.C, src/classes/smtp/comms.C,
                   9022:          src/classes/smtp/smtp.C, src/classes/smtp/smtp.dsp,
                   9023:          src/classes/smtp/smtp.h, src/doc/exception.dox,
                   9024:          src/doc/index.dox, src/doc/memory.dox, src/doc/string.dox,
                   9025:          src/include/Makefile.am, src/include/pa_array.h,
                   9026:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   9027:          src/include/pa_charsets.h, src/include/pa_common.h,
                   9028:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   9029:          src/include/pa_config_includes.h, src/include/pa_dictionary.h,
                   9030:          src/include/pa_dir.h, src/include/pa_exception.h,
                   9031:          src/include/pa_exec.h, src/include/pa_globals.h,
                   9032:          src/include/pa_hash.h, src/include/pa_memory.h,
                   9033:          src/include/pa_opcode.h, src/include/pa_operation.h,
                   9034:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
                   9035:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   9036:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   9037:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   9038:          src/include/pa_sql_connection.h,
                   9039:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   9040:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   9041:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   9042:          src/include/pa_threads.h, src/include/pa_types.h,
                   9043:          src/include/pa_uue.h, src/lib/Makefile.am,
                   9044:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   9045:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   9046:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   9047:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
                   9048:          src/lib/cord/include/ec.h,
                   9049:          src/lib/cord/include/private/Makefile.am,
                   9050:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
                   9051:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   9052:          src/lib/md5/pa_md5c.c, src/lib/patches/Makefile.am,
                   9053:          src/lib/patches/gc.patch, src/lib/patches/gdome2.patch,
                   9054:          src/lib/patches/libxml2.patch, src/lib/patches/libxslt.patch,
                   9055:          src/lib/pcre/pcre.h, src/lib/pcre/pcre_parser_ctype.c,
                   9056:          src/main/Makefile.am, src/main/compile.C, src/main/compile.tab.C,
                   9057:          src/main/compile.y, src/main/compile_tools.C,
                   9058:          src/main/compile_tools.h, src/main/execute.C, src/main/main.dsp,
                   9059:          src/main/pa_array.C, src/main/pa_cache_managers.C,
                   9060:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   9061:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   9062:          src/main/pa_dir.C, src/main/pa_exception.C, src/main/pa_exec.C,
                   9063:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   9064:          src/main/pa_request.C, src/main/pa_socks.C,
                   9065:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9066:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   9067:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   9068:          src/targets/Makefile.am,
                   9069:          src/targets/apache13/ApacheModuleParser3.dsp,
                   9070:          src/targets/apache13/Makefile.am,
                   9071:          src/targets/apache13/mod_parser3.C,
                   9072:          src/targets/apache13/p3runConfigure.in,
                   9073:          src/targets/apache13/pa_md5c.c, src/targets/apache13/pa_pool.C,
                   9074:          src/targets/apache13/pa_threads.C,
                   9075:          src/targets/apache13core/ApacheModuleParser3Core.dsp,
                   9076:          src/targets/apache13core/Makefile.am,
                   9077:          src/targets/apache13core/mod_parser3.C,
                   9078:          src/targets/apache13core/pa_threads.C,
                   9079:          src/targets/cgi/Makefile.am, src/targets/cgi/getopt.c,
                   9080:          src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
                   9081:          src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
                   9082:          src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
                   9083:          src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
                   9084:          src/targets/isapi/pa_pool.C, src/targets/isapi/pa_threads.C,
                   9085:          src/targets/isapi/parser3isapi.C,
                   9086:          src/targets/isapi/parser3isapi.dsp,
                   9087:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
                   9088:          src/types/pa_junction.h, src/types/pa_method.h,
                   9089:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   9090:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   9091:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   9092:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   9093:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   9094:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   9095:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   9096:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   9097:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   9098:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   9099:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   9100:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   9101:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   9102:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   9103:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   9104:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   9105:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   9106:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   9107:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   9108:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   9109:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   9110:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   9111:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   9112:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   9113:          www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
                   9114:          moved tempate_gc to HEAD
                   9115: 
                   9116:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   9117:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   9118:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   9119:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   9120:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   9121:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   9122:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   9123:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   9124:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   9125:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   9126:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   9127:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   9128:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   9129:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   9130:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   9131:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   9132:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   9133:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   9134:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   9135:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   9136:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   9137:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   9138:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   9139:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   9140:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   9141:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   9142:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   9143:          outputs/create-dir, results/001.processed, results/002.processed,
                   9144:          results/003.processed, results/004.processed,
                   9145:          results/005.processed, results/006.processed,
                   9146:          results/007.processed, results/008.processed,
                   9147:          results/009.processed, results/010.processed,
                   9148:          results/011.processed, results/012.processed,
                   9149:          results/013.processed, results/014.processed,
                   9150:          results/015.processed, results/016.processed,
                   9151:          results/017.processed, results/018.processed,
                   9152:          results/019.processed, results/020.processed,
                   9153:          results/021.processed, results/022.processed,
                   9154:          results/023.processed, results/024.processed,
                   9155:          results/025.processed, results/026.processed,
                   9156:          results/027.processed, results/028.processed,
                   9157:          results/029.processed, results/030.processed,
                   9158:          results/031.processed, results/032.processed,
                   9159:          results/033.processed, results/034.processed,
                   9160:          results/035.processed, results/036.processed,
                   9161:          results/037.processed, results/038.processed,
                   9162:          results/039.processed, results/040.processed,
                   9163:          results/041.processed, results/042.processed,
                   9164:          results/043.processed, results/044.processed,
                   9165:          results/045.processed, results/046.processed,
                   9166:          results/047.processed, results/048.processed,
                   9167:          results/049.processed, results/050.processed,
                   9168:          results/051.processed, results/052.processed,
                   9169:          results/053.processed, results/054.processed,
                   9170:          results/055.processed, results/056.processed,
                   9171:          results/057.processed, results/058.processed,
                   9172:          results/059.processed, results/060.processed,
                   9173:          results/061.processed, results/062.processed,
                   9174:          results/063.processed, results/064.processed,
                   9175:          results/065.processed, results/066.processed,
                   9176:          results/067.processed, results/068.processed,
                   9177:          results/069.processed, results/070.processed,
                   9178:          results/071.processed, results/072.processed,
                   9179:          results/073.processed, results/074.processed,
                   9180:          results/075.processed, results/076.processed,
                   9181:          results/077.processed, results/078.processed,
                   9182:          results/079.processed, results/080.processed,
                   9183:          results/081.processed, results/082.processed,
                   9184:          results/083.processed, results/084.processed,
                   9185:          results/085.processed, results/086.processed,
                   9186:          results/087.processed, results/088.processed,
                   9187:          results/089.processed, results/090.processed,
                   9188:          results/091.processed, results/092.processed,
                   9189:          results/093.processed, results/094.processed,
                   9190:          results/095.processed, results/096.processed,
                   9191:          results/097.processed, results/098.processed,
                   9192:          results/099.processed, results/100.processed,
                   9193:          results/101.processed, results/102.processed,
                   9194:          results/103.processed, results/104.processed,
                   9195:          results/105.processed, results/106.processed,
                   9196:          results/107.processed, results/108.processed,
                   9197:          results/109.processed, results/110.processed,
                   9198:          results/111.processed, results/112.processed,
                   9199:          results/113.processed, results/114.processed,
                   9200:          results/115.processed, results/116.processed,
                   9201:          results/117.processed, results/118.processed,
                   9202:          results/119.processed, results/120.processed,
                   9203:          results/121.processed, results/122.processed,
                   9204:          results/123.processed, results/124.processed,
                   9205:          results/125.processed, results/126.processed,
                   9206:          results/127.processed, results/128.processed,
                   9207:          results/129.processed, results/130.processed,
                   9208:          results/131.processed, results/132.processed,
                   9209:          results/133.processed, results/134.processed,
                   9210:          results/135.processed, results/136.processed,
                   9211:          results/137.processed, results/138.processed,
                   9212:          results/139.processed, results/140.processed,
                   9213:          results/141.processed: merged(copied) to HEAD from template_gc
                   9214: 
                   9215:        * src/targets/: apache13/ApacheModuleParser3.dsp, cgi/parser3.dsp,
                   9216:          isapi/parser3isapi.dsp: more step towards \parser3project not
                   9217:          having to be in root
                   9218: 
                   9219:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   9220:          targets/apache13/ApacheModuleParser3.dsp,
                   9221:          targets/apache13/pa_md5c.c: apache module compiled [were minor
                   9222:          unnecessary changes in lib/md5 interface]
                   9223: 
                   9224:        * src/include/pa_version.h: release
                   9225: 
                   9226:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
                   9227:          relative paths to xml&gc libs
                   9228: 
                   9229:        * src/classes/math.C: merged uuid bugfix
                   9230: 
                   9231:        * tests/: 141.html, results/141.processed: fixed bug with
                   9232:          too-small-a-buffer
                   9233: 
                   9234:        * src/classes/math.C: uuid bugfix
                   9235: 
                   9236:        * tests/: 141.html, Makefile, results/005.processed,
                   9237:          results/030.processed, results/075.processed,
                   9238:          results/078.processed: to reflect date format change (were -
                   9239:          become ' ')
                   9240: 
                   9241:        * src/classes/math.C: uuid bugfix
                   9242: 
                   9243:        * parser3.dsw, src/main/pa_globals.C,
                   9244:          src/targets/apache13/ApacheModuleParser3.dsp,
                   9245:          www/htdocs/.htaccess: few paths for libxml debug/release changes
                   9246: 
                   9247:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   9248: 
                   9249: 2003-07-23  paf
                   9250: 
                   9251:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9252:          renamed a little [to move to comman naming conv]
                   9253: 
                   9254:        * src/targets/apache13/Makefile.am: proper dependence to rebuild
                   9255:          p3conf from .in
                   9256: 
                   9257:        * src/targets/: Makefile.am, apache13/Makefile.am,
                   9258:          apache13/p3runConfigure.in, apache13/pa_httpd.h,
                   9259:          apache13core/Makefile.am: apache13 splitted to simplify apache
                   9260:          build
                   9261: 
                   9262:        * src/targets/apache13/hook/: Makefile.am, mod_parser3.c: not
                   9263:          needed now
                   9264: 
                   9265:        * src/targets/: apache13/ApacheModuleParser3.dsp,
                   9266:          apache13/mod_parser3.c, apache13/mod_parser3_main.C,
                   9267:          apache13/pa_httpd.h, apache13/pa_threads.C,
                   9268:          apache13core/ApacheModuleParser3Core.dsp,
                   9269:          apache13core/mod_parser3.C, apache13core/pa_threads.C: splitted
                   9270:          apache to two projects to simplify separate c/c++ compilation
                   9271: 
                   9272:        * src/targets/apache13/mod_parser3.c: started splitting mod_parser3
                   9273:          into two parts: C and C++
                   9274: 
                   9275:        * src/targets/apache13/mod_parser3.c: started splitting mod_parser3
                   9276:          into two parts: C and C++
                   9277: 
                   9278:        * src/targets/apache13/: Makefile.am, mod_parser3.C,
                   9279:          ApacheModuleParser3.dsp, mod_parser3_main.C, pa_httpd.h,
                   9280:          pa_md5c.c: started splitting mod_parser3 into two parts: C and
                   9281:          C++
                   9282: 
                   9283:        * src/targets/apache13/pa_threads.C: decided to support
                   9284:          multithreading in apache module only on win32 see that apache
                   9285:          1.3.28 supports it only in win32+netware...
                   9286: 
                   9287:        * src/lib/patches/gc.patch: this bug remains even in
                   9288:          latest-at-the-moment: gc6.2alpha6 just reported to hans
                   9289: 
                   9290:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   9291:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   9292:          main/pa_stylesheet_manager.C,
                   9293:          targets/apache13/ApacheModuleParser3.dsp,
                   9294:          targets/isapi/parser3isapi.dsp: stack top_index() fixed
                   9295: 
                   9296:        * src/main/pa_globals.C: minor style changes
                   9297: 
                   9298:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   9299:          closing/caching fixed [connections were not closed/put to cache]
                   9300: 
                   9301:        * src/targets/apache13/: ApacheModuleParser3.dsp, mod_parser3.C:
                   9302:          updated to new sapi interface
                   9303: 
                   9304: 2003-07-22  paf
                   9305: 
                   9306:        * INSTALL: gc part updated stightly
                   9307: 
                   9308:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   9309:          new sapi interface
                   9310: 
                   9311:        * src/classes/file.C: comment on OS
                   9312: 
                   9313:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   9314:          one deeper in cord lib]
                   9315: 
                   9316:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   9317: 
                   9318:        * src/main/pa_memory.C: out of memory is no longer coredump
                   9319: 
                   9320:        * INSTALL: disable-threads adviced
                   9321: 
                   9322: 2003-07-21  paf
                   9323: 
                   9324:        * src/classes/Makefile.am: removed circular dependency on classes.C
                   9325: 
                   9326:        * src/classes/file.C: file::exec/cgi environment variables now must
                   9327:          be UPPERCASE and A-Z 0-9 _-
                   9328: 
                   9329:        * src/classes/file.C: env passing fixed
                   9330: 
                   9331:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   9332: 
                   9333:        * src/main/pa_common.C: http:// CRLF now
                   9334: 
                   9335: 2003-07-02  paf
                   9336: 
                   9337:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   9338:          fields to reflect their real meaning
                   9339: 
                   9340: 2003-06-27  paf
                   9341: 
                   9342:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   9343:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   9344:          file::exec/cgi .charset
                   9345: 
                   9346: 2003-06-26  paf
                   9347: 
                   9348:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   9349:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   9350:          src/classes/table.C, www/htdocs/.htaccess: fixed several
                   9351:          uninitialized local structures.  notably ^hash.foreach now
                   9352:          inserts delimiters properly [were inserting it before first body]
                   9353: 
                   9354: 2003-06-24  paf
                   9355: 
                   9356:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   9357: 
                   9358: 2003-06-20  paf
                   9359: 
                   9360:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   9361:          src/main/pa_globals.C: introducing
                   9362:          $f[^file::load[binary;http://...]] $f.tables
                   9363: 
                   9364: 2003-06-06  paf
                   9365: 
                   9366:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   9367:          table. [were method lookup: inconsistent]
                   9368: 
                   9369: 2003-06-02  paf
                   9370: 
                   9371:        * src/include/pa_memory.h: empty string clone fixed to return
                   9372:          writable memory
                   9373: 
                   9374:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   9375:          were not appended] which violated string invariant
                   9376: 
                   9377: 2003-05-30  paf
                   9378: 
                   9379:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   9380:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   9381: 
                   9382:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   9383:          GMT  ; RFC 822, updated by RFC 1123
                   9384: 
                   9385:        * src/: classes/file.C, classes/form.C,
                   9386:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   9387:          targets/isapi/parser3isapi.C: initialized request_info properly
                   9388: 
                   9389:        * src/classes/xnode.C: found minor bug, commended for future
                   9390: 
                   9391: 2003-05-28  paf
                   9392: 
                   9393:        * src/classes/form.C: request_info.content_length can't be <0,
                   9394:          size_t for some time
                   9395: 
                   9396: 2003-05-26  paf
                   9397: 
                   9398:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   9399:          forgotten <0 changed to !=STRING_NOT_FOUND
                   9400: 
                   9401:        * src/classes/math.C: merged ffffu from HEAD
                   9402: 
                   9403: 2003-05-11  paf
                   9404: 
                   9405:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   9406: 
                   9407:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   9408:          premature doc free.  transformed document had xmlDoc reference
                   9409:          stored to non-gc-memory (libgdome) added holding-reference
                   9410: 
                   9411: 2003-04-29  paf
                   9412: 
                   9413:        * src/main/pa_globals.C: started digging on double free.  on win32
                   9414:          found that that's perfectly normal.
                   9415: 
                   9416: 2003-04-25  paf
                   9417: 
                   9418:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   9419: 
                   9420:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   9421: 
                   9422:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   9423:          print anything.  changed to quicker and simplier code
                   9424: 
                   9425:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   9426:          strict a check]
                   9427: 
                   9428:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   9429: 
                   9430: 2003-04-24  paf
                   9431: 
                   9432:        * src/include/pa_table.h: too strict assert loosened
                   9433: 
                   9434:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   9435:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   9436:          report
                   9437: 
                   9438: 2003-04-21  paf
                   9439: 
                   9440:        * src/targets/cgi/Makefile.am: pp3 added to .am
                   9441: 
                   9442:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   9443:          memory
                   9444: 
                   9445:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   9446:          xmlMallocAtomic [author agreed to my suggestion], used that
                   9447: 
                   9448:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   9449: 
                   9450:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   9451:          types/pa_vmail.C: attributed_meaning_to_string added
                   9452:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   9453:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   9454:          made that param obligatory
                   9455: 
                   9456:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   9457:          fixed [assert helped]
                   9458: 
                   9459:        * src/include/pa_string.h: assert added [looking for bug]
                   9460: 
                   9461:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   9462:          names on Win32 considered disk-global
                   9463: 
                   9464:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   9465:          considered disk-global
                   9466: 
                   9467: 2003-04-18  paf
                   9468: 
                   9469:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   9470:          filenames
                   9471: 
                   9472:        * src/main/untaint.C: enabled '~' letter in filenames
                   9473: 
                   9474: 2003-04-16  paf
                   9475: 
                   9476:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   9477: 
                   9478:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   9479:          HEAD
                   9480: 
                   9481:        * src/classes/table.C: fix: gcc reported tiny error
                   9482: 
                   9483: 2003-04-15  paf
                   9484: 
                   9485:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9486:          src/lib/md5/pa_md5c.c, tests/141.html,
                   9487:          tests/results/141.processed, www/htdocs/.htaccess: merged from
                   9488:          head ^math:uuid[] ^math:uid64[] ^math:md5[string]
                   9489: 
                   9490:          test added: 141.html
                   9491: 
                   9492:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   9493: 
                   9494:        * src/classes/math.C: ^math:uuid[]
                   9495: 
                   9496:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   9497: 
                   9498:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9499:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   9500: 
                   9501:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   9502:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   9503:          ^file::load[mode;name;     $.offset     $.limit
                   9504: 
                   9505: 2003-04-14  paf
                   9506: 
                   9507:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9508:          started ^math:md5
                   9509: 
                   9510:        * src/classes/table.C, src/include/pa_array.h,
                   9511:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   9512:          tests/results/140.processed: table $.reverse option works in
                   9513:          create&co table $.distinct[tables] bug fix merged
                   9514: 
                   9515:        * src/: classes/table.C, include/pa_table.h: table
                   9516:          $.distinct[tables] bug fixed
                   9517: 
                   9518:        * src/classes/table.C: more warnings
                   9519: 
                   9520:        * src/include/pa_array.h, src/include/pa_table.h,
                   9521:          src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
                   9522:          table::set_current, moved them back to table::locate implemented
                   9523:          table::create/join ñ $.reverse
                   9524: 
                   9525:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   9526:          removed checks in table::set_current, moved them back to
                   9527:          table::locate
                   9528: 
                   9529: 2003-04-11  paf
                   9530: 
                   9531:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   9532:          src/include/pa_array.h, src/include/pa_common.h,
                   9533:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   9534:          src/include/pa_table.h, src/main/pa_request.C,
                   9535:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9536:          src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
                   9537:          before_append_array_limit_sense_change to
                   9538:          after_append_array_limit_sense_change
                   9539: 
                   9540:        * src/classes/table.C: typo
                   9541: 
                   9542:        * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
                   9543:          src/classes/table.C, src/include/pa_array.h,
                   9544:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   9545:          src/include/pa_globals.h, src/include/pa_table.h,
                   9546:          src/main/pa_array.C, src/main/pa_globals.C,
                   9547:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9548:          src/main/pa_string.C, src/main/pa_table.C:
                   9549:          append_array_limit_sense_change locate accepts options same as
                   9550:          create new option: $.reverse(1)   [do not work in table::create]
                   9551: 
                   9552:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   9553:          (stat xxx,
                   9554: 
                   9555:        * src/classes/: table.C: typo
                   9556: 
                   9557:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   9558:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   9559:          results/130.processed, results/131.processed,
                   9560:          results/132.processed, results/133.processed,
                   9561:          results/134.processed, results/135.processed,
                   9562:          results/136.processed, results/137.processed,
                   9563:          results/138.processed, results/139.processed: added few mustfail
                   9564:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   9565:          date/time 132.html mustfail: access to junction outside of
                   9566:          context 133.html mustfail: access to junction outside of context,
                   9567:          case version 134.html mustfail: hash: adding a key inside of
                   9568:          foreach 135.html mustfail: modifying system class 136.html
                   9569:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   9570:          appendChild without import 138.html mustfail: invalid encoding
                   9571:          inside of xml 139.html mustfail: bad XPath
                   9572: 
                   9573:        * operators.txt, src/classes/table.C, tests/084.html,
                   9574:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   9575:          tests/129.html, tests/results/125.processed,
                   9576:          tests/results/126.processed, tests/results/127.processed,
                   9577:          tests/results/128.processed, tests/results/129.processed: merged
                   9578:          from HEAD ^table.hash[key][$.distinct[tables]]
                   9579: 
                   9580:          maked appropriate tests [changed one old nonconforming]
                   9581: 
                   9582:        * operators.txt, src/classes/table.C:
                   9583:          ^table.hash[key][$.distinct[tables]]
                   9584: 
                   9585:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9586:          merged fix for found very old xml (dom) bug: were passing
                   9587:          domString objects and later ERROREOUSLY freed them
                   9588: 
                   9589:        * src/lib/patches/gdome2.patch: const
                   9590: 
                   9591:        * src/lib/patches/gdome2.patch: less xml, couple dup were valid
                   9592: 
                   9593:        * src/lib/patches/gdome2.patch: removed bad lines
                   9594: 
                   9595:        * src/lib/patches/gdome2.patch: context-style
                   9596: 
                   9597:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   9598:          src/lib/patches/Makefile.am, src/lib/patches/gdome2.patch,
                   9599:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   9600:          libgdome bug can not be worked around
                   9601: 
                   9602: 2003-04-10  paf
                   9603: 
                   9604:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9605:          found very old xml (dom) bug: were passing domString objects and
                   9606:          later ERROREOUSLY freed them
                   9607: 
                   9608:        * src/doc/string.dox, src/include/pa_memory.h,
                   9609:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   9610:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   9611:          tests/123.html, tests/124.html, tests/results/001.processed,
                   9612:          tests/results/002.processed, tests/results/003.processed,
                   9613:          tests/results/004.processed, tests/results/005.processed,
                   9614:          tests/results/006.processed, tests/results/008.processed,
                   9615:          tests/results/009.processed, tests/results/010.processed,
                   9616:          tests/results/011.processed, tests/results/012.processed,
                   9617:          tests/results/013.processed, tests/results/014.processed,
                   9618:          tests/results/015.processed, tests/results/016.processed,
                   9619:          tests/results/017.processed, tests/results/018.processed,
                   9620:          tests/results/020.processed, tests/results/021.processed,
                   9621:          tests/results/022.processed, tests/results/023.processed,
                   9622:          tests/results/024.processed, tests/results/025.processed,
                   9623:          tests/results/026.processed, tests/results/027.processed,
                   9624:          tests/results/028.processed, tests/results/029.processed,
                   9625:          tests/results/030.processed, tests/results/031.processed,
                   9626:          tests/results/032.processed, tests/results/033.processed,
                   9627:          tests/results/034.processed, tests/results/035.processed,
                   9628:          tests/results/036.processed, tests/results/037.processed,
                   9629:          tests/results/038.processed, tests/results/039.processed,
                   9630:          tests/results/040.processed, tests/results/041.processed,
                   9631:          tests/results/042.processed, tests/results/043.processed,
                   9632:          tests/results/044.processed, tests/results/045.processed,
                   9633:          tests/results/046.processed, tests/results/047.processed,
                   9634:          tests/results/048.processed, tests/results/049.processed,
                   9635:          tests/results/050.processed, tests/results/051.processed,
                   9636:          tests/results/052.processed, tests/results/053.processed,
                   9637:          tests/results/054.processed, tests/results/055.processed,
                   9638:          tests/results/056.processed, tests/results/057.processed,
                   9639:          tests/results/058.processed, tests/results/059.processed,
                   9640:          tests/results/060.processed, tests/results/061.processed,
                   9641:          tests/results/062.processed, tests/results/063.processed,
                   9642:          tests/results/064.processed, tests/results/065.processed,
                   9643:          tests/results/066.processed, tests/results/067.processed,
                   9644:          tests/results/068.processed, tests/results/069.processed,
                   9645:          tests/results/070.processed, tests/results/071.processed,
                   9646:          tests/results/072.processed, tests/results/073.processed,
                   9647:          tests/results/074.processed, tests/results/075.processed,
                   9648:          tests/results/076.processed, tests/results/077.processed,
                   9649:          tests/results/078.processed, tests/results/079.processed,
                   9650:          tests/results/080.processed, tests/results/081.processed,
                   9651:          tests/results/082.processed, tests/results/083.processed,
                   9652:          tests/results/084.processed, tests/results/085.processed,
                   9653:          tests/results/086.processed, tests/results/087.processed,
                   9654:          tests/results/088.processed, tests/results/089.processed,
                   9655:          tests/results/090.processed, tests/results/091.processed,
                   9656:          tests/results/092.processed, tests/results/093.processed,
                   9657:          tests/results/094.processed, tests/results/095.processed,
                   9658:          tests/results/096.processed, tests/results/097.processed,
                   9659:          tests/results/101.processed, tests/results/102.processed,
                   9660:          tests/results/104.processed, tests/results/105.processed,
                   9661:          tests/results/106.processed, tests/results/107.processed,
                   9662:          tests/results/108.processed, tests/results/109.processed,
                   9663:          tests/results/110.processed, tests/results/111.processed,
                   9664:          tests/results/112.processed, tests/results/113.processed,
                   9665:          tests/results/114.processed, tests/results/115.processed,
                   9666:          tests/results/116.processed, tests/results/117.processed,
                   9667:          tests/results/118.processed, tests/results/119.processed,
                   9668:          tests/results/120.processed, tests/results/121.processed,
                   9669:          tests/results/122.processed, tests/results/123.processed,
                   9670:          tests/results/124.processed: new convention: char* never 0.
                   9671:          assert in cord on that
                   9672: 
                   9673:        * src/main/pa_charset.C: couple more asserts
                   9674: 
                   9675:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   9676:          speedup
                   9677: 
                   9678:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   9679:          added [may be those is the case now?]
                   9680: 
                   9681:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   9682:          that's memory from gc_malloc, not from g_malloc :(, but would
                   9683:          hope]
                   9684: 
                   9685:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   9686:          that's memory from gc_malloc, not from g_malloc :(, but would
                   9687:          hope]
                   9688: 
                   9689:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   9690: 
                   9691: 2003-04-09  paf
                   9692: 
                   9693:        * src/classes/date.C: merged ^date.roll changes
                   9694: 
                   9695:        * src/classes/date.C: ^date.roll bug fix
                   9696: 
                   9697:        * src/classes/date.C: ^date.roll now throws less errors: month
                   9698:          shifts handles end of month situation by reducing day number
                   9699:          hour-hole shift reduces hour to recover
                   9700: 
                   9701:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   9702:          Sort by function time
                   9703: 
                   9704:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   9705:          http://   $.charset[] param done
                   9706: 
                   9707:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   9708:          added [after volatile fix. passes on win&intel-solaris]
                   9709: 
                   9710: 2003-04-08  paf
                   9711: 
                   9712:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   9713:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   9714:          include/pa_common.h, include/pa_request_charsets.h,
                   9715:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9716:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   9717:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   9718:          types/pa_vresponse.C: started http://   $.charset[] param and
                   9719:          http response charset detection just compiled.  todo:test
                   9720: 
                   9721:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   9722: 
                   9723:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   9724:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   9725:          types/pa_vmail.C: changed transcode param converntion  along with
                   9726:          string creating convention -- all strings are zero-terminated,
                   9727:          this allowed to fix one remaining String("123", 2) case
                   9728: 
                   9729:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9730:          classes/op.C, classes/string.C, classes/table.C,
                   9731:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   9732:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   9733:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   9734:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   9735:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   9736:          violated String::invariant. started fixing [not compiled now]
                   9737: 
                   9738:        * src/classes/string.C, src/include/pa_string.h,
                   9739:          src/lib/cord/cordbscs.c, src/main/compile.tab.C,
                   9740:          src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
                   9741:          src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
                   9742:          style improvements & optimizations
                   9743: 
                   9744:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   9745:          :(]
                   9746: 
                   9747:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   9748:          [for it's a pointer really]
                   9749: 
                   9750:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   9751:          'n' param. worked that around
                   9752: 
                   9753:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   9754:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   9755:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   9756:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   9757:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   9758: 
                   9759:          Thanks for the bug report and patch.
                   9760: 
                   9761:          I hadn't looked at this code in a while.  Reading it now, it
                   9762:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   9763:          comply with the invariant, though that may not matter a lot.  I
                   9764:          changed that, too.
                   9765: 
                   9766:          Hans
                   9767: 
                   9768: 2003-04-07  paf
                   9769: 
                   9770:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   9771:          merged from head:safe mode error message now includes numbers
                   9772: 
                   9773:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   9774:          problem: as_double returns it's result in fp-register compiler
                   9775:          optimizes access to that register after b->as_double, and just
                   9776:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   9777:          from memory.  _SAME_ double values do not match here.  when
                   9778:          forced to REload fp-register, values do match.
                   9779: 
                   9780:          tried to make them volatile.
                   9781: 
                   9782:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   9783:          problem: as_double returns it's result in fp-register compiler
                   9784:          optimizes access to that register after b->as_double, and just
                   9785:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   9786:          from memory.  _SAME_ double values do not match here.  when
                   9787:          forced to REload fp-register, values do match.
                   9788: 
                   9789:          tried to make them volatile.
                   9790: 
                   9791:        * src/types/pa_vobject.h: small style change
                   9792: 
                   9793:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   9794: 
                   9795:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   9796:          mode error message now includes numbers
                   9797: 
                   9798:        * src/main/untaint.C, src/targets/cgi/parser3.C,
                   9799:          www/htdocs/.htaccess: unknown untaint lang now causes death
                   9800: 
                   9801: 2003-04-04  paf
                   9802: 
                   9803:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   9804:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   9805:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   9806:          Sent: Thursday, January 23, 2003 9:14 AM
                   9807: 
                   9808:          huge speedup on ^file::cgi with big result
                   9809: 
                   9810:        * src/classes/table.C: sort table with 0 rows bug fixed
                   9811: 
                   9812:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   9813:          fix http://i2/tasks/edit/?id=4493701604654042676
                   9814: 
                   9815:          @main[] $with_default[  $.a[1]  $._default[default from
                   9816:          with_default] ] ^show[$with_default]
                   9817: 
                   9818:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   9819:          =$to_add_to.xxx=<br>
                   9820: 
                   9821:          ^show[$to_add_to]
                   9822: 
                   9823:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   9824:          ^show[$cloned]
                   9825: 
                   9826:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   9827: 
                   9828:          }  <hr>
                   9829: 
                   9830:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   9831:          http://i2/tasks/edit/?id=4493701604654042676
                   9832: 
                   9833:          @main[] $with_default[  $.a[1]  $._default[default from
                   9834:          with_default] ] ^show[$with_default]
                   9835: 
                   9836:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   9837:          =$to_add_to.xxx=<br>
                   9838: 
                   9839:          ^show[$to_add_to]
                   9840: 
                   9841:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   9842:          ^show[$cloned]
                   9843: 
                   9844:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   9845: 
                   9846:          }  <hr>
                   9847: 
                   9848:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   9849:          http://i2/tasks/edit/?id=4507350336410850921
                   9850: 
                   9851:        * src/classes/xdoc.C: memory allocation func bugfix
                   9852:          http://i2/tasks/edit/?id=4499303470368629745
                   9853: 
                   9854:        * src/classes/math.C: allowed random 1...
                   9855: 
                   9856:        * src/classes/math.C: allowed random 0..
                   9857: 
                   9858:        * src/main/pa_globals.C: exif mem leak
                   9859:          http://i2/tasks/edit/?id=4480590323629807263
                   9860: 
                   9861:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   9862:          classes/smtp/smtp.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   9863:          types/pa_vmail.C, types/types.dsp: buf fix
                   9864:          http://i2/tasks/edit/?id=4493946731322521294
                   9865:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   9866: 
                   9867:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   9868:          classes/smtp/smtp.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   9869:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   9870:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   9871:          links to xml libs made relative, no need to unpack parser3project
                   9872:          to /parser3project.
                   9873: 
                   9874:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   9875:          column more precise - tab handling bug fixed
                   9876: 
                   9877:        * src/main/: compile.tab.C, compile.y: more understandable error
                   9878:          message in case @CLASS with more then one line inside
                   9879: 
                   9880:        * src/targets/cgi/parser3.C: more understandable error message in
                   9881:          case of errors in @unhandled_exception
                   9882: 
                   9883: 2003-04-03  paf
                   9884: 
                   9885:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   9886:          src/main/compile.tab.C, src/main/compile.y,
                   9887:          src/main/compile_tools.C, src/main/compile_tools.h,
                   9888:          src/main/execute.C, src/main/pa_request.C: debug info format
                   9889:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   9890: 
                   9891:          higher limits:   file number (max: 255)   line number (max:
                   9892:          64535)   column number (max: 255)
                   9893: 
                   9894:        * src/classes/math.C: top limit
                   9895: 
                   9896:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   9897:          precise parse error position in case of
                   9898: 
                   9899:          ^bug ]
                   9900: 
                   9901:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   9902:          changed to realities, and passed [bug fixed]
                   9903: 
                   9904:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   9905:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   9906:          main/compile_tools.h, main/pa_request.C: introducing
                   9907:          ^process...[main-method-alias]
                   9908: 
                   9909:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   9910:          classes/string.C, classes/table.C, classes/xdoc.C,
                   9911:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   9912:          params receive zero reference, but they are expected not to look
                   9913:          there]
                   9914: 
                   9915:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   9916:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   9917:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   9918:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   9919:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   9920:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   9921:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   9922:          [methods without params receive zero reference, but they are
                   9923:          expected not to look there]
                   9924: 
                   9925:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   9926:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   9927:          ^process...[filename] useful for better error reporting
                   9928:          [file/line/col]
                   9929: 
                   9930:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   9931:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   9932:          '%s', it 2. method undefined in case of ^void[]
                   9933: 
                   9934:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   9935:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   9936:          handling done. now we have error columns todo: test it
                   9937: 
                   9938:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   9939:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   9940: 
                   9941:          this makes life easier: were: bad stack order -- were in
                   9942:          exception catch unwind order, which didn't match execution order
                   9943: 
                   9944:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   9945: 
                   9946:          @first[] ^throw[a;1]
                   9947: 
                   9948:          showed throw a first throw b try
                   9949: 
                   9950:          which is no good
                   9951: 
                   9952:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   9953:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   9954:          trace reset after handled exception [old bug fixed]
                   9955: 
                   9956:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   9957:          fixed.  position reporting made precise [both, in parse erros and
                   9958:          runtime errors]
                   9959: 
                   9960: 2003-04-02  paf
                   9961: 
                   9962:        * src/: include/pa_operation.h, include/pa_request.h,
                   9963:          main/compile.C, main/compile.tab.C, main/compile.y,
                   9964:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   9965:          main/pa_exception.C, main/pa_request.C: debug info: started
                   9966:          using.  todo:complete
                   9967: 
                   9968:        * src/classes/op.C, src/include/pa_operation.h,
                   9969:          src/include/pa_request.h, src/main/compile.C,
                   9970:          src/main/compile.tab.C, src/main/compile.y,
                   9971:          src/main/compile_tools.C, src/main/compile_tools.h,
                   9972:          src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
                   9973:          prepared debug info todo:use it
                   9974: 
                   9975:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   9976:          return Operation class->union after switching from autoptrs.
                   9977: 
                   9978:        * tests/: Makefile, results/108.processed, results/117.processed:
                   9979:          meta considered OK [it's up to coder now to remove it not needed]
                   9980: 
                   9981:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   9982:          Dictionary constructor when moved to gc]
                   9983: 
                   9984:        * src/main/pa_common.C: uncommented http:// file loading
                   9985: 
                   9986:        * src/classes/gd/gif.h, src/include/pa_array.h, src/main/execute.C,
                   9987:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   9988:          fix [gdGrowingBuf]
                   9989: 
                   9990:        * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
                   9991:          patches
                   9992: 
                   9993:        * src/lib/patches/Makefile.am: not patches now
                   9994: 
                   9995:        * src/lib/patches/libxml2.patch: found a way of dealing with
                   9996:          charset tables without patching library [price: imposed limit of
                   9997:          10 user-defined charsets, but limit can be easily increased]
                   9998: 
                   9999:        * src/lib/patches/libxslt.patch: decided against patching -- one
                   10000:          can remove that header in @postprocess, if he/she wants to
                   10001: 
                   10002:        * src/lib/patches/gdome2.patch: starting in gdome 0.7.4 this is no
                   10003:          longer needed [author applied my patch]
                   10004: 
                   10005:        * configure, src/include/pa_config_auto.h.in,
                   10006:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   10007: 
                   10008:        * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
                   10009:          file loading
                   10010: 
                   10011:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   10012:          xdoc::create/load
                   10013: 
                   10014:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   10015:          classes/string.C, classes/table.C, classes/void.C,
                   10016:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   10017:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   10018:          String::String(str,helper_length) are checked.  found/fixed one
                   10019:          place: $request:body now zero-terminated,
                   10020: 
                   10021:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   10022:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   10023:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   10024:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   10025:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   10026:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   10027:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   10028:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   10029:          easily optimizable)
                   10030: 
                   10031:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   10032:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   10033: 
                   10034:        * src/: include/pa_array.h, include/pa_stack.h,
                   10035:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   10036:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   10037:          become assertion iterator in methodframe filler
                   10038: 
                   10039:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   10040:          targets/cgi/parser3.C: array::get/put inlined
                   10041: 
                   10042:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   10043:          gc_substitute_memory_management_functions +installed CORD_oom
                   10044:          function
                   10045: 
                   10046:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   10047:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10048:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   10049:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   10050:          assertions started configure.in --enable-assertions
                   10051: 
                   10052: 2003-04-01  paf
                   10053: 
                   10054:        * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
                   10055:          src/main/pa_memory.C, src/targets/cgi/parser3.C,
                   10056:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   10057:          src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
                   10058:          down: gdome uses glib memory, and stores last pointer to xmlDoc
                   10059:          there, gc misses that and collects valid memory fixed by
                   10060:          remembering xmlDoc from dom object in xdoc.  todo: do something
                   10061:          with premature free of xdoc with xnodes/node values referring
                   10062:          into it
                   10063: 
                   10064:        * src/classes/: mail.C: typo fix
                   10065: 
                   10066:        * src/: classes/gd/Makefile.am, main/pa_memory.C: bug() to set bpt
                   10067:          in (memory.c) some .am changes
                   10068: 
                   10069:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   10070:          main/pa_memory.C: moved memory debugging to global level: to
                   10071:          pa_gc_malloc
                   10072: 
                   10073:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   10074:          debugging showed no errors. todo: debug parser memory
                   10075: 
                   10076:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   10077:          configurations
                   10078: 
                   10079:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   10080:          classes/smtp/smtp.dsp, include/pa_config_fixed.h,
                   10081:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   10082:          targets/apache13/ApacheModuleParser3.dsp,
                   10083:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   10084:          types/types.dsp: prepared xml-static configuration
                   10085: 
                   10086: 2003-03-31  paf
                   10087: 
                   10088:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   10089:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10090:          www/htdocs/.htaccess: started xml lib memory debugging, simple
                   10091:          checks failed: it seems that library does realloc(bad ptr), and
                   10092:          recording those ptrs in heap [for debugging] was bad: heap
                   10093:          situation changes = everything works fine
                   10094: 
                   10095:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   10096:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   10097:          limit of 10 user-defined charsets]
                   10098: 
                   10099: 2003-03-28  paf
                   10100: 
                   10101:        * src/main/execute.C: execution stack copied to local register
                   10102:          variable, removed lots [~2e7) of memory accesses
                   10103: 
                   10104: 2003-03-27  paf
                   10105: 
                   10106:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   10107:          works in debug, but fails in release todo: fix that
                   10108: 
                   10109:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   10110:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   10111:          replacement from gc branch
                   10112: 
                   10113:        * src/main/pa_exec.C: introducing append_help_length [radical
                   10114:          improvement here]
                   10115: 
                   10116:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   10117:          'not recommened' in gc.h, on win32 noticed no difference]
                   10118: 
                   10119:        * src/include/pa_array.h: returned checked array get [were disabled
                   10120:          for debugging] result:not slower [don't understand that, it were
                   10121:          INLINED] todo: find out a way of inlining it!
                   10122: 
                   10123:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   10124:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   10125:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   10126:          convention changed: all resulting strings are zero-terminated
                   10127: 
                   10128:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10129:          classes/string.C, classes/table.C, classes/void.C,
                   10130:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   10131:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   10132:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   10133:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10134:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   10135:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   10136:          append_help_length [radical improvement here]
                   10137: 
                   10138:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   10139:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   10140:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   10141:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   10142:          even slower
                   10143: 
                   10144:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   10145:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   10146:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   10147:          clients of &get(): most to use non-ref version, some[in tight
                   10148:          places] to get_unchecked_ref
                   10149: 
                   10150:        * src/doc/memory.dox: forgot to add
                   10151: 
                   10152:        * src/classes/classes.dsp, src/classes/memory.C,
                   10153:          src/classes/xdoc.C, src/classes/gd/gd.dsp,
                   10154:          src/classes/smtp/smtp.dsp, src/include/pa_array.h,
                   10155:          src/include/pa_request.h, src/include/pa_stack.h,
                   10156:          src/include/pa_string.h, src/lib/cord/cord.dsp,
                   10157:          src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
                   10158:          src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
                   10159:          src/main/compile.y, src/main/compile_tools.C,
                   10160:          src/main/compile_tools.h, src/main/main.dsp,
                   10161:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10162:          src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
                   10163:          src/types/pa_vmethod_frame.C, src/types/types.dsp,
                   10164:          www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
                   10165:          Stack::pop wiping removed [moved to separate func] other Array &
                   10166:          removed
                   10167: 
                   10168: 2003-03-26  paf
                   10169: 
                   10170:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   10171:          classes/table.C, classes/gd/gd.dsp, classes/smtp/smtp.dsp,
                   10172:          include/pa_array.h, include/pa_charset.h, include/pa_stack.h,
                   10173:          include/pa_string.h, include/pa_table.h, lib/cord/cord.dsp,
                   10174:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, lib/pcre/pcre.dsp,
                   10175:          main/compile.tab.C, main/compile.y, main/main.dsp,
                   10176:          main/pa_charset.C, main/pa_common.C, main/pa_exec.C,
                   10177:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   10178:          main/pa_table.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   10179:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10180:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   10181:          pre-evaluated .count() in some places
                   10182: 
                   10183:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   10184:          classes/smtp/smtp.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10185:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   10186:          types/types.dsp: .dsp profiling updated
                   10187: 
                   10188:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   10189:          classes/smtp/smtp.dsp, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   10190:          lib/md5/md5.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   10191:          types/types.dsp: started profiling
                   10192: 
                   10193:        * src/: classes/classes.dsp, classes/smtp/smtp.dsp,
                   10194:          lib/cord/cord.dsp, main/compile.tab.C, main/compile_tools.h,
                   10195:          main/main.dsp, targets/cgi/parser3.dsp,
                   10196:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   10197:          use lib/gc,lib/cord
                   10198: 
                   10199:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   10200:          src/classes/math.C, src/classes/op.C, src/classes/gd/gif.C,
                   10201:          src/classes/gd/gif.h, src/classes/smtp/smtp.h,
                   10202:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   10203:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   10204:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   10205:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   10206:          src/include/pa_version.h, src/lib/Makefile.am,
                   10207:          src/lib/cord/Makefile.am, src/lib/cord/include/Makefile.am,
                   10208:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   10209:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   10210:          src/targets/apache13/p3runConfigure.in,
                   10211:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   10212:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   10213:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   10214:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   10215:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   10216:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   10217:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   10218:          funcs ported pa_exec
                   10219: 
                   10220:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   10221: 
                   10222:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   10223:          bundled gc includes
                   10224: 
                   10225:        * src/classes/op.C, src/include/pa_array.h,
                   10226:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10227:          src/include/pa_version.h, src/main/compile.tab.C,
                   10228:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10229:          src/main/pa_exception.C, src/main/pa_request.C,
                   10230:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10231:          src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
                   10232:          bugfixes [while testing first real site (aval)]
                   10233: 
                   10234: 2003-03-25  paf
                   10235: 
                   10236:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   10237:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   10238:          process
                   10239: 
                   10240:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   10241:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   10242: 
                   10243:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   10244: 
                   10245:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   10246:          src/types/pa_value.h, src/types/pa_vfile.h,
                   10247:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10248:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   10249:          tests/results/121.processed: untaint.C L_URI
                   10250: 
                   10251:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   10252:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   10253:          src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
                   10254:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
                   10255: 
                   10256:        * tests/results/109.processed: it was a bug in parser. updated 109
                   10257:          test result
                   10258: 
                   10259:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   10260: 
                   10261:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   10262:          tests/results/107.processed: fixed dom language [values are now
                   10263:          considered tainted.  it was a bug in parser. updated 107 test
                   10264:          result
                   10265: 
                   10266:        * src/classes/xdoc.C: fixed transform params
                   10267: 
                   10268:        * src/: include/pa_stylesheet_manager.h,
                   10269:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   10270: 
                   10271:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   10272:          overloads for structure handling
                   10273: 
                   10274:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   10275:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   10276:          StringBody(0) ambiguilty, introducting static
                   10277:          StringBody::Format(int)
                   10278: 
                   10279:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   10280:          linked
                   10281: 
                   10282:        * src/types/pa_vxdoc.C: vxdoc compiled
                   10283: 
                   10284:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   10285:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   10286:          finalizers isntalled
                   10287: 
                   10288:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   10289:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   10290:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   10291:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   10292:          compiled todo: xnode.C / finalizers
                   10293: 
                   10294:        * src/doc/string.dox: updated: new string internals
                   10295: 
                   10296: 2003-03-24  paf
                   10297: 
                   10298:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10299:          include/pa_charset.h, include/pa_config_fixed.h,
                   10300:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   10301:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   10302:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   10303:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   10304:          types/pa_vxnode.h: started XML
                   10305: 
                   10306:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   10307: 
                   10308:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10309:          include/pa_string.h, main/pa_common.C,
                   10310:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   10311: 
                   10312:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10313:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   10314:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10315:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   10316:          for eq STRING_NOT_FOUND
                   10317: 
                   10318:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   10319:          optimize bit implemented
                   10320: 
                   10321:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10322:          String::ArrayFragment::append_positions fixed
                   10323: 
                   10324:        * src/: classes/table.C, classes/gd/gif.h, include/pa_string.h,
                   10325:          main/pa_string.C: String::this_starts fixed
                   10326: 
                   10327:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   10328: 
                   10329:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   10330:          hashcode implemented fully, including per-char callback [it can
                   10331:          be - substr CORD node]
                   10332: 
                   10333:        * src/: classes/gd/gif.h, classes/gd/gifio.C, include/pa_array.h,
                   10334:          main/compile.tab.C: gif encoding rewritten to rewalloc with
                   10335:          100byte buf ahead
                   10336: 
                   10337:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   10338:          src/classes/gd/gif.h, src/classes/gd/gifio.C,
                   10339:          src/include/pa_string.h, src/main/compile.tab.C,
                   10340:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10341:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   10342:          CORD_ec [bad] would rewrite as realloc now
                   10343: 
                   10344:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10345:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   10346:          classes/gd/gifio.C, include/pa_cache_managers.h,
                   10347:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   10348:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   10349:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   10350:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   10351:          targets/apache13/mod_parser3.C, targets/isapi/parser3isapi.C,
                   10352:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C,
                   10353:          types/pa_vmethod_frame.C, types/pa_vstateless_class.h: 2*2 worked
                   10354:          :)
                   10355: 
                   10356:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   10357:          src/include/pa_exec.h, src/include/pa_string.h,
                   10358:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   10359:          passed OK
                   10360: 
                   10361:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10362:          types/pa_value.C: all linked todo: debug
                   10363: 
                   10364:        * src/: classes/mail.C, classes/smtp/smtp.C, main/pa_request.C,
                   10365:          targets/cgi/parser3.C, types/pa_vstateless_class.C: all compiled.
                   10366:          todo:link
                   10367: 
                   10368:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   10369: 
                   10370:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   10371: 
                   10372:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   10373: 
                   10374:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   10375: 
                   10376:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   10377:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   10378:          pa_vstateless_class.C, pa_vstateless_class.h:
                   10379:          pa_vstateless_class.C compiled
                   10380: 
                   10381:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   10382:          types/pa_vmath.C: pa_vmail.C compiled
                   10383: 
                   10384:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   10385: 
                   10386:        * src/types/pa_vform.C: pa_vform.C compiled
                   10387: 
                   10388:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   10389: 
                   10390:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   10391:          pa_vstateless_class.C: pa_vcookie.C compiled
                   10392: 
                   10393:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   10394:          types/pa_vhash.h: pa_value.C compiled
                   10395: 
                   10396:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   10397:          classes.lib main.lib compiled
                   10398: 
                   10399:        * src/classes/void.C: void.C compiled
                   10400: 
                   10401:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   10402:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   10403:          compiled
                   10404: 
                   10405:        * src/: classes/string.C, include/pa_request.h,
                   10406:          include/pa_string.h, main/pa_string.C: string.C compiled
                   10407: 
                   10408:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   10409:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   10410:          main/pa_request.C, main/pa_string.C: op.C compiled
                   10411: 
                   10412:        * src/classes/: math.C, op.C: math.C compiled
                   10413: 
                   10414:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   10415:          classes/smtp/smtp.C, classes/smtp/smtp.h, types/pa_vmail.h:
                   10416:          mail.C compiled
                   10417: 
                   10418:        * src/classes/: int.C, table.C: int.C compiled
                   10419: 
                   10420:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   10421:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   10422:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   10423:          compiled
                   10424: 
                   10425:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10426:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   10427:          include/pa_sql_connection.h: hash.C compiled
                   10428: 
                   10429:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   10430:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   10431:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   10432:          classes/math.C, classes/op.C, classes/response.C,
                   10433:          classes/string.C, classes/table.C, classes/void.C,
                   10434:          classes/xdoc.C, classes/xnode.C, classes/gd/gif.C,
                   10435:          classes/gd/gifio.C, include/pa_memory.h, include/pa_request.h,
                   10436:          include/pa_sapi.h, include/pa_string.h, main/pa_string.C,
                   10437:          types/pa_vdate.h, types/pa_vmethod_frame.h: file.C table.C
                   10438:          compiled
                   10439: 
                   10440:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   10441:          main/untaint.C: main.lib compiled
                   10442: 
                   10443: 2003-03-21  paf
                   10444: 
                   10445:        * src/: classes/op.C, include/pa_cache_managers.h,
                   10446:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10447:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   10448:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   10449:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   10450:          compiled
                   10451: 
                   10452:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   10453:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   10454:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   10455:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   10456:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   10457:          pa_request.C compiled
                   10458: 
                   10459:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   10460:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   10461:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   10462:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   10463:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10464:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   10465:          compiled
                   10466: 
                   10467:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   10468:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   10469:          on unix
                   10470: 
                   10471:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   10472:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   10473:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   10474:          pa_charsets.C compiled
                   10475: 
                   10476:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   10477:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   10478:          main/compile.y, main/execute.C, main/pa_common.C,
                   10479:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   10480:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   10481:          types/pa_vmethod_frame.h: execute.C compiled
                   10482: 
                   10483:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10484:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10485:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   10486:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   10487:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10488:          classes/gd/gifio.C, include/pa_cache_managers.h,
                   10489:          include/pa_charsets.h, include/pa_common.h, include/pa_exec.h,
                   10490:          include/pa_memory.h, include/pa_operation.h,
                   10491:          include/pa_request.h, include/pa_sapi.h,
                   10492:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   10493:          include/pa_stylesheet_connection.h,
                   10494:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10495:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10496:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10497:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10498:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   10499:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   10500:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   10501:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   10502:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   10503:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   10504:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10505:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   10506:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   10507:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   10508:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   10509:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   10510:          types/pa_vmath.h, types/pa_vmethod_frame.C,
                   10511:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10512:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10513:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10514:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   10515:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   10516:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   10517:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10518:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10519:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   10520:          [C++ CORD wrapper]
                   10521: 
                   10522:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   10523: 
                   10524:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   10525:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   10526: 
                   10527:          command line, env values, input got transcoded before call
                   10528:          stdout, stderr got transcoded after call
                   10529: 
                   10530:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   10531:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   10532: 
                   10533:        * src/main/pa_common.C: } typo bug fix
                   10534: 
                   10535:        * src/main/pa_common.C: } typo bug fix
                   10536: 
                   10537: 2003-03-20  paf
                   10538: 
                   10539:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   10540:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   10541: 
                   10542:        * src/include/pa_string.h: more tests
                   10543: 
                   10544:        * src/main/pa_string.C: string.pos fixed
                   10545: 
                   10546:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   10547:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   10548:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   10549:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   10550:          replaces
                   10551: 
                   10552:        * src/: classes/image.C, include/pa_dictionary.h,
                   10553:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   10554:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   10555:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   10556:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   10557: 
                   10558:        * src/include/pa_string.h: warning
                   10559: 
                   10560:        * src/include/pa_string.h: this_starts fixed
                   10561: 
                   10562:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   10563:          new String ctor & append params convention
                   10564: 
                   10565:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   10566:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   10567:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   10568:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   10569:          main/pa_exception.C, main/pa_exec.C,
                   10570:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10571:          main/pa_stylesheet_manager.C, main/untaint.C,
                   10572:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   10573:          types/pa_vmail.C: more tests OK
                   10574: 
                   10575:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   10576:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   10577:          gc/exit runned OK
                   10578: 
                   10579:        * src/types/pa_vmail.C: another naming problem: should not name
                   10580:          vars like that: unpredictable close caused problems with later
                   10581:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   10582:          descriptors missing on startup: stdin; Bad file number
                   10583: 
                   10584:          todo: find out why so many filters(stream) here. probably wrong?
                   10585: 
                   10586:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   10587:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   10588:          main/untaint.C: test compiled
                   10589: 
                   10590:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   10591:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   10592:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   10593:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   10594:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   10595:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   10596:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   10597:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   10598:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   10599:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   10600: 
                   10601:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   10602:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   10603:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/gd/gifio.C,
                   10604:          src/include/pa_common.h, src/include/pa_memory.h,
                   10605:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   10606:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10607:          src/main/compile.tab.C, src/main/execute.C,
                   10608:          src/main/pa_charset.C, src/main/pa_common.C,
                   10609:          src/main/pa_exception.C, src/main/pa_exec.C,
                   10610:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10611:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   10612:          src/sql/pa_sql_driver.h, src/targets/apache13/mod_parser3.C,
                   10613:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   10614:          src/types/pa_value.C, src/types/pa_vcode_frame.h,
                   10615:          src/types/pa_vcookie.C, src/types/pa_venv.h,
                   10616:          src/types/pa_vform.C, src/types/pa_vmail.C,
                   10617:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10618:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   10619:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   10620:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10621:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   10622:          pa_common.C [done, without http for now]
                   10623: 
                   10624: 2003-03-19  paf
                   10625: 
                   10626:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   10627:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   10628:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   10629:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   10630:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   10631:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   10632:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   10633:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   10634:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   10635:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   10636:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10637:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   10638:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10639:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   10640:          types/pa_wwrapper.h: started test
                   10641: 
                   10642:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   10643:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
                   10644: 
                   10645:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   10646:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   10647:          it
                   10648: 
                   10649:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   10650:          classes/gd/gd.dsp, classes/smtp/smtp.dsp, include/pa_array.h,
                   10651:          include/pa_common.h, include/pa_dictionary.h,
                   10652:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   10653:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   10654:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   10655:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   10656:          types/pa_vmethod_frame.h, types/types.dsp: string
                   10657:          reimplementation with cord+array<fragment>: 70%
                   10658: 
                   10659: 2003-03-18  paf
                   10660: 
                   10661:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10662:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   10663:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   10664:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   10665:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   10666:          can ignore lang in cmp and pos really,             but would
                   10667:          split properly!
                   10668: 
                   10669:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   10670:          cord part made parser/src/lib: it's not compiled into libgc by
                   10671:          default
                   10672: 
                   10673:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   10674:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   10675:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   10676:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10677:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   10678:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   10679:          src/classes/xnode.C, src/classes/xnode.h, src/classes/gd/gd.dsp,
                   10680:          src/classes/gd/gif.C, src/classes/gd/gif.h,
                   10681:          src/classes/gd/gifio.C, src/classes/smtp/smtp.C,
                   10682:          src/classes/smtp/smtp.dsp, src/classes/smtp/smtp.h,
                   10683:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   10684:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   10685:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   10686:          src/include/pa_exception.h, src/include/pa_exec.h,
                   10687:          src/include/pa_globals.h, src/include/pa_hash.h,
                   10688:          src/include/pa_memory.h, src/include/pa_pool.h,
                   10689:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   10690:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   10691:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10692:          src/include/pa_stylesheet_connection.h,
                   10693:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   10694:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   10695:          src/main/compile.C, src/main/compile.tab.C,
                   10696:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10697:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   10698:          src/main/pa_charsets.C, src/main/pa_common.C,
                   10699:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   10700:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   10701:          src/main/pa_pool.C, src/main/pa_request.C,
                   10702:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10703:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   10704:          src/main/pa_uue.C, src/main/untaint.C,
                   10705:          src/targets/apache13/mod_parser3.C, src/targets/cgi/parser3.C,
                   10706:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   10707:          src/types/pa_junction.h, src/types/pa_method.h,
                   10708:          src/types/pa_value.C, src/types/pa_value.h,
                   10709:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   10710:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   10711:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   10712:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   10713:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   10714:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10715:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   10716:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   10717:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   10718:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10719:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10720:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   10721:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   10722:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   10723:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   10724:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   10725:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   10726:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   10727:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10728:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10729:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   10730:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   10731:          gc: PA_Object done lots of replacements also
                   10732: 
                   10733:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   10734:          gc logging
                   10735: 
                   10736: 2003-03-17  paf
                   10737: 
                   10738:        * src/classes/date.C, src/classes/file.C, src/classes/form.C,
                   10739:          src/classes/image.C, src/classes/mail.C, src/classes/op.C,
                   10740:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10741:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
                   10742:          src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
                   10743:          src/include/pa_types.h, src/main/compile.C,
                   10744:          src/main/compile.tab.C, src/main/execute.C,
                   10745:          src/main/pa_charset.C, src/main/pa_common.C,
                   10746:          src/main/pa_exception.C, src/main/pa_exec.C,
                   10747:          src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
                   10748:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10749:          src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
                   10750:          src/main/untaint.C, src/targets/cgi/pa_pool.C,
                   10751:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10752:          src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
                   10753:          src/types/pa_vdouble.h, src/types/pa_vfile.C,
                   10754:          src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
                   10755:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10756:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10757:          www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
                   10758: 
                   10759: 2003-03-13  paf
                   10760: 
                   10761:        * src/: include/pa_sql_driver_manager.h,
                   10762:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   10763:          called
                   10764: 
                   10765:        * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
                   10766:          src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
                   10767:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   10768:          src/types/pa_value.C, src/types/pa_value.h,
                   10769:          src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
                   10770:          src/types/pa_vstatus.C, src/types/types.dsp,
                   10771:          www/htdocs/.htaccess: set_base, set_derived simplified [counter
                   10772:          leaks fixed]
                   10773: 
                   10774:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   10775:          src/types/types.dsp: incorporated status class patch From:
                   10776:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   10777:          2003 8:14 AM
                   10778: 
                   10779:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   10780:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   10781:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   10782: 
                   10783: 2003-03-12  paf
                   10784: 
                   10785:        * configure, configure.in, src/lib/ltdl/configure,
                   10786:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
                   10787:          lib/ltdl/Makefile now created by /configure.in only [were by
                   10788:          lib/ltdl/configure.in OVERWRITE]
                   10789: 
                   10790:        * configure, configure.in, src/targets/apache13/p3runConfigure.in,
                   10791:          src/targets/cgi/Makefile.am: libstdc++ linkage fixed for g++
                   10792:          3.2.2
                   10793: 
                   10794:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   10795:          on using privately declared class [fixed]
                   10796: 
                   10797:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   10798:          3.2 rightliy complained on using privately declared class [fixed]
                   10799: 
                   10800:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   10801:          sigpipe before request constructor now causes death
                   10802: 
                   10803:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   10804:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   10805:          not cause exception in exception handler
                   10806: 
                   10807:        * configure, configure.in, src/targets/apache13/p3runConfigure.in,
                   10808:          src/targets/cgi/Makefile.am: configure now default links
                   10809:          libstdc++ statically.  that can be overriden by
                   10810:          --with-dynamic-stdcpp
                   10811: 
                   10812: 2003-03-11  paf
                   10813: 
                   10814:        * src/main/compile.tab.C, src/main/compile.y,
                   10815:          src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
                   10816:          src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
                   10817:          necessity of libstdc++
                   10818: 
                   10819:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   10820: 
                   10821:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   10822: 
                   10823: 2003-03-08  paf
                   10824: 
                   10825:        * tests/Makefile: make install & co
                   10826: 
                   10827:        * src/: include/pa_request.h, classes/op.C: removing
                   10828:          vclass,object.h -> pa_request.h dependency
                   10829: 
                   10830:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   10831:          main/pa_request.C: removing vform,response,cookie.h ->
                   10832:          pa_request.h dependency
                   10833: 
                   10834:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   10835:          dependency [testing...]
                   10836: 
                   10837:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   10838:          return 0; fixed
                   10839: 
                   10840:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   10841:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   10842: 
                   10843:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   10844: 
                   10845:        * src/main/pa_request.C: forgotten: ifdef XML
                   10846: 
                   10847:        * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
                   10848: 
                   10849:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   10850:          win32 and run memleak tests again
                   10851: 
                   10852:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   10853:          old xml lib-- it's internal memory handling has faults
                   10854: 
                   10855:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   10856:          problems when transcode from charset A to A.
                   10857: 
                   10858:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   10859:          todo: still problems when transcode from charset A to A.
                   10860: 
                   10861:        * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
                   10862:          src/classes/table.C, src/include/pa_array.h,
                   10863:          src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
                   10864:          src/types/pa_vmail.h, www/htdocs/.htaccess,
                   10865:          www/htdocs/index.html: started full-scale-site-test [~
                   10866:          http://parser.ru sources]
                   10867: 
                   10868:          some fixes
                   10869: 
                   10870:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   10871:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   10872:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   10873:          results/110.processed, results/111.processed,
                   10874:          results/112.processed, results/113.processed,
                   10875:          results/114.processed, results/115.processed,
                   10876:          results/116.processed, results/117.processed,
                   10877:          results/118.processed, results/119.processed,
                   10878:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   10879:          selectSingle 111 xdoc.create from tainted & 112
                   10880:          xdoc.create/output with russian attr value 113 xpath
                   10881:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   10882:          116 output media-type change 117 transform by dom stylesheet 118
                   10883:          empty transform result 119 dom setAttribute 120 nbsp letter
                   10884:          output
                   10885: 
                   10886:          =END OF PREPARED XML TESTS=
                   10887: 
                   10888: 2003-03-07  paf
                   10889: 
                   10890:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   10891:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   10892:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   10893:          transform with params [bugs fixed]
                   10894: 
                   10895:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   10896:          from copy/paste bug
                   10897: 
                   10898:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   10899:          src/include/pa_request.h, src/main/execute.C,
                   10900:          src/main/pa_charset.C, src/main/pa_exception.C,
                   10901:          src/main/pa_globals.C, src/main/pa_request.C,
                   10902:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10903:          src/types/pa_vxnode.C, tests/107.html,
                   10904:          tests/results/107.processed: xml: test: 107 bug fixes
                   10905: 
                   10906:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10907:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10908:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   10909: 
                   10910:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   10911:          string
                   10912: 
                   10913:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   10914:          www/htdocs/.htaccess: xml: charset two mem alloc functions used
                   10915:          for different cases [libxml, libxsl]
                   10916: 
                   10917:        * src/classes/classes.C: fixed: prevent system classes from
                   10918:          modification to lock ALL the classes, not only directly used
                   10919: 
                   10920:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   10921:          linked
                   10922: 
                   10923:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   10924: 
                   10925: 2003-03-06  paf
                   10926: 
                   10927:        * src/classes/xdoc.C: xdoc.C 50%
                   10928: 
                   10929:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   10930:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   10931:          main/pa_globals.C, main/pa_request.C,
                   10932:          main/pa_stylesheet_manager.C: xnode.C compiled
                   10933: 
                   10934:        * src/: include/pa_stylesheet_connection.h,
                   10935:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   10936:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   10937: 
                   10938:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   10939:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   10940:          xml: stylesheet&manager STARTED
                   10941: 
                   10942:        * src/: include/pa_globals.h, main/pa_charset.C,
                   10943:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   10944: 
                   10945:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   10946:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   10947:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   10948:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   10949:          charsets
                   10950: 
                   10951:        * tests/023.html: in some cases it rounded up badly. postponing
                   10952:          solution of that problem, making more simple test
                   10953: 
                   10954:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   10955:          -kb now
                   10956: 
                   10957:        * src/include/pa_charset.h, src/include/pa_charsets.h,
                   10958:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   10959:          www/htdocs/.htaccess: charset_utf8 declaration moved to
                   10960:          charsets.C
                   10961: 
                   10962: 2003-03-05  paf
                   10963: 
                   10964:        * src/classes/string.C, src/include/pa_string.h,
                   10965:          src/main/pa_string.C, tests/105.html,
                   10966:          tests/results/105.processed: String::match bug fixed
                   10967: 
                   10968:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   10969:          tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
                   10970:          added [does int3 in debug build on win32]
                   10971: 
                   10972:        * tests/: 057.html, results/057.processed: test bug fixed
                   10973: 
                   10974:        * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
                   10975:          global.xsl, index.html, mailreceive.eml, mailreceive.html,
                   10976:          operators.p, parser-status.html, people.dtd, some.p: removed old
                   10977:          tests
                   10978: 
                   10979:        * src/targets/: apache13/p3runConfigure.in, cgi/Makefile.am: linker
                   10980:          needed more tricks to link OK
                   10981: 
                   10982:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   10983:          missing
                   10984: 
                   10985:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   10986:          forgotten files added to Makes
                   10987: 
                   10988:        * ltmain.sh: ltmain.sh added
                   10989: 
                   10990:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   10991:          change undone ;(
                   10992: 
                   10993:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   10994:          made static
                   10995: 
                   10996:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   10997:          main/pa_exec.C, targets/apache13/Makefile.am,
                   10998:          targets/cgi/Makefile.am: gcc more happy. todo:make linker happy
                   10999: 
                   11000:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   11001:          env param made optional
                   11002: 
                   11003: 2003-03-04  paf
                   11004: 
                   11005:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   11006:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   11007: 
                   11008:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   11009:          results/103.processed: tests: 103 image.copy transparence test
                   11010: 
                   11011:        * src/main/execute.C, tests/101.html, tests/102.html,
                   11012:          tests/results/101.processed, tests/results/102.processed: tests:
                   11013:          101 method/variable name conflict test 102 form fields change
                   11014:          should not not change anything [bug fix]
                   11015: 
                   11016:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   11017:          results/099.processed, results/100.processed: tests: 57 date
                   11018:          create 2002: added 99,100 response:body/download
                   11019: 
                   11020:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   11021:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   11022: 
                   11023:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   11024:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   11025:          fixed]
                   11026: 
                   11027:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   11028:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   11029:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   11030:          image EXIF  [bug fixed]
                   11031: 
                   11032:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   11033:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   11034:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   11035:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   11036:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   11037:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   11038:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   11039:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   11040:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   11041:          tests/094.html, tests/095.html, tests/results/061.processed,
                   11042:          tests/results/062.processed, tests/results/063.processed,
                   11043:          tests/results/064.processed, tests/results/065.processed,
                   11044:          tests/results/066.processed, tests/results/067.processed,
                   11045:          tests/results/068.processed, tests/results/069.processed,
                   11046:          tests/results/070.processed, tests/results/071.processed,
                   11047:          tests/results/072.processed, tests/results/073.processed,
                   11048:          tests/results/074.processed, tests/results/075.processed,
                   11049:          tests/results/076.processed, tests/results/077.processed,
                   11050:          tests/results/078.processed, tests/results/080.processed,
                   11051:          tests/results/081.processed, tests/results/082.processed,
                   11052:          tests/results/083.processed, tests/results/084.processed,
                   11053:          tests/results/085.processed, tests/results/086.processed,
                   11054:          tests/results/087.processed, tests/results/088.processed,
                   11055:          tests/results/089.processed, tests/results/090.processed,
                   11056:          tests/results/091.processed, tests/results/092.processed,
                   11057:          tests/results/093.processed, tests/results/094.processed,
                   11058:          tests/results/095.processed, tests/079.html,
                   11059:          tests/results/079.processed: tests: 61 file::stat size 62
                   11060:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   11061:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   11062:          string.match simple on long 68 string.match normalized simple on
                   11063:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   11064:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   11065:          date arithmetics 75 response date values/attributes 76 string.pos
                   11066:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   11067:          with local 80 scientific numeric literal in string autoconvert 81
                   11068:          xor: logical and numerical 82 for delims 83 menu delims 84
                   11069:          table.hash distinct 85 long string  replace 86 throw+catch
                   11070:          current language preserve 87 bit shifts 88 junction tests +
                   11071:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   11072:          91 $caller test 92 junction is + def junction tests 93 $caller
                   11073:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   11074: 
                   11075:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   11076:          fixed] 60 string eq string [bug fixed]
                   11077: 
                   11078:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   11079:          058.html, 058_paf2000.png, 059.html, 060.html,
                   11080:          results/053.processed, results/054.processed,
                   11081:          results/055.processed, results/056.processed,
                   11082:          results/057.processed, results/058.processed,
                   11083:          results/059.processed, results/060.processed: test: 53
                   11084:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   11085:          date.create[string] 58 image.measure[png]
                   11086: 
                   11087:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   11088:          outputs/051.processed, results/052.processed: test: 52
                   11089:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   11090:          task: fix that
                   11091: 
                   11092: 2003-03-03  paf
                   11093: 
                   11094:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   11095:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   11096:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   11097:          outputs/049.processed, outputs/050.processed,
                   11098:          outputs/051.processed, results/001.processed,
                   11099:          results/002.processed, results/003.processed,
                   11100:          results/005.processed, results/006.processed,
                   11101:          results/008.processed, results/009.processed,
                   11102:          results/011.processed, results/012.processed,
                   11103:          results/013.processed, results/014.processed,
                   11104:          results/015.processed, results/016.processed,
                   11105:          results/017.processed, results/020.processed,
                   11106:          results/021.processed, results/022.processed,
                   11107:          results/024.processed, results/025.processed,
                   11108:          results/026.processed, results/027.processed,
                   11109:          results/028.processed, results/029.processed,
                   11110:          results/030.processed, results/031.processed,
                   11111:          results/049.processed, results/050.processed,
                   11112:          results/051.processed, results/043.processed,
                   11113:          results/044.processed, results/045.processed,
                   11114:          results/046.processed, results/047.processed,
                   11115:          results/048.processed: tests: 43,44,45 date rolls 46
                   11116:          autoevaluating junction 47 table.select 48 name with subvar 49
                   11117:          hash-creating switch 50 process 51 started parent/child, works as
                   11118:          it were but it were NOT GOOD, created separate task  to fix that
                   11119: 
                   11120:        * tests/: 042.html, results/042.processed: test: 42
                   11121:          exception.handled
                   11122: 
                   11123:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   11124:          expression
                   11125: 
                   11126:        * tests/: 040.html, results/040.processed: test: 39 method result
                   11127:          of type table 40 method param junction auto evaluate
                   11128: 
                   11129:        * tests/: 039.html, results/039.processed: test: 37 method result
                   11130:          of type table
                   11131: 
                   11132:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   11133:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   11134:          tests/038.html, tests/results/033.processed,
                   11135:          tests/results/034.processed, tests/results/035.processed,
                   11136:          tests/results/036.processed, tests/results/037.processed,
                   11137:          tests/results/038.processed: tests: 33 string.replace 34
                   11138:          string.upper 35 table created 36 local/global vars with juntions
                   11139:          37 table clone 38 math PI & number formatting
                   11140: 
                   11141:          math class registring typo fixed
                   11142: 
                   11143:        * src/classes/op.C, src/include/pa_request.h,
                   11144:          src/include/pa_string.h, src/main/execute.C,
                   11145:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   11146:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   11147:          tests/032.html, tests/results/032.processed: uchar changed to
                   11148:          String_UL in all places [was not everywhere] untaint test: 032
                   11149: 
                   11150:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   11151:          tests/results/004.processed, www/htdocs/.htaccess,
                   11152:          tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
                   11153:          line key, now testing using .sh file with SERVER_SOFTWARE=xxx
                   11154: 
                   11155: 2003-02-26  paf
                   11156: 
                   11157:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   11158:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   11159:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   11160:          tests/results/024.processed, tests/results/025.processed,
                   11161:          tests/results/026.processed, tests/results/027.processed,
                   11162:          tests/results/028.processed, tests/results/029.processed,
                   11163:          tests/results/030.processed, tests/results/031.processed: fixed
                   11164:          bug with name_cstr mutable CharPtr more tests
                   11165: 
                   11166:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   11167:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   11168:          targets/isapi/parser3isapi.C: SAPI::abort << abort.  die now just
                   11169:          exits
                   11170: 
                   11171:        * src/classes/classes.awk, src/classes/classes.h,
                   11172:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11173:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11174:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11175:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11176:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11177:          src/classes/xnode.C, src/include/pa_memory.h,
                   11178:          src/include/pa_sapi.h, src/targets/apache13/mod_parser3.C,
                   11179:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   11180:          src/types/pa_venv.h, src/types/pa_vform.C, tests/015.html,
                   11181:          tests/016.html, tests/017.html, tests/018.html, tests/019.html,
                   11182:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   11183:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   11184:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   11185:          tests/results/015.processed, tests/results/016.processed,
                   11186:          tests/results/017.processed, tests/results/018.processed,
                   11187:          tests/results/019.processed, tests/results/020.processed,
                   11188:          tests/results/021.processed, tests/results/022.processed,
                   11189:          tests/results/023.processed: methoded_array now contains all Mxxx
                   11190:          classes SAPI::get_env now returns info on pool more tests
                   11191: 
                   11192:        * src/include/pa_array.h, src/include/pa_hash.h,
                   11193:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   11194:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   11195:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   11196:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   11197:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   11198:          tests/results/001.processed, tests/results/002.processed,
                   11199:          tests/results/003.processed, tests/results/004.processed,
                   11200:          tests/results/005.processed, tests/results/006.processed,
                   11201:          tests/results/007.processed, tests/results/008.processed,
                   11202:          tests/results/009.processed, tests/results/010.processed,
                   11203:          tests/results/011.processed, tests/results/012.processed,
                   11204:          tests/results/013.processed, tests/results/014.processed,
                   11205:          www/htdocs/tests/001.html, www/htdocs/tests/002.html,
                   11206:          www/htdocs/tests/003.html, www/htdocs/tests/004.html,
                   11207:          www/htdocs/tests/005.html, www/htdocs/tests/006.html,
                   11208:          www/htdocs/tests/007.html, www/htdocs/tests/008.html,
                   11209:          www/htdocs/tests/009.html, www/htdocs/tests/010.html,
                   11210:          www/htdocs/tests/011.html, www/htdocs/tests/Makefile,
                   11211:          www/htdocs/tests/outputs/processed_go_here.txt,
                   11212:          www/htdocs/tests/results/001.processed,
                   11213:          www/htdocs/tests/results/002.processed,
                   11214:          www/htdocs/tests/results/003.processed,
                   11215:          www/htdocs/tests/results/004.processed,
                   11216:          www/htdocs/tests/results/005.processed,
                   11217:          www/htdocs/tests/results/006.processed,
                   11218:          www/htdocs/tests/results/007.processed,
                   11219:          www/htdocs/tests/results/008.processed,
                   11220:          www/htdocs/tests/results/009.processed,
                   11221:          www/htdocs/tests/results/010.processed,
                   11222:          www/htdocs/tests/results/011.processed: hash cloning fixed
                   11223: 
                   11224: 2003-02-25  paf
                   11225: 
                   11226:        * src/main/pa_common.C: typo fixed
                   11227: 
                   11228: 2003-02-24  paf
                   11229: 
                   11230:        * www/htdocs/tests/Makefile: make clean added
                   11231: 
                   11232:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   11233:          [one remained]
                   11234: 
                   11235:        * src/include/pa_request.h, src/main/execute.C,
                   11236:          www/htdocs/tests/011.html, www/htdocs/tests/Makefile,
                   11237:          www/htdocs/tests/results/010.processed,
                   11238:          www/htdocs/tests/results/011.processed: few bad get_string(0)
                   11239:          [should have been get_string(&pool)] todo: check other such calls
                   11240: 
                   11241:        * src/main/compile.tab.C, src/main/execute.C, src/types/pa_vfile.h,
                   11242:          www/htdocs/tests/010.html,
                   11243:          www/htdocs/tests/results/010.processed: test10, bad lookups
                   11244: 
                   11245:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   11246:          object got destructed, and xxx points to sky
                   11247: 
                   11248:        * www/htdocs/tests/: 009.html, results/009.processed: test9, table
                   11249:          to hash
                   11250: 
                   11251:        * www/htdocs/tests/: 008.html, results/008.processed: test8, if
                   11252:          /ifdef "0"
                   11253: 
                   11254:        * www/htdocs/tests/: 007.html, results/007.processed: test7
                   11255: 
                   11256:        * ChangeLog, src/classes/string.C, www/htdocs/tests/006.html,
                   11257:          www/htdocs/tests/results/006.processed: match bug fixed
                   11258: 
                   11259:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   11260:          $.charset[specified] now
                   11261: 
                   11262:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11263:          which failed to handle sigsetjmp+throw: crashed inside of
                   11264:          pre-throw code.  rewritten simplier [though duplicating
                   11265:          closesocket code]
                   11266: 
                   11267:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11268:          which failed to handle sigsetjmp+throw: crashed inside of
                   11269:          pre-throw code.  rewritten simplier [though duplicating
                   11270:          closesocket code]
                   11271: 
                   11272: 2003-02-21  paf
                   11273: 
                   11274:        * www/htdocs/tests/: Makefile, results/001.processed,
                   11275:          results/002.processed, results/003.processed,
                   11276:          results/004.processed, results/005.processed,
                   11277:          outputs/processed_go_here.txt: first 5 tests ready
                   11278: 
                   11279:        * www/htdocs/tests/Makefile: more quiet
                   11280: 
                   11281:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
                   11282:          www/htdocs/tests/001.html, www/htdocs/tests/002.html,
                   11283:          www/htdocs/tests/003.html, www/htdocs/tests/004.html,
                   11284:          www/htdocs/tests/005.html, www/htdocs/tests/1.html,
                   11285:          www/htdocs/tests/2.html, www/htdocs/tests/3.html,
                   11286:          www/htdocs/tests/4.html, www/htdocs/tests/Makefile,
                   11287:          www/htdocs/tests/results/1.html, www/htdocs/tests/results/2.html,
                   11288:          www/htdocs/tests/results/3.html: $cookie:name[$.expires[date <<
                   11289:          can be now]]
                   11290: 
                   11291:          written makefile with regression tests [raw]
                   11292: 
                   11293:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   11294:          tests' only [it's not forcing CGI mode now] now use -H to output
                   11295:          CGI header when parser used in command line [useful for tests
                   11296:          also]
                   11297: 
                   11298:        * src/targets/cgi/parser3.C, www/htdocs/tests/4.html: MAKE_TEST
                   11299:          environment variable switches on CGI mode, and is used in
                   11300:          regression tests
                   11301: 
                   11302:        * src/include/pa_request.h, src/main/pa_request.C,
                   11303:          src/targets/cgi/parser3.C, src/types/pa_vcookie.h,
                   11304:          src/types/pa_venv.h, www/htdocs/tests/4.html,
                   11305:          www/htdocs/tests/results/3.html: env fixed
                   11306: 
                   11307:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   11308:          handling pa_*
                   11309: 
                   11310:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   11311:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   11312:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   11313:          memory handling files
                   11314: 
                   11315:        * www/htdocs/tests/: 1.html, 2.html, 3.html, results/1.html,
                   11316:          results/2.html: started regression tests todo: write a makefile
                   11317:          target to "make tests"
                   11318: 
                   11319:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   11320: 
                   11321:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   11322:          www/htdocs/autoptr.html: release mode now compiles OK test to
                   11323:          show benefits of free
                   11324: 
                   11325:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   11326:          classes/op.C, classes/xdoc.C, classes/gd/gif.C, classes/gd/gif.h,
                   11327:          main/pa_charset.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   11328:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11329:          types/pa_vxdoc.h: fixed all cstr's that must use pool [as the one
                   11330:          in ^process]
                   11331: 
                   11332:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   11333:          -- some must use pool [as the one in ^process]
                   11334: 
                   11335: 2003-02-20  paf
                   11336: 
                   11337:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11338:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   11339:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   11340:          src/classes/response.C, src/classes/string.C,
                   11341:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11342:          src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
                   11343:          src/types/pa_value.C, src/types/pa_vmethod_frame.h,
                   11344:          www/htdocs/autoptr.html: string cmp fixed
                   11345: 
                   11346:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   11347:          values passed OK now
                   11348: 
                   11349: 2003-02-19  paf
                   11350: 
                   11351:        * src/: classes/form.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
                   11352:          include/pa_charset.h, include/pa_pool.h, main/pa_charset.C,
                   11353:          main/pa_exception.C, main/pa_request.C,
                   11354:          main/pa_stylesheet_manager.C,
                   11355:          targets/apache13/ApacheModuleParser3.dsp, targets/cgi/parser3.C,
                   11356:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   11357:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   11358:          all remaning leaks resulted from pooled::malloc calls [excluding
                   11359:          in gd -- planning complete rewrite extremely ugly code]
                   11360: 
                   11361:        * src/targets/: apache13/pa_pool.C, isapi/pa_pool.C,
                   11362:          isapi/pool_storage.h: removed unneeded files
                   11363: 
                   11364: 2003-02-17  paf
                   11365: 
                   11366:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11367:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11368:          classes/response.C, classes/string.C, classes/table.C,
                   11369:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   11370:          include/pa_stylesheet_connection.h,
                   11371:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   11372:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   11373:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   11374:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   11375:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11376:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   11377:          of unitialized simple-typed field
                   11378: 
                   11379:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   11380:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   11381:          simple-typed field fixed.  todo: find&kill all like that one
                   11382: 
                   11383:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   11384:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   11385:          debug output fixed
                   11386: 
                   11387:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   11388:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   11389:          object_ptr from delete[them]
                   11390: 
                   11391:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   11392:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   11393:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   11394:          main/pa_charset.C, main/pa_common.C,
                   11395:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   11396:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   11397:          targets/isapi/parser3isapi.C, types/pa_vmail.C: fixed more leaks
                   11398:          resulted from pooled::malloc calls
                   11399: 
                   11400:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   11401:          couple mem leaks rusulted from old pooled::malloc usage.
                   11402:          todo:find more like those
                   11403: 
                   11404:        * src/main/: compile.C, compile_tools.C: 2*2!
                   11405: 
                   11406:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   11407:          stackItem fixed [there were no string on stack before]
                   11408: 
                   11409:        * src/: main/execute.C, main/pa_request.C,
                   11410:          types/pa_vmethod_frame.C: first letters out OK
                   11411: 
                   11412:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   11413:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   11414:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   11415:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   11416:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   11417:          type not initialized with zeros :( while class fields of class
                   11418:          types initialized with default constructors.  learn C++
                   11419: 
                   11420:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   11421:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   11422:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   11423:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   11424:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   11425: 
                   11426: 2003-02-14  paf
                   11427: 
                   11428:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   11429:          13 link errors
                   11430: 
                   11431:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   11432:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   11433:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11434:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   11435:          errors :)
                   11436: 
                   11437:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   11438:          classes/hash.C, classes/mail.C, classes/op.C,
                   11439:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   11440:          main/pa_common.C, main/pa_request.C,
                   11441:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   11442:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   11443:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   11444: 
                   11445:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   11446:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   11447:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   11448:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   11449:          types/pa_vint.h, types/types.dsp: op compiled
                   11450: 
                   11451:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   11452:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   11453:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   11454: 
                   11455: 2003-02-07  paf
                   11456: 
                   11457:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   11458: 
                   11459: 2003-02-06  paf
                   11460: 
                   11461:        * src/: classes/mail.C, classes/smtp/smtp.h, include/pa_request.h,
                   11462:          main/pa_request.C: mail compiled
                   11463: 
                   11464:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   11465:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   11466:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   11467: 
                   11468:        * src/classes/: file.C, form.C: form compiled
                   11469: 
                   11470:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   11471:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   11472:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   11473: 
                   11474:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   11475:          types/pa_vmath.h: math compiled [win32]
                   11476: 
                   11477:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   11478:          types/pa_vstring.h: hash compiled
                   11479: 
                   11480: 2003-02-04  paf
                   11481: 
                   11482:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   11483:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11484:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   11485:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   11486:          types/pa_vhash.h: hash 50% compiled
                   11487: 
                   11488:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11489:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   11490:          classes/string.C, classes/table.C, classes/xdoc.C,
                   11491:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   11492:          main/pa_string.C: date compiled
                   11493: 
                   11494:        * src/classes/: classes.dsp, double.C: double compiled
                   11495: 
                   11496:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11497:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11498:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   11499:          classes/string.C, classes/table.C, classes/void.C,
                   11500:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   11501:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   11502:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   11503:          compiled
                   11504: 
                   11505:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11506:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11507:          classes/math.C, classes/op.C, classes/response.C,
                   11508:          classes/string.C, classes/table.C, classes/void.C,
                   11509:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11510:          classes/smtp/smtp.C, classes/smtp/smtp.h, types/pa_vvoid.h: void
                   11511:          compiled :)
                   11512: 
                   11513:        * src/: classes/gd/gif.C, include/pa_globals.h,
                   11514:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11515:          main/pa_common.C, main/pa_dir.C, main/pa_exception.C,
                   11516:          main/pa_exec.C, main/pa_globals.C, main/pa_pool.C,
                   11517:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_uue.C,
                   11518:          main/untaint.C, types/pa_value.C, types/pa_vcookie.C,
                   11519:          types/pa_vfile.C, types/pa_vimage.C, types/pa_vmath.C,
                   11520:          types/pa_vrequest.C, types/pa_vresponse.C,
                   11521:          types/pa_vstateless_class.C, types/pa_vstatus.C,
                   11522:          types/pa_vstring.C, types/pa_vtable.C, types/pa_wcontext.C,
                   11523:          types/types.dsp: removed stupid value_includes.h
                   11524: 
                   11525:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   11526:          trying to remove stupid value_includes.h
                   11527: 
                   11528:        * src/main/pa_exec.C: pa_exec compiled on win32
                   11529: 
                   11530:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   11531: 
                   11532:        * src/: include/pa_globals.h, include/pa_request.h,
                   11533:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11534:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   11535:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   11536:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   11537:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   11538: 
                   11539:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   11540:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   11541:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   11542: 
                   11543:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   11544:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   11545:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   11546:          compiled
                   11547: 
                   11548:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   11549:          name conflicts)
                   11550: 
                   11551:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   11552:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   11553:          yelds "virtual memory exhausted" while trying to compile
                   11554:          execute.C [eating up to 127MB]
                   11555: 
                   11556: 2003-02-03  paf
                   11557: 
                   11558:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   11559:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   11560:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   11561:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   11562:          types/pa_vint.h, types/pa_vjunction.h,
                   11563:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   11564:          started gcc compiling pa_common compiled
                   11565: 
                   11566:        * src/: include/pa_exception.h, include/pa_pool.h,
                   11567:          main/pa_exception.C: exception gcc change #1
                   11568: 
                   11569:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   11570:          compile _P identifier. it replaced it to some strange 0x0000040
                   11571: 
                   11572:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   11573: 
                   11574:        * src/types/pa_vtable.C: vtable compiled
                   11575: 
                   11576:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   11577: 
                   11578:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   11579:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   11580: 
                   11581:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   11582: 
                   11583:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   11584: 
                   11585:        * src/types/pa_vrequest.C: vrequest compiled
                   11586: 
                   11587:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   11588:          pa_vobject.C, pa_vobject.h: vobject compiled
                   11589: 
                   11590:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   11591:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11592:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   11593:          compiled
                   11594: 
                   11595:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   11596: 
                   11597:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   11598:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   11599:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   11600:          compiled
                   11601: 
                   11602:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   11603:          main.lib - 0 error(s), 0 warning(s)
                   11604: 
                   11605:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   11606:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   11607: 
                   11608: 2003-01-31  paf
                   11609: 
                   11610:        * src/: include/pa_array.h, include/pa_operation.h,
                   11611:          include/pa_request.h, main/execute.C, main/main.dsp,
                   11612:          types/pa_vjunction.h: started last file from main library:
                   11613:          execute
                   11614: 
                   11615:        * src/: include/pa_request.h, include/pa_sapi.h,
                   11616:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   11617:          main/pa_request.C, targets/apache13/mod_parser3.C,
                   11618:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11619:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vhash.h: pa_request
                   11620:          compiled
                   11621: 
                   11622:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   11623:          include/pa_globals.h, include/pa_request.h,
                   11624:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   11625:          main/execute.C, main/main.dsp, main/pa_common.C,
                   11626:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11627:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   11628:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   11629:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11630:          types/types.dsp: most pa_request compiled
                   11631: 
                   11632:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11633:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11634:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11635:          classes/op.C, classes/response.C, classes/string.C,
                   11636:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   11637:          classes/xnode.h, classes/gd/gif.C, classes/gd/gif.h,
                   11638:          classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   11639:          classes/smtp/smtp.h, include/pa_array.h,
                   11640:          include/pa_cache_managers.h, include/pa_charset.h,
                   11641:          include/pa_charsets.h, include/pa_common.h,
                   11642:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11643:          include/pa_dictionary.h, include/pa_dir.h,
                   11644:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11645:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   11646:          include/pa_pool.h, include/pa_request.h,
                   11647:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11648:          include/pa_sapi.h, include/pa_socks.h,
                   11649:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11650:          include/pa_stack.h, include/pa_string.h,
                   11651:          include/pa_stylesheet_connection.h,
                   11652:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11653:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11654:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11655:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   11656:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   11657:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11658:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11659:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11660:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   11661:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   11662:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11663:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   11664:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11665:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11666:          main/untaint.C, sql/pa_sql_driver.h,
                   11667:          targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
                   11668:          targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
                   11669:          targets/cgi/getopt.c, targets/cgi/getopt.h,
                   11670:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   11671:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   11672:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   11673:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   11674:          types/pa_value.C, types/pa_value.h, types/pa_value_includes.h,
                   11675:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   11676:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11677:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   11678:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11679:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   11680:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11681:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11682:          types/pa_vmath.h, types/pa_vmethod_frame.C,
                   11683:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11684:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11685:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11686:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11687:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11688:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11689:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11690:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11691:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   11692: 
                   11693:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   11694:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   11695:          src/include/pa_charsets.h, src/include/pa_common.h,
                   11696:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   11697:          src/include/pa_exec.h, src/include/pa_pool.h,
                   11698:          src/include/pa_request.h, src/include/pa_sapi.h,
                   11699:          src/include/pa_sql_connection.h,
                   11700:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11701:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   11702:          src/main/compile.tab.C, src/main/compile_tools.C,
                   11703:          src/main/compile_tools.h, src/main/main.dsp,
                   11704:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11705:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   11706:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11707:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11708:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   11709:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   11710:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   11711:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11712:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11713:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   11714:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   11715:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11716:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11717:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11718:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11719:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11720:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11721:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11722:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   11723:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   11724:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   11725:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   11726:          www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
                   11727: 
                   11728: 2003-01-30  paf
                   11729: 
                   11730:        * src/: classes/gd/gif.h, include/pa_charset.h,
                   11731:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   11732:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   11733:          main/pa_request.C, types/pa_vobject.h, types/pa_vstatus.h:
                   11734:          grammar compiled
                   11735: 
                   11736:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   11737:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   11738:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   11739:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11740:          types/types.dsp: vstateless_class compiled
                   11741: 
                   11742:        * src/main/compile.C: compile compiled
                   11743: 
                   11744:        * src/: include/pa_array.h, include/pa_operation.h,
                   11745:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   11746:          main/pa_table.C: compile_tools compiled
                   11747: 
                   11748:        * src/: include/pa_operation.h, main/compile.y,
                   11749:          main/compile_tools.C, main/compile_tools.h: started
                   11750:          compile_tools. vagues ideas of how to free compiled code
                   11751: 
                   11752:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   11753:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   11754:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   11755:          compiled
                   11756: 
                   11757: 2003-01-29  paf
                   11758: 
                   11759:        * src/: include/pa_globals.h, include/pa_request.h,
                   11760:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11761:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   11762:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   11763:          compiled
                   11764: 
                   11765:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   11766:          now
                   11767: 
                   11768:        * src/: classes/gd/gd.dsp, classes/gd/gif.h, classes/gd/gifio.C,
                   11769:          include/pa_array.h, include/pa_exception.h, include/pa_pool.h,
                   11770:          main/pa_exception.C: gd compiled
                   11771: 
                   11772:        * src/: classes/gd/gif.C, classes/gd/gif.h, types/pa_vfile.C,
                   11773:          types/pa_vfile.h, types/pa_vimage.C, types/pa_vimage.h: gd
                   11774:          compiled
                   11775: 
                   11776:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   11777:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   11778:          types/pa_vfile.h: vfile compiled
                   11779: 
                   11780:        * src/: include/pa_common.h, include/pa_globals.h,
                   11781:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   11782:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11783:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   11784: 
                   11785:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   11786:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   11787:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   11788:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11789:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   11790: 
                   11791:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   11792:          main/main.dsp, main/untaint.C: more compiled
                   11793: 
                   11794:        * src/: include/pa_charsets.h, include/pa_request.h,
                   11795:          include/pa_request_info.h, include/pa_string.h,
                   11796:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   11797:          types/pa_vresponse.h: vrequest compiled
                   11798: 
                   11799:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   11800:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   11801:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   11802: 
                   11803:        * src/: classes/classes.h, include/pa_charset.h,
                   11804:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   11805:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   11806:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   11807:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   11808:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   11809:          types/pa_vrequest.C, types/pa_vrequest.h,
                   11810:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   11811:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   11812: 
                   11813:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   11814:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   11815:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   11816:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   11817:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11818:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   11819:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   11820:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   11821:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   11822: 
                   11823: 2003-01-28  paf
                   11824: 
                   11825:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   11826:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   11827:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   11828:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   11829:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   11830:          compile_tools
                   11831: 
                   11832:        * src/: include/pa_charset.h, include/pa_exception.h,
                   11833:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   11834:          untaint compiled
                   11835: 
                   11836:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   11837:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   11838:          more compiled.  struck with string::store_to needing to know
                   11839:          source/client charsets
                   11840: 
                   11841:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   11842:          types/pa_vfile.h: uue compiled
                   11843: 
                   11844:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   11845:          table compiled
                   11846: 
                   11847:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11848:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   11849: 
                   11850:        * src/: include/pa_charset.h, main/pa_charset.C,
                   11851:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   11852:          introduced]
                   11853: 
                   11854:        * src/: classes/date.C, include/pa_charset.h,
                   11855:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   11856:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   11857:          pa_charsets compiled
                   11858: 
                   11859:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   11860:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   11861: 
                   11862:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   11863:          common compiled
                   11864: 
                   11865:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   11866:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   11867: 
                   11868:        * src/: include/pa_array.h, include/pa_charset.h,
                   11869:          include/pa_charsets.h, include/pa_pool.h,
                   11870:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11871:          include/pa_stack.h, include/pa_string.h,
                   11872:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   11873:          sql_driver_manager compiled
                   11874: 
                   11875:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   11876:          letter i with two dots added to koi, all ukranian letters added
                   11877:          to win1251.
                   11878: 
                   11879:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   11880:          abscent from koi]
                   11881: 
                   11882: 2003-01-27  paf
                   11883: 
                   11884:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   11885:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   11886:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   11887:          sql/pa_sql_driver.h: paused on sql_manager
                   11888: 
                   11889:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   11890:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11891:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   11892:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   11893: 
                   11894:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   11895:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11896:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   11897:          main/pa_table.C: table compiled
                   11898: 
                   11899:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   11900:          cache_managers compiled
                   11901: 
                   11902:        * src/: include/pa_array.h, include/pa_charset.h,
                   11903:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   11904: 
                   11905:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   11906: 
                   11907:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   11908:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   11909:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   11910:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   11911:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   11912: 
                   11913: 2003-01-24  paf
                   11914: 
                   11915:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   11916:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   11917:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   11918:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   11919:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   11920:          types/pa_vint.h, types/pa_vjunction.h,
                   11921:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11922:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   11923: 
                   11924:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   11925:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   11926:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   11927:          main/pa_string.C, main/pa_table.C: string compiled
                   11928: 
                   11929:        * src/: include/pa_array.h, include/pa_common.h,
                   11930:          include/pa_dictionary.h, include/pa_exception.h,
                   11931:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   11932:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   11933:          main/pa_string.C: dictionary compiled
                   11934: 
                   11935: 2003-01-23  paf
                   11936: 
                   11937:        * src/: include/pa_array.h, include/pa_common.h,
                   11938:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   11939:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   11940:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   11941:          types/pa_value.h: resurrected pool in new sense: now it's
                   11942:          factory, producing&accounting memory chunks for read[autofree]
                   11943:          buffers
                   11944: 
                   11945:        * src/: include/pa_array.h, include/pa_exception.h,
                   11946:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   11947:          main/pa_exception.C, main/pa_table.C: table compiled
                   11948: 
                   11949:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   11950:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   11951:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   11952:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   11953:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   11954:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   11955:          main/pa_table.C: aint that easy
                   11956: 
                   11957:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   11958:          main/main.dsp: continued with Hash
                   11959: 
                   11960:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   11961:          stack] now. and exception can be reported OK now [can be reported
                   11962:          outside of pro c with that stack]
                   11963: 
                   11964: 2003-01-22  paf
                   11965: 
                   11966:        * src/: include/pa_array.h, include/pa_charset.h,
                   11967:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   11968:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   11969:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   11970:          base: contains references_count.  auto_ptr template calls
                   11971:          add_ref/release
                   11972: 
                   11973: 2003-01-21  paf
                   11974: 
                   11975:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11976:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11977:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11978:          classes/op.C, classes/response.C, classes/string.C,
                   11979:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   11980:          classes/xnode.h, classes/gd/gif.C, classes/gd/gif.h,
                   11981:          classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   11982:          classes/smtp/smtp.h, include/pa_array.h,
                   11983:          include/pa_cache_managers.h, include/pa_charset.h,
                   11984:          include/pa_charsets.h, include/pa_common.h,
                   11985:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11986:          include/pa_dictionary.h, include/pa_dir.h,
                   11987:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11988:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   11989:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   11990:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   11991:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11992:          include/pa_stack.h, include/pa_string.h,
                   11993:          include/pa_stylesheet_connection.h,
                   11994:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11995:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11996:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   11997:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   11998:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11999:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   12000:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12001:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12002:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   12003:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12004:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12005:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   12006:          targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
                   12007:          targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
                   12008:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   12009:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   12010:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   12011:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   12012:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12013:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12014:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12015:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12016:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12017:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   12018:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12019:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   12020:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12021:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12022:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12023:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12024:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12025:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   12026:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12027:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12028:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   12029:          2002->2003
                   12030: 
                   12031: 2003-01-16  paf
                   12032: 
                   12033:        * src/classes/gd/gif.C, www/htdocs/index.html: image.copy fixed
                   12034:          transparent resampling
                   12035: 
                   12036:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12037:          src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
                   12038:          $.any-status(1)
                   12039: 
                   12040:        * operators.txt, src/include/pa_config_fixed.h,
                   12041:          src/main/pa_common.C, www/htdocs/index.html: http request now
                   12042:          return status. and not fail on status!=200
                   12043: 
                   12044: 2003-01-15  paf
                   12045: 
                   12046:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   12047: 
                   12048: 2003-01-14  paf
                   12049: 
                   12050:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   12051:          mkinstalldirs: removed some ancient files [they in / really]
                   12052: 
                   12053:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   12054:          regretfully needed patch in two places.  in config_fixed.h made
                   12055:          stubs for lib to compile in MSVC
                   12056: 
                   12057: 2003-01-13  paf
                   12058: 
                   12059:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   12060:          configure.in(libtool) hacks
                   12061: 
                   12062:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
                   12063:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   12064:          ltdl.h: moved to latest libtool (1.4.3)
                   12065: 
                   12066: 2003-01-10  paf
                   12067: 
                   12068:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   12069: 
                   12070:        * src/: lib/patches/Makefile.am,
                   12071:          lib/patches/libgdome_cpp_syntax1.patch,
                   12072:          lib/patches/libgdome_cpp_syntax2.patch,
                   12073:          lib/patches/libgdome_morestatic.patch,
                   12074:          lib/patches/libxml_error_column_tab.patch,
                   12075:          lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch,
                   12076:          lib/patches/libxml_transcoder_context1.patch,
                   12077:          lib/patches/libxml_transcoder_context2.patch,
                   12078:          lib/patches/libxml_transcoder_context3.patch,
                   12079:          lib/patches/libxml_transcoder_context4.patch,
                   12080:          lib/patches/libxslt_html_output_no_charset_meta.patch,
                   12081:          main/pa_globals.C: moved to latest xml lib versions, changed
                   12082:          patches.        libxml2 >= 2.5.1
                   12083:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   12084:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   12085:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12086: 
                   12087:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   12088:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   12089:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   12090:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12091: 
                   12092:        * src/lib/patches/libxslt.patch: moved to libxslt 1.0.23. still
                   12093:          need a patch which suppresses htmlSetMetaEncoding calls
                   12094: 
                   12095:        * src/lib/patches/libxml2.patch: moved to libxml2 2.5.1, only these
                   12096:          patches left: * fixing \t chars to spaces in error position
                   12097:          reporting * adding context to conversion functions
                   12098: 
                   12099:        * src/lib/patches/gdome2.patch: moved to gdome 0.7.2, one extern
                   12100:          const patch left; making some strings more static  still needed.
                   12101:          Paolo said that he would incorporate this patch in upcoming
                   12102:          version of gdome.
                   12103: 
                   12104: 2003-01-09  paf
                   12105: 
                   12106:        * INSTALL: xml,xslt,gdome lib urls updated
                   12107: 
                   12108:        * config.guess, config.sub, missing, mkinstalldirs,
                   12109:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
                   12110:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12111:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   12112:          1.7.2
                   12113: 
                   12114:        * depcomp: moving to automake 1.7.2
                   12115: 
                   12116: 2002-12-27  paf
                   12117: 
                   12118:        * src/include/pa_version.h: 0007
                   12119: 
                   12120:        * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
                   12121:          src/doc/pooled.dox, www/htdocs/index.html: removed outdated
                   12122:          parts, made links to language docs
                   12123: 
                   12124:        * src/include/pa_config_auto.h.in: comment
                   12125: 
                   12126: 2002-12-26  paf
                   12127: 
                   12128:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   12129:          not contain trailing / fixed.
                   12130: 
                   12131:        * INSTALL: changing SAFE_MODE politics
                   12132: 
                   12133:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   12134: 
                   12135:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   12136: 
                   12137: 2002-12-25  paf
                   12138: 
                   12139:        * src/main/pa_globals.C: optimized-xml
                   12140: 
                   12141:        * src/main/pa_globals.C: optimized-as-is
                   12142: 
                   12143: 2002-12-24  paf
                   12144: 
                   12145:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   12146:          fixed [were really called with zero size when .html?a=&b=]
                   12147: 
                   12148:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   12149:          with --with-sendmail
                   12150: 
                   12151:        * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
                   12152:          [old always-pipe-error fixed]
                   12153: 
                   12154: 2002-12-23  paf
                   12155: 
                   12156:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   12157:          ignoring parameters & were storing only string with default
                   12158:          expires
                   12159: 
                   12160:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   12161:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   12162:          December 23, 2002 4:22 AM Subject: bug â
                   12163:          Charset::transcode_buf2xchar
                   12164: 
                   12165: 2002-12-20  paf
                   12166: 
                   12167:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   12168:          non-cgi [script] runs
                   12169: 
                   12170: 2002-12-19  paf
                   12171: 
                   12172:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12173:          [tested on elik]] moreover, it's not needed there [parser
                   12174:          registers charsets itself]
                   12175: 
                   12176:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12177:          [tested on elik]]
                   12178: 
                   12179:        * operators.txt, src/include/pa_globals.h,
                   12180:          src/include/pa_request.h, src/main/pa_globals.C,
                   12181:          src/main/pa_request.C, www/htdocs/index.html: $response:download
                   12182: 
                   12183:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   12184:          compiler [win32]].
                   12185: 
                   12186: 2002-12-18  paf
                   12187: 
                   12188:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   12189: 
                   12190: 2002-12-17  paf
                   12191: 
                   12192:        * src/targets/cgi/parser3.C: merged die&iis changes
                   12193: 
                   12194:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   12195:          to exit(1) 2. more flexible iilegal call check
                   12196: 
                   12197: 2002-12-16  paf
                   12198: 
                   12199:        * ltmain.sh: some automakes silly insist on having this handy
                   12200: 
                   12201:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12202:          'p' bug fix
                   12203: 
                   12204: 2002-12-15  paf
                   12205: 
                   12206:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12207:          'p'
                   12208: 
                   12209:        * configure.in, src/classes/smtp/smtp.C,
                   12210:          src/include/pa_config_auto.h.in, src/main/compile.C,
                   12211:          src/main/pa_common.C: merged small changes from branch 6 to HEAD
                   12212: 
                   12213:        * src/: main/compile.C, classes/smtp/smtp.C: removed warning
                   12214: 
                   12215:        * src/main/pa_common.C: ftruncate having checked
                   12216: 
                   12217:        * configure.in, src/include/pa_version.h: new version
                   12218: 
                   12219: 2002-12-14  paf
                   12220: 
                   12221:        * www/htdocs/index.html: exception type fixed
                   12222: 
                   12223:        * src/classes/table.C: removed unnecessary code
                   12224: 
                   12225:        * src/sql/pa_sql_driver.h: exception type fixed
                   12226: 
                   12227: 2002-12-09  paf
                   12228: 
                   12229:        * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
                   12230:          error
                   12231: 
                   12232:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   12233: 
                   12234:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   12235:          tries to write core dump
                   12236: 
                   12237:        * src/targets/: apache13/mod_parser3.C, cgi/parser3.C: ::die now
                   12238:          tries to write core dump
                   12239: 
                   12240:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12241:          classes/void.C, main/pa_sql_driver_manager.C,
                   12242:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12243:          handlers #2
                   12244: 
                   12245:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   12246:          exception handling mech in sql handlers
                   12247: 
                   12248:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   12249:          handlers
                   12250: 
                   12251:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12252:          classes/void.C, main/pa_sql_driver_manager.C,
                   12253:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12254:          handlers
                   12255: 
                   12256:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   12257:          to write makefile which used libtool to install things, which is
                   12258:          not needed
                   12259: 
                   12260: 2002-12-06  paf
                   12261: 
                   12262:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   12263:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   12264: 
                   12265: 2002-12-05  paf
                   12266: 
                   12267:        * src/classes/mail.C, src/classes/smtp/smtp.C,
                   12268:          src/types/pa_vmail.C, src/types/pa_vmail.h,
                   12269:          www/htdocs/index.html: smtp cc/bcc OK now
                   12270: 
                   12271:        * src/classes/smtp/smtp.C, src/main/untaint.C,
                   12272:          www/htdocs/index.html: mail header closed properly
                   12273: 
                   12274:        * src/classes/smtp/smtp.C, src/main/pa_common.C,
                   12275:          src/main/untaint.C, src/types/pa_vmail.C, www/htdocs/index.html:
                   12276:          mail header ',' allowed.  still bugs in smtp [only one
                   12277:          receiptient works, cc, bcc ignored now, and MAILED ;)]
                   12278: 
                   12279:          [strncpy killed, memnchr used]
                   12280: 
                   12281:        * src/main/pa_table.C: table-copy now current=0
                   12282: 
                   12283:        * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
                   12284:          wow! found/fixed bug in lowlevel proc
                   12285: 
                   12286:        * src/targets/cgi/parser3.C: more checks on
                   12287:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12288:          checked that now
                   12289: 
                   12290:        * src/targets/cgi/parser3.C: more checks on
                   12291:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12292:          checked that now
                   12293: 
                   12294:        * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
                   12295:          made unbuffered [so that out-of-mem errors reached log]
                   12296: 
                   12297:        * src/classes/mail.C, src/targets/cgi/parser3.C,
                   12298:          src/types/pa_vmail.C, www/htdocs/index.html: mail:send
                   12299:          MIME-Version default
                   12300: 
                   12301:        * src/main/main.dsp: pa_version included into main.dsp
                   12302: 
                   12303:        * src/classes/smtp/smtp.C, www/htdocs/index.html: smtp line ends
                   12304:          fixed. now \r\n [not \r]. some smtp servers [win32] leave \n
                   12305:          intact, and some clients [bat] fail to show letter correctly
                   12306: 
                   12307: 2002-12-04  paf
                   12308: 
                   12309:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   12310: 
                   12311:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
                   12312:          www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
                   12313:          lib/ltdl Win32 changes. s
                   12314: 
                   12315:        * src/classes/classes.awk: more strict *.C$
                   12316: 
                   12317:        * gnu.dsp: restored
                   12318: 
                   12319:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   12320:          src/lib/libltdl/Makefile.am, src/lib/libltdl/README,
                   12321:          src/lib/libltdl/acinclude.m4, src/lib/libltdl/config.guess,
                   12322:          src/lib/libltdl/config.h, src/lib/libltdl/config.sub,
                   12323:          src/lib/libltdl/config_auto.h.in, src/lib/libltdl/config_fixed.h,
                   12324:          src/lib/libltdl/configure, src/lib/libltdl/configure.in,
                   12325:          src/lib/libltdl/install-sh, src/lib/libltdl/libltdl.dsp,
                   12326:          src/lib/libltdl/ltdl.c, src/lib/libltdl/ltdl.h,
                   12327:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   12328:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12329:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   12330:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   12331:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12332:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   12333:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   12334:          now created with /configure, not ltdl/configure, so it does have
                   12335:          no problems with automake.  ltdl/configure
                   12336:          AC_OUTPUT(Makefile<<removed)
                   12337: 
                   12338: 2002-12-02  paf
                   12339: 
                   12340:        * operators.txt: removed outdated status:db
                   12341: 
                   12342:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   12343:          src/main/pa_common.C, src/main/pa_request.C,
                   12344:          src/types/pa_vcookie.C, src/types/pa_vmail.C,
                   12345:          www/htdocs/index.html: http header lang of tainted parts becomes
                   12346:          http-header
                   12347: 
                   12348: 2002-11-29  paf
                   12349: 
                   12350:        * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
                   12351:          operators.txt: exif dates now objects of type date
                   12352: 
                   12353:        * src/classes/image.C: file.seek removed [it were used in image.C
                   12354:          only, and for parser user this  means that jpeg image has bad
                   12355:          size in fragment's header] now used image.format
                   12356: 
                   12357:        * src/include/pa_common.h, src/main/pa_common.C,
                   12358:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12359:          www/htdocs/index.html: http:// param values now handled exactly
                   12360:          like $response:header values.  e.g. can be hash [can have
                   12361:          subattributes] & contain date values.
                   12362: 
                   12363:        * src/main/pa_common.C, www/htdocs/index.html: http:// param values
                   12364:          lang forced URI
                   12365: 
                   12366:        * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
                   12367:          partes now %xx
                   12368: 
                   12369: 2002-11-28  paf
                   12370: 
                   12371:        * www/htdocs/index.html: doc samples
                   12372: 
                   12373:        * operators.txt: http.timeout
                   12374: 
                   12375:        * src/classes/image.C, www/htdocs/index.html: ^image.length now
                   12376:          counts interchar space. plus space after last char
                   12377: 
                   12378:        * www/htdocs/index.html: regexp syntax xxx$ speed-up  experiments
                   12379: 
                   12380:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   12381: 
                   12382:        * src/classes/image.C: ^image.font width measurer now scans full
                   12383:          height [were -1]
                   12384: 
                   12385:        * configure.in, src/lib/libltdl/configure,
                   12386:          src/lib/libltdl/configure.in: stopped double libltdl/Makefile
                   12387:          generation
                   12388: 
                   12389:        * src/classes/image.C, www/htdocs/index.html: ^image.text now
                   12390:          outputs one pixel HIGHER chars [one top horizontal line of 1pixel
                   12391:          height were missing]
                   12392: 
                   12393:        * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
                   12394:          stupid compiler allowed 'false' to go into (Hash *) parameter
                   12395: 
                   12396: 2002-11-27  paf
                   12397: 
                   12398:        * src/include/pa_globals.h, src/main/pa_globals.C,
                   12399:          src/main/pa_request.C, src/types/pa_vmail.C,
                   12400:          www/htdocs/index.html: response:body[file]  if file nows it's
                   12401:          name now returns content-disposition: >>attachment<<
                   12402: 
                   12403:        * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
                   12404:          font file-size now properly reported
                   12405: 
                   12406: 2002-11-26  paf
                   12407: 
                   12408:        * src/main/pa_request.C: fixed lang in reponse header
                   12409: 
                   12410:        * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
                   12411:          @read text
                   12412: 
                   12413:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
                   12414:          http:// response status!=200 made exception: http.status with
                   12415:          source=bad status#
                   12416: 
                   12417: 2002-11-25  paf
                   12418: 
                   12419:        * configure.in, src/classes/image.C,
                   12420:          src/include/pa_config_auto.h.in,
                   12421:          src/include/pa_config_includes.h, src/main/Makefile.am,
                   12422:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   12423:          const void related probs fixed
                   12424: 
                   12425:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
                   12426:          fields now UPPERCASE
                   12427: 
                   12428:          $file[^file::load[http://there]] $file.SERVER
                   12429: 
                   12430:        * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
                   12431:          src/include/pa_common.h, src/main/pa_common.C,
                   12432:          src/main/pa_request.C, www/htdocs/index.html: checked http
                   12433:          options [invalid onces now reported] made default user-agent: paf
                   12434: 
                   12435:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   12436:          src/classes/xdoc.C, src/include/pa_common.h,
                   12437:          src/include/pa_globals.h, src/main/pa_common.C,
                   12438:          src/main/pa_globals.C, src/main/pa_request.C,
                   12439:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   12440:          www/htdocs/index.html: table/xdoc/file::load now understand
                   12441:          http:// prefix and additional params, sample:
                   12442:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   12443:          $.USER-AGENT[parser3] ]]
                   12444: 
                   12445: 2002-11-22  paf
                   12446: 
                   12447:        * src/classes/image.C, src/include/pa_globals.h,
                   12448:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   12449:          src/types/pa_vimage.h, www/htdocs/.htaccess,
                   12450:          www/htdocs/index.html, operators.txt: $image.exif support
                   12451:          $image.exif.DateTime & co
                   12452: 
                   12453: 2002-11-21  paf
                   12454: 
                   12455:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   12456:          _PASS_APPENDED)
                   12457: 
                   12458:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   12459:          EXIF information [were big block and it's size were considered
                   12460:          negative :(]
                   12461: 
                   12462:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   12463:          src/main/pa_common.C, src/types/pa_vmail.C,
                   12464:          www/htdocs/index.html: image.measure internals rewritten. no
                   12465:          there's reader.seek, and all's ready for EXIF extraction [now we
                   12466:          fail to measure files with EXIF info]
                   12467: 
                   12468:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   12469:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   12470:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   12471: 
                   12472: 2002-11-20  paf
                   12473: 
                   12474:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   12475: 
                   12476:        * configure.in, src/include/pa_config_auto.h.in,
                   12477:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   12478:          comment
                   12479: 
                   12480:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   12481: 
                   12482:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12483:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   12484:          currently processed document SIGPIPE >> interrupts request
                   12485:          processing [exception = DB rollback]
                   12486: 
                   12487:        * src/main/pa_exec.C: comment
                   12488: 
                   12489:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   12490: 
                   12491:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   12492:          << disable HTTP-POST repassing
                   12493: 
                   12494:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   12495:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   12496:          pipe read errors now checked
                   12497: 
                   12498: 2002-11-19  paf
                   12499: 
                   12500:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   12501:          CGI: Illegal call
                   12502: 
                   12503: 2002-11-01  paf
                   12504: 
                   12505:        * src/main/execute.C: comment
                   12506: 
                   12507: 2002-10-31  paf
                   12508: 
                   12509:        * src/main/execute.C: found out why, checked that for now.  todo:
                   12510:          find out a way for that user could do that
                   12511: 
                   12512:        * www/htdocs/: base.p, derived.p, index.html: this example creates
                   12513:          base object, which is wrong, todo: find out why
                   12514: 
                   12515:        * src/types/pa_vstateless_object.h: object put replaces static
                   12516:          parent if any
                   12517: 
                   12518:        * src/types/pa_vobject.C: object put replaces static parent if any
                   12519: 
                   12520:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12521:          src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
                   12522:          src/main/pa_request.C, src/types/pa_value.h,
                   12523:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12524:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12525:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12526:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12527:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   12528:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12529:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12530:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12531:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12532:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12533:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12534:          src/types/pa_vstateless_class.h,
                   12535:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12536:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12537:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12538:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12539:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12540:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12541:          www/htdocs/index.html: static fix merged
                   12542: 
                   12543:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   12544:          $virtual_fields in dynamic, but one can reach derived
                   12545:          static[class] variable from base
                   12546: 
                   12547:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   12548:          types/pa_vobject.C, types/pa_vobject.h,
                   12549:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   12550:          statics, left $virtual_fields in dynamic
                   12551: 
                   12552:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   12553:          one can't remember derivates in base class: there's so many of
                   12554:          them.  also there can be no virtual method calls in static
                   12555:          classes
                   12556: 
                   12557:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12558:          src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
                   12559:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12560:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12561:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   12562:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   12563:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   12564:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12565:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12566:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12567:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12568:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12569:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12570:          src/types/pa_vstateless_class.h,
                   12571:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12572:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12573:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12574:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12575:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12576:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12577:          www/htdocs/index.html: static call $self fixed
                   12578: 
                   12579:        * src/main/execute.C: comment
                   12580: 
                   12581:        * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
                   12582:          www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
                   12583:          www/htdocs/operators.p, www/htdocs/some.p:
                   12584:          ^process[$caller.self]{...} now compiles to last derived object
                   12585:          part of that 'self'
                   12586: 
                   12587: 2002-10-30  paf
                   12588: 
                   12589:        * www/htdocs/: derived.p, some.p: include method overriding tested
                   12590:          OK
                   12591: 
                   12592: 2002-10-29  paf
                   12593: 
                   12594:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   12595:          re-passing [iis to blame]
                   12596: 
                   12597:        * src/classes/string.C: changed string.save to pass current sql
                   12598:          connection to cstr thus one can ^connect[some server]{
                   12599:          $s[insert into table x (x) values (^taint[sql]{value})]
                   12600:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   12601:          properly escaped.  [tried in mssql->mysql export->import of
                   12602:          binary data]
                   12603: 
                   12604: 2002-10-28  paf
                   12605: 
                   12606:        * www/htdocs/: index.html: bad email handling test
                   12607: 
                   12608:        * src/www/htdocs/templates/: _document.xslt, symbols.ent: removed
                   12609: 
                   12610: 2002-10-25  paf
                   12611: 
                   12612:        * src/types/pa_vresponse.C: case insensitive response user fields
                   12613:          get/put
                   12614: 
                   12615:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   12616:          types/pa_vresponse.C: saving for maybe-future
                   12617: 
                   12618: 2002-10-23  paf
                   12619: 
                   12620:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   12621:          ^table.hash(expr)...
                   12622: 
                   12623:        * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
                   12624:          trimBoth-ed
                   12625: 
                   12626: 2002-10-22  paf
                   12627: 
                   12628:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   12629:          VForm::Append...(...Value)
                   12630: 
                   12631:        * src/main/execute.C: $.name outside of $name[...] checked
                   12632: 
                   12633:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   12634:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   12635: 
                   12636: 2002-10-21  paf
                   12637: 
                   12638:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   12639:          $form:qtail $form:imap.x/y
                   12640: 
                   12641:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   12642:          "?value&...", "...&value&...", "...&value"
                   12643: 
                   12644:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   12645: 
                   12646:        * operators.txt, src/classes/file.C, www/htdocs/index.html:
                   12647:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
                   12648: 
                   12649: 2002-10-17  paf
                   12650: 
                   12651:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   12652:          a little: logical not and bitwise negation precedence made
                   12653:          highest, << and >> bitshits precedence made equal [were << higher
                   12654:          than >>]
                   12655: 
                   12656:        * src/classes/op.C: exception handling fixed [were bad with
                   12657:          contexts]
                   12658: 
                   12659: 2002-10-16  paf
                   12660: 
                   12661:        * www/htdocs/index.html: bad compile to system class test
                   12662: 
                   12663:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   12664:          src/main/pa_request.C, www/htdocs/index.html,
                   12665:          www/htdocs/derived.p: Request::self considered equal to
                   12666:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   12667:          VMethodFrame.self()
                   12668: 
                   12669:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   12670:          $hash in open field now gives old good error meesage
                   12671: 
                   12672: 2002-10-15  paf
                   12673: 
                   12674:        * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
                   12675:          $junction){was true}{now false} use ^if($junction is
                   12676:          junction){was and now true}
                   12677: 
                   12678:        * src/classes/xdoc.C, src/classes/xnode.C,
                   12679:          src/include/pa_charset.h, src/include/pa_pool.h,
                   12680:          src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
                   12681:          www/htdocs/index.html: xml->parser strings now have origin, which
                   12682:          points to place where value left xml library and came to parser:
                   12683:          place of dom field extraction/call
                   12684: 
                   12685:        * src/classes/op.C, src/include/pa_opcode.h,
                   12686:          src/include/pa_request.h, src/main/compile.tab.C,
                   12687:          src/main/compile.y, src/main/execute.C,
                   12688:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
                   12689:          pieces of old code allowing $junction.xxx at compile time
                   12690: 
                   12691:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   12692:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   12693:          objects also considered [were only classes]
                   12694: 
                   12695:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   12696:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
                   12697:          www/htdocs/index.html: ^process[CLASS]{body} now executed with
                   12698:          CLASS self.  [   (request&method_frame).self temporarily changed
                   12699:          ]
                   12700: 
                   12701:        * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
                   12702:          www/htdocs/operators.p: method_frame now always changed, with no
                   12703:          exception to native calls.  for&foreach changed to use
                   12704:          method_frame.caller for their var's name context
                   12705: 
                   12706:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   12707:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12708:          www/htdocs/operators.p: compiling to system classes disabled
                   12709: 
                   12710:        * www/htdocs/: derived.p, index.html: test of ^process from
                   12711:          operator called from user class
                   12712: 
                   12713:        * operators.txt, src/classes/op.C, www/htdocs/operators.p:
                   12714:          ^process[$caller.CLASS]{code-string} added
                   12715: 
                   12716:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   12717:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   12718:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   12719:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   12720:          src/types/types.dsp, www/htdocs/operators.p: removed
                   12721:          $junction.get $junction.set[] introducing $caller
                   12722: 
                   12723:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   12724:          find them lower by inheritance tree
                   12725: 
                   12726:        * src/types/pa_vjunction.C: ident
                   12727: 
                   12728: 2002-10-14  paf
                   12729: 
                   12730:        * src/classes/op.C: process compiles to code's class class
                   12731: 
                   12732:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12733:          src/include/pa_request.h, src/main/compile.C,
                   12734:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   12735:          src/main/pa_request.C, src/types/pa_vstateless_class.h,
                   12736:          www/htdocs/index.html: operators now main-class-methods
                   12737: 
                   12738:        * src/classes/op.C, src/include/pa_request.h,
                   12739:          www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
                   12740:          has better stack trace [has "call" & co there]
                   12741: 
                   12742:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12743:          operators @auto now executed in MAIN context
                   12744: 
                   12745:        * src/main/execute.C: operator execution context now = MAIN, not
                   12746:          closest stack frame
                   12747: 
                   12748:          @touchit[] $i[after]
                   12749: 
                   12750:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   12751:          were 'after'
                   12752: 
                   12753:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   12754:          'after'
                   12755: 
                   12756:        * src/main/execute.C: comment
                   12757: 
                   12758:        * src/types/pa_vclass.C, src/types/pa_vobject.h,
                   12759:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12760:          www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
                   12761:          resurrected [wes killed in action]
                   12762: 
                   12763:        * src/types/pa_vxnode.C: misreplace fixed
                   12764: 
                   12765:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   12766:          src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
                   12767:          $status:rusage.tv_secs/usecs introduced
                   12768: 
                   12769: 2002-10-09  paf
                   12770: 
                   12771:        * src/classes/double.C, src/classes/int.C, src/classes/string.C,
                   12772:          www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
                   12773:          failes on empty string [or uses (default)]
                   12774: 
                   12775: 2002-10-08  paf
                   12776: 
                   12777:        * src/main/untaint.C: mail header quoted printable changed after
                   12778:          RFC reread
                   12779: 
                   12780:        * operators.txt: plan on ^if(method
                   12781: 
                   12782:        * src/types/pa_vxnode.C: misreplace
                   12783: 
                   12784:        * src/lib/patches/Makefile.am: forgot libgdome_morestatic.patch
                   12785: 
                   12786: 2002-09-24  paf
                   12787: 
                   12788:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
                   12789: 
                   12790:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   12791:          mailreceive would compile on freebsd now
                   12792: 
                   12793:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   12794:          configure, configure.in, src/include/pa_config_auto.h.in,
                   12795:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   12796:          mailreceive would compile on freebsd now
                   12797: 
                   12798:        * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
                   12799:           file spec language changed: now there are only few chars are
                   12800:          untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
                   12801:          SPACES now enabled, one should use ^untaint[uri]{...} now]
                   12802: 
                   12803:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   12804:          $list.name, not tainted as filespec
                   12805: 
                   12806:          @russianindex[] #dir with files with russian-lang names
                   12807:          $where[dir]
                   12808: 
                   12809:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   12810:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   12811: 
                   12812: 2002-09-23  paf
                   12813: 
                   12814:        * src/types/pa_vdouble.h: double->int round added
                   12815: 
                   12816:        * src/classes/date.C: date bug fix, now
                   12817:          round(floatDays*secondsPerDay)
                   12818: 
                   12819:        * src/classes/date.C: date bug fix, now
                   12820:          round(floatDays*secondsPerDay)
                   12821: 
                   12822: 2002-09-20  paf
                   12823: 
                   12824:        * src/main/execute.C, www/htdocs/index.html: code junction calls
                   12825:          disabled [before: code was compiled in such a way, that there
                   12826:          were no code-junctions in OP_CALL]
                   12827: 
                   12828:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   12829: 
                   12830:          @badjunctioncallinside[code] ^code[]
                   12831: 
                   12832:        * src/main/compile.tab.C, src/main/compile.y,
                   12833:          www/htdocs/index.html: changed grammer on junction expanding to
                   12834:          include ^junction.method
                   12835: 
                   12836:        * src/main/pa_common.C: -d "DIR/" now true
                   12837: 
                   12838:        * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
                   12839:          sets $request:charset as internal xdoc encoding, and after
                   12840:          decoding attributes set by dom functions now encoded OK, not as
                   12841:          digital entities
                   12842: 
                   12843:        * src/classes/xdoc.C: empty transform result, being taken as file
                   12844:          now returns empty file, not raises stupid error about "stat-ed
                   12845:          file"
                   12846: 
                   12847:        * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
                   12848:          modification of existing keys allowed
                   12849: 
                   12850:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   12851:          write iterators now:
                   12852: 
                   12853:          ^user-foreach[key;value]{$key=$value<br>}
                   12854: 
                   12855:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   12856:          $code.value($i*2)       $code }
                   12857: 
                   12858:        * src/main/compile_tools.h: mistype
                   12859: 
                   12860:        * src/targets/: apache13/Makefile.am, cgi/Makefile.am: binaries now
                   12861:          depend on makefiles, thus taking linking options configure
                   12862:          changes into account [were: ignoring]
                   12863: 
                   12864:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   12865:          $junction.get/put(1) one can write iterators now:
                   12866: 
                   12867:          ^user-foreach[key;value]{$key=$value<br>}
                   12868: 
                   12869:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   12870:          $code.value($i*2)       $code }
                   12871: 
                   12872:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   12873:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   12874:          src/main/main.dsp, src/targets/cgi/parser3.dsp,
                   12875:          src/types/pa_vjunction.h, www/htdocs/.htaccess,
                   12876:          www/htdocs/index.html: introducing $junction.get/put(1) one can
                   12877:          write iterators now:
                   12878: 
                   12879:          ^user-foreach[key;value]{$key=$value<br>}
                   12880: 
                   12881:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   12882:          $code.value($i*2)       $code }
                   12883: 
                   12884: 2002-09-19  paf
                   12885: 
                   12886:        * Makefile.am: new: make commit
                   12887: 
                   12888:        * aclocal.m4: forced to be older
                   12889: 
                   12890: 2002-09-18  paf
                   12891: 
                   12892:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   12893:          src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
                   12894:          >> int shifts
                   12895: 
                   12896:        * src/: include/pa_common.h, include/pa_request.h,
                   12897:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   12898:          - now this - fatal error
                   12899: 
                   12900:        * src/classes/file.C, www/htdocs/index.html,
                   12901:          www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
                   12902:          now] so that one can pass binary data there
                   12903: 
                   12904:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12905:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   12906:          src/classes/mail.C, src/classes/op.C, src/classes/response.C,
                   12907:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12908:          src/classes/xdoc.C, src/classes/xnode.C,
                   12909:          src/include/pa_request.h, www/htdocs/index.html: pa_request
                   12910:          contexts made privated, plus get_{self/method_frame} to read.
                   12911:          Request_context_saver used in ^try to save flang too.  [were not
                   12912:          saved]
                   12913: 
                   12914:        * src/types/pa_vresponse.C: header value chains joined before
                   12915:          output, this should help $.subject[$var $var] from being
                   12916:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   12917: 
                   12918: 2002-09-17  paf
                   12919: 
                   12920:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   12921:          removed changes, operators executed with calling self.  lots of
                   12922:          code with ^include code relies on defined/defining self variables
                   12923: 
                   12924:          $a[1] ^include[print_a.p] print_a.p: $a
                   12925: 
                   12926:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   12927: 
                   12928:        * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
                   12929:          src/types/pa_value.C, src/types/pa_value.h,
                   12930:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   12931:          www/htdocs/operators.p: operators now executed with MAIN self.
                   12932:          it's for ^include sake, too strong a change
                   12933: 
                   12934:        * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
                   12935:          made place for ^process to compile it's code to in case of no
                   12936:          self
                   12937: 
                   12938:        * src/main/execute.C, www/htdocs/index.html: found ancient param to
                   12939:          Junction, removed.  allowed passing self to native_code_operators
                   12940:          [for ^process to work, she needs self]
                   12941: 
                   12942:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   12943:          types/pa_vstateless_class.h: found ancient param to Junction,
                   12944:          removed.  allowed passing self to native_code_operators [for
                   12945:          ^process to work, she needs self]
                   12946: 
                   12947:        * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
                   12948:          src/types/pa_value.h, src/types/pa_vmethod_frame.h,
                   12949:          src/types/pa_vstateless_class.h, www/htdocs/index.html,
                   12950:          www/htdocs/operators.p: allowed Request.self to be 0, checked
                   12951:          that in VMethodFrame get/put and $self.
                   12952: 
                   12953:        * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
                   12954:          table::sql  options table::create  copy options options checked,
                   12955:          wrong option now fatal error
                   12956: 
                   12957:        * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
                   12958:          [were missing words on pieces boundaries]
                   12959: 
                   12960:        * bin/auto.p.dist.in: strange \n
                   12961: 
                   12962:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   12963:          .dll on cygwin, .so in other cases)
                   12964: 
                   12965:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   12966:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
                   12967: 
                   12968:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   12969:          src/include/pa_globals.h, src/main/pa_globals.C,
                   12970:          www/htdocs/index.html: table.sql hash::sql flag to allow
                   12971:          duplicate keys [$.distinct(1/0)] first record taken [were last]
                   12972: 
                   12973:        * src/classes/hash.C, src/classes/table.C,
                   12974:          src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
                   12975:          hash::sql duplicate keys now errors
                   12976: 
                   12977:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   12978: 
                   12979:        * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
                   12980:          menu/for delims bug fixed [were ,2,3]
                   12981: 
                   12982: 2002-09-16  paf
                   12983: 
                   12984:        * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
                   12985:          can be both unix & dos. and they can be unix [\n\n] on win when
                   12986:          'use CGI' used, it causes stdout to be binary.  now detected
                   12987:          closest header break.
                   12988: 
                   12989:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   12990:          closed right
                   12991: 
                   12992: 2002-09-13  paf
                   12993: 
                   12994:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   12995:          src/main/compile_tools.h, www/htdocs/index.html: (expression
                   12996:          #comment)
                   12997: 
                   12998:          (multiline expression #comment  line2  #comment )
                   12999: 
                   13000:          (expression #comment with (brackets) comment) << OK
                   13001: 
                   13002:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13003:          www/htdocs/index.html: !| bitwise !|| numerical xor now
                   13004:          [preparing for expression #comments]
                   13005: 
                   13006:        * src/main/compile.tab.C, src/main/compile.y,
                   13007:          www/htdocs/index.html: @method[$name] now parse error
                   13008: 
                   13009:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   13010:          cheched in pa_socks.C
                   13011: 
                   13012:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   13013:          HAVE_WINSOCK_H created in configure.in
                   13014: 
                   13015:        * src/main/compile.tab.C, src/main/compile.y,
                   13016:          src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
                   13017:          clean [were mistakenly tainted & that worked bad with opera --
                   13018:          'happily' that worked OK with msie]
                   13019: 
                   13020: 2002-09-12  paf
                   13021: 
                   13022:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   13023:          VClass get_element now first looks to fields, next to methods &
                   13024:          co todo: the rest reason: more speed
                   13025: 
                   13026:        * src/main/untaint.C: quoted printable encoding stops before
                   13027:          \s*<...>$
                   13028: 
                   13029:        * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
                   13030:          now =20 and encoding stops before <...>$
                   13031: 
                   13032: 2002-09-11  paf
                   13033: 
                   13034:        * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
                   13035:          www/htdocs/index.html: while fixing (
                   13036:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   13037:          forgot to check users of those funcs. not all were using that
                   13038:          return value convention
                   13039: 
                   13040:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   13041:          windows-1254 added
                   13042: 
                   13043: 2002-09-10  paf
                   13044: 
                   13045:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   13046:          VCodeFrame parent param were specified badly
                   13047: 
                   13048:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   13049:          WWrapper which used in constructing objects(second param to sql
                   13050:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   13051:          code in hash to survivi
                   13052: 
                   13053:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   13054:          param to execute [stack said 'thanks']
                   13055: 
                   13056:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   13057:          types/pa_value.h, types/pa_vcode_frame.h,
                   13058:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   13059:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   13060:          responsibility to wcontext
                   13061: 
                   13062:        * src/classes/file.C: decided not to log exec's with stderr, that
                   13063:          could be warnings, and it's up to scritper to log/show them
                   13064: 
                   13065:        * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
                   13066:          double:sql badly called write_assign_lang, not write_no_lang,
                   13067:          thus doing unnecessary double/string converstion, which were
                   13068:          loosing time&precesion
                   13069: 
                   13070:        * src/main/pa_charset.C, src/types/pa_vmail.C,
                   13071:          www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
                   13072:          returned bad value in case of unfinished in buffer processing,
                   13073:          causing accidental transcode stop [in case that source enc !=
                   13074:          utf-8 & there is incomplete utf-8 sequence at the end of
                   13075:          16000block iside of libxml lib] tfm readed & code updated
                   13076: 
                   13077: 2002-09-04  paf
                   13078: 
                   13079:        * configure: makes with sjlj
                   13080: 
                   13081:        * INSTALL, src/include/pa_config_fixed.h,
                   13082:          src/include/pa_sql_connection.h,
                   13083:          src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
                   13084:          -with-sjlj-exceptions define checked.  on win32 it made default
                   13085: 
                   13086:        * src/include/pa_config_auto.h.in: sjlj define
                   13087: 
                   13088:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   13089:          can not work with longjump/throw pair, and one must switch that
                   13090:          on there.  todo: detect that automatically]
                   13091: 
                   13092:        * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
                   13093:          checks of xnode.elements.  now, for instance, if element does not
                   13094:          have any attributes, $xnode.attributes is void, not error
                   13095: 
                   13096: 2002-09-02  paf
                   13097: 
                   13098:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
                   13099:          www/htdocs/index.html: removed double_result, didn't help
                   13100: 
                   13101:        * src/main/execute.C: double_result made to move that var away from
                   13102:          hungry g++ optimizer (-O2), before: it were optimized and
                   13103:          comparison operators worked badly
                   13104: 
                   13105:        * src/types/pa_vdate.h: removed debug
                   13106: 
                   13107:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
                   13108: 
                   13109:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   13110:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   13111:          unknown reason.
                   13112: 
                   13113: 2002-08-29  paf
                   13114: 
                   13115:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   13116:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   13117:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   13118:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   13119:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   13120:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   13121:          src/types/types.dsp, www/htdocs/index.html: junction_cleaner
                   13122:          moved to auto VMethodFrame [called less frequent, allowed to
                   13123:          remove ugly Junction.change_context-s from many places, switch,
                   13124:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   13125:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   13126:          [speed up]
                   13127: 
                   13128: 2002-08-28  paf
                   13129: 
                   13130:        * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
                   13131:          $cookie:name << now tainted
                   13132: 
                   13133:        * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
                   13134:          delete when $cookie:name[$.value[]]
                   13135: 
                   13136:        * operators.txt, src/classes/string.C, www/htdocs/derived.p,
                   13137:          www/htdocs/index.html: ^string.split[delim[;options]]
                   13138: 
                   13139: 2002-08-27  paf
                   13140: 
                   13141:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
                   13142: 
                   13143:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13144:          www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
                   13145:          delimiter
                   13146: 
                   13147:        * INSTALL: recommended latest gmime 1.0.5
                   13148: 
                   13149: 2002-08-26  paf
                   13150: 
                   13151:        * configure, configure.in, src/targets/apache13/Makefile.am,
                   13152:          src/targets/apache13/hook/mod_parser3.c: apache13/hook added to
                   13153:          make dist.
                   13154: 
                   13155: 2002-08-23  paf
                   13156: 
                   13157:        * src/include/pa_common.h, src/main/pa_common.C,
                   13158:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13159:          www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
                   13160:          accessible [due to bad rights or whatever] it's error now
                   13161: 
                   13162: 2002-08-21  paf
                   13163: 
                   13164:        * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13165:          "base class".  compiled as if here they named base class
                   13166: 
                   13167:        * Makefile.am: can use: make happy equals to make update install
                   13168: 
                   13169:        * src/main/compile.tab.C, src/main/compile.y,
                   13170:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13171:          www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13172:          "base class".  compiled as if here they named base class
                   13173: 
                   13174:        * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
                   13175:          bug, [were wrong string cloning constructor]
                   13176: 
                   13177:        * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
                   13178:          www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
                   13179: 
                   13180:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   13181:          src/types/pa_vfile.C, src/types/pa_vmail.C,
                   13182:          www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
                   13183:          $mail.received.file.value.content-type fixed
                   13184: 
                   13185: 2002-08-20  paf
                   13186: 
                   13187:        * src/classes/file.C, www/htdocs/index.html: fixed language of
                   13188:          file:file result
                   13189: 
                   13190:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13191:          ^void.pos[...] = -1 merged from 3.0.0005
                   13192: 
                   13193:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   13194: 
                   13195:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13196:          ^void.length[] = 0 merged from 3.0.0005
                   13197: 
                   13198:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   13199: 
                   13200: 2002-08-19  paf
                   13201: 
                   13202:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   13203:          work now
                   13204: 
                   13205:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   13206:          error in xnode, which were not catched in xdoc]
                   13207: 
                   13208:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   13209:          prepared:        // validate each document after load/create (?)
                   13210:                 //xmlDoValidityCheckingDefaultValue = 1;
                   13211: 
                   13212: 2002-08-15  paf
                   13213: 
                   13214:        * src/classes/classes.h, www/htdocs/index.html: write to static var
                   13215:          caused useless Exception, introduced Methoded::put_element wich
                   13216:          consumes those
                   13217: 
                   13218:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13219:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   13220:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13221:          www/htdocs/index.html: $response:field[date]
                   13222:          $response:field[$.xxx[date]]
                   13223: 
                   13224:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   13225:          src/classes/void.C, src/include/pa_sql_connection.h,
                   13226:          www/htdocs/index.html: fixed source of ^hash::sql{bad}
                   13227: 
                   13228:        * operators.txt: $request:body unprecessed POST request body
                   13229: 
                   13230:        * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
                   13231:          unprecessed POST request
                   13232: 
                   13233:        * src/types/pa_value.h, src/types/pa_vdate.h,
                   13234:          src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
                   13235:          src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
                   13236:          field not found", 0, &aname)
                   13237: 
                   13238:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   13239:          src/include/pa_request.h, src/main/pa_pool.C,
                   13240:          src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
                   13241:          planning/preparing_to $request:body r.post_data now const
                   13242: 
                   13243:        * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
                   13244:          src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
                   13245:          src/types/pa_vhash.h, src/types/pa_vobject.C,
                   13246:          src/types/pa_vobject.h, src/types/pa_vtable.h,
                   13247:          www/htdocs/index.html: instead of type() checking everywhere used
                   13248:          Value.as now user descendants can be used in params.
                   13249: 
                   13250:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   13251:          ^if($xtable) now OK
                   13252: 
                   13253:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   13254:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   13255:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   13256: 
                   13257: 2002-08-14  paf
                   13258: 
                   13259:        * src/classes/xnode.h, src/main/execute.C,
                   13260:          src/targets/cgi/parser3.dsp, src/types/pa_value.h,
                   13261:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13262:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13263:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13264:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13265:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13266:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13267:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13268:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13269:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13270:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13271:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13272:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13273:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13274:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13275:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13276:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13277:          src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
                   13278:          VObject & VClass
                   13279: 
                   13280:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   13281: 
                   13282:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   13283:          removed fixopt stupidity. on stupid linux use cd /document/root
                   13284:          ../cgi/parser3 script
                   13285: 
                   13286:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   13287:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   13288: 
                   13289:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   13290:          fixopt.h: fixopt now preprocesses command line params, splitting
                   13291:          them by space, excluding argv[0], argv[argc-1]
                   13292: 
                   13293:        * src/targets/cgi/parser3.C: -f config file
                   13294: 
                   13295:        * src/targets/cgi/parser3.C, www/htdocs/auto.p,
                   13296:          www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
                   13297: 
                   13298: 2002-08-13  paf
                   13299: 
                   13300:        * src/types/pa_vobject.C, www/htdocs/derived.p,
                   13301:          www/htdocs/index.html: allow override parent variables, useful
                   13302:          for form descendants [in vobject too, were in vclass]
                   13303: 
                   13304:        * src/types/pa_vclass.C, www/htdocs/index.html: allow override
                   13305:          parent variables, useful for form descendants
                   13306: 
                   13307:        * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
                   13308:          form[vclass]fields can be overwritten in derived(table)
                   13309: 
                   13310:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13311:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   13312:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13313:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13314:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13315:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13316:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13317:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13318:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13319:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13320:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13321:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   13322:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13323:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13324:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   13325:          Value::get_element(..., bool looking_down) [needed to exclude
                   13326:          endless recoursion]
                   13327: 
                   13328:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   13329:          fix bug with put endless recoursion todo: check 'as'
                   13330: 
                   13331:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   13332:          reorganized modules todo: fix bug with put endless recoursion
                   13333:          todo: check 'as'
                   13334: 
                   13335:        * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
                   13336:          fields can be overwritten in derived(table)
                   13337: 
                   13338:        * www/htdocs/derived.p: sample: dont convinient that table fields
                   13339:          can be overridden
                   13340: 
                   13341:        * src/types/pa_vobject.h, www/htdocs/derived.p,
                   13342:          www/htdocs/index.html: derived classes can have fields of their
                   13343:          own now
                   13344: 
                   13345:        * src/classes/table.C, src/types/pa_vtable.C,
                   13346:          src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
                   13347:          on using non-created table
                   13348: 
                   13349:        * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
                   13350:          src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
                   13351:          src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
                   13352:          src/main/pa_request.C, src/types/pa_value.h,
                   13353:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13354:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   13355:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   13356:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   13357:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13358:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13359:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13360:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13361:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13362:          src/types/pa_vstateless_class.h,
                   13363:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13364:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13365:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13366:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13367:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13368:          src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
                   13369:          now looking down/up tree todo: fix error message on
                   13370:          non-constructed parents
                   13371: 
                   13372: 2002-08-12  paf
                   13373: 
                   13374:        * src/types/pa_vstateless_class.h,
                   13375:          src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
                   13376:          derived OK
                   13377: 
                   13378:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   13379:          thorough testing
                   13380: 
                   13381:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   13382:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   13383:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   13384:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   13385:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   13386:          ^base:create[] dynamic call rewritten todo: thorough testing
                   13387: 
                   13388:        * www/htdocs/: base.p, derived.p: not good - along upward-virtual
                   13389:          call self eq child
                   13390: 
                   13391:        * src/types/pa_value.h, src/types/pa_vclass.h,
                   13392:          src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
                   13393:          VObject ctor now instantates base class, remembers it and saves
                   13394:          child in parent VObject.get_class now returns last child =
                   13395:          downward virtual calls OK
                   13396: 
                   13397:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13398:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   13399:          src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
                   13400:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13401:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13402:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   13403:          src/types/pa_vtable.h, src/types/pa_vxdoc.h,
                   13404:          src/types/pa_vxnode.h, src/types/pa_wcontext.h,
                   13405:          src/types/types.dsp, www/htdocs/index.html: killed VAliased
                   13406:          [redundant], moved $CLASS to VObject only [parser class instance]
                   13407: 
                   13408:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   13409: 
                   13410:        * bin/auto.p.dist.in: fixed sendmail default comment
                   13411: 
                   13412:        * src/main/pa_request.C: $response:body[file] content-type check
                   13413:          fixed [were bad when content-type is hash]
                   13414: 
                   13415: 2002-08-09  paf
                   13416: 
                   13417:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13418:          src/types/pa_vobject.h, src/types/pa_vxdoc.h,
                   13419:          www/htdocs/index.html: started as()
                   13420: 
                   13421: 2002-08-08  paf
                   13422: 
                   13423:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   13424:          src/main/pa_globals.C, www/htdocs/index.html: year column in
                   13425:          month calendar [week year]
                   13426: 
                   13427:        * src/main/execute.C, www/htdocs/index.html: error reporting on
                   13428:          object writes to MAIN improved [were ruind with fixing
                   13429:          $obj[^if(1){$obj}] ]
                   13430: 
                   13431:        * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
                   13432:          $date.yearday $date.daylightsaving
                   13433: 
                   13434:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
                   13435:          www/htdocs/index.html: in letter texts one can use tainted data
                   13436:          now. only she must specify the language.
                   13437: 
                   13438:          ^mail:send[     $.from[paf@mail.design.ru]
                   13439:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   13440:                $.text[^taint[uri][ìîñêâà]=] ]
                   13441: 
                   13442:        * www/htdocs/index.html: ^process now prints more precise origin
                   13443: 
                   13444:        * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
                   13445:          www/htdocs/index.html: ^process now prints more precise origin
                   13446: 
                   13447:        * src/include/pa_string.h, www/htdocs/index.html:
                   13448:          String::first_char now not fails on empty strings ^if(-f '') now
                   13449:          ok and in 3 other places.
                   13450: 
                   13451:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13452:          String::first_char now not fails on empty strings ^if(-f '') now
                   13453:          ok and in 3 other places.
                   13454: 
                   13455: 2002-08-07  paf
                   13456: 
                   13457:        * src/classes/string.C, src/main/pa_string.C,
                   13458:          www/htdocs/index.html: ^string.mid(0;bad) fixed
                   13459: 
                   13460:        * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
                   13461:          fixed
                   13462: 
                   13463:        * src/main/execute.C, src/types/pa_vcode_frame.h,
                   13464:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
                   13465:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   13466:          www/htdocs/index.html: vcodeframe were mistakenly not completely
                   13467:          transparent to object writes.  $hash[^if(1){$hash}] now works
                   13468: 
                   13469:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   13470:          now erasing cache file [there were bad check on that]
                   13471: 
                   13472:        * src/classes/classes.dsp, src/classes/table.C,
                   13473:          src/classes/gd/gd.dsp, src/classes/smtp/smtp.dsp,
                   13474:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
                   13475:          src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
                   13476:          .dsp now named 'Debug'
                   13477: 
                   13478:        * etc/parser3.charsets/Makefile.am: all included into dist
                   13479: 
                   13480:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   13481: 
                   13482:        * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
                   13483:          exception_type  email.format
                   13484: 
                   13485:        * src/types/pa_vmail.C, www/htdocs/global.xsl,
                   13486:          www/htdocs/index.html: mail:send empty  email checked
                   13487: 
                   13488: 2002-08-06  paf
                   13489: 
                   13490:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   13491:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   13492:          www/htdocs/index.html: ^table::create[$source;$.options]
                   13493:          ^table::join[$source;$.options]
                   13494: 
                   13495:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   13496:          src/classes/table.C, www/htdocs/index.html: sql options can be
                   13497:          string now ^xxx:sql{...}[ #  $.default() }
                   13498: 
                   13499:        * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
                   13500:          case fields
                   13501: 
                   13502:        * src/classes/file.C, src/include/pa_globals.h,
                   13503:          src/main/pa_globals.C, src/main/pa_request.C,
                   13504:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   13505:          www/htdocs/index.html: $file.content-type [instead of .mime-type]
                   13506:          now works for file::stat also
                   13507: 
                   13508:        * src/main/pa_request.C, www/htdocs/index.html: case insensitive
                   13509:          mime_type_of
                   13510: 
                   13511:        * bin/auto.p.dist.in: jpeg
                   13512: 
                   13513: 2002-08-05  paf
                   13514: 
                   13515:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   13516: 
                   13517:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   13518: 
                   13519:        * operators.txt: comment on date:calendar week column
                   13520: 
                   13521:        * src/main/pa_common.C: write checked
                   13522: 
                   13523:        * src/main/: pa_common.C: write checked
                   13524: 
                   13525:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   13526: 
                   13527:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   13528:          month calendar week column [ISO 8601 Week Numbers]
                   13529: 
                   13530: 2002-08-02  paf
                   13531: 
                   13532:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   13533:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   13534:          DEBUG*
                   13535: 
                   13536:        * configure, configure.in, src/include/pa_version.h: release
                   13537:          3_0_0005
                   13538: 
                   13539:        * bin/auto.p.dist.in: unhandled_exception comments
                   13540: 
                   13541:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   13542:          multipart post fixed
                   13543: 
                   13544:        * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
                   13545:          src/types/pa_vform.C: response transcoded source->client only
                   13546:          when text/* or simple onoverridden $response:body
                   13547: 
                   13548: 2002-08-01  paf
                   13549: 
                   13550:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13551:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13552:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13553:          classes/op.C, classes/response.C, classes/string.C,
                   13554:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   13555:          classes/xnode.h, classes/gd/gif.C, classes/gd/gif.h,
                   13556:          classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   13557:          classes/smtp/smtp.h, include/pa_array.h,
                   13558:          include/pa_cache_managers.h, include/pa_charset.h,
                   13559:          include/pa_charsets.h, include/pa_common.h,
                   13560:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13561:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13562:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   13563:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   13564:          include/pa_socks.h, include/pa_sql_connection.h,
                   13565:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13566:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13567:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13568:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13569:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13570:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   13571:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13572:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   13573:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   13574:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   13575:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   13576:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13577:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13578:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   13579:          targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
                   13580:          targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
                   13581:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13582:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   13583:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13584:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   13585:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   13586:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   13587:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13588:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   13589:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   13590:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   13591:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13592:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   13593:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   13594:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13595:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13596:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13597:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13598:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13599:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13600:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13601:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
                   13602: 
                   13603:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   13604:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13605:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13606:          classes/math.C, classes/op.C, classes/response.C,
                   13607:          classes/string.C, classes/table.C, classes/void.C,
                   13608:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13609:          classes/gd/gd.dsp, classes/gd/gif.C, classes/gd/gif.h,
                   13610:          classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   13611:          classes/smtp/smtp.dsp, classes/smtp/smtp.h, include/pa_array.h,
                   13612:          include/pa_cache_managers.h, include/pa_charset.h,
                   13613:          include/pa_charsets.h, include/pa_common.h,
                   13614:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13615:          include/pa_dictionary.h, include/pa_dir.h,
                   13616:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13617:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   13618:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13619:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   13620:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13621:          include/pa_stack.h, include/pa_string.h,
                   13622:          include/pa_stylesheet_connection.h,
                   13623:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13624:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13625:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   13626:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13627:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   13628:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13629:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13630:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   13631:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   13632:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13633:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   13634:          main/untaint.C, sql/pa_sql_driver.h,
                   13635:          targets/apache13/ApacheModuleParser3.dsp,
                   13636:          targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
                   13637:          targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
                   13638:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13639:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13640:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   13641:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   13642:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   13643:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   13644:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   13645:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13646:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   13647:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   13648:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   13649:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13650:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   13651:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   13652:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13653:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13654:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13655:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13656:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13657:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13658:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13659:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp,
                   13660:          Makefile.am, classes/Makefile.am, classes/gd/Makefile.am,
                   13661:          main/Makefile.am, targets/apache13/Makefile.am,
                   13662:          targets/cgi/Makefile.am, types/Makefile.am: ident.C* removed
                   13663: 
                   13664:        * operators.txt, src/classes/file.C, src/main/pa_request.C,
                   13665:          www/cgi-bin/parser3.log: file:find[/can/do/this/now.txt]
                   13666: 
                   13667:        * src/targets/cgi/parser3.C: usage to stdout now
                   13668: 
                   13669: 2002-07-31  paf
                   13670: 
                   13671:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   13672: 
                   13673:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   13674:          default "postmaster"
                   13675: 
                   13676:        * src/classes/mail.C, src/classes/smtp/smtp.C,
                   13677:          src/types/pa_vmail.C, www/cgi-bin/parser3.log: mail from/to now
                   13678:          must be.  -f postmaster now default sendmail key word
                   13679:          "postmaster" replaced to $.from
                   13680: 
                   13681: 2002-07-30  paf
                   13682: 
                   13683:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   13684:          src/targets/cgi/parser3.C: removed pa_config_paths.h
                   13685: 
                   13686:        * src/main/pa_charset.C: comment
                   13687: 
                   13688:        * src/main/pa_charset.C, www/cgi-bin/parser3.log,
                   13689:          www/htdocs/auto.p: UTF-8 to 1byte charset convert, no char in
                   13690:          table, &#decimal;
                   13691: 
                   13692:        * src/main/pa_request.C: comment
                   13693: 
                   13694:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   13695:          paragraf]
                   13696: 
                   13697: 2002-07-11  paf
                   13698: 
                   13699:        * src/main/pa_exec.C: build command line badly added params twice
                   13700:          [and first time without ' ']. double wrong. fixed.
                   13701: 
                   13702:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   13703:          wich parser did not provide = reported badly.  fixed that.
                   13704: 
                   13705:        * src/classes/mail.C: $MAIL[ # xxx ]
                   13706: 
                   13707:          now ok
                   13708: 
                   13709:        * operators.txt: plan: sql detailed exception
                   13710: 
                   13711: 2002-07-01  paf
                   13712: 
                   13713:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   13714:          [MForm.configure_admin were called when request.main_class ==0
                   13715: 
                   13716:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   13717: 
                   13718:        * src/classes/form.C: content_length type fix
                   13719: 
                   13720: 2002-06-30  paf
                   13721: 
                   13722:        * src/classes/mail.C: merged from 4
                   13723: 
                   13724:        * src/classes/mail.C: restored $MAIL
                   13725: 
                   13726: 2002-06-28  paf
                   13727: 
                   13728:        * configure, configure.in: removed paths.h
                   13729: 
                   13730:        * configure, src/include/pa_version.h,
                   13731:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   13732:          merged, makes updated
                   13733: 
                   13734:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   13735:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13736:          src/include/pa_pool.h, src/include/pa_version.h,
                   13737:          src/main/pa_charset.C, src/main/pa_pool.C,
                   13738:          src/targets/apache13/ApacheModuleParser3.dsp,
                   13739:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13740:          src/types/pa_vmail.C, www/cgi-bin/parser3.log,
                   13741:          www/htdocs/index.html: merged latest updates to head
                   13742: 
                   13743: 2002-06-27  paf
                   13744: 
                   13745:        * src/targets/: apache13/ApacheModuleParser3.dsp, cgi/parser3.dsp,
                   13746:          isapi/parser3isapi.dsp: post-build not error now
                   13747: 
                   13748:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   13749:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   13750:          src/main/pa_charset.C, src/main/pa_pool.C,
                   13751:          www/cgi-bin/parser3.log, www/htdocs/index.html:
                   13752:          ^xdoc::create[[uri]]... base uri for document being created,
                   13753:          imports and other relative file names would be relative to this
                   13754:          uri default uri=path_translated
                   13755: 
                   13756:        * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
                   13757:          bug workaround
                   13758: 
                   13759: 2002-06-26  paf
                   13760: 
                   13761:        * configure, configure.in, src/include/pa_version.h:
                   13762:          release_3_0_0004
                   13763: 
                   13764:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   13765:          0 now
                   13766: 
                   13767:        * src/targets/cgi/parser3.C, www/cgi-bin/parser3.log:
                   13768:          /cgi-bin/parser empty filename checked
                   13769: 
                   13770: 2002-06-25  paf
                   13771: 
                   13772:        * www/cgi-bin/parser3.log, www/htdocs/index.html,
                   13773:          src/main/pa_string.C: emtpy string, or string of whitespaces
                   13774:          considered bad number now
                   13775: 
                   13776:        * www/: cgi-bin/parser3.log, htdocs/index.html:
                   13777:          ^xdoc.transform[xdoc <<can be now
                   13778: 
                   13779:        * operators.txt, src/classes/xdoc.C, www/cgi-bin/parser3.log,
                   13780:          www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
                   13781: 
                   13782:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   13783:          ^string.normalize  [old name: optimize
                   13784: 
                   13785:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   13786:          library configured
                   13787: 
                   13788:        * src/main/pa_request.C: configure_admin forced if no @conf
                   13789: 
                   13790:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   13791:          src/types/pa_vmail.C, www/cgi-bin/parser3.log,
                   13792:          www/htdocs/index.html: ^math:crypt updated to generate random
                   13793:          salt when needed and to call system crypt() if not $apr1$ prefix
                   13794: 
                   13795: 2002-06-24  paf
                   13796: 
                   13797:        * INSTALL: --with-static/shared-mailreceive described
                   13798: 
                   13799:        * src/include/pa_config_fixed.h: ssize_t fixed
                   13800: 
                   13801:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   13802:          src/targets/apache13/p3runConfigure.in,
                   13803:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13804:          src/types/pa_vmail.C: $mail:received makes update
                   13805: 
                   13806:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   13807:          WITH_MAILRECEIVE
                   13808: 
                   13809:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   13810: 
                   13811:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   13812:          option, for $mail:receive
                   13813: 
                   13814:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   13815:          introducting $message:received ^mail:send rewritten with backward
                   13816:          comp
                   13817: 
                   13818:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   13819:          classes/smtp/smtp.dsp, main/main.dsp, main/pa_globals.C,
                   13820:          targets/apache13/ApacheModuleParser3.dsp,
                   13821:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13822:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   13823:          now
                   13824: 
                   13825:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   13826:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13827:          src/include/pa_request.h, src/include/pa_string.h,
                   13828:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   13829:          src/main/pa_globals.C, src/main/pa_request.C,
                   13830:          src/main/pa_string.C, src/main/pa_uue.C,
                   13831:          src/targets/apache13/mod_parser3.C, src/targets/cgi/Makefile.am,
                   13832:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   13833:          src/targets/isapi/parser3isapi.C, src/types/pa_vform.C,
                   13834:          src/types/pa_vform.h, src/types/types.dsp,
                   13835:          www/cgi-bin/parser3.log, www/htdocs/index.html: uue to separate
                   13836:          file introducting $message:received ^mail:send rewritten with
                   13837:          backward comp
                   13838: 
                   13839: 2002-06-21  paf
                   13840: 
                   13841:        * src/: lib/Makefile.am, lib/md5/pa_md5.h,
                   13842:          targets/apache13/p3runConfigure.in, targets/apache13/pa_md5c.c:
                   13843:          lib restructure apache .am & co changes
                   13844: 
                   13845:        * src/targets/apache13/pa_md5c.c: moved libltdl and pcre to libs/
                   13846:          added libs/md5 which is linked to non-apache targets
                   13847:          ^math:crypt[password;$apr1$salt]
                   13848: 
                   13849:        * configure, configure.in, src/lib/libltdl/install-sh,
                   13850:          src/lib/md5/Makefile.am, src/lib/md5/pa_md5c.c,
                   13851:          src/targets/cgi/Makefile.am: lib restructure .in and .am files
                   13852:          appropriate changes
                   13853: 
                   13854:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   13855:          pcre to libs/ added libs/md5 which is linked to non-apache
                   13856:          targets ^math:crypt[password;$apr1$salt]
                   13857: 
                   13858:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   13859:          src/Makefile.am, src/classes/Makefile.am,
                   13860:          src/classes/classes.dsp, src/classes/math.C,
                   13861:          src/lib/libltdl/Makefile.am, src/lib/libltdl/README,
                   13862:          src/lib/libltdl/acinclude.m4, src/lib/libltdl/config.h,
                   13863:          src/lib/libltdl/config_auto.h.in, src/lib/libltdl/config_fixed.h,
                   13864:          src/lib/libltdl/configure, src/lib/libltdl/configure.in,
                   13865:          src/lib/libltdl/libltdl.dsp, src/lib/libltdl/ltdl.c,
                   13866:          src/lib/libltdl/ltdl.h, src/lib/md5/Makefile.am,
                   13867:          src/lib/patches/Makefile.am,
                   13868:          src/lib/patches/libgdome_cpp_syntax1.patch,
                   13869:          src/lib/patches/libgdome_cpp_syntax2.patch,
                   13870:          src/lib/patches/libgdome_morestatic.patch,
                   13871:          src/lib/patches/libxml_error_column_tab.patch,
                   13872:          src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch,
                   13873:          src/lib/patches/libxml_transcoder_context1.patch,
                   13874:          src/lib/patches/libxml_transcoder_context2.patch,
                   13875:          src/lib/patches/libxml_transcoder_context3.patch,
                   13876:          src/lib/patches/libxml_transcoder_context4.patch,
                   13877:          src/lib/patches/libxslt_html_output_no_charset_meta.patch,
                   13878:          src/lib/pcre/LICENCE, src/lib/pcre/Makefile.am,
                   13879:          src/lib/pcre/README, src/lib/pcre/Tech.Notes,
                   13880:          src/lib/pcre/dftables.c, src/lib/pcre/get.c,
                   13881:          src/lib/pcre/ibm-1250.ucm, src/lib/pcre/ibm-1251.ucm,
                   13882:          src/lib/pcre/ibm-1257.ucm, src/lib/pcre/internal.h,
                   13883:          src/lib/pcre/maketables.c, src/lib/pcre/pcre-2_08.tar.gz,
                   13884:          src/lib/pcre/pcre.3, src/lib/pcre/pcre.3.html,
                   13885:          src/lib/pcre/pcre.3.txt, src/lib/pcre/pcre.c,
                   13886:          src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
                   13887:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   13888:          src/lib/pcre/pcre_parser_ctype.dsp,
                   13889:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   13890:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   13891:          src/main/compile.tab.C, src/main/main.dsp,
                   13892:          src/patches/Makefile.am, src/patches/libgdome_cpp_syntax1.patch,
                   13893:          src/patches/libgdome_cpp_syntax2.patch,
                   13894:          src/patches/libgdome_morestatic.patch,
                   13895:          src/patches/libxml_error_column_tab.patch,
                   13896:          src/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch,
                   13897:          src/patches/libxml_transcoder_context1.patch,
                   13898:          src/patches/libxml_transcoder_context2.patch,
                   13899:          src/patches/libxml_transcoder_context3.patch,
                   13900:          src/patches/libxml_transcoder_context4.patch,
                   13901:          src/patches/libxslt_html_output_no_charset_meta.patch,
                   13902:          src/pcre/LICENCE, src/pcre/Makefile.am, src/pcre/README,
                   13903:          src/pcre/Tech.Notes, src/pcre/dftables.c, src/pcre/get.c,
                   13904:          src/pcre/ibm-1250.ucm, src/pcre/ibm-1251.ucm,
                   13905:          src/pcre/ibm-1257.ucm, src/pcre/internal.h,
                   13906:          src/pcre/maketables.c, src/pcre/pcre-2_08.tar.gz,
                   13907:          src/pcre/pcre.3, src/pcre/pcre.3.html, src/pcre/pcre.3.txt,
                   13908:          src/pcre/pcre.c, src/pcre/pcre.dsp, src/pcre/pcre.h,
                   13909:          src/pcre/pcre_dftables.dsp, src/pcre/pcre_parser_ctype.c,
                   13910:          src/pcre/pcre_parser_ctype.dsp, src/pcre/ruspart_win2koi.pl,
                   13911:          src/pcre/study.c, src/pcre/win-koi.tab,
                   13912:          src/targets/apache13/ApacheModuleParser3.dsp,
                   13913:          src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
                   13914:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13915:          src/types/Makefile.am, src/types/types.dsp,
                   13916:          www/cgi-bin/parser3.log, www/htdocs/.htaccess,
                   13917:          www/htdocs/index.html, src/lib/Makefile.am: moved libltdl and
                   13918:          pcre to libs/ added libs/md5 which is linked to non-apache
                   13919:          targets ^math:crypt[password;$apr1$salt]
                   13920: 
                   13921: 2002-06-20  paf
                   13922: 
                   13923:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
                   13924:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   13925:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   13926:          src/include/pa_request.h, src/main/execute.C,
                   13927:          src/main/pa_request.C, src/targets/apache13/mod_parser3.C,
                   13928:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13929:          src/types/pa_vmethod_frame.h, www/htdocs/auto.p,
                   13930:          www/htdocs/index.html: marged latest HEAD updates, mainly
                   13931:          file:justname&co & @auto/conf[filespec
                   13932: 
                   13933:        * operators.txt, src/classes/file.C, www/cgi-bin/parser3.log,
                   13934:          www/htdocs/auto.p, www/htdocs/index.html:
                   13935:          !^file:dirname[/a/some.tar.gz]=/a
                   13936:              !^file:dirname[/a/b/]=/a
                   13937:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   13938:              !^file:justname[/a/some.tar.gz]=some.tar
                   13939:              !^file:justext[/a/some.tar.gz]=gz
                   13940: 
                   13941:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   13942:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
                   13943:          www/cgi-bin/parser3.log, www/htdocs/auto.p,
                   13944:          www/htdocs/index.html: introducing @conf/auto[filespec]
                   13945: 
                   13946:        * bin/auto.p.dist.in: <noindex>
                   13947: 
                   13948:        * configure: parser3.conf renamed to auto.p autoconf changes
                   13949: 
                   13950:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   13951:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   13952:          src/include/pa_globals.h, src/targets/apache13/mod_parser3.C,
                   13953:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13954:          www/htdocs/auto.p, www/htdocs/index.html: parser3.conf renamed to
                   13955:          auto.p
                   13956: 
                   13957: 2002-06-18  paf
                   13958: 
                   13959:        * configure, configure.in, src/include/pa_version.h: version to
                   13960:          configure.in
                   13961: 
                   13962:        * INSTALL: reflected .conf.dist dir change
                   13963: 
                   13964:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   13965:          etc/parser3.charsets/Makefile.am, src/classes/smtp/Makefile.am:
                   13966:          parser3.conf.dist moved to bin, .in & *.am updated
                   13967: 
                   13968:        * src/classes/file.C: strncasecmp
                   13969: 
                   13970:        * src/classes/file.C: strcasecmp
                   13971: 
                   13972:        * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
                   13973:          bin/parser3.conf.dist [moved from etc
                   13974: 
                   13975:        * src/classes/file.C, www/cgi-bin/parser3.log:
                   13976:          ^file::exec[script;$.bad error case insensitive check now
                   13977: 
                   13978:        * src/classes/file.C, www/cgi-bin/parser3.log,
                   13979:          www/htdocs/index.html: ^file::exec[script;$.bad now error, not
                   13980:          skip
                   13981: 
                   13982:        * configure, configure.in, src/include/pa_pool.h,
                   13983:          src/include/pa_types.h: pack configure.in detection simplified.
                   13984:          figured out that gcc on sparc not that stupid as thought
                   13985:          previously: on sparc: when it sees packed class it modifies it's
                   13986:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   13987:          operations [st, lduh] so packed must be all parts of packed
                   13988:          class, i.e. it's parents&fields(classes).  for now it's only
                   13989:          String that packed and what was wrong is that it's parent -
                   13990:          Pooled, were not packed. fixed that.
                   13991: 
                   13992: 2002-06-14  paf
                   13993: 
                   13994:        * operators.txt: more precise xml-to-text options
                   13995: 
                   13996:        * operators.txt, src/types/pa_vxnode.C: xnode
                   13997:          attribute_node.name/value xnode pi.node.data
                   13998: 
                   13999: 2002-06-12  paf
                   14000: 
                   14001:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   14002:          src/targets/cgi/parser3.C: removed root conf define creation
                   14003: 
                   14004:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14005:          src/include/pa_globals.h, src/include/pa_request.h,
                   14006:          src/main/compile.tab.C, src/main/pa_globals.C,
                   14007:          src/main/pa_request.C, src/targets/apache13/mod_parser3.C,
                   14008:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   14009:          www/cgi-bin/parser3.log: parser3.conf now one and only
                   14010: 
                   14011:        * src/classes/mail.C: sendmail -ti [default now]
                   14012: 
                   14013:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14014:          to be strings. for convinient #ing
                   14015: 
                   14016:        * src/include/pa_globals.h, src/include/pa_request.h,
                   14017:          src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
                   14018:          www/cgi-bin/parser3.log: @rootconf [were @conf]
                   14019: 
                   14020:        * src/include/pa_globals.h, src/include/pa_request.h,
                   14021:          src/main/main.dsp, src/main/pa_globals.C, src/main/pa_request.C,
                   14022:          www/cgi-bin/parser3.log: @conf
                   14023: 
                   14024: 2002-06-11  paf
                   14025: 
                   14026:        * src/classes/file.C: check simplified
                   14027: 
                   14028:        * src/classes/file.C, src/targets/cgi/parser3.dsp,
                   14029:          src/targets/isapi/parser3isapi.C, www/cgi-bin/parser3.log,
                   14030:          www/htdocs/.htaccess, www/htdocs/index.html: suexec env keys
                   14031:          filter plus CGI_ as valid prefix
                   14032: 
                   14033:        * src/classes/file.C, src/include/pa_request.h,
                   14034:          src/include/pa_sapi.h, src/targets/apache13/mod_parser3.C,
                   14035:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   14036:          www/cgi-bin/parser3.log, www/htdocs/index.html: file::exec/cgi to
                   14037:          pass HTTP_ vars introducing SAPI::environment
                   14038: 
                   14039: 2002-06-10  paf
                   14040: 
                   14041:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14042:          src/main/pa_common.C: lock failures reported now
                   14043: 
                   14044:        * src/main/compile_tools.C, www/cgi-bin/parser3.log,
                   14045:          www/htdocs/index.html: ^if(" 1 "){y} bug fixed optimization
                   14046:          string->double @ compile time were not-enough-checking...
                   14047: 
                   14048:        * src/main/compile.tab.C, src/main/pa_string.C,
                   14049:          www/cgi-bin/parser3.log, www/htdocs/index.html: whitespace after
                   14050:          number in autoconvert now ignored
                   14051: 
                   14052:        * src/types/pa_vform.C, src/types/pa_vform.h,
                   14053:          www/htdocs/index.html: $form: not determined yet check
                   14054: 
                   14055:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14056:          $response:body content-type:name
                   14057: 
                   14058:        * configure, configure.in: hpux check, nsl link, no socket
                   14059: 
                   14060:        * operators.txt: old merge conflict removed
                   14061: 
                   14062:        * configure, configure.in: pack even address access on sparc&co
                   14063:          arch checked in configure
                   14064: 
                   14065:        * configure, src/include/pa_version.h: makes
                   14066: 
                   14067:        * configure, configure.in, src/include/pa_version.h: makes
                   14068: 
                   14069:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14070:          with charset even when all letters were 7bit one
                   14071: 
                   14072:        * src/main/pa_common.C: merged fixed -d (bug)
                   14073: 
                   14074:        * src/main/pa_common.C: fixed -d (bug)
                   14075: 
                   14076: 2002-06-04  paf
                   14077: 
                   14078:        * src/targets/apache13/: mod_parser3.C: fixed .dsp-s along with
                   14079:          reorganized cvs modules dirs structure
                   14080: 
                   14081: 2002-06-03  paf
                   14082: 
                   14083:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   14084:          src/classes/classes.dsp, src/classes/gd/gd.dsp,
                   14085:          src/classes/smtp/smtp.dsp, src/main/compile.tab.C,
                   14086:          src/main/main.dsp, src/main/pa_globals.C,
                   14087:          src/targets/apache13/ApacheModuleParser3.dsp,
                   14088:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14089:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
                   14090:          www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
                   14091:          modules dirs structure
                   14092: 
                   14093:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   14094:          classes/smtp/smtp.dsp, main/compile.tab.C, main/main.dsp,
                   14095:          main/pa_globals.C, targets/apache13/ApacheModuleParser3.dsp,
                   14096:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14097:          types/types.dsp: reorganized cvs modules
                   14098: 
                   14099: 2002-05-28  paf
                   14100: 
                   14101:        * src/targets/cgi/parser3.C: info.uri now ""
                   14102: 
                   14103: 2002-05-17  paf
                   14104: 
                   14105:        * src/classes/: table.C: ^table.save << checked empty
                   14106:          pre/match/post columns
                   14107: 
                   14108: 2002-05-16  paf
                   14109: 
                   14110:        * src/classes/image.C, www/cgi-bin/parser3.log,
                   14111:          www/htdocs/index.html: image::measure can png now
                   14112: 
                   14113: 2002-05-15  paf
                   14114: 
                   14115:        * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log,
                   14116:          www/htdocs/index.html: ^date::create[%H:%M[:%S]] added
                   14117: 
                   14118:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   14119: 
                   14120:        * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log,
                   14121:          www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
                   14122:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
                   14123: 
                   14124: 2002-05-14  paf
                   14125: 
                   14126:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   14127: 
                   14128: 2002-05-07  paf
                   14129: 
                   14130:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   14131:          src/classes/gd/gd.dsp, src/classes/smtp/smtp.dsp,
                   14132:          src/include/pa_globals.h, src/include/pa_request.h,
                   14133:          src/include/pa_table.h, src/main/compile.tab.C,
                   14134:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14135:          src/main/pa_request.C, src/main/pa_table.C, src/pcre/pcre.dsp,
                   14136:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14137:          src/targets/isapi/parser3isapi.dsp,
                   14138:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14139:          www/htdocs/parser-status.html: Table name2number field now &.
                   14140:          main_method_name now on Request pool rather on global_pool
                   14141:          [Junction+VJunction created on same pool as name = were created
                   14142:          on global pool, causing mem leaks]
                   14143: 
                   14144:        * src/classes/classes.dsp, src/classes/op.C, src/classes/gd/gd.dsp,
                   14145:          src/classes/smtp/smtp.dsp, src/include/pa_globals.h,
                   14146:          src/include/pa_request.h, src/include/pa_table.h,
                   14147:          src/main/compile.tab.C, src/main/compile.y, src/main/main.dsp,
                   14148:          src/main/pa_globals.C, src/main/pa_request.C,
                   14149:          src/main/pa_table.C, src/pcre/pcre.dsp,
                   14150:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14151:          src/targets/isapi/parser3isapi.dsp,
                   14152:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14153:          www/htdocs/parser-status.html: Table name2number field now &.
                   14154:          main_method_name now on Request pool rather on global_pool
                   14155:          [Junction+VJunction created on same pool as name = were created
                   14156:          on global pool, causing mem leaks]
                   14157: 
                   14158: 2002-05-06  paf
                   14159: 
                   14160:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14161:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14162:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14163: 
                   14164:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14165:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14166:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14167: 
                   14168: 2002-04-30  paf
                   14169: 
                   14170:        * configure, src/include/pa_version.h: version now not b
                   14171: 
                   14172:        * src/targets/cgi/parser3.C, www/cgi-bin/parser3.log,
                   14173:          www/htdocs/global.xsl, www/htdocs/index.html: request.uri now
                   14174:          never 0
                   14175: 
                   14176: 2002-04-29  paf
                   14177: 
                   14178:        * configure.in: removed b
                   14179: 
                   14180:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   14181:          Exception::comment/type checked in (), no there's no empty
                   14182:          type/comment by default
                   14183: 
                   14184:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   14185:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   14186:          src/doc/value.dox, src/include/pa_exception.h,
                   14187:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   14188:          0001
                   14189: 
                   14190: 2002-04-26  paf
                   14191: 
                   14192:        * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
                   14193:          www/cgi-bin/parser3.log, www/htdocs/index.html: doxygen dot image
                   14194:          size reduced
                   14195: 
                   14196: 2002-04-25  paf
                   14197: 
                   14198:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   14199:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   14200:          now that took into account
                   14201: 
                   14202:        * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log:
                   14203:          ^date::create[2002-12-33 01:03:04]
                   14204: 
                   14205:        * ChangeLog, operators.txt, src/classes/date.C,
                   14206:          www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
                   14207: 
                   14208:        * ChangeLog: updated changelog
                   14209: 
                   14210:        * www/: cgi-bin/parser3.log, htdocs/index.html: sample of 'using
                   14211:          junction out of context'
                   14212: 
                   14213:        * src/classes/table.C, www/cgi-bin/parser3.log,
                   14214:          www/htdocs/.htaccess, www/htdocs/index.html: removed restriction
                   14215:          on column count to ^table.hash to work, now must be >0 [were >1]
                   14216: 
                   14217: 2002-04-24  paf
                   14218: 
                   14219:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   14220:          classes/smtp/smtp.dsp, main/compile.tab.C, main/main.dsp,
                   14221:          pcre/pcre.dsp, pcre/pcre_dftables.dsp,
                   14222:          pcre/pcre_parser_ctype.dsp,
                   14223:          targets/apache13/ApacheModuleParser3.dsp, targets/cgi/parser3.C,
                   14224:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14225:          types/types.dsp: MSVC profile targets
                   14226: 
                   14227: 2002-04-23  paf
                   14228: 
                   14229:        * operators.txt, src/classes/string.C, www/cgi-bin/parser3.log,
                   14230:          www/htdocs/index.html: int/double/string:sql{}[$.default{code}]
                   14231:          fixed [were barking: "junction used outside of context"]
                   14232: 
                   14233: 2002-04-22  paf
                   14234: 
                   14235:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   14236:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14237:          src/types/pa_vstring.h: ^string.optimize[]
                   14238: 
                   14239:        * src/: include/pa_globals.h, include/pa_table.h,
                   14240:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   14241:          table template
                   14242: 
                   14243:        * src/classes/: string.C: optimize removed from string
                   14244:          .left/right/pos
                   14245: 
                   14246:        * src/main/execute.C, www/cgi-bin/parser3.log: rolled back to
                   14247:          before_killing_userjunction_contexts
                   14248: 
                   14249:        * src/main/execute.C, www/cgi-bin/parser3.log,
                   14250:          www/htdocs/index.html: user junctions context killed
                   14251: 
                   14252:        * src/main/execute.C, www/cgi-bin/parser3.log,
                   14253:          www/htdocs/index.html: junctions to local contexts got
                   14254:          cleanized&checked later
                   14255: 
                   14256: 2002-04-19  paf
                   14257: 
                   14258:        * src/classes/string.C, src/include/pa_request.h,
                   14259:          src/include/pa_string.h, src/main/pa_request.C,
                   14260:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14261:          src/types/pa_vstring.h, www/cgi-bin/parser3.log,
                   14262:          www/htdocs/index.html: string now optimized prior to .left .right
                   14263:          .mid .pos .match when that is profitable, and always before
                   14264:          .replace when $ORIGINS(1) optimization disabled economy from not
                   14265:          wasting mem on lots of strings which occur by lots of String:mid
                   14266:          calls to get parts of source string between found_occurances
                   14267: 
                   14268:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   14269:          ^file:list
                   14270: 
                   14271:        * src/: include/pa_globals.h, include/pa_table.h,
                   14272:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   14273:          globalized, not created @ each ^match anymore economy:
                   14274:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   14275: 
                   14276:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   14277:          removed from each String::match replace iteration, and made
                   14278:          stacked sizeof(VTable)=12bytes economy on each replace code
                   14279: 
                   14280:        * src/doc/footer.htm: 2001,
                   14281: 
                   14282:        * src/classes/string.C, src/include/pa_string.h,
                   14283:          src/main/pa_string.C, www/htdocs/index.html: string.match[][']
                   14284:          option enables generation of $match.prematch .match .postmatch
                   14285:          columns
                   14286: 
                   14287:        * src/main/pa_string.C: String::match options analized without
                   14288:          cstr-ing them now
                   14289: 
                   14290:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   14291:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   14292:          config updated to doxygen 1.2.15, created helper which fixes
                   14293:          minor bugs in chm project files & htm tree.  changed extension to
                   14294:          .htm
                   14295: 
                   14296: 2002-04-18  paf
                   14297: 
                   14298:        * src/doc/doxygen.cfg: .chi generation disabled
                   14299: 
                   14300:        * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
                   14301:          src/classes/xnode.h, src/types/pa_vxdoc.C,
                   14302:          www/cgi-bin/parser3.log, www/htdocs/index.html: xdoc(xnode) now
                   14303:          fully - fields&methods
                   14304: 
                   14305:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   14306:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   14307:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   14308:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   14309:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   14310:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   14311:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14312:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   14313:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   14314:          VStateless_class to VObject
                   14315: 
                   14316:        * src/main/pa_request.C, src/types/pa_valiased.h,
                   14317:          src/types/pa_vstateless_class.h,
                   14318:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   14319:          www/cgi-bin/parser3.log, www/htdocs/index.html:
                   14320:          VStateless_string_object speicalized light version of
                   14321:          VStateless_object
                   14322: 
                   14323:        * src/classes/op.C: ^throw comment param made optional
                   14324: 
                   14325:        * src/types/pa_valiased.C, src/types/pa_valiased.h,
                   14326:          src/types/pa_vclass.h, src/types/pa_vobject.h,
                   14327:          src/types/pa_wcontext.C, www/cgi-bin/parser3.log,
                   14328:          www/htdocs/index.html: VAliased get/set alias now virtual and
                   14329:          implemented down in VClass, fclass_alias removed,
                   14330: 
                   14331:        * src/types/pa_value.C: forced to cut that from .h because of
                   14332:          VStateless_class usage [undefined in .h]
                   14333: 
                   14334:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   14335:          src/main/compile.y, src/main/compile_tools.C,
                   14336:          src/main/compile_tools.h, src/main/execute.C,
                   14337:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
                   14338:          www/cgi-bin/parser3.log, www/htdocs/index.html:
                   14339:          OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to stack
                   14340:          [no more heap waste on each CALL]
                   14341: 
                   14342:        * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
                   14343:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14344:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14345:          src/classes/math.C, src/classes/op.C, src/classes/response.C,
                   14346:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14347:          src/classes/xnode.C, src/include/pa_globals.h,
                   14348:          src/include/pa_request.h, src/main/execute.C,
                   14349:          src/main/pa_globals.C, src/main/pa_request.C,
                   14350:          src/types/Makefile.am, src/types/pa_value.h,
                   14351:          src/types/pa_vdouble.h, src/types/pa_vform.C,
                   14352:          src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
                   14353:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   14354:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14355:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   14356:          www/cgi-bin/parser3.log, www/htdocs/index.html: removed
                   14357:          Value::fname
                   14358: 
                   14359: 2002-04-17  paf
                   14360: 
                   14361:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   14362:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   14363:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   14364:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   14365:          state, PTHROW freshen to throw & co
                   14366: 
                   14367:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   14368: 
                   14369:        * src/classes/op.C: taint local result var bug fixed
                   14370: 
                   14371: 2002-04-16  paf
                   14372: 
                   14373:        * asm.txt, form.txt, lang.txt, sql.txt, www/cgi-bin/parser3.log:
                   14374:          removed outdated. see in Attic asm.txt as most interesting
                   14375: 
                   14376:        * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
                   14377:          www/htdocs/index.html: removed check, preventing content-length:
                   14378:          0 from appearing
                   14379: 
                   14380:        * src/main/execute.C, www/htdocs/index.html: $result in @main now
                   14381:          taken into account as in usual functions
                   14382: 
                   14383:        * src/doc/postbuild.txt, src/main/execute.C,
                   14384:          www/cgi-bin/parser3.log, www/htdocs/index.html: $result in
                   14385:          @postprocess & @unhandled_exception now taken into account as in
                   14386:          usual functions
                   14387: 
                   14388:        * src/doc/postbuild.txt: instructions on post .html build
                   14389: 
                   14390:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   14391: 
                   14392:        * src/classes/file.C, src/main/pa_exec.C, www/cgi-bin/parser3.log,
                   14393:          www/htdocs/index.html: stderr of execs mark as tainted
                   14394: 
                   14395:        * src/main/pa_request.C: uri in error log
                   14396: 
                   14397:        * www/cgi-bin/parser3.log: cheched date:create(days) param for
                   14398:          validity [later were assumed valid and crashed on invalid onces]
                   14399: 
                   14400:        * src/classes/date.C, src/main/compile.tab.C,
                   14401:          src/targets/cgi/parser3.C, www/cgi-bin/parser3.log: cheched
                   14402:          date:create(days) param for validity [later were assumed valid
                   14403:          and crashed on invalid onces]
                   14404: 
                   14405:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   14406:          src/main/compile.y, src/main/execute.C,
                   14407:          src/targets/cgi/parser3.C, www/cgi-bin/parser3.log: OP_CALL ->
                   14408:          OP_CALL__WRITE and used that for removing VString wrapper
                   14409: 
                   14410:        * src/classes/op.C: exception2vhash file now tainted
                   14411: 
                   14412:        * src/classes/op.C, www/cgi-bin/parser3.log: _process pseudo origin
                   14413:          copied from local var to heap
                   14414: 
                   14415:        * src/classes/op.C, www/cgi-bin/parser3.log, www/htdocs/auto.p:
                   14416:          extra check on empty file in origin in _execute
                   14417: 
                   14418: 2002-04-15  paf
                   14419: 
                   14420:        * src/main/execute.C, src/types/pa_value.h,
                   14421:          www/cgi-bin/parser3.log: fixed name update
                   14422: 
                   14423:        * src/classes/file.C, src/classes/op.C, src/classes/table.C,
                   14424:          www/cgi-bin/parser3.log: finished dual write_xxx_lang functions
                   14425: 
                   14426:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   14427:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   14428:          started dual write_xxx_lang functions, if checked & works
                   14429: 
                   14430:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   14431:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   14432:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   14433:          unnecessary VString shells
                   14434: 
                   14435:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   14436:          prev changes]
                   14437: 
                   14438:        * src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   14439:          src/classes/table.C, src/include/pa_request.h,
                   14440:          src/main/execute.C, src/types/pa_value.h,
                   14441:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   14442:          www/cgi-bin/parser3.log: StringOrValue wcontext result, now ready
                   14443:          for dual writes
                   14444: 
                   14445:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   14446:          checked that
                   14447: 
                   14448:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14449:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   14450:          changed to OP_WRITE_VALUE in var get cases
                   14451: 
                   14452:        * src/classes/op.C, src/include/pa_globals.h,
                   14453:          src/include/pa_opcode.h, src/include/pa_request.h,
                   14454:          src/main/compile.tab.C, src/main/compile.y,
                   14455:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14456:          src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
                   14457:          src/targets/cgi/parser3.C, www/cgi-bin/parser3.log,
                   14458:          www/htdocs/index.html: switch in hash constructor fixed [were
                   14459:          problems with using of stacked wwrapper after it's death]
                   14460: 
                   14461: 2002-04-12  paf
                   14462: 
                   14463:        * operators.txt, src/classes/table.C, www/cgi-bin/parser3.log,
                   14464:          www/htdocs/index.html: table.select(expression) 0
                   14465: 
                   14466: 2002-04-11  paf
                   14467: 
                   14468:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   14469:          Request::process_internal codeFrame & wwrapper stacked [not
                   14470:          wasting  heap anymore]
                   14471: 
                   14472: 2002-04-10  paf
                   14473: 
                   14474:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   14475:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   14476:          classes/string.C, classes/table.C, classes/void.C,
                   14477:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   14478:          main/pa_string.C: killed Request::process() wrapping
                   14479:          VString(String) in case we need only String
                   14480: 
                   14481:        * src/include/pa_string.h, src/main/pa_string.C,
                   14482:          src/main/untaint.C, www/cgi-bin/parser3.log,
                   14483:          www/htdocs/index.html: killed 8 bytes from String.head
                   14484: 
                   14485: 2002-04-09  paf
                   14486: 
                   14487:        * src/main/compile.tab.C, src/targets/cgi/parser3.C,
                   14488:          src/targets/isapi/parser3isapi.C, www/cgi-bin/parser3.log:
                   14489:          removed {   char *a;   {      /*sub local*/char b[...];      a=b;
                   14490:          situations
                   14491: 
                   14492:        * operators.txt, src/classes/xdoc.C, www/cgi-bin/parser3.log: xslt
                   14493:          params made literal
                   14494: 
                   14495:        * src/classes/xdoc.C, www/cgi-bin/parser3.log,
                   14496:          www/htdocs/global.xsl, www/htdocs/index.html: xslt params fixed
                   14497: 
                   14498:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   14499:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   14500:          not pool.malloc(MAX_NUMBER) but really neaded
                   14501: 
                   14502:        * operators.txt, src/classes/double.C, src/classes/int.C,
                   14503:          www/htdocs/global.xsl: int/double.int/double(default)
                   14504: 
                   14505: 2002-04-04  paf
                   14506: 
                   14507:        * src/include/pa_string.h, src/main/pa_string.C,
                   14508:          www/cgi-bin/parser3.log, www/htdocs/index.html: fixed
                   14509:          string.replace [when reconstructing pieces were split by
                   14510:          max_integral(piece.size), thus some strings to replace happen to
                   14511:          be split into two = not replaced)
                   14512: 
                   14513:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   14514:          standalone version = current dir
                   14515: 
                   14516:        * src/targets/cgi/parser3.C: document root in standalone version =
                   14517:          current dir
                   14518: 
                   14519: 2002-04-03  paf
                   14520: 
                   14521:        * configure, configure.in: more checks on nonexistent charset
                   14522: 
                   14523:        * INSTALL, configure, configure.in: root config configure options
                   14524: 
                   14525: 2002-04-02  paf
                   14526: 
                   14527:        * src/main/compile.C: parser.compile [exception name more like in
                   14528:          doc]
                   14529: 
                   14530: 2002-04-01  paf
                   14531: 
                   14532:        * src/classes/mail.C, src/include/pa_string.h, src/main/untaint.C,
                   14533:          src/targets/isapi/parser3isapi.dsp, www/cgi-bin/parser3.log: mail
                   14534:          subject encoding taken from .content-type.charset, not .charset
                   14535: 
                   14536: 2002-03-29  paf
                   14537: 
                   14538:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   14539: 
                   14540:        * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log,
                   14541:          www/htdocs/index.html: ^date::create now may not supply day,
                   14542:          default 1.  checked 29.03 -> 29.02 roll on non 366 days' year.  |
                   14543:          31.05->31.04   roll
                   14544: 
                   14545: 2002-03-28  paf
                   14546: 
                   14547:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   14548:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14549:          src/main/pa_globals.C, src/types/pa_vdate.h,
                   14550:          www/htdocs/index.html: ^cache[file][date]{    ^cache(seconds)
                   14551:          ^cache[date] }
                   14552: 
                   14553:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   14554:          param
                   14555: 
                   14556: 2002-03-27  paf
                   14557: 
                   14558:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14559:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14560:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14561:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   14562:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14563:          src/classes/xnode.C, src/classes/smtp/smtp.C,
                   14564:          src/include/pa_exception.h, src/include/pa_request.h,
                   14565:          src/include/pa_stylesheet_connection.h, src/main/compile.C,
                   14566:          src/main/compile_tools.C, src/main/execute.C,
                   14567:          src/main/pa_array.C, src/main/pa_charset.C,
                   14568:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14569:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14570:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   14571:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   14572:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   14573:          src/targets/apache13/mod_parser3.C, src/targets/cgi/parser3.C,
                   14574:          src/targets/isapi/parser3isapi.C, src/types/pa_value.h,
                   14575:          src/types/pa_vcookie.C, src/types/pa_vfile.h,
                   14576:          src/types/pa_vform.C, src/types/pa_vhash.h,
                   14577:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   14578:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   14579:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   14580:          src/types/pa_wwrapper.h, www/cgi-bin/parser3.log,
                   14581:          www/htdocs/index.html: assigned exception types
                   14582: 
                   14583:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   14584:          src/include/pa_request.h, src/main/execute.C,
                   14585:          src/main/pa_request.C, www/cgi-bin/parser3.log: decided agains
                   14586:          resetting exception_trace, just changed name
                   14587: 
                   14588: 2002-03-26  paf
                   14589: 
                   14590:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   14591:          fixed
                   14592: 
                   14593:        * src/classes/op.C, www/htdocs/index.html: forced language of
                   14594:          $source field of exception to 'tainted', so that sql-langed-frags
                   14595:          could be outputed outside of connect
                   14596: 
                   14597:        * operators.txt: removed date.roll limit of +-1 offset
                   14598: 
                   14599:        * src/classes/date.C, www/htdocs/index.html: removed date.roll
                   14600:          limit of +-1 offset
                   14601: 
                   14602:        * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
                   14603:          date roll on daylightsaving days mktime took into account
                   14604:          tm_isdst flag, which remained from BEFORE roll, but should have
                   14605:          been reset
                   14606: 
                   14607: 2002-03-25  paf
                   14608: 
                   14609:        * operators.txt, src/targets/cgi/parser3.C:
                   14610:          http_site_config_filespec
                   14611: 
                   14612:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   14613:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   14614:          with any/both --disable-foreign-group-files --disable-execs
                   14615: 
                   14616:        * INSTALL: "--with=sendmail=COMMAND" comment
                   14617: 
                   14618:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   14619:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
                   14620:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   14621:          disables execs also.  introducing --sendmail
                   14622: 
                   14623:        * operators.txt: pgsql options comment
                   14624: 
                   14625:        * INSTALL: comment on --disable-link-stdcpp
                   14626: 
                   14627:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14628:          libstdc++ link skipping configure option
                   14629: 
                   14630:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   14631:          with error were put to cache with 'marked_to_rollback' flag, all
                   14632:          consequent even OK requests rolled back
                   14633: 
                   14634: 2002-03-22  paf
                   14635: 
                   14636:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   14637:          false return
                   14638: 
                   14639:        * operators.txt: few comments on sets
                   14640: 
                   14641: 2002-03-18  paf
                   14642: 
                   14643:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   14644:          src/include/pa_globals.h, src/include/pa_request.h,
                   14645:          src/include/pa_stack.h, src/main/pa_globals.C,
                   14646:          src/main/pa_request.C, www/cgi-bin/parser3.log,
                   14647:          www/htdocs/index.html: introducing ^try
                   14648: 
                   14649:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   14650:          types/pa_vdouble.h: removed some tested @tests
                   14651: 
                   14652: 2002-03-15  paf
                   14653: 
                   14654:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14655:          ^table.locate(logical expr)
                   14656: 
                   14657: 2002-03-13  paf
                   14658: 
                   14659:        * src/main/pa_exception.C: checked not-pooled malloc
                   14660: 
                   14661: 2002-03-11  paf
                   14662: 
                   14663:        * INSTALL, configure, configure.in,
                   14664:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   14665: 
                   14666:        * src/main/pa_common.C: --disable-foreign-group-files
                   14667: 
                   14668:        * INSTALL, www/htdocs/index.html: --disable-execs
                   14669: 
                   14670:        * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
                   14671: 
                   14672:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14673:          --disable-execs
                   14674: 
                   14675:        * src/include/pa_config_fixed.h, src/main/pa_exec.C,
                   14676:          www/htdocs/index.html: --disable-execs
                   14677: 
                   14678:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   14679:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   14680: 
                   14681: 2002-03-05  paf
                   14682: 
                   14683:        * operators.txt, src/classes/date.C: date week calendar columns
                   14684:          named
                   14685: 
                   14686:        * operators.txt, src/classes/date.C: date week calendar columns
                   14687:          named
                   14688: 
                   14689:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   14690:          requires headers to be terminated with \r\n manually [refuses to
                   14691:          separate header/body itself]
                   14692: 
                   14693:        * src/main/pa_globals.C, src/targets/cgi/parser3.C,
                   14694:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
                   14695:          site config beside .dll
                   14696: 
                   14697: 2002-03-04  paf
                   14698: 
                   14699:        * src/classes/op.C, src/types/pa_vfile.C, www/cgi-bin/parser3.log,
                   14700:          www/htdocs/index.html: process body now evaluated in PASS
                   14701:          language
                   14702: 
                   14703:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   14704:          deserialize checks on broken file
                   14705: 
                   14706:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   14707:          parser3isapi.dsp: isapi updated
                   14708: 
                   14709: 2002-03-01  paf
                   14710: 
                   14711:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   14712: 
                   14713: 2002-02-28  paf
                   14714: 
                   14715:        * src/main/untaint.C: removed some debug comments
                   14716: 
                   14717:        * src/main/pa_charsets.C: when placing charset to cache using
                   14718:          global name now [were request]
                   14719: 
                   14720:        * configure, configure.in, src/targets/apache13/p3runConfigure.in:
                   14721:          apache module updated
                   14722: 
                   14723:        * src/targets/apache13/ApacheModuleParser3.dsp,
                   14724:          src/targets/apache13/mod_parser3.C,
                   14725:          src/targets/apache13/pa_threads.C, www/cgi-bin/parser3.log,
                   14726:          www/htdocs/auto.p: apache module updated
                   14727: 
                   14728:        * src/main/pa_string.C: origin by first piece preferred before last
                   14729:          piece
                   14730: 
                   14731: 2002-02-27  paf
                   14732: 
                   14733:        * src/main/pa_charset.C: size_t
                   14734: 
                   14735:        * INSTALL: shared/static-xml with-pathlink
                   14736: 
                   14737:        * src/patches/libgdome_morestatic.patch: refused to link statically
                   14738:          due to 3 duplicates, they are made static
                   14739: 
                   14740:        * operators.txt: SMTP comment
                   14741: 
                   14742: 2002-02-26  paf
                   14743: 
                   14744:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   14745: 
                   14746:        * src/classes/xnode.C, www/cgi-bin/parser3.log, www/htdocs/auto.p,
                   14747:          www/htdocs/global.xsl, www/htdocs/index.html: in some situation,
                   14748:          xpath query returned result with type NODESET, but empty nodeset
                   14749:          member field, checked that
                   14750: 
                   14751: 2002-02-22  paf
                   14752: 
                   14753:        * INSTALL: without-zlib comment
                   14754: 
                   14755:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   14756: 
                   14757:        * configure, configure.in: glib###.a detection fixed
                   14758: 
                   14759:        * INSTALL: hashfile removed from INSTALL
                   14760: 
                   14761:        * Makefile.am: make update
                   14762: 
                   14763:        * src/main/pa_string.C, www/cgi-bin/parser3.log: string iterators
                   14764:          fixed again, so were String::join_chain
                   14765: 
                   14766:        * src/main/pa_string.C, www/cgi-bin/parser3.log: string iterators
                   14767:          fixed again, so were String::join_chain
                   14768: 
                   14769:        * src/include/pa_string.h, src/main/pa_string.C,
                   14770:          www/cgi-bin/parser3.log, www/htdocs/auto.p,
                   14771:          www/htdocs/index.html: string iterators fixed again, so were
                   14772:          String::join_chain
                   14773: 
                   14774:        * src/types/pa_vcookie.C, www/cgi-bin/parser3.log: cookie
                   14775:          "expires=0" =  "session"
                   14776: 
                   14777:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   14778:          "session"
                   14779: 
                   14780:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14781:          --with-shared-xml --with-static-xml
                   14782: 
                   14783:        * src/: classes/classes.dsp, classes/gd/gd.dsp, main/compile.tab.C,
                   14784:          main/main.dsp, targets/apache13/ApacheModuleParser3.dsp,
                   14785:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14786:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   14787:          xalan&xml
                   14788: 
                   14789:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   14790: 
                   14791:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   14792:          src/types/types.dsp: removed hashfile support from sources for
                   14793:          now
                   14794: 
                   14795:        * configure, configure.in, src/classes/Makefile.am,
                   14796:          src/classes/hashfile.C, src/include/Makefile.am,
                   14797:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   14798:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   14799:          src/main/Makefile.am, src/main/pa_db_connection.C,
                   14800:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
                   14801:          src/main/pa_globals.C, src/targets/apache13/p3runConfigure.in,
                   14802:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   14803:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
                   14804:          hashfile support for now
                   14805: 
                   14806: 2002-02-21  paf
                   14807: 
                   14808:        * src/main/untaint.C, www/cgi-bin/parser3.log: removed debug code,
                   14809:          activated commented-for debug parts
                   14810: 
                   14811:        * Makefile.am: make cvsupdate
                   14812: 
                   14813:        * src/include/pa_string.h, src/include/pa_types.h,
                   14814:          src/main/pa_string.C, src/main/untaint.C,
                   14815:          www/cgi-bin/parser3.log: STRING_*FOREACH_ROW changed to stop at
                   14816:          append_row, not at link zero now string to string appending works
                   14817: 
                   14818: 2002-02-20  paf
                   14819: 
                   14820:        * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
                   14821:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14822:          www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
                   14823: 
                   14824:        * src/include/pa_string.h, src/main/pa_string.C,
                   14825:          src/main/untaint.C, www/cgi-bin/parser3.log: economy: 22%
                   14826: 
                   14827:        * src/include/pa_string.h, src/main/pa_string.C,
                   14828:          src/main/untaint.C, www/cgi-bin/parser3.log: space uptimized:
                   14829:          string::link_row removed
                   14830: 
                   14831:        * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14832:          src/main/pa_db_manager.C, src/main/pa_dictionary.C,
                   14833:          src/main/pa_string.C, src/main/untaint.C,
                   14834:          src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
                   14835:          src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
                   14836:          string::is_empty
                   14837: 
                   14838:        * operators.txt, src/include/pa_common.h,
                   14839:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   14840:          src/include/pa_types.h, src/main/compile.tab.C,
                   14841:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   14842:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14843:          www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
                   14844:          strign to string append optimiziation idea and estimates
                   14845: 
                   14846: 2002-02-19  paf
                   14847: 
                   14848:        * src/classes/math.C: not used directly [but erroreously reported
                   14849:          that 'is', thus registering twice&other probs]
                   14850: 
                   14851:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   14852:          to node [element]
                   14853: 
                   14854:        * src/main/compile.C: without string_origins parse error
                   14855:          file+line+col possible
                   14856: 
                   14857:        * src/main/: compile.C: without string_origins not worked
                   14858: 
                   14859: 2002-02-18  paf
                   14860: 
                   14861:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   14862:          trick i've installed into double::as_string
                   14863: 
                   14864:        * src/main/pa_globals.C: extern "C" was removed too fast
                   14865: 
                   14866:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   14867:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   14868:          src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
                   14869:          aimed to solve old problem with string/nonstring values, now in
                   14870:          expressions double/int values are passed as-is, without stupid
                   14871:          tostring/fromstring conversions
                   14872: 
                   14873:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   14874:          __cplusplus } #endif
                   14875: 
                   14876:        * src/main/compile.tab.C: bison env set so one could compile
                   14877:          without cygwin installed
                   14878: 
                   14879:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   14880:          classes/smtp/smtp.dsp, main/main.dsp, main/pa_globals.C,
                   14881:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   14882:          gnome xml libs parser .dsp-s changed accordingly
                   14883: 
                   14884:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   14885: 
                   14886:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   14887:          with backward comp
                   14888: 
                   14889:        * src/classes/math.C, www/htdocs/index.html: math:random range
                   14890:          check fixed
                   14891: 
                   14892:        * src/main/compile.tab.C, src/main/compile.y,
                   14893:          www/htdocs/global.xsl, www/htdocs/index.html: integer  division
                   14894:          stops name
                   14895: 
                   14896:        * INSTALL: local install comment
                   14897: 
                   14898:        * ltconfig, ltmain.sh: removed libtool subpart files
                   14899: 
                   14900:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   14901:          src/include/pa_config_auto.h.in,
                   14902:          src/include/pa_config_includes.h,
                   14903:          src/targets/apache13/p3runConfigure.in,
                   14904:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C: removed
                   14905:          libtool usage from build mech
                   14906: 
                   14907:        * operators.txt: \ comment
                   14908: 
                   14909: 2002-02-13  paf
                   14910: 
                   14911:        * src/include/pa_config_includes.h: sys/time time both included
                   14912:          now.  vaguely remember confilicts on this on some system [not on
                   14913:          six|ablv] so when would see them again would think up proper
                   14914:          check
                   14915: 
                   14916:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14917:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
                   14918: 
                   14919:        * src/pcre/ibm-1257.ucm: 1257 unicode table added
                   14920: 
                   14921:        * src/main/pa_common.C: truncation never occured when writing files
                   14922:          on unix [since i've changed cache mech] fix
                   14923: 
                   14924:        * src/main/pa_common.C: strnchr: sanity check added
                   14925: 
                   14926:        * etc/parser3.charsets/windows-1257.cfg: id added
                   14927: 
                   14928:        * etc/parser3.charsets/windows-1257.cfg,
                   14929:          src/pcre/pcre_parser_ctype.c, src/targets/cgi/parser3.C: baltic
                   14930:          charset file generated, in generation script ispunct check added
                   14931: 
                   14932: 2002-02-08  paf
                   14933: 
                   14934:        * src/: classes/smtp/Makefile.am, include/Makefile.am,
                   14935:          patches/Makefile.am, sql/Makefile.am, targets/isapi/Makefile.am:
                   14936:          forgotten makes
                   14937: 
                   14938:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   14939:          forgotten
                   14940: 
                   14941:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   14942: 
                   14943:        * INSTALL, README: install&others updated
                   14944: 
                   14945:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   14946: 
                   14947:        * Makefile.am, configure, configure.in,
                   14948:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   14949:          src/classes/Makefile.am, src/classes/gd/Makefile.am,
                   14950:          src/main/Makefile.am, src/main/pa_status_provider.C,
                   14951:          src/pcre/Makefile.am, src/targets/Makefile.am,
                   14952:          src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
                   14953:          src/types/Makefile.am: 'make dist' works
                   14954: 
                   14955:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14956:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14957:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   14958:          classes/math.C, classes/op.C, classes/response.C,
                   14959:          classes/string.C, classes/table.C, classes/void.C,
                   14960:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14961:          classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
                   14962:          classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
                   14963:          include/pa_array.h, include/pa_cache_managers.h,
                   14964:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14965:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14966:          include/pa_db_connection.h, include/pa_db_manager.h,
                   14967:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   14968:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14969:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   14970:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14971:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   14972:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14973:          include/pa_stack.h, include/pa_string.h,
                   14974:          include/pa_stylesheet_connection.h,
                   14975:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14976:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   14977:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14978:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   14979:          main/pa_db_connection.C, main/pa_db_manager.C,
                   14980:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   14981:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   14982:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   14983:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   14984:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14985:          pcre/pcre_parser_ctype.c, sql/pa_sql_driver.h,
                   14986:          targets/apache13/mod_parser3.C, targets/apache13/pa_pool.C,
                   14987:          targets/apache13/pa_threads.C, targets/cgi/pa_pool.C,
                   14988:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   14989:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   14990:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   14991:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   14992:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   14993:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14994:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   14995:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   14996:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   14997:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   14998:          types/pa_vrequest.h, types/pa_vresponse.h,
                   14999:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15000:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15001:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15002:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15003:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   15004:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   15005:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15006:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   15007:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15008:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   15009:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   15010: 
                   15011:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15012:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15013:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15014:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15015:          classes/string.C, classes/table.C, classes/void.C,
                   15016:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15017:          classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
                   15018:          classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
                   15019:          include/pa_array.h, include/pa_cache_managers.h,
                   15020:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15021:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15022:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15023:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15024:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15025:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15026:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15027:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15028:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15029:          include/pa_stack.h, include/pa_string.h,
                   15030:          include/pa_stylesheet_connection.h,
                   15031:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15032:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15033:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15034:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15035:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15036:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15037:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15038:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15039:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15040:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15041:          main/pa_status_provider.C, main/pa_string.C,
                   15042:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   15043:          pcre/pcre_parser_ctype.c, sql/pa_sql_driver.h,
                   15044:          targets/apache13/mod_parser3.C, targets/apache13/pa_pool.C,
                   15045:          targets/apache13/pa_threads.C, targets/cgi/pa_pool.C,
                   15046:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15047:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15048:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15049:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   15050:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   15051:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15052:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15053:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15054:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15055:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15056:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15057:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15058:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15059:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15060:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15061:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15062:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15063:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15064:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15065:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   15066: 
                   15067: 2002-02-07  paf
                   15068: 
                   15069:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15070: 
                   15071:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15072:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   15073:          added yet another locking function: fcntl
                   15074: 
                   15075:        * config.sub: on cygwin configure passes it with strange i1586
                   15076:          const, hacked it to mean i586
                   15077: 
                   15078:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15079:          disabled $if reference due to conflicts with local variables
                   15080: 
                   15081:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15082:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15083: 
                   15084:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15085:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   15086:          www/htdocs/auto.p, www/htdocs/index.html: table::create now //
                   15087:          'set' name obsolete now table clone.
                   15088: 
                   15089:        * operators.txt, src/classes/string.C,
                   15090:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15091:          ^int/double/string.format now can be called with normal []
                   15092:          brackets, not stupid {} as it were implemented for some strange
                   15093:          reason.  retaining backward compatibility due to some
                   15094:          already-implemented servers
                   15095: 
                   15096:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15097:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15098:          operators now detected by check at name_without_curly_rdive_read
                   15099:          rule whether diving code constists only of
                   15100:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15101:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15102:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15103: 
                   15104: 2002-02-06  paf
                   15105: 
                   15106:        * configure, configure.in: prefix expanded, grr
                   15107: 
                   15108:        * src/pcre/pcre.c: MAX_INT from limits.h changed to PCRE_MAX_POS of
                   15109:          10M
                   15110: 
                   15111:        * src/pcre/internal.h: removed limits.h usage [were used for
                   15112:          MAX_INT only]
                   15113: 
                   15114:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15115: 
                   15116: 2002-02-05  paf
                   15117: 
                   15118:        * operators.txt: regex options commented
                   15119: 
                   15120:        * src/main/: pa_exec.C: argv0 now correct
                   15121: 
                   15122:        * src/types/pa_vstatus.C: status:rusage 3
                   15123: 
                   15124:        * src/types/pa_vstatus.C: status:rusage 2
                   15125: 
                   15126:        * operators.txt: status:rusage described int operators
                   15127: 
                   15128:        * src/types/pa_vstatus.C: status:rusage 1
                   15129: 
                   15130:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15131:          src/types/types.dsp: status:rusage
                   15132: 
                   15133:        * configure.in, operators.txt, src/classes/file.C,
                   15134:          src/classes/op.C, src/include/pa_common.h,
                   15135:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15136:          src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
                   15137:          use non-blocking-exclusive-caches
                   15138: 
                   15139:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15140:          [speed impact. was off for debugging purpose, but forgotten
                   15141:          afterwards]
                   15142: 
                   15143: 2002-02-01  paf
                   15144: 
                   15145:        * src/classes/op.C: file_write does EX lock after create, while
                   15146:          file_read does SH after open, so there's a moment after create
                   15147:          but before EX lock when read can sneak into, and read
                   15148:          just-created-for-writing-and-not-yet-locked file, added a check
                   15149:          for that in ^cache...read
                   15150: 
                   15151:        * src/pcre/ibm-1250.ucm: central europian iconv charset imported
                   15152: 
                   15153: 2002-01-31  paf
                   15154: 
                   15155:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15156:          ^xxx:
                   15157: 
                   15158:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15159:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15160: 
                   15161:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15162:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15163:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15164:          operators check 6.1 rewritten. now check is done at compile time
                   15165: 
                   15166:        * src/main/execute.C: operators check 5 floated up old error of
                   15167:          staying in 'entered class/object' state after $a($a..) it
                   15168:          prevented operators from being called thereafter
                   15169: 
                   15170:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15171:          main/execute.C: operators check 4 floated up old error of staying
                   15172:          in 'entered object' state after ^a.a(a) it prevented operators
                   15173:          from being called thereafter
                   15174: 
                   15175:        * src/main/execute.C: operators check 3 floated up old error of
                   15176:          staying in 'entered class' state after $a:a(a) it prevented
                   15177:          operators from being called thereafter
                   15178: 
                   15179:        * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
                   15180:          www/htdocs/index.html: operators check 2 floated up old error of
                   15181:          staying in 'entered class' state after $a:a[a] it prevented
                   15182:          operators from being called thereafter
                   15183: 
                   15184:        * src/main/execute.C, www/htdocs/index.html: operators check, thay
                   15185:          mistakenly seen in   $class:operator   $object.operators contexts
                   15186: 
                   15187:        * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
                   15188:          www/htdocs/index.html: now compiles under win32
                   15189: 
                   15190:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   15191:          src/classes/Makefile.am, src/classes/gd/Makefile.am,
                   15192:          src/main/Makefile.am, src/targets/apache13/Makefile.am,
                   15193:          src/targets/cgi/Makefile.am,
                   15194:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
                   15195:          src/types/Makefile.am: lowered indent.awk back to src/
                   15196: 
                   15197:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   15198:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   15199:          configure, configure.in, form.txt, ident.awk, install-sh,
                   15200:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   15201:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
                   15202:          etc/parser3.charsets/Makefile.am,
                   15203:          etc/parser3.charsets/koi8-r.cfg,
                   15204:          etc/parser3.charsets/windows-1250.cfg,
                   15205:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
                   15206:          src/classes/Makefile.am, src/classes/gd/Makefile.am,
                   15207:          src/etc/Makefile.am, src/etc/parser3.conf.in,
                   15208:          src/etc/parser3.charsets/Makefile.am,
                   15209:          src/etc/parser3.charsets/koi8-r.cfg,
                   15210:          src/etc/parser3.charsets/windows-1251.cfg,
                   15211:          src/include/pa_config_auto.h.in, src/main/Makefile.am,
                   15212:          src/pcre/ruspart_win2koi.pl, src/pcre/win-koi.tab,
                   15213:          src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
                   15214:          src/targets/cgi/parser3.C, src/types/Makefile.am,
                   15215:          src/www/koi8-r.cfg, src/www/parser3root_debug.conf,
                   15216:          src/www/ruspart_win2koi.pl, src/www/win-koi.tab,
                   15217:          src/www/windows-1251.cfg, src/www/htdocs/.htaccess,
                   15218:          src/www/htdocs/auto.p, src/www/htdocs/global.xsl,
                   15219:          src/www/htdocs/index.html, src/www/htdocs/parser-status.html,
                   15220:          src/www/htdocs/people.dtd, www/Makefile.am, www/htdocs/auto.p,
                   15221:          www/htdocs/global.xsl, www/htdocs/index.html,
                   15222:          www/htdocs/parser-status.html, www/htdocs/people.dtd: moved
                   15223:          etc&www out of src, moved configure&co out of src added
                   15224:          windows-1250.cfg straightened installation scripts procedure made
                   15225:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   15226:          change
                   15227: 
                   15228: 2002-01-30  paf
                   15229: 
                   15230:        * src/patches/: libgdome_cpp_syntax1.patch,
                   15231:          libgdome_cpp_syntax2.patch: libgdome patches so that those
                   15232:          headers would compile with c++ compiler
                   15233: 
                   15234:        * src/etc/parser3.conf.in: commented out empty $MAIL hash [it is
                   15235:          wrong for it to me empty]
                   15236: 
                   15237:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   15238:          removed] those comments were a mistake, and prevented libltdl
                   15239:          from function properly
                   15240: 
                   15241: 2002-01-29  paf
                   15242: 
                   15243:        * src/etc/: parser3.conf.in, parser3.charsets/koi8-r.cfg,
                   15244:          parser3.charsets/windows-1251.cfg: added versions
                   15245: 
                   15246:        * src/: Makefile.am, classes/Makefile.am, etc/Makefile.am,
                   15247:          etc/parser3.conf.in, etc/parser3.charsets/Makefile.am,
                   15248:          etc/parser3.charsets/koi8-r.cfg,
                   15249:          etc/parser3.charsets/windows-1251.cfg, pcre/Makefile.am: removed
                   15250:          libltdl/libtool creation [modified acinclude.m4 which were
                   15251:          creating int into just assignment LIBTOOL=../libtool] added
                   15252:          default system config&charsetts prepared 'make install', now it
                   15253:          installs targets/cgi/parser3 into bin directory etc/parser3.conf
                   15254:          & etc/parser3.charsets/* into $sysconfdir and
                   15255:          $sysconfdir/parser3.charsets respectively
                   15256: 
                   15257:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   15258:          main/pa_globals.C, www/htdocs/index.html: few forgotten ifdef XML
                   15259:          added
                   15260: 
                   15261: 2002-01-28  paf
                   15262: 
                   15263:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
                   15264:          removed
                   15265: 
                   15266:        * src/main/pa_exception.C: dom|generic error output fix
                   15267: 
                   15268:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   15269: 
                   15270:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   15271: 
                   15272:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   15273:          [fixed as_node helper func to accept docs]
                   15274: 
                   15275:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   15276:          xdoc.importNode 0
                   15277: 
                   15278:        * src/: classes/xdoc.C, www/htdocs/index.html: xdoc::set now
                   15279:          untaints OK
                   15280: 
                   15281: 2002-01-25  paf
                   15282: 
                   15283:        * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
                   15284:          #comment  before @ after @SPECIAL now works OK
                   15285: 
                   15286:        * src/: main/pa_exec.C, www/htdocs/index.html: unix: exec now does
                   15287:          chdir to script dir
                   15288: 
                   15289:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   15290:          violation that added
                   15291: 
                   15292:        * src/classes/hash.C: unified  hash::sql, now
                   15293:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   15294: 
                   15295:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   15296:          www/htdocs/index.html: ^file:lock[filename]{code}
                   15297: 
                   15298:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   15299:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   15300:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   15301:          to some pa_common funcs
                   15302: 
                   15303:        * src/: include/pa_charset.h, main/pa_globals.C,
                   15304:          www/htdocs/index.html, www/htdocs/templates/_document.xslt:
                   15305:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   15306: 
                   15307:        * src/patches/libxml_error_column_tab.patch: error position in line
                   15308:          with \t-s was badly pointed by ^, tabs changed to spaces
                   15309: 
                   15310:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15311:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   15312:          not stupid illegal define
                   15313: 
                   15314: 2002-01-24  paf
                   15315: 
                   15316:        * src/include/pa_version.h: changed version number
                   15317: 
                   15318:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15319:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15320:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15321:          main/pa_db_connection.C, main/pa_db_table.C,
                   15322:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   15323:          www/htdocs/index.html: merged from r17 - hashfile without
                   15324:          logfiles
                   15325: 
                   15326:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15327:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   15328:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   15329:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   15330:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   15331:          cluttered disk without huge need]
                   15332: 
                   15333:        * src/www/htdocs/: global.xsl, index.html: background="" from xslt
                   15334:          now OK [were just background without =""] new patch issued:
                   15335:          libxml_htmloutput_of_xslemptyattr_emptyquotes.patch
                   15336: 
                   15337:        * src/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch:
                   15338:          background="" from xslt now OK [were just background without =""]
                   15339: 
                   15340:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15341:          www/htdocs/index.html: gdome_xml_doc_get_xmlDoc handy macro,
                   15342:          which is strangly abscent in dome lib
                   15343: 
                   15344:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   15345: 
                   15346:        * src/classes/xdoc.C: checked empty response
                   15347: 
                   15348:        * src/www/windows-1251.cfg: (c) added
                   15349: 
                   15350:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   15351:          /, not self node]
                   15352: 
                   15353:        * src/classes/xnode.C: xnode.select returns array always now, in
                   15354:          case 'nothing found' returns empty array
                   15355: 
                   15356:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   15357:          be more tender with ctrl/c/v
                   15358: 
                   15359: 2002-01-23  paf
                   15360: 
                   15361:        * src/: classes/xdoc.C, main/pa_globals.C, www/htdocs/index.html:
                   15362:          xdoc::load/set entities substituted.          // 2. when dom tree
                   15363:          with entites goes under transform text nodes        // got
                   15364:          [erroreosly] cut on first entity occurance
                   15365: 
                   15366:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   15367:          twice-converting
                   15368: 
                   15369:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   15370:          'e' in output this is for regretful twice-converting here:
                   15371:          $a(double value) when they write double falue  they convert it to
                   15372:          string first, thus %g were losing precesion.
                   15373: 
                   15374:          todo: think up some way to remove double->string string->double
                   15375:          twice-converting
                   15376: 
                   15377:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h,
                   15378:          www/htdocs/index.html: %.20E now default float format this is for
                   15379:          regretful twice-converting here: $a(double value) when they write
                   15380:          double falue  they convert it to string first, thus %g were
                   15381:          losing precesion.
                   15382: 
                   15383:          todo: think up some way to remove double->string string->double
                   15384:          twice-converting
                   15385: 
                   15386:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15387:          main/pa_globals.C, www/htdocs/index.html:
                   15388:          xmlSubstituteEntitiesDefault(1) now global, reasons in comment
                   15389:          inside
                   15390: 
                   15391:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   15392:          statically linked]
                   15393: 
                   15394:        * src/patches/libxslt_html_output_no_charset_meta.patch: no meta3
                   15395: 
                   15396:        * src/patches/libxslt_html_output_no_charset_meta.patch: no meta2
                   15397: 
                   15398:        * src/patches/: libxml_transcoder_context1.patch,
                   15399:          libxml_transcoder_context2.patch,
                   15400:          libxml_transcoder_context3.patch,
                   15401:          libxml_transcoder_context4.patch: removed xalan&xerces patches,
                   15402:          started gnome xml lib patches.  first patch series aimed at
                   15403:          providing transcoder with context
                   15404: 
                   15405:        * src/: include/pa_exception.h, main/compile.tab.C,
                   15406:          main/pa_exception.C: removed exception va_list constructor.  1.
                   15407:          not needed anymore 2. there were a conflict[causing errors]
                   15408:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   15409:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   15410:          ctor(, va_list) which, of course, caused gpf
                   15411: 
                   15412:        * src/main/pa_globals.C: removed debug xslt messages
                   15413: 
                   15414: 2002-01-22  paf
                   15415: 
                   15416:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15417:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   15418:          helps compiling stylesheet properly.  example: this refused to
                   15419:          work,             <b>&laquo;<xsl:value-of select="@title"
                   15420:          />&raquo;</b> stranly worked only this way:
                   15421:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   15422: 
                   15423:          docs says "set it to 1", never going into details, so I decided
                   15424:          to try NOT to do that
                   15425: 
                   15426:        * src/: classes/gd/gif.C, classes/gd/mtables.h,
                   15427:          www/htdocs/index.html: angles adjust for image.arc and
                   15428:          image.sector
                   15429: 
                   15430:        * src/: www/htdocs/index.html, classes/gd/gif.C: added bounds check
                   15431:          into image.replace...LineReplaceColor
                   15432: 
                   15433:        * src/: classes/table.C, www/htdocs/index.html: join behaived badly
                   15434:          in case named tables structure mismatched: 0 strings sneaked into
                   15435:          dest failing afterwards.  replaced them with empty strings
                   15436: 
                   15437: 2002-01-21  paf
                   15438: 
                   15439:        * src/main/pa_charset.C: checked empty transcoders in
                   15440:          transcode_cstr|buf
                   15441: 
                   15442:        * src/: classes/xdoc.C, www/htdocs/index.html: xdoc::load error
                   15443:          source = filespec
                   15444: 
                   15445:        * src/: classes/xdoc.C, www/htdocs/templates/_document.xslt:
                   15446:          transform error source now stylesheet_filespec
                   15447: 
                   15448:        * src/: classes/xdoc.C, classes/xnode.C,
                   15449:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   15450:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15451:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   15452:          gnome
                   15453: 
                   15454:        * src/www/htdocs/templates/: _document.xslt, symbols.ent: added
                   15455:          templates
                   15456: 
                   15457:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   15458:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   15459:          main/pa_exception.C, main/pa_globals.C,
                   15460:          targets/apache13/pa_threads.C, targets/cgi/pa_threads.C: xslt
                   15461:          generic error 1
                   15462: 
                   15463:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C,
                   15464:          www/htdocs/index.html: xml generic message 1
                   15465: 
                   15466:        * src/classes/table.C: ^table::load empty lines or #comments before
                   15467:          headline
                   15468: 
                   15469:        * src/: include/pa_array.h, include/pa_globals.h,
                   15470:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   15471:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   15472:          targets/apache13/pa_threads.C, targets/cgi/pa_threads.C,
                   15473:          targets/isapi/pa_threads.C, www/htdocs/index.html: xml generic
                   15474:          errors 0
                   15475: 
                   15476: 2002-01-16  paf
                   15477: 
                   15478:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   15479:          classes/table.C, classes/void.C, classes/xdoc.C,
                   15480:          include/pa_db_connection.h, include/pa_request.h,
                   15481:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15482:          include/pa_stylesheet_connection.h,
                   15483:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   15484:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15485:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   15486:          stylesheet_connection auto destroyers to remaining gnome objects
                   15487: 
                   15488:        * src/classes/xdoc.C: few comments
                   15489: 
                   15490: 2002-01-15  paf
                   15491: 
                   15492:        * src/: classes/xdoc.C, www/htdocs/index.html: xdoc   file   save
                   15493:          string
                   15494: 
                   15495:          ready.  todo: error handling
                   15496: 
                   15497:        * src/: classes/xdoc.C, www/htdocs/index.html: xdoc save rewritten
                   15498:          using xmlAllocOutputBuffer less mallocs, more reallocs. less
                   15499:          fragmented result
                   15500: 
                   15501:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   15502:          www/htdocs/index.html: started output options parsing
                   15503: 
                   15504: 2002-01-14  paf
                   15505: 
                   15506:        * src/classes/xdoc.C: method
                   15507: 
                   15508:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15509:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   15510:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   15511:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   15512:          www/htdocs/index.html: xslt transform0.  TODO:   use output
                   15513:          options   handle errors
                   15514: 
                   15515:        * src/: classes/xdoc.C, classes/xnode.C, www/htdocs/index.html:
                   15516:          ^xdoc.file
                   15517: 
                   15518: 2002-01-11  paf
                   15519: 
                   15520:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15521:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15522:          www/htdocs/index.html: partial logical && || evaluation
                   15523: 
                   15524:        * src/: classes/xnode.C, www/htdocs/index.html: xpath selectNodes
                   15525: 
                   15526:        * src/: classes/xnode.C, include/pa_charset.h,
                   15527:          www/htdocs/index.html: xpath selectNode 3: string/number/bool
                   15528: 
                   15529:        * src/: classes/xnode.C, www/htdocs/index.html: xpath selectNode 2
                   15530: 
                   15531:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C,
                   15532:          www/htdocs/index.html: xpath selectNode 1
                   15533: 
                   15534: 2002-01-10  paf
                   15535: 
                   15536:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   15537: 
                   15538:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15539:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   15540:          main/pa_pool.C, www/htdocs/index.html: GdomeDOMString_auto_ptr
                   15541:          c++ wrapper [calls refcounter]
                   15542: 
                   15543: 2001-12-29  paf
                   15544: 
                   15545:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   15546:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   15547:          glib works 0
                   15548: 
                   15549: 2001-12-28  paf
                   15550: 
                   15551:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   15552:          main/pa_exception.C: started glib transcoders
                   15553: 
                   15554:        * src/: classes/smtp/smtp.h, main/pa_globals.C: renamed gdome to
                   15555:          libgdome.dll
                   15556: 
                   15557:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   15558:          classes/xnode.C, classes/xnode.h, classes/gd/gd.dsp,
                   15559:          classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   15560:          classes/smtp/smtp.dsp, include/pa_exception.h,
                   15561:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   15562:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   15563:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   15564:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   15565:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   15566:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   15567: 
                   15568: 2001-12-27  paf
                   15569: 
                   15570:        * src/: include/pa_charset.h, include/pa_common.h,
                   15571:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15572:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   15573:          main/pa_globals.C, main/pa_pool.C, pcre/internal.h,
                   15574:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   15575:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15576:          types/types.dsp: going away from xalan&xerces, started the
                   15577:          process.  globals [initialization pool [charset update charset
                   15578:          [transcodings vxnode vxdoc [DOM calls
                   15579: 
                   15580:        * src/classes/: Makefile.am, xalan-patched/Makefile.am,
                   15581:          xalan-patched/XalanTransformer2.cpp,
                   15582:          xalan-patched/XalanTransformer2.hpp,
                   15583:          xalan-patched/xalan_patched.dsp: going away from xalan&xerces,
                   15584:          not needed anymore
                   15585: 
                   15586: 2001-12-26  paf
                   15587: 
                   15588:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15589:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C,
                   15590:          www/htdocs/index.html: charset key globalized [bug]
                   15591: 
                   15592: 2001-12-25  paf
                   15593: 
                   15594:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   15595:          main/pa_string.C, www/htdocs/index.html: table set & append
                   15596:          changed splitting languages, separators now can be clean AND
                   15597:          as-is same to mail command line $MAIN:MAIL.progX arguments
                   15598: 
                   15599: 2001-12-24  paf
                   15600: 
                   15601:        * src/www/htdocs/index.html: xerces http://localhost/hren equals
                   15602:          reading from $DOCUMENT_ROOT/hren file
                   15603: 
                   15604:        * src/www/htdocs/index.html: comment on "multipart" messages with
                   15605:          one part
                   15606: 
                   15607:        * src/: classes/mail.C, www/htdocs/index.html: one parted text
                   15608:          messages - no multipart mime-type anymore.  for convinient if
                   15609:          $.attach-ments
                   15610: 
                   15611:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   15612:          main/pa_string.C: read from cache size check updated
                   15613: 
                   15614:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   15615: 
                   15616: 2001-12-21  paf
                   15617: 
                   15618:        * src/: classes/date.C, www/htdocs/index.html: date:sql-string now
                   15619:          returns localtime
                   15620: 
                   15621:        * src/main/pa_request.C: $result in @main actually not working, to
                   15622:          hell with it for now
                   15623: 
                   15624:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15625:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   15626:          @postprocess @exception
                   15627: 
                   15628:        * src/: main/execute.C, www/htdocs/index.html: junction evaluation
                   15629:          canceled - endless recursion detected
                   15630: 
                   15631: 2001-12-19  paf
                   15632: 
                   15633:        * src/www/htdocs/: global.xsl, index.html:
                   15634:          xalan-FormatterToHTML...noheadcharset.patch
                   15635: 
                   15636:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   15637:          intermediate
                   15638: 
                   15639:        * src/: main/pa_request.C, www/parser3root_debug.conf,
                   15640:          www/htdocs/index.html: CLASS_PATH now / = DOCUMENT_ROOT
                   15641: 
                   15642:        * src/: classes/hashfile.C, www/parser3root_debug.conf:
                   15643:          ^hashfile.open DB_HOME now relative
                   15644: 
                   15645:        * src/: classes/op.C, www/htdocs/index.html: ^cache keypath now
                   15646:          relative
                   15647: 
                   15648:        * src/classes/mail.C: changed weighting prior to sort
                   15649: 
                   15650:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   15651:          were missing
                   15652: 
                   15653: 2001-12-17  paf
                   15654: 
                   15655:        * src/targets/apache13/mod_parser3.C: test r->finfo.st_mode check
                   15656:          seems to work only on win32
                   15657: 
                   15658:        * src/main/pa_charset.C: ifndef XML were bad type
                   15659: 
                   15660:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   15661:          outdated unset services_pool
                   15662: 
                   15663:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   15664:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   15665:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   15666: 
                   15667:        * src/main/untaint.C: allowed space in filespec
                   15668: 
                   15669:        * src/: main/pa_charset.C, www/htdocs/index.html: empty bufs
                   15670:          transcode [forgot check :(]
                   15671: 
                   15672:        * src/classes/image.C: no govno
                   15673: 
                   15674:        * src/classes/image.C: govno
                   15675: 
                   15676: 2001-12-16  paf
                   15677: 
                   15678:        * src/www/htdocs/index.html: upper test
                   15679: 
                   15680:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   15681: 
                   15682:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am,
                   15683:          www/htdocs/index.html: charset_connection&manager replaced by
                   15684:          charset&charsets
                   15685: 
                   15686:        * src/: main/pa_charset.C, www/htdocs/index.html: name_cstr 0
                   15687: 
                   15688:        * src/main/untaint.C: uri lang now knows about client/source
                   15689:          charsets
                   15690: 
                   15691:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   15692:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15693:          include/pa_array.h, include/pa_cache_managers.h,
                   15694:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   15695:          include/pa_common.h, include/pa_db_connection.h,
                   15696:          include/pa_db_manager.h, include/pa_db_table.h,
                   15697:          include/pa_dictionary.h, include/pa_exception.h,
                   15698:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   15699:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   15700:          include/pa_sapi.h, include/pa_socks.h,
                   15701:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15702:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   15703:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15704:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   15705:          main/pa_charset.C, main/pa_charset_connection.C,
                   15706:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   15707:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   15708:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   15709:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   15710:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15711:          types/types.dsp, www/htdocs/index.html: introducing Charset
                   15712: 
                   15713: 2001-12-14  paf
                   15714: 
                   15715:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   15716:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   15717:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   15718:          uri lang
                   15719: 
                   15720:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   15721: 
                   15722:        * src/targets/: apache13/Makefile.am, cgi/Makefile.am: -I../../pcre
                   15723:          to .am
                   15724: 
                   15725:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   15726:          defalts_name global
                   15727: 
                   15728:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   15729:          include/pa_request.h, main/main.dsp,
                   15730:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   15731:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   15732:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   15733:          www/htdocs/index.html, include/pa_transcoder.h,
                   15734:          main/pa_transcoder.C, main/Makefile.am: changed charset model.
                   15735:          now important: $request:charset $response:charset while
                   15736:          $response:content-type.charset become unimportant [informational]
                   15737: 
                   15738: 2001-12-13  paf
                   15739: 
                   15740:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   15741: 
                   15742:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   15743:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   15744:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   15745:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   15746:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   15747:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15748: 
                   15749:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   15750:          auto_ptr part other way, because of stupid gcc 2.96
                   15751:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   15752:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   15753:          FormatterListener] /usr/include/g++-3/memory:48:
                   15754:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   15755:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15756: 
                   15757:        * src/classes/xdoc.C: removed extra inc
                   15758: 
                   15759:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   15760: 
                   15761:        * src/include/pa_types.h: msvc head debugging flag
                   15762: 
                   15763:        * src/classes/xdoc.C: freed up listener
                   15764: 
                   15765:        * src/classes/string.C: change msg '... code is not code'
                   15766: 
                   15767:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   15768:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15769:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   15770:          [past/future prob]
                   15771: 
                   15772:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15773:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   15774:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   15775:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   15776: 
                   15777:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15778:          main/pa_string.C: removed signed mismatch warnings
                   15779: 
                   15780:        * src/targets/: apache13/mod_parser3.C, cgi/parser3.C,
                   15781:          isapi/parser3isapi.C: removed 'expires' from header outputs
                   15782: 
                   15783:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   15784:          row ptr
                   15785: 
                   15786:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   15787:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   15788: 
                   15789:        * src/: classes/xdoc.C, www/htdocs/index.html: lang list updated
                   15790: 
                   15791: 2001-12-10  paf
                   15792: 
                   15793:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   15794: 
                   15795:        * src/: main/untaint.C, www/htdocs/index.html: FILE_SPEC untainting
                   15796:          changed so that one can erase files like that, knowing their full
                   15797:          name introducing  // theoretical problem with, for instance,
                   15798:          "_2B" and "." fragments,     // they would yield the same    //
                   15799:          because need_file_encode('_')=false  // but we need to delete
                   15800:          such files somehow, getting names from ^index
                   15801: 
                   15802:        * src/: main/pa_string.C, www/htdocs/index.html: ^string.replace
                   15803:          bug fixed [bad string::join_chank break]
                   15804: 
                   15805: 2001-12-07  paf
                   15806: 
                   15807:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   15808:          include/pa_common.h, include/pa_config_auto.h.in,
                   15809:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15810:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   15811:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   15812:          types/pa_vhashfile.C, www/htdocs/index.html: merged from
                   15813:          r14_simple_cache
                   15814: 
                   15815:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   15816:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   15817:             lduh  [ %i2 + 1 ], %l0
                   15818: 
                   15819:          bus error, fixed that
                   15820: 
                   15821:        * src/main/pa_string.C: strange string deserialize bug on
                   15822:          client[pmts], a bit shortened,
                   15823: 
                   15824:        * src/include/pa_config_auto.h.in: makes
                   15825: 
                   15826:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   15827:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   15828:          file write shared lock file read
                   15829: 
                   15830:        * src/: classes/op.C, include/pa_common.h,
                   15831:          include/pa_config_fixed.h, main/pa_common.C,
                   15832:          www/htdocs/index.html: ^cache operator
                   15833: 
                   15834: 2001-12-06  paf
                   15835: 
                   15836:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15837:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   15838: 
                   15839:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   15840:          www/htdocs/index.html: removed debug info
                   15841: 
                   15842:        * src/classes/hashfile.C: removed transaction from ^cache
                   15843: 
                   15844: 2001-12-05  paf
                   15845: 
                   15846:        * src/: targets/cgi/parser3.C, www/parser3root_debug.conf,
                   15847:          www/htdocs/global.xsl, www/htdocs/index.html: fatal error
                   15848:          reporting fixed.  in IIS5 there were a prob with illegal call
                   15849:          check
                   15850: 
                   15851: 2001-12-04  paf
                   15852: 
                   15853:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15854:          main/pa_request.C: measures to log
                   15855: 
                   15856: 2001-11-26  paf
                   15857: 
                   15858:        * src/: targets/apache13/mod_parser3.C, www/parser3root_debug.conf,
                   15859:          www/htdocs/index.html: merge dir config now works OK with
                   15860:          parser_root_config_filespec
                   15861: 
                   15862:          20011126 paf: noticed, that this is called even on virtual root
                   15863:          merge with something "parent", while thought that that is part of
                   15864:          merge_server...
                   15865: 
                   15866: 2001-11-23  paf
                   15867: 
                   15868:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   15869:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   15870:          types/pa_vhashfile.C, www/htdocs/index.html: merged from _0014, 1
                   15871: 
                   15872:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   15873:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C,
                   15874:          www/htdocs/index.html: hashfile bugfix2 more wrong sizes.  ^cache
                   15875:          behaviour changed: if ^cache(33) would change
                   15876: 
                   15877:          0660 bits in file_write & hashfile create
                   15878: 
                   15879:        * src/www/htdocs/index.html: tested ok
                   15880: 
                   15881:        * src/: main/pa_db_table.C, main/pa_string.C,
                   15882:          www/htdocs/index.html: cache bugfix [wrong types after pa_string
                   15883:          optimization]
                   15884: 
                   15885: 2001-11-22  paf
                   15886: 
                   15887:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   15888:          table.offset[whence]
                   15889: 
                   15890:        * src/: classes/op.C, www/htdocs/index.html: process
                   15891:          cstr(,connection)
                   15892: 
                   15893:        * src/: classes/op.C, www/htdocs/index.html: process now gets its
                   15894:          body on current language, not as-is
                   15895: 
                   15896:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   15897: 
                   15898:        * src/: main/untaint.C, www/htdocs/index.html: ORIGINS mode was bad
                   15899:          - forgot about optimize bit
                   15900: 
                   15901:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
                   15902: 
                   15903: 2001-11-21  paf
                   15904: 
                   15905:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15906:          www/htdocs/global.xsl, www/htdocs/index.html: <xsl:output output
                   15907:          options made identical to xsl:output attributes exclusion:
                   15908:          cdata-section-elements what xalan can do but that not used now:
                   15909:          it can escape and remove CDATA sections
                   15910: 
                   15911:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   15912:          www/htdocs/global.xsl, www/htdocs/index.html: optimized \r
                   15913:          produced by xslt
                   15914: 
                   15915:        * src/www/parser3root_debug.conf: removed user-html table
                   15916: 
                   15917:        * src/www/parser3root_debug_elik.conf: do not need anymore
                   15918: 
                   15919:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   15920: 
                   15921:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   15922: 
                   15923:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   15924:          targets/cgi/parser3.C, www/parser3root_debug.conf,
                   15925:          www/htdocs/index.html: table.append bug fixed: forgot to switch
                   15926:          default language for {code}, it happen to change it's language
                   15927:          from CLEAN, so later refused to split by CLEAN \t
                   15928: 
                   15929: 2001-11-20  paf
                   15930: 
                   15931:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   15932:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
                   15933:          bottom of dependeces, so that errors would popup quicklier, fixed
                   15934:          line numbering in table::sql
                   15935: 
                   15936: 2001-11-19  paf
                   15937: 
                   15938:        * src/www/htdocs/index.html: sample:^taint[html][^xdoc.string[]]
                   15939: 
                   15940:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   15941:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   15942:          main/pa_string.C, main/untaint.C, targets/apache13/mod_parser3.C,
                   15943:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15944:          types/pa_wcontext.C, types/pa_wcontext.h, www/htdocs/index.html:
                   15945:          UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
                   15946: 
                   15947:        * src/targets/: Makefile.am, apache13/mod_parser3.C, cgi/parser3.C:
                   15948:          #if _MSC_VER _set_new_handler
                   15949: 
                   15950:        * src/targets/: apache13/mod_parser3.C, cgi/parser3.C,
                   15951:          isapi/parser3isapi.C: set_new_handler in apache&isapi
                   15952: 
                   15953: 2001-11-16  paf
                   15954: 
                   15955:        * src/targets/cgi/parser3.C: pool debug @ die
                   15956: 
                   15957:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   15958:          www/htdocs/index.html: removed 8 bytes from String, 2 bytes from
                   15959:          string::chunk::row::item
                   15960: 
                   15961:        * src/main/pa_string.C: removed 1+4 bytes from String
                   15962: 
                   15963:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   15964:          types/pa_vstring.C: removed 1+4 bytes from String
                   15965: 
                   15966:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   15967:          0
                   15968: 
                   15969:        * src/: include/pa_globals.h, include/pa_string.h,
                   15970:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   15971:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   15972:          targets/cgi/parser3.C, www/htdocs/index.html: introducing
                   15973:          estimating String::cstr_bufsize, 0
                   15974: 
                   15975:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   15976: 
                   15977:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   15978: 
                   15979:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15980:          include/pa_pool.h: die in pool::fail
                   15981: 
                   15982: 2001-11-15  paf
                   15983: 
                   15984:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   15985:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   15986:          dynamic buffer re-back now with counter
                   15987: 
                   15988:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   15989:          static buffer back
                   15990: 
                   15991:        * src/targets/cgi/parser3.C: std::
                   15992: 
                   15993:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   15994:          include/pa_config_includes.h: setnewhandler check
                   15995: 
                   15996:        * src/include/pa_config_auto.h.in: makes
                   15997: 
                   15998:        * src/: targets/cgi/parser3.C, www/htdocs/index.html:
                   15999:          set_new_handler started
                   16000: 
                   16001: 2001-11-14  paf
                   16002: 
                   16003:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16004:          was wrong
                   16005: 
                   16006:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16007:          was wrong
                   16008: 
                   16009:        * src/main/pa_request.C: z
                   16010: 
                   16011:        * src/: include/pa_common.h, main/pa_common.C,
                   16012:          www/htdocs/index.html: snprintf on buffer full returns win32 -1
                   16013:          solaris >buffer_size
                   16014: 
                   16015:          checked all that
                   16016: 
                   16017:        * src/www/htdocs/index.html: debugged down quote ortacle bug -
                   16018:          wrong result
                   16019: 
                   16020:        * src/: classes/op.C, www/parser3root_debug.conf,
                   16021:          www/htdocs/index.html: ^untaint{body} as-is default now
                   16022: 
                   16023:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16024:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16025:          www/htdocs/index.html: merged with no_bad_constructors_try
                   16026: 
                   16027:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16028:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16029:          www/htdocs/index.html: fixed this: $bred[^string::length[]]
                   16030:          $bred[^response::clear[]] $bred[^int::int[]]
                   16031: 
                   16032:          now VObject creation moved into overriden
                   16033:          VClass::create_new_value, thus 0 from create_new_value means that
                   16034:          class has no ctors
                   16035: 
                   16036: 2001-11-13  paf
                   16037: 
                   16038:        * src/classes/classes.C: returned accedently removed if in foreach
                   16039:          callbacks [when hash no-0-restructure]
                   16040: 
                   16041:        * src/www/: parser3root_debug.conf, parser3root_debug_elik.conf,
                   16042:          htdocs/index.html: conf
                   16043: 
                   16044: 2001-11-12  paf
                   16045: 
                   16046:        * src/www/htdocs/index.html: changed xdoc createXXX politics, now
                   16047:          string passed as-is to method, xalan makes & into &amp; itself
                   16048: 
                   16049:        * src/: main/pa_pool.C, www/htdocs/index.html: changed xdoc
                   16050:          createXXX politics, now string passed as-is to method, xalan
                   16051:          makes & into &amp; itself
                   16052: 
                   16053:        * src/www/htdocs/index.html: doc
                   16054: 
                   16055:        * src/: classes/date.C, www/htdocs/index.html: date.roll parser2
                   16056:          alg used
                   16057: 
                   16058:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   16059:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16060:          main/pa_dictionary.C, main/pa_hash.C,
                   16061:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16062:          www/htdocs/index.html: hash now does not containt 0 values. put 0
                   16063:          actullay removes.  no check on 0 value in foreach now required
                   16064: 
                   16065: 2001-11-11  paf
                   16066: 
                   16067:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   16068: 
                   16069:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   16070: 
                   16071:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   16072:          driver initialize not const
                   16073: 
                   16074: 2001-11-10  paf
                   16075: 
                   16076:        * src/: main/pa_exec.C, www/htdocs/index.html: doc
                   16077: 
                   16078: 2001-11-09  paf
                   16079: 
                   16080:        * src/: classes/string.C, classes/xdoc.C, www/htdocs/index.html:
                   16081:          xdoc::set{code} now untaints param properly
                   16082: 
                   16083:        * src/classes/string.C: string.save now does untainting before
                   16084:          saving
                   16085: 
                   16086:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   16087:          still cstr oriented]
                   16088: 
                   16089:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16090:          line endings fixing got rid of cstr, now must work ok with post
                   16091:          multipart
                   16092: 
                   16093:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   16094:          not file  also now
                   16095: 
                   16096: 2001-11-08  paf
                   16097: 
                   16098:        * src/www/htdocs/parser-status.html: stylesheet not everywhere,
                   16099:          check added
                   16100: 
                   16101:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16102:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16103:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   16104:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   16105:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   16106:          simple parent, not second parent [gcc 2.96 strangly refused to
                   16107:          call virtual from second parent]
                   16108: 
                   16109:        * src/: include/pa_common.h, main/Makefile.am,
                   16110:          targets/cgi/pa_pool.C: makes
                   16111: 
                   16112:        * src/: include/pa_request.h, main/pa_request.C,
                   16113:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   16114:          targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   16115:          www/htdocs/index.html, www/htdocs/parser-status.html: apache
                   16116:          'status' class enabler
                   16117: 
                   16118:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   16119: 
                   16120:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16121:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16122:          include/pa_stylesheet_manager.h, main/main.dsp,
                   16123:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   16124:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16125:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16126:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   16127:          todo: apache 'status' class enabler
                   16128: 
                   16129: 2001-11-05  paf
                   16130: 
                   16131:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   16132:          debug to normal
                   16133: 
                   16134:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   16135:          hence i removed skipping 0 values in hash::for_each-es we need to
                   16136:          check cleaned cache items manually. few more checks.
                   16137: 
                   16138:          expiring to 0 time was wrong, changed to 'now' time
                   16139: 
                   16140:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   16141:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   16142:          on apache already done :)
                   16143: 
                   16144:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   16145:          skipping 0 values in hash::for_each-es we need to check cleaned
                   16146:          cache items manually
                   16147: 
                   16148:        * src/www/htdocs/index.html: z
                   16149: 
                   16150:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   16151:          parser_multithreaded check was wrong
                   16152: 
                   16153:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16154:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16155:          classes/hashfile.C, classes/image.C, classes/int.C,
                   16156:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16157:          classes/string.C, classes/table.C, classes/void.C,
                   16158:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16159:          classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
                   16160:          classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
                   16161:          include/pa_array.h, include/pa_charset_connection.h,
                   16162:          include/pa_charset_manager.h, include/pa_common.h,
                   16163:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16164:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16165:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   16166:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16167:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16168:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16169:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16170:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16171:          include/pa_stack.h, include/pa_string.h,
                   16172:          include/pa_stylesheet_connection.h,
                   16173:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16174:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   16175:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   16176:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   16177:          main/pa_charset_manager.C, main/pa_common.C,
                   16178:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16179:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   16180:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   16181:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   16182:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16183:          main/pa_status_provider.C, main/pa_string.C,
                   16184:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   16185:          pcre/pcre_parser_ctype.c, sql/pa_sql_driver.h,
                   16186:          targets/apache13/mod_parser3.C, targets/apache13/pa_pool.C,
                   16187:          targets/apache13/pa_threads.C, targets/cgi/pa_pool.C,
                   16188:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16189:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16190:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16191:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16192:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   16193:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16194:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16195:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16196:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16197:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   16198:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16199:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16200:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16201:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16202:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16203:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   16204:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16205:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16206:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   16207:          www/htdocs/index.html: $status:db fixed used not initialized in
                   16208:          db_connection & db_table
                   16209: 
                   16210:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C,
                   16211:          www/htdocs/index.html: $status:charset
                   16212: 
                   16213:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16214:          include/pa_stylesheet_connection.h,
                   16215:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   16216:          types/pa_vstatus.h, www/htdocs/index.html: $status:stylesheet
                   16217: 
                   16218:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16219:          include/pa_request.h, include/pa_sql_connection.h,
                   16220:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16221:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16222:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16223:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16224:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   16225:          types/pa_vxnode.C, types/types.dsp, www/htdocs/index.html:
                   16226:          started status parser class
                   16227: 
                   16228: 2001-11-01  paf
                   16229: 
                   16230:        * src/include/pa_config_auto.h.in: makes
                   16231: 
                   16232:        * src/main/pa_hash.C: removed old extra include
                   16233: 
                   16234:        * src/www/htdocs/index.html: hash foreach tests
                   16235: 
                   16236:        * src/: classes/math.C, classes/gd/gif.C, include/pa_common.h:
                   16237:          HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
                   16238: 
                   16239:        * src/classes/op.C: ^for endless loop check strightened
                   16240: 
                   16241:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16242:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16243:          co can use r.root to write their i & key,value there
                   16244: 
                   16245:        * src/classes/op.C: detected for var storage bug, fixed.
                   16246:          todo:foreach
                   16247: 
                   16248:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16249:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16250:          types/pa_vhash.h, types/pa_vxnode.C, www/htdocs/index.html: hash
                   16251:          locking disabled changing of hash inside of foreach
                   16252: 
                   16253:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C,
                   16254:          www/htdocs/index.html:
                   16255:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16256:          were hash.foreach
                   16257: 
                   16258:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   16259:          types/pa_vstring.C, types/pa_vstring.h, www/htdocs/.htaccess,
                   16260:          www/htdocs/index.html:
                   16261:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16262: 
                   16263:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   16264:          types/pa_vcookie.C, www/htdocs/index.html: ^hash.delete[key]
                   16265: 
                   16266: 2001-10-31  paf
                   16267: 
                   16268:        * src/: main/compile.C, main/pa_common.C, www/htdocs/auto.p:
                   16269:          completely empty file now considered "read", not ignored [not
                   16270:          perfect trick used]
                   16271: 
                   16272:        * src/main/pa_common.C: simplier common ifdefs
                   16273: 
                   16274:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16275: 
                   16276:        * src/: main/pa_db_connection.C, www/htdocs/index.html: z
                   16277: 
                   16278:        * src/: main/pa_db_connection.C, main/pa_sql_driver_manager.C,
                   16279:          www/htdocs/index.html:   // lockdetector flags
                   16280:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16281: 
                   16282:        * src/: main/pa_sql_driver_manager.C, www/htdocs/index.html: hiding
                   16283:          passwords and addresses from accidental show [imagine user forgot
                   16284:          @exception]
                   16285: 
                   16286:        * src/: classes/table.C, www/htdocs/index.html:
                   16287:          ^table.save[[nameless|+append;]path]
                   16288: 
                   16289:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16290:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   16291:          main/pa_common.C, www/htdocs/index.html:
                   16292:          ^string.save[[append;]path]
                   16293: 
                   16294:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16295:          main/execute.C, www/htdocs/index.html: \ in expression: int
                   16296:          divide 10/3=3
                   16297: 
                   16298:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16299:          inside of ^cache
                   16300: 
                   16301:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   16302:          main/pa_db_table.C, targets/apache13/pa_threads.C,
                   16303:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C,
                   16304:          www/htdocs/index.html: libdb DB_THREAD flag only when really
                   16305:          needed
                   16306: 
                   16307: 2001-10-30  paf
                   16308: 
                   16309:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   16310:          classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
                   16311:          main/main.dsp, pcre/pcre.dsp, pcre/pcre_dftables.dsp,
                   16312:          pcre/pcre_parser_ctype.dsp,
                   16313:          targets/apache13/ApacheModuleParser3.dsp,
                   16314:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16315:          types/types.dsp: enabled debug incremental compile
                   16316: 
                   16317:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   16318:          www/htdocs/index.html: form post data line endings not
                   16319:          reformatted now.
                   16320: 
                   16321:        * src/: types/pa_vform.C, types/pa_vform.h, www/htdocs/index.html:
                   16322:          AppendFormEntry length param now required [had bug when file= has
                   16323:          no value]
                   16324: 
                   16325:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   16326:          main/pa_db_table.C, main/pa_exec.C, main/pa_request.C,
                   16327:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16328:          www/htdocs/index.html: cstr(asis) default param removed
                   16329: 
                   16330:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   16331: 
                   16332:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   16333: 
                   16334:        * src/: include/pa_dir.h, www/htdocs/index.html: LOAD_DIR fixed
                   16335: 
                   16336:        * src/: types/pa_vform.C, www/htdocs/auto.p: VForm::AppendFormEntry
                   16337:          {length convention was broken} fix_line_breaks
                   16338: 
                   16339:        * src/: include/pa_config_fixed.h, include/pa_pragma_pack_begin.h,
                   16340:          include/pa_pragma_pack_end.h, include/pa_string.h,
                   16341:          include/pa_types.h, www/htdocs/index.html: String & Origin packed
                   16342:          with #pragma pack
                   16343: 
                   16344:        * src/include/pa_config_auto.h.in: pragma detection
                   16345: 
                   16346: 2001-10-29  paf
                   16347: 
                   16348:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   16349: 
                   16350:        * src/: classes/file.C, types/pa_vimage.C, www/htdocs/index.html:
                   16351:          image&file couple stack string hash.puts
                   16352: 
                   16353:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   16354: 
                   16355:        * src/include/pa_sql_connection.h: there were one wrong
                   16356:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   16357: 
                   16358:        * src/www/parser3root_debug.conf: if...
                   16359:          AC_DEFINE(HAVE_PRAGMA_PACK,,compiler supports #pragma pack(1))
                   16360: 
                   16361:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   16362:          param.someday either ifdef or remove it
                   16363: 
                   16364:        * src/targets/: apache13/pa_pool.C, cgi/pa_pool.C, cgi/parser3.C:
                   16365:          removed debug defines
                   16366: 
                   16367:        * src/main/untaint.C: optimizing returned after debugging
                   16368: 
                   16369:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   16370:          main/untaint.C: memory hunging #pragma pack(1)
                   16371: 
                   16372:          16 419 844 13 169 394
                   16373: 
                   16374:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16375:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   16376:          places [todo:Array]
                   16377: 
                   16378:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16379:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   16380:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   16381: 
                   16382:          total 5 652 652/158731 total 5 469 332/158731
                   16383: 
                   16384:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   16385:          Array:: without cache in get/put now
                   16386: 
                   16387:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   16388:          18:25:27 2001] total 5 652 652/158731
                   16389: 
                   16390:        * src/: include/pa_string.h, main/pa_string.C,
                   16391:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   16392:          now
                   16393: 
                   16394:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   16395:          18:11:53 2001] total 5796092/158731
                   16396: 
                   16397:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   16398:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   16399:          key ref now
                   16400: 
                   16401:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   16402:          17:11:17 2001] total 16867948/202658
                   16403: 
                   16404:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   16405:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   16406:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   16407:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16408:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   16409:          types/pa_vcookie.C, types/pa_vstring.h, www/htdocs/auto.p:
                   16410:          debuggging memory.  string::as_int/double now usually uses stack,
                   16411:          not heap [200K out of 17M :)] VString(String&) not copies
                   16412:          reference [29M -> 17M]
                   16413: 
                   16414:        * src/: main/pa_sql_driver_manager.C, www/htdocs/auto.p: ping to
                   16415:          have services [old hiding bug]
                   16416: 
                   16417:        * src/Makefile.am: .am order
                   16418: 
                   16419:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   16420:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16421:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   16422:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16423:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   16424:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   16425:          required "friend class"
                   16426: 
                   16427:          ../include/pa_request.h:51: friend declaration requires
                   16428:          class-key, i.e. `friend    class Temp_lang'
                   16429: 
                   16430:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16431:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   16432:          sql/pa_sql_driver.h, www/htdocs/index.html: sql driver impl
                   16433:          changed in _throw part.
                   16434: 
                   16435:          the idea is to #1 jump to C++ some function to main body, where
                   16436:          every function stack frame has exception unwind information and
                   16437:          from there... #2 propagate_exception()
                   16438: 
                   16439: 2001-10-28  paf
                   16440: 
                   16441:        * src/www/: parser3root_debug.conf, htdocs/.htaccess,
                   16442:          htdocs/index.html: z
                   16443: 
                   16444:        * src/main/pa_db_connection.C: removed old consts
                   16445: 
                   16446:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   16447:          with wrong type/cast]
                   16448: 
                   16449:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   16450:          translation
                   16451: 
                   16452:        * src/: classes/Makefile.am, targets/apache13/p3runConfigure.in,
                   16453:          targets/cgi/Makefile.am, www/htdocs/.htaccess: db makes. remember
                   16454:          to build DB2 with -fexceptions!!!
                   16455: 
                   16456:        * src/www/: parser3root_debug.conf, parser3root_debug_elik.conf,
                   16457:          htdocs/index.html: confs
                   16458: 
                   16459:        * src/main/pa_db_table.C: DB_RMW defed
                   16460: 
                   16461:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   16462:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16463:          include/pa_db_table.h, main/pa_db_connection.C,
                   16464:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   16465: 
                   16466: 2001-10-27  paf
                   16467: 
                   16468:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16469:          include/pa_db_table.h, main/pa_db_connection.C,
                   16470:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   16471:          types/pa_vhashfile.C: DB2 ifdefs
                   16472: 
                   16473:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   16474:          main/Makefile.am, targets/apache13/p3runConfigure.in,
                   16475:          targets/cgi/Makefile.am, types/Makefile.am: makes with DB2
                   16476: 
                   16477:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   16478:          targets/apache13/p3runConfigure.in, types/Makefile.am,
                   16479:          www/htdocs/index.html: makes db
                   16480: 
                   16481:        * src/: main/pa_globals.C,
                   16482:          targets/apache13/ApacheModuleParser3.dsp,
                   16483:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: vc
                   16484:          projects libdb ifdefed into globals.C
                   16485: 
                   16486:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16487:          include/pa_db_table.h, main/pa_db_connection.C,
                   16488:          main/pa_db_table.C, www/htdocs/index.html: ^hashfile.clear[]
                   16489: 
                   16490:        * src/classes/classes.awk: no $ in var names
                   16491: 
                   16492:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   16493:          www/htdocs/index.html: db expiration connection&table [forgotten
                   16494:          calls]
                   16495: 
                   16496: 2001-10-26  paf
                   16497: 
                   16498:        * src/main/pa_db_connection.C: db checkpoints
                   16499: 
                   16500:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16501:          www/htdocs/index.html: db checkpoints
                   16502: 
                   16503:        * src/: classes/xdoc.C, www/htdocs/auto.p, www/htdocs/index.html:
                   16504:          xdoc createTextNode createElement UL_XML default. but entities
                   16505:          still reparsed. todo: tothink
                   16506: 
                   16507:        * src/www/htdocs/index.html: db recover mech 2
                   16508: 
                   16509:        * src/: main/pa_db_connection.C, www/htdocs/index.html: db recover
                   16510:          mech 2
                   16511: 
                   16512:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16513:          include/pa_db_manager.h, include/pa_db_table.h,
                   16514:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16515:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   16516:          types/pa_vhashfile.h: db connections & tables now cached at
                   16517:          create time & multithreaded
                   16518: 
                   16519:        * src/: classes/xalan-patched/XalanTransformer2.cpp,
                   16520:          classes/xalan-patched/XalanTransformer2.hpp, classes/xdoc.C,
                   16521:          types/pa_vxdoc.h: transform2 for parsed_source
                   16522: 
                   16523:        * src/main/pa_db_connection.C: about to remove connection from
                   16524:          vhashfile
                   16525: 
                   16526:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   16527:          transaction commit/rollback responsibility left to parent [as it
                   16528:          sould - else there were a bug with double free]
                   16529: 
                   16530:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   16531:          responsibility left to parent [as it sould - else there were a
                   16532:          bug with double free]
                   16533: 
                   16534: 2001-10-25  paf
                   16535: 
                   16536:        * src/: classes/hashfile.C, include/pa_common.h,
                   16537:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16538:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   16539:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   16540:          www/parser3root_debug.conf, www/htdocs/index.html,
                   16541:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   16542:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   16543:          yet]
                   16544: 
                   16545:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   16546: 
                   16547:        * src/: include/pa_db_connection.h, main/pa_db_manager.C,
                   16548:          www/htdocs/index.html: transaction parent passed
                   16549: 
                   16550: 2001-10-24  parser
                   16551: 
                   16552:        * src/classes/Makefile.am: makes
                   16553: 
                   16554:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   16555:          isapi/pool_storage.h: pool_storage fixed
                   16556: 
                   16557:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   16558:          types/pa_vform.h: form fix_line_breaks
                   16559: 
                   16560:        * src/targets/cgi/pool_storage.h: makes
                   16561: 
                   16562:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   16563:          targets/cgi/pool_storage.h: makes
                   16564: 
                   16565:        * src/sql/pa_sql_driver.h: version
                   16566: 
                   16567:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   16568:          types/pa_vform.C, types/pa_vform.h: .am
                   16569: 
                   16570:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   16571:          www/htdocs/index.html: hashfile setted this: DB_RMW Acquire write
                   16572:          locks instead of read locks when doing the retrieval. Setting
                   16573:          this flag may decrease the likelihood of deadlock during a
                   16574:          read-modify-write cycle by immediately acquiring the write lock
                   16575:          during the read part of the cycle so that another thread of
                   16576:          control acquiring a read lock for the same item, in its own
                   16577:          read-modify-write cycle, will not result in deadlock
                   16578: 
                   16579:        * src/targets/: apache13/ApacheModuleParser3.dsp,
                   16580:          isapi/parser3isapi.dsp: doc
                   16581: 
                   16582:        * src/: classes/hashfile.C, types/pa_vhashfile.h,
                   16583:          www/htdocs/index.html: hashfile 1
                   16584: 
                   16585:        * src/: classes/hashfile.C, include/pa_request.h,
                   16586:          www/htdocs/index.html: hashfile.cache 0
                   16587: 
                   16588:        * src/www/htdocs/index.html: z
                   16589: 
                   16590:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16591:          main/pa_db_connection.C: hashfile expired deleted from db when
                   16592:          get & iterate
                   16593: 
                   16594:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C,
                   16595:          www/htdocs/index.html: hashfile expiring 1
                   16596: 
                   16597:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   16598: 
                   16599:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   16600:          db_connection not bothers with key when not returning expired
                   16601:          data
                   16602: 
                   16603:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16604:          types/pa_vhashfile.C: db_cursor constructor public now
                   16605: 
                   16606:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16607:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   16608:          stamped, todo: put_element analize
                   16609: 
                   16610:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   16611:          main/pa_db_connection.C, main/pa_string.C, www/htdocs/index.html:
                   16612:          hashfile pieced serialize. todo stamp
                   16613: 
                   16614: 2001-10-23  parser
                   16615: 
                   16616:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   16617:          classes/image.C, classes/mail.C, classes/response.C,
                   16618:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16619:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   16620:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   16621:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   16622:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   16623:          types/pa_vtable.C, www/htdocs/index.html: ^hashfile.hash[]
                   16624: 
                   16625:        * src/: classes/hashfile.C, classes/xdoc.C,
                   16626:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   16627:          main/pa_globals.C: ifdefs so it compiled without db
                   16628: 
                   16629:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16630:          include/pa_db_manager.h, main/pa_db_connection.C,
                   16631:          main/pa_db_manager.C, types/pa_vhashfile.h,
                   16632:          www/htdocs/index.html: ^hashfile.transaction{code}
                   16633:          ^hashfile:clear[filename] ^hashfile.delete[key]
                   16634: 
                   16635: 2001-10-22  parser
                   16636: 
                   16637:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   16638:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   16639: 
                   16640:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   16641:          classes/xnode.C, include/pa_charset_connection.h,
                   16642:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16643:          include/pa_exception.h, include/pa_sapi.h,
                   16644:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16645:          include/pa_stylesheet_connection.h,
                   16646:          include/pa_stylesheet_manager.h,
                   16647:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16648:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16649:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   16650:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16651:          main/pa_xslt_stylesheet_manager.C,
                   16652:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   16653:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   16654:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   16655:          types/types.dsp, www/htdocs/index.html: hashfile 0
                   16656: 
                   16657:        * src/: types/pa_vhashfile.C, www/htdocs/index.html: z
                   16658: 
                   16659:        * src/: classes/classes.dsp, classes/hashfile.C,
                   16660:          include/pa_config_fixed.h, main/execute.C,
                   16661:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   16662:          types/pa_vhashfile.h, types/types.dsp,
                   16663:          www/parser3root_debug.conf, www/htdocs/index.html: hashfile -100
                   16664: 
                   16665:        * src/: targets/apache13/mod_parser3.C, www/htdocs/.htaccess,
                   16666:          www/htdocs/auto.p: html
                   16667: 
                   16668:        * src/: targets/apache13/mod_parser3.C,
                   16669:          targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   16670:          www/htdocs/auto.p, www/htdocs/index.html: SEH minor ifdef changes
                   16671: 
                   16672:        * src/www/: parser3root_debug.conf, htdocs/index.html: comment
                   16673: 
                   16674:        * src/: include/pa_exception.h, include/pa_request.h,
                   16675:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   16676:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16677:          types/pa_vclass.h, types/pa_vobject.h, www/htdocs/index.html:
                   16678:          stack backtrace
                   16679: 
                   16680: 2001-10-19  parser
                   16681: 
                   16682:        * src/include/pa_pool.h: header
                   16683: 
                   16684:        * src/main/pa_pool.C: auto compiled on gcc
                   16685: 
                   16686:        * src/classes/image.C: comment
                   16687: 
                   16688:        * src/: include/pa_pool.h, main/pa_common.C: makes
                   16689: 
                   16690:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16691:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16692:          types/pa_vxnode.h: xnode clone got freed
                   16693: 
                   16694:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16695:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   16696:          can free up xalandomstring resulting from pool::transcode
                   16697: 
                   16698:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   16699:          include/pa_config_fixed.h, include/pa_exception.h,
                   16700:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   16701:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   16702:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16703:          www/htdocs/index.html: switched to c++ exceptions 1xml configure
                   16704:          fixed to exclude xalan-patch from non-xml compile
                   16705: 
                   16706:        * src/: main/pa_request.C, targets/apache13/mod_parser3.C,
                   16707:          www/htdocs/index.html: pool:: context - get_context
                   16708: 
                   16709:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   16710:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   16711:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   16712:          classes/string.C, classes/table.C, classes/void.C,
                   16713:          classes/gd/gd.dsp, classes/gd/gif.C, classes/smtp/smtp.C,
                   16714:          classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
                   16715:          include/pa_config_fixed.h, include/pa_exception.h,
                   16716:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   16717:          main/compile.C, main/compile_tools.C, main/execute.C,
                   16718:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   16719:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16720:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16721:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   16722:          pcre/pcre_dftables.dsp, pcre/pcre_parser_ctype.dsp,
                   16723:          targets/apache13/ApacheModuleParser3.dsp,
                   16724:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   16725:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vbool.h,
                   16726:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.C,
                   16727:          types/pa_vhash.h, types/pa_vint.h, types/pa_vjunction.h,
                   16728:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   16729:          types/pa_vtable.C, types/pa_wcontext.C, types/pa_wwrapper.h,
                   16730:          www/htdocs/index.html: switched to c++ exceptions 0
                   16731: 
                   16732:        * src/classes/classes.awk: $ removed
                   16733: 
                   16734:        * src/www/htdocs/index.html: going to switch to c++ exceptions
                   16735: 
                   16736: 2001-10-18  parser
                   16737: 
                   16738:        * src/: types/pa_vcookie.C, www/htdocs/index.html: cookie:CLASS
                   16739: 
                   16740:        * src/main/main.dsp: project
                   16741: 
                   16742:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16743:          www/htdocs/index.html: vxdoc set_document & ctor question "who
                   16744:          owns document" solved
                   16745: 
                   16746:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   16747: 
                   16748:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16749:          main/pa_pool.C, www/htdocs/index.html: encoding in dom creating
                   16750:          funcs
                   16751: 
                   16752:        * src/: classes/xdoc.C, types/pa_vxdoc.h, www/htdocs/index.html:
                   16753:          dom created by create can be transformed now
                   16754: 
                   16755:        * src/: classes/xdoc.C,
                   16756:          classes/xalan-patched/XalanTransformer2.cpp,
                   16757:          classes/xalan-patched/XalanTransformer2.hpp,
                   16758:          www/htdocs/index.html: dom created by create can be transformed
                   16759:          now
                   16760: 
                   16761:        * src/: classes/xalan-patched/XalanTransformer2.cpp,
                   16762:          www/htdocs/index.html, classes/xdoc.C: z
                   16763: 
                   16764:        * src/: classes/xdoc.C, www/htdocs/index.html: comment
                   16765: 
                   16766:        * src/: classes/xdoc.C, classes/xnode.C,
                   16767:          classes/xalan-patched/XalanTransformer2.cpp, main/compile.tab.C,
                   16768:          www/parser3root_debug.conf, www/htdocs/index.html: xdoc create
                   16769:          now uses XercesDocumentBridge, appendChild&co now works
                   16770: 
                   16771:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   16772:          @ recompile
                   16773: 
                   16774:        * src/: main/compile.tab.C, main/compile.y, main/pa_request.C,
                   16775:          www/parser3root_debug.conf, www/htdocs/index.html: ^: no colon in
                   16776:          $origin @exception[
                   16777: 
                   16778:        * src/: classes/xdoc.C, classes/xnode.C, www/htdocs/index.html:
                   16779:          xdoc::create[] now. and all dom tag names forced to XML lang
                   16780: 
                   16781:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   16782:          leechy-found bugs in code&doc fixed
                   16783: 
                   16784: 2001-10-17  parser
                   16785: 
                   16786:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   16787:          types/pa_vxnode.h, types/types.dsp, www/htdocs/index.html:
                   16788:          string::mid fixed, string.mid n functionality preserved
                   16789: 
                   16790:        * src/types/pa_vimage.h: removed unused vimage::save
                   16791: 
                   16792:        * src/www/htdocs/index.html: hashfile planned
                   16793: 
                   16794: 2001-10-16  parser
                   16795: 
                   16796:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   16797: 
                   16798:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   16799: 
                   16800:        * src/: types/pa_vhash.h, types/pa_vtable.h, www/htdocs/index.html:
                   16801:          hash can be used as boolean
                   16802: 
                   16803:        * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
                   16804:          www/htdocs/index.html: image.copy tolerance
                   16805: 
                   16806:        * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
                   16807:          www/htdocs/index.html: ::CopyResampled made gd2beta+my hands,
                   16808:          very ineffective, but works for small paleted image
                   16809: 
                   16810:        * src/: types/pa_vimage.C, www/htdocs/index.html: comment
                   16811: 
                   16812:        * src/: classes/image.C, www/htdocs/index.html: gd size/resize
                   16813:          bugfix
                   16814: 
                   16815:        * src/: classes/classes.dsp, classes/gd/gd.dsp,
                   16816:          classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
                   16817:          main/main.dsp, targets/apache13/ApacheModuleParser3.dsp,
                   16818:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16819:          types/types.dsp, www/htdocs/index.html: ident >nul 2>&1
                   16820: 
                   16821:        * src/classes/gd/gif.C: couple casts
                   16822: 
                   16823:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   16824:          systems
                   16825: 
                   16826:        * src/classes/gd/gif.C: copyResized
                   16827: 
                   16828:        * src/: classes/image.C, types/pa_vimage.h, www/htdocs/index.html:
                   16829:          ^image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest
                   16830:          w[;dest h]])
                   16831: 
                   16832: 2001-10-15  parser
                   16833: 
                   16834:        * src/main/execute.C: z
                   16835: 
                   16836:        * src/: classes/xdoc.C, www/htdocs/index.html:
                   16837:          !::create{qualifiedName}
                   16838: 
                   16839:        * src/types/pa_vxnode.C:     document_type_node.
                   16840:                  !readonly attribute DOMString name
                   16841:              !notation_node.
                   16842:                  !readonly attribute DOMString publicId
                   16843:                  !readonly attribute DOMString systemId
                   16844: 
                   16845:        * src/: types/pa_vcode_frame.h, types/pa_wcontext.C,
                   16846:          www/htdocs/index.html: code_frame fixed - ::write badly passed
                   16847:          string too transparently [failed to intercept it]
                   16848: 
                   16849:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   16850:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   16851:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16852:          types/pa_vxnode.h: DOM1 major addtion, only few
                   16853:          attributes/methods left
                   16854: 
                   16855: 2001-10-13  parser
                   16856: 
                   16857:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16858:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   16859:          in main handler
                   16860: 
                   16861:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   16862:          cleanups & frees order
                   16863: 
                   16864:        * src/types/pa_vcode_frame.h: couple comments
                   16865: 
                   16866:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16867:          www/htdocs/index.html: vcodeframe made transparent enough to
                   16868:          handle hash if creation&passing
                   16869: 
                   16870:        * src/: include/pa_config_fixed.h, main/execute.C,
                   16871:          main/pa_exception.C, www/htdocs/index.html: noticed that
                   16872:          vcodeframe not transparent enough, would change now
                   16873: 
                   16874: 2001-10-12  parser
                   16875: 
                   16876:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   16877:          fixed. initialization&free on each thread!
                   16878: 
                   16879:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   16880:          www/htdocs/index.html: sql{}[$.default[({})]] handling changed:
                   16881:          now type of default param analized always, not only at problem
                   16882:          time, thus helping early problem spotting
                   16883: 
                   16884:        * src/: classes/classes.dsp, classes/xdoc.C, classes/gd/gd.dsp,
                   16885:          classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
                   16886:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   16887:          pcre/pcre.dsp, pcre/pcre_dftables.dsp,
                   16888:          pcre/pcre_parser_ctype.dsp,
                   16889:          targets/apache13/ApacheModuleParser3.dsp,
                   16890:          targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
                   16891:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   16892:          targets/isapi/parser3isapi.dsp, types/types.dsp,
                   16893:          www/htdocs/index.html: xalan&xerces multithread bug fixed.
                   16894:          initialization&free on each thread!
                   16895: 
                   16896: 2001-10-11  parser
                   16897: 
                   16898:        * src/classes/xnode.C: xnode.selectSingle now
                   16899: 
                   16900:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   16901:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   16902:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   16903:          convertors out of Pool into Exception
                   16904: 
                   16905:        * src/main/pa_string.C: const
                   16906: 
                   16907:        * src/: include/pa_string.h, main/pa_string.C,
                   16908:          www/htdocs/index.html: restructured string: linked pieces of same
                   16909:          language together prior to String::replace
                   16910: 
                   16911:        * src/: classes/hash.C, www/htdocs/index.html:
                   16912:          !^hash.add[addme]
                   16913:              !^hash.sub[subme]
                   16914:              !^a.union[b] = new
                   16915:              !^a.intersection[b] = new
                   16916:              !^a.intersects[b] = bool
                   16917: 
                   16918:        * src/classes/hash.C:     !^hash::append[append_from]
                   16919: 
                   16920:        * src/: classes/hash.C, types/pa_vhash.h, www/htdocs/index.html:
                   16921:          !^hash::create[[copy_from]]
                   16922: 
                   16923:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   16924:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   16925:          main/untaint.C, types/pa_vvoid.h, www/htdocs/index.html: untaint
                   16926:          lang origins table fixed.  got rid of empty_string, which caused
                   16927:          errors - it hasnt exception but somebody[value.bark] tried to
                   16928:          throw it on it's pool
                   16929: 
                   16930:        * src/targets/apache13/ApacheModuleParser3.dsp: .dsp fixed due to
                   16931:          relocate
                   16932: 
                   16933:        * src/: include/pa_config_auto.h.in,
                   16934:          targets/apache13/p3runConfigure.in: makes
                   16935: 
                   16936:        * src/targets/apache13/: Makefile.am, p3runConfigure.in,
                   16937:          hook/mod_parser3.c: added
                   16938: 
                   16939:        * src/targets/apache13/: ApacheModuleParser3.dsp, mod_parser3.C,
                   16940:          p3runConfigure.in, pa_pool.C, pa_threads.C: restructured
                   16941: 
                   16942:        * src/targets/apache13/: Makefile.am, modules/Makefile.am,
                   16943:          modules/extra/Makefile.am, modules/extra/mod_parser3.C,
                   16944:          modules/extra/p3runConfigure.in, modules/extra/pa_pool.C,
                   16945:          modules/extra/pa_threads.C, os/win32/ApacheModuleParser3.dsp:
                   16946:          started restructuring
                   16947: 
                   16948:        * src/targets/apache13/modules/extra/Makefile.am: makes
                   16949: 
                   16950:        * src/targets/apache13/modules/extra/p3runConfigure.in: added
                   16951: 
                   16952: 2001-10-10  parser
                   16953: 
                   16954:        * src/: targets/apache13/modules/extra/pa_pool.C,
                   16955:          www/htdocs/index.html: \n
                   16956: 
                   16957:        * src/: classes/op.C, main/compile.tab.C,
                   16958:          www/parser3root_debug.conf, www/htdocs/index.html: ^error[msg]
                   16959: 
                   16960:        * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
                   16961:          ^a[
                   16962: 
                   16963:          @next_method  << now unclosed ] would be reported here
                   16964: 
                   16965:        * src/classes/gd/gif.C: arc algorithms: commented all bresenhams,
                   16966:          algs must be unified, not "perfect"
                   16967: 
                   16968:        * src/: classes/gd/gif.C, main/compile.tab.C, main/compile.y,
                   16969:          www/htdocs/index.html: ^a[^b] more informative compile error
                   16970: 
                   16971: 2001-10-09  parser
                   16972: 
                   16973:        * src/: classes/Makefile.am, classes/xalan-patched/Makefile.am,
                   16974:          main/Makefile.am, targets/apache13/modules/extra/Makefile.am,
                   16975:          targets/cgi/Makefile.am, types/Makefile.am: makes
                   16976: 
                   16977:        * src/classes/xalan-patched/XalanTransformer2.cpp: crlf @ eol
                   16978: 
                   16979:        * src/classes/: Makefile.am, xalan-patched/Makefile.am: makes
                   16980: 
                   16981:        * src/: classes/xalan-patched/xalan_patched.dsp,
                   16982:          targets/apache13/modules/extra/mod_parser3.C,
                   16983:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16984:          www/htdocs/index.html: xml transform win32 errors intercepted
                   16985:          [xalan transformer patched and incorporated]
                   16986: 
                   16987:        * src/: classes/xalan-patched/XalanTransformer2.cpp,
                   16988:          classes/xalan-patched/XalanTransformer2.hpp, classes/classes.dsp,
                   16989:          classes/xdoc.C, classes/xalan-patched/xalan_patched.dsp,
                   16990:          include/pa_stylesheet_connection.h, main/main.dsp,
                   16991:          targets/apache13/modules/extra/mod_parser3.C,
                   16992:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16993:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   16994:          patches starting
                   16995: 
                   16996:        * src/classes/xalan-patched/: XalanTransformer2.cpp,
                   16997:          XalanTransformer2.hpp: xalan patches starting
                   16998: 
                   16999:        * src/: classes/string.C, classes/table.C, www/htdocs/index.html:
                   17000:          ^string.save[file]
                   17001: 
                   17002:        * src/: classes/date.C, classes/table.C, www/htdocs/index.html:
                   17003:          calendar moved to date
                   17004: 
                   17005:        * src/: classes/op.C, classes/table.C, www/htdocs/global.xsl,
                   17006:          www/htdocs/index.html: table.hash[key field;value field(s)
                   17007:          string/table]  now
                   17008: 
                   17009:        * src/www/htdocs/index.html: for delim desc
                   17010: 
                   17011:        * src/: classes/op.C, classes/table.C, www/htdocs/index.html: z
                   17012: 
                   17013:        * src/www/htdocs/index.html: xdoc xnode junction vfile vimage now
                   17014:          as_bool=true and can be used in expressions
                   17015: 
                   17016:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   17017:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   17018:          types/pa_vxnode.h, www/htdocs/index.html: table:menu & op for
                   17019:          delims made allowed not to be code [be string..]
                   17020: 
                   17021:        * src/: classes/double.C, classes/file.C, classes/image.C,
                   17022:          classes/int.C, classes/op.C, classes/string.C, classes/table.C,
                   17023:          www/htdocs/index.html: lots of
                   17024:          params->as_int/double/as_string/as_junction/as_no_junction
                   17025:          messages added
                   17026: 
                   17027: 2001-10-08  parser
                   17028: 
                   17029:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   17030:          classes/table.C, classes/void.C, include/pa_request.h,
                   17031:          www/htdocs/index.html: params->as_int/double message added
                   17032: 
                   17033:        * src/: classes/image.C, classes/gd/gif.C, www/htdocs/index.html:
                   17034:          image:circle [and round arc] uses Bresenham
                   17035: 
                   17036:        * src/: classes/image.C, classes/gd/gd.dsp, classes/gd/gif.C,
                   17037:          classes/gd/gif.h, types/pa_vcookie.C, types/pa_vimage.C,
                   17038:          www/htdocs/index.html: image:sector removed image:html internal
                   17039:          "line-*" attribs
                   17040: 
                   17041:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   17042:          types/pa_vcookie.C, www/htdocs/index.html: cookie urlencoded
                   17043:          [netscape doc reread]
                   17044: 
                   17045:        * src/classes/gd/: gif.C, mtables.h: image:arc image:circle
                   17046: 
                   17047:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   17048:          way
                   17049: 
                   17050:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   17051:          main/untaint.C, www/windows-1251.cfg, www/htdocs/index.html:
                   17052:          header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
                   17053:          nonforced [only tainted pieces]
                   17054: 
                   17055:        * src/classes/gd/gif.C: image.bar now draws (100 100 0 0)
                   17056: 
                   17057:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   17058:          targets/apache13/modules/extra/mod_parser3.C,
                   17059:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   17060:          @ SAPI::log
                   17061: 
                   17062:        * src/main/untaint.C: \r to ' ' in origins mode
                   17063: 
                   17064:        * src/: classes/xdoc.C, www/htdocs/auto.p, www/htdocs/index.html:
                   17065:          xdoc:load exceptions intercepted [like in set]
                   17066: 
                   17067:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   17068:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   17069:          nonstandard liaison freed up
                   17070: 
                   17071: 2001-10-07  parser
                   17072: 
                   17073:        * src/: include/pa_config_fixed.h, main/compile.tab.C,
                   17074:          pcre/pcre.dsp, www/parser3root_debug.conf, www/htdocs/auto.p,
                   17075:          www/htdocs/index.html: restored project
                   17076: 
                   17077: 2001-10-05  parser
                   17078: 
                   17079:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   17080:          main/pa_pool.C, www/htdocs/index.html: changed xdoc:set to
                   17081:          prevent SAXParseException from outputing to cerr.  lots of
                   17082:          "todos"
                   17083: 
                   17084:        * src/: main/untaint.C, www/htdocs/index.html: http_header tainting
                   17085:          more gentle with enquoting now
                   17086: 
                   17087:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   17088:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h,
                   17089:          www/htdocs/global.xsl, www/htdocs/index.html: started xml
                   17090:          errorhandler.  fixed string.replace a little, read @test
                   17091: 
                   17092:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   17093:          *) does not have limit, and looks further eos, fixing....
                   17094: 
                   17095:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   17096: 
                   17097:        * src/: classes/xdoc.C, main/compile.tab.C, www/htdocs/index.html:
                   17098:          xdoc.transform now
                   17099: 
                   17100:        * src/: main/pa_charset_connection.C, www/htdocs/index.html: ctype
                   17101:          another mem clear bugfix
                   17102: 
                   17103:        * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
                   17104:          disabled ^literals in names $result[^[$p^]z] now works fine
                   17105: 
                   17106:        * src/: include/pa_hash.h, main/pa_hash.C, www/htdocs/index.html:
                   17107:          Hash::size() calculated wrong. fixed it
                   17108: 
                   17109:        * src/www/htdocs/index.html: desc
                   17110: 
                   17111:        * src/: main/pa_charset_connection.C, www/parser3root_debug.conf,
                   17112:          www/htdocs/index.html: unicode zero pair at the beging of totable
                   17113:          appered to be vital
                   17114: 
                   17115: 2001-10-04  parser
                   17116: 
                   17117:        * src/: classes/image.C, www/parser3root_debug.conf,
                   17118:          www/htdocs/index.html: ^image.length[text]
                   17119: 
                   17120: 2001-10-03  parser
                   17121: 
                   17122:        * src/www/: koi8-r.cfg, ruspart_win2koi.pl, win-koi.tab: koi 0
                   17123: 
                   17124:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   17125: 
                   17126:        * src/main/pa_request.C: restored pcre defaulting in request
                   17127:          [mindlessly "optimized" yesterday] comment left
                   17128: 
                   17129:        * src/www/: parser3root_debug.conf, htdocs/index.html: z
                   17130: 
                   17131: 2001-10-02  parser
                   17132: 
                   17133:        * src/: main/pa_charset_manager.C,
                   17134:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   17135:          needed
                   17136: 
                   17137:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   17138:          forgot non-xml pool.*charset needed
                   17139: 
                   17140:        * src/: classes/table.C, www/parser3root_debug.conf,
                   17141:          www/htdocs/index.html: # config comments fixed
                   17142: 
                   17143:        * src/www/: parser3root_debug.conf, htdocs/index.html: changed
                   17144:          connect string format to support options charset=cp1251_koi8
                   17145:          timeout=3 compress=1& named_pipe=1
                   17146: 
                   17147:        * src/www/parser3root_debug.conf: for history
                   17148: 
                   17149:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   17150:          charset_connection #comment now
                   17151: 
                   17152:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   17153:          options fixed to use release msvcrt lib
                   17154: 
                   17155:        * src/www/htdocs/index.html: z
                   17156: 
                   17157:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   17158:          removed default - pcre handles that internally fixed bug on
                   17159:          not-cleaning tables [previously was calloced, now member]
                   17160: 
                   17161:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   17162:          main/pa_request.C, pcre/pcre.dsp, types/pa_vstring.h,
                   17163:          www/htdocs/index.html: pcre tables now const inside removed
                   17164:          default - pcre handles that internally fixed bug on not-cleaning
                   17165:          tables [previously was calloced, now member]
                   17166: 
                   17167:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C,
                   17168:          www/htdocs/index.html: tested charset reload on file change @
                   17169:          apache version = OK tested freeing up prev encoding on adding new
                   17170:          = OK
                   17171: 
                   17172: 2001-10-01  parser
                   17173: 
                   17174:        * src/: main/pa_charset_connection.C, www/htdocs/index.html:
                   17175:          removed entitify external hack [internal installed]
                   17176: 
                   17177:        * src/: main/Makefile.am, www/htdocs/index.html: makes+removed dtd
                   17178: 
                   17179:        * src/www/: windows-1251.cfg, htdocs/windows-1251.cfg:
                   17180:          windows-1251.cfg  moved
                   17181: 
                   17182:        * src/classes/gd/Makefile.am: makes
                   17183: 
                   17184:        * src/: include/pa_charset_connection.h,
                   17185:          include/pa_charset_manager.h,
                   17186:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17187:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   17188:          main/pa_request.C, www/htdocs/index.html: charset loading &
                   17189:          caching mech 0
                   17190: 
                   17191:        * src/: include/pa_stylesheet_connection.h,
                   17192:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17193:          main/pa_globals.C, main/pa_request.C, www/htdocs/index.html:
                   17194:          would make charset loading & caching mech now
                   17195: 
                   17196: 2001-09-30  parser
                   17197: 
                   17198:        * src/www/htdocs/index.html: forgot to fill toTable
                   17199: 
                   17200:        * src/main/pa_request.C: forgot to fill toTable
                   17201: 
                   17202:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   17203:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   17204:          failed on win32 for now..
                   17205: 
                   17206:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   17207:          www/htdocs/index.html: now charsets table configuration variable
                   17208:          is: CHARSETS
                   17209: 
                   17210:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C,
                   17211:          www/htdocs/index.html, www/htdocs/windows-1251.cfg: ctype with
                   17212:          unicode 1. todo: no &#1055; entities on output somehow
                   17213: 
                   17214:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   17215:          include/pa_request.h, main/pa_request.C, pcre/ibm-1251.ucm,
                   17216:          www/htdocs/index.html: started ctype with unicode values
                   17217: 
                   17218: 2001-09-28  parser
                   17219: 
                   17220:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   17221:          classes/xdoc.C, include/pa_stylesheet_connection.h,
                   17222:          pcre/pcre_parser_ctype.c, www/htdocs/index.html: letter body
                   17223:          string passed AS-IS now
                   17224: 
                   17225:        * src/: classes/xdoc.C, classes/xnode.C,
                   17226:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17227:          www/htdocs/index.html: xdoc addencoding works! invented a way of
                   17228:          user-configuring... todo: implement
                   17229: 
                   17230: 2001-09-27  parser
                   17231: 
                   17232:        * src/: classes/table.C, www/htdocs/index.html: table.sort changed
                   17233:          to sort table itself
                   17234: 
                   17235:        * src/www/htdocs/people.dtd: z
                   17236: 
                   17237:        * src/: classes/xdoc.C,
                   17238:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17239:          targets/isapi/parser3isapi.dsp, www/htdocs/index.html:
                   17240:          X^.getElementsByTagName[tagname] = array of xnode
                   17241:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   17242:          nodes removed - regretfully not supported @ xalan. maybe someday
                   17243:          would reimplement, if needed.
                   17244: 
                   17245:          win32build system: solved long waiting anti-non-started-apache
                   17246:          problem
                   17247: 
                   17248:        * src/: classes/classes.dsp, classes/xdoc.C, classes/gd/gd.dsp,
                   17249:          classes/gd/gifio.C, classes/smtp/smtp.dsp, main/main.dsp,
                   17250:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17251:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17252:          types/types.dsp, www/htdocs/index.html: win32 ident make system
                   17253:          so not to rebuild library [ident.C.new]
                   17254: 
                   17255: 2001-09-26  parser
                   17256: 
                   17257:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   17258:          classes/xnode.h, classes/gd/gd.dsp, classes/smtp/smtp.dsp,
                   17259:          include/pa_config_fixed.h, main/main.dsp,
                   17260:          targets/apache13/modules/extra/mod_parser3.C,
                   17261:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17262:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17263:          types/pa_vxnode.C, types/types.dsp, www/htdocs/index.html: z
                   17264: 
                   17265:        * src/: classes/classes.C, www/htdocs/index.html: forgot one
                   17266:          non-xml check
                   17267: 
                   17268:        * src/: Makefile.am, classes/Makefile.am, classes/gd/Makefile.am,
                   17269:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   17270:          makes with clases.awk
                   17271: 
                   17272:        * src/targets/cgi/parser3.C: z
                   17273: 
                   17274:        * src/: include/pa_config_fixed.h,
                   17275:          targets/apache13/modules/extra/mod_parser3.C,
                   17276:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17277:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: #ifdef SMTP
                   17278: 
                   17279:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   17280:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17281:          main/compile.tab.C,
                   17282:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17283:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   17284:          types/pa_vdom.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17285:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp,
                   17286:          www/htdocs/index.html: xdoc&xnode now
                   17287: 
                   17288:        * src/: classes/classes.C, classes/classes.awk,
                   17289:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   17290:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   17291:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17292:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17293:          classes/op.C, classes/response.C, classes/string.C,
                   17294:          classes/table.C, classes/void.C, classes/gd/gd.dsp,
                   17295:          classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
                   17296:          classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.dsp,
                   17297:          classes/smtp/smtp.h, include/pa_array.h, include/pa_common.h,
                   17298:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17299:          include/pa_dictionary.h, include/pa_dir.h,
                   17300:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17301:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17302:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17303:          include/pa_stack.h, include/pa_string.h,
                   17304:          include/pa_stylesheet_connection.h, include/pa_table.h,
                   17305:          include/pa_threads.h, include/pa_types.h,
                   17306:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   17307:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   17308:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   17309:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17310:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17311:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17312:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   17313:          main/pa_xslt_stylesheet_manager.C, main/untaint.C, pcre/pcre.dsp,
                   17314:          pcre/pcre_dftables.dsp, pcre/pcre_parser_ctype.dsp,
                   17315:          sql/pa_sql_driver.h,
                   17316:          targets/apache13/modules/extra/mod_parser3.C,
                   17317:          targets/apache13/modules/extra/pa_pool.C,
                   17318:          targets/apache13/modules/extra/pa_threads.C,
                   17319:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17320:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17321:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17322:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17323:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17324:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17325:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   17326:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17327:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdnode.C,
                   17328:          types/pa_vdnode.h, types/pa_vdom.C, types/pa_vdom.h,
                   17329:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17330:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17331:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   17332:          types/pa_vjunction.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17333:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17334:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17335:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17336:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   17337:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_wcontext.C,
                   17338:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp: added
                   17339:          ident.awk and main.dsp splitted to main+classes+types along to
                   17340:          .am
                   17341: 
                   17342:        * src/classes/Makefile.am: removed useless var
                   17343: 
                   17344:        * src/: classes/classes.cmd, main/main.dsp,
                   17345:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   17346:          main.dsp
                   17347: 
                   17348: 2001-09-25  parser
                   17349: 
                   17350:        * src/: include/pa_config_auto.h.in, www/htdocs/index.html: xml on
                   17351:          linux[elik] works! no 1251 though, todo ICU
                   17352: 
                   17353:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
                   17354:          classes/gd/Makefile.am, include/pa_stylesheet_connection.h,
                   17355:          main/Makefile.am, main/pa_pool.C,
                   17356:          targets/apache13/modules/extra/Makefile.am,
                   17357:          targets/cgi/Makefile.am, types/Makefile.am, types/pa_vdom.h: xml
                   17358:          configure makes
                   17359: 
                   17360: 2001-09-24  parser
                   17361: 
                   17362:        * src/sql/pgsql/: AUTHORS, COPYING, ChangeLog, INSTALL,
                   17363:          Makefile.am, NEWS, README, acinclude.m4, config.guess,
                   17364:          config.sub, config_auto.h.in, config_fixed.h, config_includes.h,
                   17365:          configure, configure.in, install-sh, ltconfig, ltmain.sh,
                   17366:          missing, mkinstalldirs, parser3pgsql.C, parser3pgsql.def,
                   17367:          parser3pgsql.dsp, PgSQL32/include/libpq-fe.h,
                   17368:          PgSQL32/include/postgres_ext.h, PgSQL32/include/libpq/libpq-fs.h,
                   17369:          PgSQL32/lib/release/libpq.dll, libltdl/Makefile.am,
                   17370:          libltdl/README, libltdl/acinclude.m4, libltdl/aclocal.m4,
                   17371:          libltdl/config.h, libltdl/config_auto.h.in,
                   17372:          libltdl/config_fixed.h, libltdl/configure, libltdl/configure.in,
                   17373:          libltdl/libltdl_pgsql.dsp, libltdl/ltdl.c, libltdl/ltdl.h: moved
                   17374:          this dir to cvs module
                   17375: 
                   17376:        * src/sql/: mysql/AUTHORS, mysql/COPYING, mysql/ChangeLog,
                   17377:          mysql/INSTALL, mysql/Makefile.am, mysql/NEWS, mysql/README,
                   17378:          mysql/acinclude.m4, mysql/config.guess, mysql/config.sub,
                   17379:          mysql/config_auto.h.in, mysql/config_fixed.h,
                   17380:          mysql/config_includes.h, mysql/configure, mysql/configure.in,
                   17381:          mysql/install-sh, mysql/ltconfig, mysql/ltmain.sh, mysql/missing,
                   17382:          mysql/mkinstalldirs, mysql/parser3mysql.C,
                   17383:          mysql/parser3mysql.def, mysql/parser3mysql.dsp,
                   17384:          mysql/libltdl/Makefile.am, mysql/libltdl/README,
                   17385:          mysql/libltdl/acinclude.m4, mysql/libltdl/aclocal.m4,
                   17386:          mysql/libltdl/config.h, mysql/libltdl/config_auto.h.in,
                   17387:          mysql/libltdl/config_fixed.h, mysql/libltdl/configure,
                   17388:          mysql/libltdl/configure.in, mysql/libltdl/libltdl_mysql.dsp,
                   17389:          mysql/libltdl/ltdl.c, mysql/libltdl/ltdl.h,
                   17390:          mysql/mySQL32/include/Libmysql.def, mysql/mySQL32/include/dbug.h,
                   17391:          mysql/mySQL32/include/errmsg.h, mysql/mySQL32/include/m_ctype.h,
                   17392:          mysql/mySQL32/include/m_string.h,
                   17393:          mysql/mySQL32/include/my_list.h,
                   17394:          mysql/mySQL32/include/my_pthread.h,
                   17395:          mysql/mySQL32/include/my_sys.h, mysql/mySQL32/include/mysql.h,
                   17396:          mysql/mySQL32/include/mysql_com.h,
                   17397:          mysql/mySQL32/include/mysql_version.h,
                   17398:          mysql/mySQL32/include/mysqld_error.h,
                   17399:          mysql/mySQL32/include/raid.h, mysql/mySQL32/lib/opt/libmySQL.dll,
                   17400:          odbc/parser3odbc.C, odbc/parser3odbc.def, odbc/parser3odbc.dsp,
                   17401:          odbc/MFCpatches/AFXIMPL.H, odbc/MFCpatches/CTLIMPL.H,
                   17402:          odbc/MFCpatches/DAOIMPL.H, odbc/MFCpatches/DBCORE.CPP,
                   17403:          odbc/MFCpatches/DBIMPL.H, odbc/MFCpatches/OLEIMPL2.H,
                   17404:          odbc/MFCpatches/SOCKIMPL.H, odbc/MFCpatches/STDAFX.H,
                   17405:          odbc/MFCpatches/WINHAND_.H, oracle/AUTHORS, oracle/COPYING,
                   17406:          oracle/ChangeLog, oracle/INSTALL, oracle/Makefile.am,
                   17407:          oracle/NEWS, oracle/README, oracle/acinclude.m4,
                   17408:          oracle/config.guess, oracle/config.sub, oracle/config_auto.h.in,
                   17409:          oracle/config_fixed.h, oracle/config_includes.h,
                   17410:          oracle/configure, oracle/configure.in, oracle/install-sh,
                   17411:          oracle/ltconfig, oracle/ltmain.sh, oracle/missing,
                   17412:          oracle/mkinstalldirs, oracle/parser3oracle.C,
                   17413:          oracle/parser3oracle.def, oracle/parser3oracle.dsp,
                   17414:          oracle/libltdl/Makefile.am, oracle/libltdl/README,
                   17415:          oracle/libltdl/acinclude.m4, oracle/libltdl/aclocal.m4,
                   17416:          oracle/libltdl/config.h, oracle/libltdl/config_auto.h.in,
                   17417:          oracle/libltdl/config_fixed.h, oracle/libltdl/configure,
                   17418:          oracle/libltdl/configure.in, oracle/libltdl/libltdl_oracle.dsp,
                   17419:          oracle/libltdl/ltdl.c, oracle/libltdl/ltdl.h,
                   17420:          oracle/oracle32/include/oci/cdemodp0.h,
                   17421:          oracle/oracle32/include/oci/kusapi.h,
                   17422:          oracle/oracle32/include/oci/kustags.h,
                   17423:          oracle/oracle32/include/oci/nzerror.h,
                   17424:          oracle/oracle32/include/oci/nzt.h,
                   17425:          oracle/oracle32/include/oci/oci.h,
                   17426:          oracle/oracle32/include/oci/oci1.h,
                   17427:          oracle/oracle32/include/oci/oci8dp.h,
                   17428:          oracle/oracle32/include/oci/ociap.h,
                   17429:          oracle/oracle32/include/oci/ociapr.h,
                   17430:          oracle/oracle32/include/oci/ocidef.h,
                   17431:          oracle/oracle32/include/oci/ocidem.h,
                   17432:          oracle/oracle32/include/oci/ocidfn.h,
                   17433:          oracle/oracle32/include/oci/ociextp.h,
                   17434:          oracle/oracle32/include/oci/ocikp.h,
                   17435:          oracle/oracle32/include/oci/ocikpr.h,
                   17436:          oracle/oracle32/include/oci/odci.h,
                   17437:          oracle/oracle32/include/oci/oratypes.h,
                   17438:          oracle/oracle32/include/oci/ori.h,
                   17439:          oracle/oracle32/include/oci/orid.h,
                   17440:          oracle/oracle32/include/oci/orl.h,
                   17441:          oracle/oracle32/include/oci/oro.h,
                   17442:          oracle/oracle32/include/oci/ort.h,
                   17443:          oracle/oracle32/include/oci/sx3.h,
                   17444:          oracle/oracle32/include/oci/tnsapi.h: made these directories to
                   17445:          cvs modules
                   17446: 
                   17447:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   17448:          types/Makefile.am: makes
                   17449: 
                   17450:        * src/targets/cgi/Makefile.am: makefiles
                   17451: 
                   17452:        * src/: Makefile.am, targets/Makefile.am,
                   17453:          targets/apache13/Makefile.am, targets/cgi/pa_pool.C: started unix
                   17454:          makes update
                   17455: 
                   17456:        * src/: Makefile.am, main/Makefile.am,
                   17457:          targets/apache13/modules/extra/Makefile.am,
                   17458:          targets/cgi/Makefile.am: started unix makes update
                   17459: 
                   17460:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   17461: 
                   17462:        * src/types/pa_value.h: z
                   17463: 
                   17464:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   17465:          bugs with usinge hash/table in expressions
                   17466: 
                   17467:        * src/: targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17468:          types/pa_vfile.h, types/pa_vimage.h, types/pa_vstring.h: fiew
                   17469:          wrong resolved conflicts fixed [const]
                   17470: 
                   17471:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   17472:          classes/table.C, classes/gd/gd.dsp, classes/gd/gif.C,
                   17473:          classes/gd/gif.h, include/pa_request.h, include/pa_sapi.h,
                   17474:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17475:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   17476:          main/pa_sql_driver_manager.C,
                   17477:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17478:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   17479:          types/pa_vbool.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17480:          types/pa_vform.C, types/pa_vhash.h, types/pa_vimage.h,
                   17481:          types/pa_vint.h, types/pa_vstring.h, types/pa_vtable.h,
                   17482:          types/pa_vvoid.h, www/htdocs/index.html: merged3 with before_xml
                   17483:          [merge2 actually didn't happen - i've created tags on wrong
                   17484:          branch. so this merge is in fact re-merge]
                   17485: 
                   17486: 2001-09-21  parser
                   17487: 
                   17488:        * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: updated
                   17489:          project files [/ sadly produced "" in make file and sadly wrong
                   17490:          interpreted on load]
                   17491: 
                   17492:        * src/: classes/gd/gd.dsp, classes/smtp/smtp.dsp, main/main.dsp,
                   17493:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17494:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: updated
                   17495:          project files [/ sadly produced "" in make file and sadly wrong
                   17496:          interpreted on load]
                   17497: 
                   17498:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   17499:          classes/table.C, classes/gd/gd.dsp, classes/gd/gif.h,
                   17500:          classes/smtp/smtp.dsp, doc/doxygen.cfg, include/pa_common.h,
                   17501:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17502:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17503:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   17504:          main/pa_exec.C, main/pa_globals.C,
                   17505:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17506:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: merged
                   17507:          with before_xml
                   17508: 
                   17509:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17510:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   17511:          classes/mail.C, classes/gd/gd.dsp, classes/gd/gif.C,
                   17512:          classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   17513:          classes/smtp/smtp.dsp, doc/doxygen.cfg,
                   17514:          include/pa_config_fixed.h, include/pa_pool.h, main/main.dsp,
                   17515:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17516:          main/pa_xslt_stylesheet_manager.C, pcre/pcre_parser_ctype.c,
                   17517:          targets/apache13/modules/extra/mod_parser3.C,
                   17518:          targets/apache13/modules/extra/pa_pool.C,
                   17519:          targets/apache13/modules/extra/pa_threads.C,
                   17520:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17521:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17522:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   17523:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp,
                   17524:          types/pa_valiased.C, types/pa_vcookie.C, types/pa_vdnode.C,
                   17525:          types/pa_vdom.C, types/pa_vfile.C, types/pa_vform.C,
                   17526:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.h,
                   17527:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   17528:          types/pa_vtable.C, types/pa_wcontext.C, www/htdocs/index.html:
                   17529:          zillions of #ifdef XML created new projects for sql drivers
                   17530:          [planning to remove sql drivers from main cvs project] first,
                   17531:          will join latest changes
                   17532: 
                   17533:        * src/: classes/dom.C, www/htdocs/index.html: defaulted dom writing
                   17534:          methods encoding to pool.get_charset
                   17535: 
                   17536:        * src/: classes/dom.C, www/htdocs/index.html: defaulted dom writing
                   17537:          methods encoding to pool.get_charset
                   17538: 
                   17539:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17540:          pool.get_charset
                   17541: 
                   17542:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   17543:          types/pa_vdnode.C, types/pa_vresponse.h, www/htdocs/index.html:
                   17544:          defaulted dom writing methods encoding to pool.get_charset
                   17545: 
                   17546:        * src/: include/pa_pool.h, main/pa_pool.C, www/htdocs/index.html:
                   17547:          checked whether transcoder were created right "unsupported
                   17548:          encoding" message.  not @ set time, but @ use time, so until xml
                   17549:          output functions .string, .file, .save used - no encoding name
                   17550:          check occur
                   17551: 
                   17552:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17553:          registration needed, pools are officially destructured
                   17554: 
                   17555: 2001-09-20  parser
                   17556: 
                   17557:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17558: 
                   17559:        * src/: main/pa_pool.C, main/pa_request.C, www/htdocs/index.html:
                   17560:          Pool::transcode defaults from
                   17561:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17562: 
                   17563:        * src/: classes/dnode.C, classes/dom.C, classes/gd/gd.dsp,
                   17564:          classes/smtp/smtp.dsp, include/pa_config_includes.h,
                   17565:          include/pa_globals.h, include/pa_pool.h, main/main.dsp,
                   17566:          main/pa_globals.C, main/pa_pool.C,
                   17567:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17568:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   17569:          targets/isapi/parser3isapi.dsp, types/pa_vdnode.C,
                   17570:          types/pa_vdnode.h, types/pa_vresponse.h, www/htdocs/index.html:
                   17571:          Pool::transcode 0
                   17572: 
                   17573:        * src/www/htdocs/index.html:
                   17574:          xml-xalan\c\src\PlatformSupport\XalanTranscodingServices.cpp has
                   17575:          no windows-1251 encoding enabled for short[non digitalentity]
                   17576:          output.  patched, now works
                   17577: 
                   17578:        * src/: classes/dom.C, www/htdocs/index.html: dom. string save file
                   17579:          moved output xml options to last param and made it optional
                   17580: 
                   17581:        * src/www/htdocs/index.html:     !$elementnode.attributes = hash of
                   17582:          dnodes
                   17583:              !$attributenode.specified = boolean
                   17584:                      true if the attribute received its value explicitly
                   17585:          in the XML document,
                   17586:                      or if a value was assigned programatically with the
                   17587:          setValue function.
                   17588:                  false if the attribute value came from the default value
                   17589:          declared in the document's DTD.
                   17590:              !$pinode.target = target of this processing instruction
                   17591:                  XML defines this as being the first token following the
                   17592:          markup
                   17593:                  that begins the processing instruction.
                   17594:                  XPath:
                   17595:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17596:          1->node1
                   17597:              !^node.select-single[xpath/query/expression] = first node if
                   17598:          any
                   17599: 
                   17600:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17601:          dnodes
                   17602:              !$attributenode.specified = boolean
                   17603:                      true if the attribute received its value explicitly
                   17604:          in the XML document,
                   17605:                      or if a value was assigned programatically with the
                   17606:          setValue function.
                   17607:                  false if the attribute value came from the default value
                   17608:          declared in the document's DTD.
                   17609:              !$pinode.target = target of this processing instruction
                   17610:                  XML defines this as being the first token following the
                   17611:          markup
                   17612:                  that begins the processing instruction.
                   17613:                  XPath:
                   17614:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17615:          1->node1
                   17616:              !^node.select-single[xpath/query/expression] = first node if
                   17617:          any
                   17618: 
                   17619:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   17620:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   17621:          some 'const's added
                   17622: 
                   17623:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   17624:          expression context now, there value = size and boolean value
                   17625:          size!=0
                   17626: 
                   17627:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   17628:          can be used in expression context now, there value = size and
                   17629:          boolean value size!=0
                   17630: 
                   17631:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   17632:          types/pa_vstring.h, www/htdocs/index.html: dnode .file .string
                   17633:          .save moved back to dom due to strange xalan bug
                   17634: 
                   17635: 2001-09-18  parser
                   17636: 
                   17637:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   17638:          classes/image.C, classes/op.C, classes/table.C, classes/gd/gif.C,
                   17639:          classes/gd/gif.h, include/pa_common.h, include/pa_globals.h,
                   17640:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   17641:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17642:          main/compile_tools.h, main/execute.C, main/pa_common.C,
                   17643:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   17644:          main/pa_string.C, main/pa_table.C,
                   17645:          targets/apache13/modules/extra/mod_parser3.C,
                   17646:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17647:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   17648:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   17649:          types/pa_vimage.h, types/pa_vtable.h, www/.htaccess, www/auto.p,
                   17650:          www/htdocs/index.html: merged latest bugfixes from before_xml
                   17651:          branch ^if(def $hash) now true only when ^hash:_count[]!=0 moved
                   17652:          .string .save .file from dom to dnode
                   17653: 
                   17654:        * src/www/htdocs/index.html: about to merge latest bugfixes from
                   17655:          before_xml branch
                   17656: 
                   17657:        * src/: classes/op.C, main/execute.C, www/htdocs/index.html:
                   17658:          operators self changed to root ^for variable context changed to
                   17659:          self
                   17660: 
                   17661:        * src/www/htdocs/index.html: dom, dnode 1
                   17662: 
                   17663:        * src/: types/pa_vdnode.C, types/pa_vdom.h, types/pa_vhash.h,
                   17664:          types/pa_vtable.h, www/htdocs/index.html: dom, dnode 1
                   17665: 
                   17666:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   17667:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17668:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   17669: 
                   17670:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C,
                   17671:          www/htdocs/index.html: image: poly* fixed
                   17672: 
                   17673: 2001-09-17  parser
                   17674: 
                   17675:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   17676:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17677:          types/pa_vdom.h, www/htdocs/index.html: started dnode+dom
                   17678: 
                   17679:          dnode     DOM methods:     $node.name     $node.value
                   17680:          ...others...
                   17681: 
                   17682:              ^node.xpath[/rates/USD] = hash
                   17683:                  $hash[
                   17684:                          $.0[node0]
                   17685:                          $.1[node1]
                   17686:                  ]
                   17687: 
                   17688:        * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
                   17689:          types/pa_vimage.C, www/htdocs/index.html,
                   17690:          targets/apache13/os/win32/ApacheModuleParser3.dsp:
                   17691:          $image.line-style now applies to all linear primitives
                   17692: 
                   17693:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   17694:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17695:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   17696:          types/pa_vimage.h, www/htdocs/.htaccess, www/htdocs/auto.p,
                   17697:          www/htdocs/index.html: started dnode     DOM:     $node.name
                   17698:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   17699:          dom(dnode)
                   17700: 
                   17701:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   17702:          main/compile.y, main/compile_tools.h, main/execute.C,
                   17703:          targets/cgi/parser3.C, www/htdocs/auto.p, www/htdocs/index.html:
                   17704:          expressions unary+ ^hash.count[] bugfix: in expression
                   17705:          compound($aa.zz.xx) names now can have minus '-' in name after
                   17706:          '.'
                   17707: 
                   17708: 2001-09-15  parser
                   17709: 
                   17710:        * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
                   17711:          types/pa_vimage.C, types/pa_vimage.h, www/htdocs/index.html:
                   17712:          image: $line-width ^line(...)[****   style]
                   17713: 
                   17714:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   17715:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   17716:          pool_storage - cleanups first, allocations second.  apache wisely
                   17717:          does just like that
                   17718: 
                   17719:        * src/targets/apache13/modules/extra/pa_pool.C: critical section
                   17720:          guardian
                   17721: 
                   17722:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   17723:          rewritten using template, no bugs now
                   17724: 
                   17725:        * src/: include/pa_pool.h, main/pa_pool.C,
                   17726:          targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
                   17727:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   17728:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   17729:          poorly started isapi pool_storage, would rewrite using template
                   17730:          now
                   17731: 
                   17732:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   17733:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17734:          targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
                   17735:          targets/isapi/pa_pool.C, targets/isapi/pool_storage.h,
                   17736:          types/pa_vdom.C, types/pa_vdom.h: xalan objects freed up
                   17737:          [introducing Pool::register_cleanup]
                   17738: 
                   17739:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h,
                   17740:          www/htdocs/auto.p, www/htdocs/global.xsl: comments
                   17741: 
                   17742: 2001-09-14  parser
                   17743: 
                   17744:        * src/www/htdocs/: global.xsl, test.xml: z
                   17745: 
                   17746:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   17747:          z
                   17748: 
                   17749:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17750:          classes/mail.C, include/pa_common.h,
                   17751:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17752:          include/pa_stylesheet_connection.h,
                   17753:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17754:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17755:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   17756:          main/untaint.C, sql/oracle/parser3oracle.C,
                   17757:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   17758:          types/pa_vfile.C, www/htdocs/.htaccess: dom.xslt  stylesheet
                   17759:          compiled&cached
                   17760: 
                   17761: 2001-09-13  parser
                   17762: 
                   17763:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17764:          types/pa_vfile.C, types/pa_vfile.h, www/htdocs/auto.p:
                   17765:          ^dom.file[] charset
                   17766: 
                   17767:        * src/: classes/dom.C, www/htdocs/.htaccess, www/htdocs/auto.p,
                   17768:          www/htdocs/index.html: dom:file content-type(.method)
                   17769: 
                   17770:        * src/: include/pa_common.h, include/pa_globals.h,
                   17771:          main/pa_common.C, main/pa_request.C,
                   17772:          targets/apache13/modules/extra/mod_parser3.C,
                   17773:          www/htdocs/index.html: $MAIN:CLASS_PATH now can be string now
                   17774:          more informative error messages
                   17775: 
                   17776:        * src/: include/pa_globals.h, include/pa_request.h,
                   17777:          main/pa_request.C, targets/apache13/modules/extra/mod_parser3.C,
                   17778:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   17779:          ParserRootConfig .../parser3.conf ParserSiteConfig
                   17780:          .../parser3.conf
                   17781: 
                   17782:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   17783: 
                   17784: 2001-09-12  parser
                   17785: 
                   17786:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17787:          main/pa_sql_driver_manager.C, www/htdocs/auto.p,
                   17788:          www/htdocs/index.html: ^connect[] ^connect[aaa] more precise
                   17789:          error reporting: "connection string must start with protocol://"
                   17790:          now
                   17791: 
                   17792:        * src/: main/compile.tab.C, www/cgi-bin/auto.p, www/htdocs/auto.p:
                   17793:          fixed - subname code parts actually [] braced
                   17794: 
                   17795:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   17796:          lexer on LS_USER level did [] matching without setting nestage,
                   17797:          introduced special LS_NAME_SQUARE_PART state
                   17798: 
                   17799: 2001-09-11  parser
                   17800: 
                   17801:        * src/www/htdocs/index.html: ^dom:set{<some>xml</some>} default
                   17802:          language XML languages+=xml
                   17803: 
                   17804:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   17805:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   17806:          languages+=xml
                   17807: 
                   17808:        * src/: classes/dom.C, types/pa_vdom.h, www/htdocs/index.html:
                   17809:          ^dom:set[<some>xml</some>]
                   17810: 
                   17811:        * src/: classes/dom.C, www/htdocs/index.html:
                   17812:          ^dom:save/string/file[output options] output options:
                   17813:          $.method[xml|html|text] detection fixed
                   17814: 
                   17815:        * src/: types/pa_vdom.h, www/htdocs/index.html: messages
                   17816: 
                   17817:        * src/: classes/dom.C, www/htdocs/index.html:
                   17818:          ^dom:save/string/file[output options] output options:
                   17819:          $.method[xml|html|text] detection fixed
                   17820: 
                   17821: 2001-09-10  parser
                   17822: 
                   17823:        * src/: classes/dom.C, www/htdocs/index.html:
                   17824:          ^dom:save/string/file[output options] output options:
                   17825:          $.method[xml|html|text] $.encoding[windows-1251|...]
                   17826: 
                   17827:        * src/www/htdocs/index.html: ^dom.xslt[stylesheet filename][params
                   17828:          hash added]
                   17829: 
                   17830:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   17831:          added]
                   17832: 
                   17833:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17834:          ^dom.xslt[stylesheet filename] 0
                   17835: 
                   17836:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h,
                   17837:          www/htdocs/index.html: ^dom.xslt[stylesheet filename] -1 doc is
                   17838:          lying
                   17839: 
                   17840:        * src/: classes/dom.C, www/htdocs/index.html: ^dom.file[encoding] =
                   17841:          file
                   17842: 
                   17843:        * src/: classes/dom.C, www/htdocs/index.html: ^dom.string[encoding]
                   17844:          1 ^dom.save[encoding;filename]
                   17845: 
                   17846:        * src/: classes/dom.C, www/htdocs/index.html: ^dom.string[] 0
                   17847: 
                   17848:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   17849: 
                   17850:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   17851:          types/pa_vform.h, www/cgi-bin/auto.p, www/conf/auto.p,
                   17852:          www/htdocs/index.html: ^dom.save[b.xml] 0
                   17853: 
                   17854: 2001-09-08  parser
                   17855: 
                   17856:        * src/www/htdocs/index.html: $form:tables.name.field
                   17857: 
                   17858:        * src/types/pa_vform.C: $form:tables.name.field
                   17859: 
                   17860: 2001-09-07  parser
                   17861: 
                   17862:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   17863:          $table)...
                   17864: 
                   17865:        * src/targets/cgi/parser3.C: z
                   17866: 
                   17867:        * src/: main/pa_string.C, www/htdocs/index.html: $a[] ^if($a){y;n}
                   17868:          is 'n' now  [conversion from '' to int/double is 0]
                   17869: 
                   17870:        * src/: classes/dom.C,
                   17871:          targets/apache13/modules/extra/mod_parser3.C, types/pa_value.h,
                   17872:          types/pa_vtable.h: (def $table) is false when table is empty
                   17873: 
                   17874:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h,
                   17875:          www/htdocs/index.html: !$form:tables $atable[$form:tables.a]
                   17876:          ^atable.menu{a=$atable.element}[,]
                   17877: 
                   17878:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   17879:          types/pa_vform.h, types/pa_vhash.h, www/htdocs/index.html:
                   17880:          !$form:fields
                   17881: 
                   17882:        * src/www/: .htaccess, auto.p, conf/auto.p, htdocs/index.html: Z
                   17883: 
                   17884:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
                   17885:          types/pa_vdom.h, types/pa_vform.C, www/htdocs/index.html,
                   17886:          www/htdocs/test.xml: merged with successful start of dom
                   17887: 
                   17888:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   17889:          types/pa_vform.C, types/pa_vform.h, www/htdocs/index.html: z
                   17890: 
                   17891:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   17892:          element [not last]
                   17893: 
                   17894:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
                   17895:          types/pa_vdom.h, www/htdocs/index.html, www/htdocs/test.xml:
                   17896:          introducing dom. dom:load[a.xml]
                   17897: 
                   17898: 2001-09-06  parser
                   17899: 
                   17900:        * src/: types/pa_vform.C, www/htdocs/index.html: ?a=1&a=2 would
                   17901:          result in $form:a being a table with one column 'element' and two
                   17902:          rows: 1 and 2
                   17903: 
                   17904:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17905:          table with one column 'element' and two rows: 1 and 2
                   17906: 
                   17907:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   17908:          bad int/double conversions, and now $form:nonexistent.int(88)
                   17909:          would return 88
                   17910: 
                   17911:        * src/sql/pgsql/configure: +x
                   17912: 
                   17913:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   17914:          types/pa_vhash.h, www/htdocs/index.html: now there's special hash
                   17915:          key '_default' [instead of ^_default method] $hash[  $.a[1]
                   17916:          $.b[2]  $._default[xx] ] $hash.c
                   17917: 
                   17918:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   17919:          fixed [thanks, fif], ^; were treated there non-literally
                   17920: 
                   17921:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   17922:          doxygen
                   17923: 
                   17924:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17925:          classes/table.C, classes/gd/gifio.C, doc/doxygen.cfg,
                   17926:          sql/oracle/parser3oracle.C, targets/isapi/parser3isapi.C,
                   17927:          types/pa_vtable.C: few #ifndef DOXYGEN
                   17928: 
                   17929: 2001-09-05  parser
                   17930: 
                   17931:        * src/: classes/string.C, classes/table.C, www/htdocs/index.html:
                   17932:          sql options can be void [same as image:html the other day]
                   17933: 
                   17934:        * src/: targets/cgi/Makefile.am, www/htdocs/index.html: .am undo
                   17935: 
                   17936:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17937:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   17938:          macro expantion on param, simply qoutes whatever passed, undone
                   17939: 
                   17940:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17941:          sql/mysql/parser3mysql.C, sql/odbc/parser3odbc.C,
                   17942:          sql/oracle/parser3oracle.C, sql/pgsql/parser3pgsql.C,
                   17943:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   17944:          STRINGIZE(name) #name invented
                   17945: 
                   17946:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17947:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   17948:          MAIN_SQL_DRIVERS_NAME "drivers"
                   17949: 
                   17950:          moved to be availible to all users
                   17951: 
                   17952:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17953:          sql/mysql/parser3mysql.C, sql/odbc/parser3odbc.C,
                   17954:          sql/oracle/parser3oracle.C, sql/pgsql/parser3pgsql.C,
                   17955:          www/htdocs/index.html: SQL_DRIVER_CREATE_FUNC_NAME
                   17956: 
                   17957:        * src/classes/mail.C: MAIN:MAIL check fixed
                   17958: 
                   17959: 2001-09-04  parser
                   17960: 
                   17961:        * src/classes/image.C: image.html now can accept void params
                   17962: 
                   17963:        * src/targets/isapi/parser3isapi.C: z
                   17964: 
                   17965:        * src/targets/cgi/parser3.C: full_file_spec bug
                   17966: 
                   17967:        * src/: targets/cgi/parser3.C, www/htdocs/index.html: getenvcheck
                   17968: 
                   17969:        * src/sql/: mysql/libltdl/libltdl_mysql.dsp,
                   17970:          oracle/libltdl/libltdl_oracle.dsp,
                   17971:          pgsql/libltdl/libltdl_pgsql.dsp: z
                   17972: 
                   17973:        * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: z
                   17974: 
                   17975:        * src/targets/cgi/parser3.C: zz
                   17976: 
                   17977:        * src/targets/cgi/parser3.C: zzz
                   17978: 
                   17979:        * src/classes/date.C: date
                   17980: 
                   17981:        * src/classes/date.C: date:sql-string is now without ''
                   17982: 
                   17983:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
                   17984:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   17985:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   17986: 
                   17987:        * src/include/pa_config_auto.h.in: makes
                   17988: 
                   17989: 2001-09-03  parser
                   17990: 
                   17991:        * src/: targets/cgi/parser3.C, www/htdocs/index.html: /configure
                   17992:          cgi SYSCONFDIR
                   17993: 
                   17994: 2001-09-01  parser
                   17995: 
                   17996:        * src/classes/image.C: letter_spacing
                   17997: 
                   17998:        * src/: classes/image.C, www/htdocs/index.html: image: font params
                   17999:          changed
                   18000: 
                   18001:        * src/classes/image.C: image: as_int as_string used
                   18002: 
                   18003:        * src/: types/pa_vmethod_frame.h, www/htdocs/index.html: $result[]
                   18004:          now gets properly analized
                   18005: 
                   18006: 2001-08-31  parser
                   18007: 
                   18008:        * src/: sql/mysql/configure, targets/cgi/parser3.C: z
                   18009: 
                   18010:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   18011:          cygwin
                   18012: 
                   18013:        * src/: classes/void.C, www/htdocs/index.html: void:int/double +=
                   18014:          (default)
                   18015: 
                   18016:        * src/: classes/image.C, www/htdocs/index.html: image:font added
                   18017:          space param image:font changed charwidth alg, added kerning
                   18018:          const[for now]
                   18019: 
                   18020:        * src/: classes/string.C, classes/table.C, www/htdocs/index.html:
                   18021:          string:int/double (defaults)
                   18022: 
                   18023: 2001-08-29  parser
                   18024: 
                   18025:        * src/: main/pa_exception.C, www/htdocs/index.html: exception
                   18026:          redundant debug info
                   18027: 
                   18028: 2001-08-28  parser
                   18029: 
                   18030:        * src/: classes/image.C, sql/mysql/parser3mysql.dsp: image error
                   18031:          msgs
                   18032: 
                   18033:        * src/: classes/image.C, www/htdocs/index.html: image: gifsize
                   18034:          little endian
                   18035: 
                   18036:        * src/classes/gd/: gif.h, gifio.C: #endif /*some comments removed*/
                   18037: 
                   18038:        * src/sql/oracle/configure: makes
                   18039: 
                   18040:        * src/sql/mysql/configure: z
                   18041: 
                   18042:        * src/sql/pgsql/configure: makes
                   18043: 
                   18044:        * src/sql/pgsql/configure.in: .in
                   18045: 
                   18046:        * src/sql/mysql/parser3mysql.C: leof
                   18047: 
                   18048:        * src/sql/mysql/configure: makes
                   18049: 
                   18050:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   18051:          doxygeneration
                   18052: 
                   18053:        * src/targets/apache13/modules/extra/Makefile.am: .am
                   18054: 
                   18055:        * src/targets/apache13/modules/extra/Makefile.am: .am
                   18056: 
                   18057:        * src/targets/apache13/modules/extra/Makefile.am: t
                   18058: 
                   18059:        * src/targets/apache13/modules/extra/Makefile.am: t
                   18060: 
                   18061:        * src/targets/apache13/modules/extra/Makefile.am: .am
                   18062: 
                   18063:        * src/: classes/Makefile.am, classes/gd/Makefile.am,
                   18064:          main/Makefile.am, targets/apache13/modules/extra/Makefile.am,
                   18065:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   18066: 
                   18067:        * src/targets/apache13/Makefile.am: COMPILE_APACHE13_MODULE
                   18068: 
                   18069:        * src/sql/: mysql/acinclude.m4, mysql/configure.in,
                   18070:          oracle/acinclude.m4, oracle/configure.in, pgsql/acinclude.m4,
                   18071:          pgsql/configure.in: with checkes moved to configure.in -s
                   18072: 
                   18073:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   18074:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   18075: 
                   18076:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   18077: 
                   18078:        * src/classes/table.C: NO_STRING_ORIGIN check
                   18079: 
                   18080:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   18081:          storage class specifiers invalid in friend function declarations
                   18082: 
                   18083:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   18084:          main/untaint.C, targets/cgi/parser3.C,
                   18085:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   18086:          case of limit
                   18087: 
                   18088:        * src/targets/apache13/: Makefile.am, modules/extra/Makefile.am:
                   18089:          configure to skip apache
                   18090: 
                   18091:        * src/: classes/file.C, main/pa_common.C, www/htdocs/index.html:
                   18092:          file:move autocreate/remove dest/src dir
                   18093: 
                   18094:        * src/: classes/string.C, include/pa_dictionary.h,
                   18095:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   18096:          main/untaint.C, www/htdocs/index.html: pa_directory speeded up.
                   18097:          moved zero 'from' check to directory constructor.  string:replace
                   18098: 
                   18099: 2001-08-27  parser
                   18100: 
                   18101:        * src/: sql/mysql/parser3mysql.dsp, sql/odbc/parser3odbc.dsp,
                   18102:          sql/odbc/MFCpatches/DBCORE.CPP, sql/oracle/parser3oracle.C,
                   18103:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   18104:          www/htdocs/index.html: odbc release compiled
                   18105: 
                   18106:        * src/classes/image.C: fixed jpgsize alg
                   18107: 
                   18108:        * src/classes/image.C: fixed jpgsize alg
                   18109: 
                   18110:        * src/main/pa_exception.C: z
                   18111: 
                   18112:        * src/main/pa_common.C: removed debug info from pa_common
                   18113: 
                   18114:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   18115:          [auto.p from current dir loading]
                   18116: 
                   18117:        * src/: sql/oracle/parser3oracle.dsp, www/htdocs/auto.p,
                   18118:          www/htdocs/index.html: solaris oracle works!
                   18119: 
                   18120:        * src/: main/pa_common.C, main/pa_exception.C,
                   18121:          main/pa_sql_driver_manager.C, sql/oracle/parser3oracle.C,
                   18122:          sql/oracle/libltdl/ltdl.c, targets/cgi/Makefile.am: configure for
                   18123:          solaris -lsocket
                   18124: 
                   18125: 2001-08-24  parser
                   18126: 
                   18127:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   18128: 
                   18129:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   18130: 
                   18131:        * src/targets/cgi/parser3.C: not cgi extra \n
                   18132: 
                   18133:        * src/sql/oracle/parser3oracle.C: -1 0
                   18134: 
                   18135:        * src/sql/oracle/config_auto.h.in: headers
                   18136: 
                   18137:        * src/sql/oracle/configure: makes
                   18138: 
                   18139:        * src/sql/oracle/: config_fixed.h, configure.in: auto include
                   18140: 
                   18141:        * src/sql/oracle/Makefile.am: .am
                   18142: 
                   18143:        * src/sql/oracle/configure: makes
                   18144: 
                   18145:        * src/sql/oracle/acinclude.m4: acinclude
                   18146: 
                   18147:        * src/sql/oracle/configure: auto*
                   18148: 
                   18149:        * src/sql/oracle/configure.in: configure
                   18150: 
                   18151:        * src/sql/pgsql/Makefile.am: makes
                   18152: 
                   18153:        * src/sql/oracle/: Makefile.am, acinclude.m4: started makes
                   18154: 
                   18155:        * src/sql/oracle/Makefile.am: z
                   18156: 
                   18157:        * src/: main/pa_sql_driver_manager.C, www/htdocs/index.html: z
                   18158: 
                   18159:        * src/sql/oracle/parser3oracle.C: oracle z
                   18160: 
                   18161:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   18162:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   18163:          www/htdocs/index.html: sql* removed services from disconnect -
                   18164:          cross-request ideological probs.
                   18165: 
                   18166:        * src/sql/: pa_sql_driver.h, mysql/parser3mysql.C,
                   18167:          odbc/parser3odbc.C, odbc/parser3odbc.dsp, oracle/parser3oracle.C,
                   18168:          pgsql/parser3pgsql.C: sql* removed services from disconnect -
                   18169:          cross-request ideological probs.  oracle - fixed bug: cs
                   18170:          allocated on request.pool and got freed before disconnect
                   18171: 
                   18172:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   18173:          mallocs fixed
                   18174: 
                   18175:        * src/sql/odbc/MFCpatches/: AFXIMPL.H, CTLIMPL.H, DAOIMPL.H,
                   18176:          DBCORE.CPP, DBIMPL.H, OLEIMPL2.H, SOCKIMPL.H, STDAFX.H,
                   18177:          WINHAND_.H: mfcpatches added
                   18178: 
                   18179: 2001-08-23  parser
                   18180: 
                   18181:        * src/sql/: mysql/parser3mysql.dsp, odbc/parser3odbc.dsp,
                   18182:          oracle/parser3oracle.C, oracle/parser3oracle.dsp,
                   18183:          pgsql/parser3pgsql.dsp: oracle z
                   18184: 
                   18185:        * src/: sql/oracle/parser3oracle.C, www/htdocs/index.html: oracle:
                   18186:          preprocess /**z**/minor bug
                   18187: 
                   18188:        * src/: classes/file.C, sql/oracle/parser3oracle.C,
                   18189:          www/htdocs/index.html: minor bug in file:save fixed
                   18190: 
                   18191:        * src/sql/oracle/parser3oracle.C: oracle: z
                   18192: 
                   18193:        * src/: main/pa_sql_driver_manager.C, sql/oracle/parser3oracle.C,
                   18194:          sql/oracle/parser3oracle.dsp, www/htdocs/auto.p: oracle: dlink
                   18195: 
                   18196:        * src/sql/oracle/parser3oracle.C: oracle: ready for dlink
                   18197: 
                   18198:        * src/: sql/oracle/parser3oracle.C, www/htdocs/index.html: oracle:
                   18199:          nested check()
                   18200: 
                   18201:        * src/: sql/oracle/config_fixed.h, sql/oracle/config_includes.h,
                   18202:          sql/oracle/parser3oracle.C, www/htdocs/auto.p,
                   18203:          www/htdocs/index.html: oracle 0
                   18204: 
                   18205: 2001-08-22  parser
                   18206: 
                   18207:        * src/sql/oracle/: parser3oracle.C, parser3oracle.dsp: second oci
                   18208:          call strangly fails now
                   18209: 
                   18210:        * src/sql/oracle/libltdl/: libltdl_oracle.dsp,
                   18211:          libltdl_oraclesql.dsp: renamed libtdl_oracle
                   18212: 
                   18213:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   18214:          types/pa_vfile.h, www/htdocs/index.html:
                   18215:          file:load|save[text|binary;
                   18216: 
                   18217:        * src/sql/oracle/: AUTHORS, COPYING, ChangeLog, INSTALL,
                   18218:          Makefile.am, NEWS, README, acinclude.m4, config.guess,
                   18219:          config.sub, config_auto.h.in, config_fixed.h, config_includes.h,
                   18220:          configure, configure.in, install-sh, ltconfig, ltmain.sh,
                   18221:          missing, mkinstalldirs, parser3oracle.C, parser3oracle.def,
                   18222:          parser3oracle.dsp, libltdl/Makefile.am, libltdl/README,
                   18223:          libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/config.h,
                   18224:          libltdl/config_auto.h.in, libltdl/config_fixed.h,
                   18225:          libltdl/configure, libltdl/configure.in,
                   18226:          libltdl/libltdl_oraclesql.dsp, libltdl/ltdl.c, libltdl/ltdl.h,
                   18227:          oracle32/include/oci/cdemodp0.h, oracle32/include/oci/kusapi.h,
                   18228:          oracle32/include/oci/kustags.h, oracle32/include/oci/nzerror.h,
                   18229:          oracle32/include/oci/nzt.h, oracle32/include/oci/oci.h,
                   18230:          oracle32/include/oci/oci1.h, oracle32/include/oci/oci8dp.h,
                   18231:          oracle32/include/oci/ociap.h, oracle32/include/oci/ociapr.h,
                   18232:          oracle32/include/oci/ocidef.h, oracle32/include/oci/ocidem.h,
                   18233:          oracle32/include/oci/ocidfn.h, oracle32/include/oci/ociextp.h,
                   18234:          oracle32/include/oci/ocikp.h, oracle32/include/oci/ocikpr.h,
                   18235:          oracle32/include/oci/odci.h, oracle32/include/oci/oratypes.h,
                   18236:          oracle32/include/oci/ori.h, oracle32/include/oci/orid.h,
                   18237:          oracle32/include/oci/orl.h, oracle32/include/oci/oro.h,
                   18238:          oracle32/include/oci/ort.h, oracle32/include/oci/sx3.h,
                   18239:          oracle32/include/oci/tnsapi.h: oracle sql driver just linked
                   18240: 
                   18241:        * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
                   18242:          ^method[]^[^] literals []
                   18243: 
                   18244: 2001-08-21  parser
                   18245: 
                   18246:        * src/: classes/file.C, classes/table.C, www/htdocs/index.html:
                   18247:          ^file:list
                   18248: 
                   18249: 2001-08-20  parser
                   18250: 
                   18251:        * src/: main/compile.tab.C, main/compile.y,
                   18252:          main/pa_sql_driver_manager.C, pcre/pcre_parser_ctype.c,
                   18253:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   18254:          types/pa_vint.h, www/cgi-bin/auto.p, www/conf/auto.p,
                   18255:          www/htdocs/index.html: $var(123) ^var.inc[] recousively caused
                   18256:          problems: inc incremeted 123 literal!! fixed
                   18257: 
                   18258: 2001-08-10  parser
                   18259: 
                   18260:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   18261: 
                   18262:        * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
                   18263:          (codes) name part syntax added
                   18264: 
                   18265:        * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
                   18266:          (codes) name part syntax added
                   18267: 
                   18268:        * src/: classes/table.C, www/htdocs/index.html: table:sort restored
                   18269:          [it was bad test :(]
                   18270: 
                   18271:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   18272:          ''
                   18273: 
                   18274:        * src/: main/pa_request.C,
                   18275:          targets/apache13/modules/extra/mod_parser3.C: wanted to make
                   18276:          const int MAX_EXECUTE_SECONDS=1;
                   18277: 
                   18278:          but couldnt, set_callback_and_alarm appeared to be not exported
                   18279:          :(
                   18280: 
                   18281:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   18282:          check but it weren't wise enough
                   18283: 
                   18284:          @parse[dateString][tmp]
                   18285:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   18286:          #end
                   18287: 
                   18288:          @main[] ^parse[2001-02-03]
                   18289: 
                   18290:        * src/: classes/table.C, www/htdocs/index.html: table:sort now
                   18291:          default desc
                   18292: 
                   18293:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18294:          table.sort now creates new sorted table
                   18295: 
                   18296: 2001-08-09  parser
                   18297: 
                   18298:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   18299: 
                   18300:        * src/classes/hash.C: hash:_default now [was hash:default]
                   18301: 
                   18302:        * src/: classes/op.C, www/htdocs/index.html: case without switch
                   18303:          check added
                   18304: 
                   18305:        * src/targets/apache13/modules/extra/mod_parser3.C: mod_apache 404
                   18306:          on file not found
                   18307: 
                   18308:        * src/: types/pa_vcookie.C, www/htdocs/index.html: cookie
                   18309:          name&value origins added, more precise $ORIGINS(1)
                   18310: 
                   18311:        * src/main/Makefile.am: .am
                   18312: 
                   18313:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   18314:          fixed
                   18315: 
                   18316:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   18317:          fixed
                   18318: 
                   18319: 2001-08-07  parser
                   18320: 
                   18321:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18322:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   18323:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   18324:          string, table
                   18325: 
                   18326:        * src/: classes/math.C, main/pa_request.C,
                   18327:          targets/apache13/modules/extra/mod_parser3.C,
                   18328:          www/htdocs/index.html: math:random fixed. win32 srand made
                   18329:          working
                   18330: 
                   18331: 2001-08-06  parser
                   18332: 
                   18333:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   18334:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   18335:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   18336:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   18337:          main/pa_hash.C, main/pa_request.C, main/pa_string.C,
                   18338:          www/htdocs/index.html: class_path
                   18339: 
                   18340:        * src/: main/pa_exec.C, www/htdocs/index.html: exec win32 real
                   18341:          filename
                   18342: 
                   18343:        * src/: classes/file.C, www/htdocs/auto.p, www/htdocs/index.html:
                   18344:          exec stderr out
                   18345: 
                   18346:        * src/: classes/hash.C, www/htdocs/index.html: hash:keys renamed to
                   18347:          hash:_keys :(
                   18348: 
                   18349: 2001-08-03  parser
                   18350: 
                   18351:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   18352: 
                   18353: 2001-08-02  parser
                   18354: 
                   18355:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   18356:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   18357: 
                   18358:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   18359:          get@execute, but needs array iterator, separate from array to
                   18360:          avoid it & use caching
                   18361: 
                   18362:        * src/: main/pa_dictionary.C, main/pa_globals.C,
                   18363:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   18364:          www/htdocs/index.html: memset dictionary minor bug fixed
                   18365: 
                   18366:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   18367:          main/execute.C, main/pa_globals.C, www/htdocs/index.html: found
                   18368:          another multithread bug in op.C (last, last global var killed) :)
                   18369: 
                   18370: 2001-08-01  parser
                   18371: 
                   18372:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   18373:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   18374:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   18375:          main/untaint.C, www/htdocs/index.html: speeded up typo-html
                   18376:          replacements. introducing Dictionary with first-char caching
                   18377: 
                   18378:        * src/sql/pgsql/parser3pgsql.C: InvalidOid here
                   18379: 
                   18380:        * src/sql/pgsql/: parser3pgsql.C, PgSQL32/include/fe-auth.h,
                   18381:          PgSQL32/include/libpq-int.h, PgSQL32/include/pqexpbuffer.h,
                   18382:          PgSQL32/include/pqsignal.h, PgSQL32/include/win32.h,
                   18383:          PgSQL32/include/libpq/libpq-fs.h: restructured PgSQL32
                   18384: 
                   18385:        * src/sql/pgsql/parser3pgsql.C: macros
                   18386: 
                   18387:        * src/sql/pgsql/parser3pgsql.C: comments
                   18388: 
                   18389:        * src/: sql/pgsql/parser3pgsql.C, www/htdocs/index.html: pgsql:
                   18390:          /**field**/'text' syntax. lo_write_ex, write checks
                   18391: 
                   18392: 2001-07-31  parser
                   18393: 
                   18394:        * src/: sql/pgsql/parser3pgsql.C, www/htdocs/index.html: pgsql: oid
                   18395:          write. error checks @ write todo
                   18396: 
                   18397:        * src/sql/pgsql/parser3pgsql.C: pgsql: oid read. write todo
                   18398: 
                   18399:        * src/: sql/pgsql/parser3pgsql.C, www/htdocs/index.html: pgsql: oid
                   18400:          read. write todo
                   18401: 
                   18402:        * src/types/Makefile.am: pa_vtable.C added to .am
                   18403: 
                   18404:        * src/main/compile.tab.C: added, so that could be compiled even on
                   18405:          non-bison-enabled platforms
                   18406: 
                   18407:        * src/sql/pgsql/parser3pgsql.C: pgsql quote \ -> \\
                   18408: 
                   18409:        * src/sql/pgsql/parser3pgsql.C: strcasecmp def under win32 only
                   18410: 
                   18411:        * src/sql/pgsql/configure: makes
                   18412: 
                   18413:        * src/sql/pgsql/: AUTHORS, COPYING, ChangeLog, INSTALL,
                   18414:          Makefile.am, NEWS, README, acinclude.m4, config.guess,
                   18415:          config.sub, config_auto.h.in, config_fixed.h, config_includes.h,
                   18416:          configure, configure.in, install-sh, ltconfig, ltmain.sh,
                   18417:          missing, mkinstalldirs: pgsql automake0
                   18418: 
                   18419: 2001-07-30  parser
                   18420: 
                   18421:        * src/: sql/pgsql/config_fixed.h, sql/pgsql/config_includes.h,
                   18422:          sql/pgsql/parser3pgsql.C, sql/pgsql/parser3pgsql.def,
                   18423:          sql/pgsql/parser3pgsql.dsp, sql/pgsql/PgSQL32/include/fe-auth.h,
                   18424:          sql/pgsql/PgSQL32/include/libpq-fe.h,
                   18425:          sql/pgsql/PgSQL32/include/libpq-int.h,
                   18426:          sql/pgsql/PgSQL32/include/postgres_ext.h,
                   18427:          sql/pgsql/PgSQL32/include/pqexpbuffer.h,
                   18428:          sql/pgsql/PgSQL32/include/pqsignal.h,
                   18429:          sql/pgsql/PgSQL32/include/win32.h, sql/pgsql/libltdl/Makefile.am,
                   18430:          sql/pgsql/libltdl/README, sql/pgsql/libltdl/acinclude.m4,
                   18431:          sql/pgsql/libltdl/aclocal.m4, sql/pgsql/libltdl/config.h,
                   18432:          sql/pgsql/libltdl/config_auto.h.in,
                   18433:          sql/pgsql/libltdl/config_fixed.h, sql/pgsql/libltdl/configure,
                   18434:          sql/pgsql/libltdl/configure.in,
                   18435:          sql/pgsql/libltdl/libltdl_pgsql.dsp, sql/pgsql/libltdl/ltdl.c,
                   18436:          sql/pgsql/libltdl/ltdl.h,
                   18437:          sql/pgsql/PgSQL32/lib/release/libpq.dll,
                   18438:          sql/mysql/parser3mysql.C, www/htdocs/auto.p,
                   18439:          www/htdocs/index.html: pgsql 0
                   18440: 
                   18441:        * src/: sql/odbc/parser3odbc.dsp,
                   18442:          targets/apache13/os/win32/ApacheModuleParser3.dsp: changed name
                   18443:          of .dll to enable just in time debugging
                   18444: 
                   18445:        * src/: targets/apache13/modules/extra/mod_parser3.C,
                   18446:          www/htdocs/index.html: changed apache add_header_attribute from
                   18447:          table_merge to table_addn
                   18448: 
                   18449: 2001-07-28  parser
                   18450: 
                   18451:        * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: table:hash
                   18452:          always produces hash, when can't - empty
                   18453: 
                   18454:        * src/classes/table.C: table:hash always produces hash, when can't
                   18455:          - empty
                   18456: 
                   18457:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   18458:          skipped \n
                   18459: 
                   18460: 2001-07-27  parser
                   18461: 
                   18462:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18463:          targets/apache13/os/win32/ApacheModuleParser3.dsp: provided
                   18464:          meaningful msg on int/double/string :sql without result and
                   18465:          default
                   18466: 
                   18467: 2001-07-26  parser
                   18468: 
                   18469:        * src/: classes/op.C,
                   18470:          targets/apache13/os/win32/ApacheModuleParser3.dsp, www/auto.p,
                   18471:          www/htdocs/auto.p, www/htdocs/index.html: fixed bad multithread
                   18472:          bug with strangly global OP
                   18473: 
                   18474:        * src/: main/compile.y, www/auto.p, www/cgi-bin/auto.p,
                   18475:          www/conf/auto.p, www/htdocs/auto.p: $man[$.age[zzz]]  0
                   18476: 
                   18477:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   18478:          creation syntax problem persists. restored $: for a while.
                   18479:          thinking of $man[$.age[zzz]] syntax now
                   18480: 
                   18481:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18482:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   18483:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   18484:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   18485:          types/pa_wwrapper.h, www/conf/auto.p, www/htdocs/index.html:
                   18486:          fixing :: realization #1
                   18487: 
                   18488:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   18489:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   18490:          sql/mysql/mySQL32/lib/opt/libmySQL.lib,
                   18491:          sql/mysql/mySQL32/lib/opt/mysqlclient.lib,
                   18492:          sql/mysql/mySQL32/lib/opt/zlib.lib, types/pa_vmethod_frame.h,
                   18493:          www/cgi-bin/auto.p, www/htdocs/auto.p, www/htdocs/index.html:
                   18494:          introducing :: this is constructor call prefix.  ordinary :
                   18495:          remains for static accesses
                   18496: 
                   18497: 2001-07-25  parser
                   18498: 
                   18499:        * src/: types/pa_vtable.C, www/htdocs/index.html: table:
                   18500:          get_element order changeed. now: 1. fields 2. methods 3. columns
                   18501: 
                   18502:        * src/www/htdocs/index.html: odbc: no result queries; quote.
                   18503:          optimized double&int tostring-s
                   18504: 
                   18505:        * src/: sql/odbc/parser3odbc.C, types/pa_vdouble.h,
                   18506:          types/pa_vint.h: odbc: no result queries; quote.  optimized
                   18507:          double&int tostring-s
                   18508: 
                   18509:        * src/: main/compile.C, main/compile.y, main/compile_tools.h,
                   18510:          www/htdocs/index.html: allowed whitespace before first method
                   18511:          decl
                   18512: 
                   18513:        * src/: classes/table.C, www/htdocs/index.html: allowed nontable
                   18514:          result in table:sql, results in empty table
                   18515: 
                   18516:        * src/: main/compile.C, main/compile.y, main/compile_tools.h,
                   18517:          www/htdocs/index.html: allowed empty lines before first method
                   18518:          decl
                   18519: 
                   18520:        * src/: targets/apache13/modules/extra/mod_parser3.C,
                   18521:          www/htdocs/index.html: target:apache13 module.
                   18522:          $response:location now produces 302 status $response:status
                   18523:          passed to apache
                   18524: 
                   18525:        * src/www/htdocs/index.html: ^table.record[] now $table.fields
                   18526: 
                   18527:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   18528:          types/pa_vtable.h: ^table.record[] now $table.fields
                   18529: 
                   18530:        * src/main/compile.y: $var[] is now empty string, not void
                   18531: 
                   18532:        * src/: main/compile.y, main/execute.C, www/htdocs/index.html:
                   18533:          $var[] is now empty string, not void
                   18534: 
                   18535:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   18536:          main/pa_globals.C, www/htdocs/index.html: match replace code
                   18537:          context moved to implicit $match context
                   18538: 
                   18539:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   18540:          main/compile_tools.h, main/execute.C: with killed, code storage
                   18541:          introduced with former 'with' syntax
                   18542: 
                   18543: 2001-07-24  parser
                   18544: 
                   18545:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   18546:          types/pa_value.h, www/htdocs/index.html: first get_element, next
                   18547:          get operator
                   18548: 
                   18549:        * src/main/compile.y: removed @end handling
                   18550: 
                   18551:        * src/: main/compile.C, main/compile.y, www/htdocs/index.html: @end
                   18552:          handling method2
                   18553: 
                   18554:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   18555:          sql/odbc/parser3odbc.dsp: file:move
                   18556: 
                   18557:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   18558:          fixed
                   18559: 
                   18560: 2001-07-23  parser
                   18561: 
                   18562:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   18563:          sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp,
                   18564:          sql/odbc/parser3odbc.C, sql/odbc/parser3odbc.def,
                   18565:          sql/odbc/parser3odbc.dsp, www/auto.p, www/conf/auto.p,
                   18566:          www/htdocs/auto.p, www/htdocs/index.html: sql odbc driver
                   18567: 
                   18568:        * src/: classes/hash.C, www/htdocs/index.html: changed sql driver
                   18569:          query interface
                   18570: 
                   18571:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18572:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h,
                   18573:          sql/mysql/parser3mysql.C, www/htdocs/index.html: changed sql
                   18574:          driver query interface
                   18575: 
                   18576: 2001-07-20  parser
                   18577: 
                   18578:        * src/types/pa_vrequest.C: X!$browser:type
                   18579: 
                   18580:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   18581:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   18582:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   18583:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   18584:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   18585:          types/pa_vobject.h, types/pa_vrequest.C,
                   18586:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   18587:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   18588:          BASE element globally removed
                   18589: 
                   18590: 2001-07-18  parser
                   18591: 
                   18592:        * src/classes/file.C: file:exec/cgi msg
                   18593: 
                   18594:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   18595: 
                   18596:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   18597: 
                   18598:        * src/: Makefile.am, classes/Makefile.am, classes/gd/Makefile.am,
                   18599:          main/Makefile.am, pcre/Makefile.am, sql/mysql/Makefile.am,
                   18600:          targets/Makefile.am, targets/apache13/Makefile.am,
                   18601:          targets/apache13/modules/Makefile.am,
                   18602:          targets/apache13/modules/extra/Makefile.am,
                   18603:          targets/cgi/Makefile.am, types/Makefile.am: removed $id from *.in
                   18604:          *.am
                   18605: 
                   18606:        * src/: main/pa_request.C, main/untaint.C,
                   18607:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   18608:          www/htdocs/auto.p, www/htdocs/index.html: ORIGINS langs name
                   18609:          abbrevations
                   18610: 
                   18611:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   18612:          classes/string.C, classes/table.C, include/pa_globals.h,
                   18613:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   18614:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   18615:          targets/apache13/modules/extra/mod_parser3.C, types/pa_value.h,
                   18616:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   18617:          types/pa_vstring.C, types/pa_vstring.h, www/.htaccess,
                   18618:          www/htdocs/.htaccess, www/htdocs/index.html: $ORIGINS(1) output
                   18619:          tracing mode
                   18620: 
                   18621: 2001-07-17  parser
                   18622: 
                   18623:        * src/www/: conf/auto.p, htdocs/index.html: == wrong
                   18624: 
                   18625: 2001-07-13  parser
                   18626: 
                   18627:        * src/www/htdocs/: index.html, input_date.p: auto.p[@auto],
                   18628:          /news/auto.p[no @auto], so that initializing second would not
                   18629:          call first @auto
                   18630: 
                   18631:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18632:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   18633:          www/htdocs/index.html: auto.p[@auto], /news/auto.p[no @auto], so
                   18634:          that initializing second would not call first @auto
                   18635: 
                   18636:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   18637:          wrong, fixed
                   18638: 
                   18639:        * src/www/htdocs/auto.p: z
                   18640: 
                   18641: 2001-07-12  parser
                   18642: 
                   18643:        * src/: types/pa_value.h, www/htdocs/index.html:
                   18644:          pa_value.putelement modification of system classes prevented
                   18645: 
                   18646: 2001-07-11  parser
                   18647: 
                   18648:        * src/: classes/string.C, doc/sources2html.cmd,
                   18649:          www/htdocs/index.html: lr split now yelds table $piece
                   18650: 
                   18651:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   18652:          types/pa_vstateless_class.h, www/htdocs/index.html: $file created
                   18653:          by file:state += .atime .mtime .ctime +found&fixed bug with
                   18654:          exceptions on get_junction-created objects [they were on wrong
                   18655:          pool]
                   18656: 
                   18657: 2001-07-09  parser
                   18658: 
                   18659:        * src/main/untaint.C: qp wrong name
                   18660: 
                   18661:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   18662:          main/compile.y, www/htdocs/dtformat.p, www/htdocs/index.html,
                   18663:          www/htdocs/input_date.p: date format 0
                   18664: 
                   18665: 2001-07-07  parser
                   18666: 
                   18667:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   18668:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h,
                   18669:          www/htdocs/index.html: date roll table calendar
                   18670: 
                   18671:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   18672:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   18673:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   18674:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   18675:          types/pa_vdate.h, types/pa_wcontext.C, www/htdocs/index.html:
                   18676:          date  now set $fields roll string.  todo: sql, calendar
                   18677: 
                   18678: 2001-07-06  parser
                   18679: 
                   18680:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   18681:          main/main.dsp, main/pa_request.C, types/pa_vmath.h,
                   18682:          www/htdocs/index.html: math 0
                   18683: 
                   18684: 2001-07-03  parser
                   18685: 
                   18686:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   18687:          classes/random.C, main/main.dsp, www/htdocs/index.html: class
                   18688:          random renamed to math, operators became methods
                   18689: 
                   18690:        * src/classes/op.C:  pow sqrt
                   18691: 
                   18692:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   18693: 
                   18694: 2001-07-02  parser
                   18695: 
                   18696:        * src/: classes/table.C, www/htdocs/index.html: ^table.columns
                   18697:          column renamed from 'name' to 'column'
                   18698: 
                   18699:        * src/: classes/hash.C, www/htdocs/index.html: ^hash.keys[]
                   18700: 
                   18701:        * src/: classes/table.C, main/pa_table.C, www/htdocs/index.html:
                   18702:          ^table:columns[]
                   18703: 
                   18704:        * src/: main/compile.y, main/compile_tools.h,
                   18705:          www/htdocs/index.html: in expressions now allowed 'strings'
                   18706: 
                   18707: 2001-06-29  parser
                   18708: 
                   18709:        * src/: main/execute.C, www/htdocs/index.html: /0  %0 checkes ver 2
                   18710: 
                   18711:        * src/: main/execute.C, www/htdocs/index.html: /0  %0 checke
                   18712: 
                   18713:        * src/classes/Makefile.am: nothing - void
                   18714: 
                   18715:        * src/: classes/table.C, sql/mysql/parser3mysql.C,
                   18716:          www/htdocs/index.html: empty strings @ sql
                   18717: 
                   18718: 2001-06-28  parser
                   18719: 
                   18720:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18721:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18722:          classes/op.C, classes/random.C, classes/response.C,
                   18723:          classes/string.C, classes/table.C, classes/void.C,
                   18724:          main/compile.C, main/compile_tools.C, main/execute.C,
                   18725:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18726:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18727:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18728:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18729:          main/pa_table.C, main/untaint.C, sql/mysql/parser3mysql.C,
                   18730:          targets/apache13/modules/extra/mod_parser3.C,
                   18731:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18732:          main/compile.y: */ static const char *RCSId="$Id: double.C,v 1.31
                   18733:          2001/06/28 07:41:59 parser Exp $";
                   18734: 
                   18735:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18736:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18737:          classes/op.C, classes/random.C, classes/response.C,
                   18738:          classes/string.C, classes/table.C, classes/void.C,
                   18739:          main/compile.C, main/compile.y, main/compile_tools.C,
                   18740:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18741:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18742:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18743:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18744:          main/pa_table.C, main/untaint.C, sql/mysql/parser3mysql.C,
                   18745:          targets/apache13/modules/extra/mod_parser3.C,
                   18746:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: static char
                   18747:          *RCSId="$Id$";
                   18748: 
                   18749:        * src/: main/compile.y, main/compile_tools.h,
                   18750:          www/htdocs/index.html: $:name: == ${name}: $class:name: ==
                   18751:          ${class:name}:
                   18752: 
                   18753:        * src/classes/string.C: exactly one
                   18754: 
                   18755: 2001-06-27  parser
                   18756: 
                   18757:        * src/www/htdocs/index.html: z
                   18758: 
                   18759:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   18760:          types/pa_vvoid.h: nothing renamed to void
                   18761: 
                   18762:        * src/: classes/op.C, www/htdocs/index.html: ^switch ^case
                   18763: 
                   18764:        * src/main/compile.y: nothing renamed to void
                   18765: 
                   18766:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   18767:          main/execute.C, main/main.dsp, main/pa_request.C,
                   18768:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   18769:          types/pa_vmethod_frame.h, types/pa_vtable.h,
                   18770:          www/htdocs/index.html: nothing renamed to void
                   18771: 
                   18772:        * src/: main/compile.y, www/htdocs/index.html: lexer: $zzzz^zzzz
                   18773:          were name part
                   18774: 
                   18775: 2001-05-28  parser
                   18776: 
                   18777:        * src/doc/html2chm.cmd: removed >a
                   18778: 
                   18779:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   18780:          project options [some bugs]
                   18781: 
                   18782:        * src/doc/sources2html.cmd: z
                   18783: 
                   18784:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18785:          main/execute.C: operators are not in root class again
                   18786: 
                   18787:        * src/www/htdocs/: index.html, news.p: z
                   18788: 
                   18789: 2001-05-24  parser
                   18790: 
                   18791:        * src/targets/cgi/parser3.dsp: project file
                   18792: 
                   18793:        * src/: sql/mysql/ChangeLog, www/htdocs/index.html: changelogs
                   18794: 
                   18795:        * src/pcre/Makefile: removed pcre/make
                   18796: 
                   18797:        * src/pcre/Makefile: makes
                   18798: 
                   18799:        * src/targets/apache13/modules/extra/Makefile.am: /
                   18800: 
                   18801:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C,
                   18802:          www/htdocs/index.html: ^log ^exp
                   18803: 
                   18804:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   18805:          www/htdocs/index.html: // no _ conversions in @exception[params]
                   18806: 
                   18807:        * src/: main/pa_request.C, www/cgi-bin/auto.p,
                   18808:          www/htdocs/index.html: // no _ conversions in @exception[params]
                   18809: 
                   18810: 2001-05-23  parser
                   18811: 
                   18812:        * src/www/htdocs/: auto.p, index.html: .txt
                   18813: 
                   18814:        * src/: main/pa_string.C, www/htdocs/auto.p, www/htdocs/index.html:
                   18815:          string cmp bug
                   18816: 
                   18817:        * src/classes/: mail.C, op.C: rem max 1000
                   18818: 
                   18819:        * src/: classes/op.C, main/compile.y, www/htdocs/index.html: allow
                   18820:          one empty line before LS_DEF_NAME
                   18821: 
                   18822: 2001-05-22  parser
                   18823: 
                   18824:        * src/: classes/op.C, www/htdocs/index.html: if params
                   18825:          code-required
                   18826: 
                   18827: 2001-05-21  parser
                   18828: 
                   18829:        * src/pcre/: Makefile: makes
                   18830: 
                   18831:        * src/types/pa_vstring.C: eoleof
                   18832: 
                   18833:        * src/classes/Makefile.am: .AM
                   18834: 
                   18835:        * src/: classes/nothing.C, www/htdocs/index.html: resultless ^sql
                   18836:          moved to nothing:
                   18837: 
                   18838:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   18839: 
                   18840:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   18841:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   18842:          types/pa_vunknown.h, www/htdocs/index.html, classes/hash.C,
                   18843:          main/compile.y, main/execute.C, targets/cgi/pa_pool.C,
                   18844:          types/pa_vcode_frame.h, types/pa_vmethod_frame.h,
                   18845:          types/pa_vtable.h, classes/table.C, main/pa_request.C,
                   18846:          types/pa_value.h: 'unknown' renamed to 'nothing'
                   18847: 
                   18848:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   18849:          vstring::set_string
                   18850: 
                   18851:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18852:          www/htdocs/index.html: int,double;sql
                   18853: 
                   18854:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   18855:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   18856:          types/pa_vstring.C, types/pa_vstring.h, www/htdocs/index.html:
                   18857:          started int:sql
                   18858: 
                   18859:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   18860:          classes/table.C, main/compile.C, main/compile.y, main/execute.C,
                   18861:          www/htdocs/index.html: hash:sql moved to main trunc.
                   18862:          operators.txt updated
                   18863: 
                   18864:        * src/: classes/hash.C, classes/op.C, classes/table.C,
                   18865:          www/htdocs/index.html: hash:sql
                   18866: 
                   18867:        * src/: classes/op.C, www/htdocs/index.html: z
                   18868: 
                   18869:        * src/: main/compile.C, classes/classes.C: 1
                   18870: 
                   18871:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18872:          main/execute.C: 0
                   18873: 
                   18874:        * src/main/execute.C: z
                   18875: 
                   18876:        * src/pcre/Makefile: timestamp
                   18877: 
                   18878:        * src/pcre/Makefile: make system timestamps
                   18879: 
                   18880:        * src/pcre/Makefile: file stamps to remove autoreconf
                   18881: 
                   18882:        * src/pcre/Makefile: long-forgotten buddy
                   18883: 
                   18884:        * src/pcre/Makefile.am: z
                   18885: 
                   18886:        * src/pcre/Makefile.am: removed chartables.c
                   18887: 
                   18888:        * src/: targets/cgi/parser3.C, www/htdocs/index.html: z
                   18889: 
                   18890:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   18891:          site_auto_path "." in that case
                   18892: 
                   18893:        * src/: pcre/Makefile, sql/mysql/configure: z
                   18894: 
                   18895:        * src/targets/cgi/: parser3.C: z
                   18896: 
                   18897:        * src/: main/pa_request.C, pcre/Makefile.am, pcre/pcre.dsp: .am
                   18898: 
                   18899:        * src/: main/pa_request.C, pcre/dftables.c, targets/cgi/parser3.C:
                   18900:          pcre_tables=pcre_default_tables;
                   18901: 
                   18902: 2001-05-19  parser
                   18903: 
                   18904:        * src/main/pa_string.C: z
                   18905: 
                   18906:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   18907:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   18908:          target.
                   18909: 
                   18910:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   18911:          targets/cgi/parser3.C, www/htdocs/index.html: fixed bug in pre
                   18912:          html untaint, wrong size used, 4* mem wasted
                   18913: 
                   18914:        * src/classes/string.C: root context in match replace body now
                   18915:          unchanged
                   18916: 
                   18917:        * src/types/pa_value.h: parameter # 1 based
                   18918: 
                   18919:        * src/main/pa_common.C: common:  actual filename '%s'
                   18920: 
                   18921:        * src/classes/string.C: z
                   18922: 
                   18923:        * src/classes/Makefile.am: classes/.am
                   18924: 
                   18925:        * src/classes/: Makefile.am: classes/.am
                   18926: 
                   18927:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18928:          targets/apache13/modules/extra/pa_threads.C,
                   18929:          targets/cgi/pa_pool.C: classes/.am
                   18930: 
                   18931: 2001-05-18  parser
                   18932: 
                   18933:        * src/: include/pa_config_auto.h.in, pcre/Makefile,
                   18934:          targets/cgi/pa_pool.C: .am pa_threads.C ins
                   18935: 
                   18936:        * src/targets/: apache13/modules/extra/Makefile.am,
                   18937:          cgi/Makefile.am: .am pa_threads.C added
                   18938: 
                   18939: 2001-05-17  parser
                   18940: 
                   18941:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18942:          include/pa_config_includes.h, main/compile.y,
                   18943:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18944:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18945:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18946:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18947:          most .C
                   18948: 
                   18949:        * src/doc/html2chm.cmd: z
                   18950: 
                   18951:        * src/: doc/chm.cmd, doc/doxygen.cmd, doc/html2chm.cmd,
                   18952:          doc/sources2html.cmd, doc/view.cmd, doc/view_chm.cmd,
                   18953:          doc/view_html.cmd, sql/mysql/parser3mysql.C,
                   18954:          www/htdocs/index.html: doc cmds
                   18955: 
                   18956:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   18957:          get_connection_from_cache
                   18958: 
                   18959:        * src/: main/pa_sql_driver_manager.C, www/htdocs/index.html: cache
                   18960:          expiration bf
                   18961: 
                   18962:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   18963:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   18964:          www/htdocs/index.html: cache expiration[use
                   18965:          SQL_Driver::disconnect]
                   18966: 
                   18967:        * src/: sql/mysql/parser3mysql.C, www/htdocs/auto.p: mysqlclient
                   18968:          unix socket allowed:
                   18969:          $SQL.connect-string[mysql://test:test@[/a/b]/test/cp1251_koi8]
                   18970: 
                   18971:        * src/: sql/mysql/parser3mysql.C, www/htdocs/index.html:
                   18972:          mysqlclient 0 rows case [were malloc(0) which failed under
                   18973:          apache]
                   18974: 
                   18975:        * src/: main/pa_table.C, www/htdocs/index.html: table.locate
                   18976:          current restored on "not found"
                   18977: 
                   18978:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   18979:          line no
                   18980: 
                   18981:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18982:          www/htdocs/index.html: ANTI_ENDLESS_EXECUTE_RECOURSION
                   18983: 
                   18984:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18985:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   18986:          sql/pa_sql_driver.h, sql/mysql/parser3mysql.C: fixed problem at
                   18987:          last: 2connections own 1driver and set_services fight for
                   18988:          driver::fservices. before fix
                   18989: 
                   18990:        * src/: classes/op.C, include/pa_config_fixed.h,
                   18991:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18992:          main/pa_sql_driver_manager.C,
                   18993:          targets/apache13/modules/extra/pa_threads.C: found problem at
                   18994:          last: 2connections own 1driver and set_services fight for
                   18995:          driver::fservices. before fix
                   18996: 
                   18997:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18998:          targets/apache13/modules/extra/pa_threads.C,
                   18999:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   19000:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   19001:          pa_threads.C
                   19002: 
                   19003:        * src/: include/pa_threads.h,
                   19004:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   19005:          targets/parser/Makefile.am, targets/parser/pa_pool.C,
                   19006:          targets/parser/parser.dsp, targets/parser/parser3.C: removed
                   19007:          targets/parser
                   19008: 
                   19009:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   19010:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   19011:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   19012:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   19013:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   19014:          headers
                   19015: 
                   19016:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   19017:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   19018:          order prevented sqlmanager to see MULTYTHREAD define
                   19019: 
                   19020:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   19021:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   19022:          put/gets
                   19023: 
                   19024:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   19025:          from hash.h
                   19026: 
                   19027:        * src/sql/mysql/: parser3mysql.C, parser3mysql.dsp: done
                   19028:          @todo figure out about memory for errors:
                   19029:          static=add multithread locks;           dynamic=who should free
                   19030:          it up? that's char[maxlen] field in mysql.net structure, no need
                   19031:          to free up
                   19032: 
                   19033:        * src/: classes/op.C, include/pa_sql_connection.h,
                   19034:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   19035:          sql/mysql/parser3mysql.C: connection from cache
                   19036:          ->set_services(&services);
                   19037: 
                   19038: 2001-05-16  parser
                   19039: 
                   19040:        * src/targets/cgi/parser3.C: z
                   19041: 
                   19042:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   19043:          debug, #ifdefed some.  would debug later, on more precise sample
                   19044:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   19045:          $name.$tail[$tail!] $name.$tail } ok3
                   19046: 
                   19047:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   19048:          removed array debug. before vstring rebasing
                   19049: 
                   19050:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   19051:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   19052:          array debugged; adjusted
                   19053: 
                   19054:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   19055:          SQL_Driver_manager line no for connect/charset errors
                   19056: 
                   19057: 2001-05-15  parser
                   19058: 
                   19059:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   19060:          main/pa_string.C: string+array made linear grows
                   19061: 
                   19062:        * src/: include/pa_string.h, main/pa_string.C,
                   19063:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   19064:          grow lineary, not exponentialy
                   19065: 
                   19066:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   19067:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   19068:          with fullchunk cmps
                   19069: 
                   19070:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   19071:          70041=           81
                   19072: 
                   19073:        * src/: include/pa_string.h,
                   19074:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   19075:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: detected huge mem
                   19076:          allocation: size/times malloc 27809390/368771, calloc 3232/83.
                   19077:          would test now
                   19078: 
                   19079:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   19080:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   19081:          numbered params had wrong name - for instance: bad error message
                   19082:          in ^for[] bad body type. fixed
                   19083: 
                   19084: 2001-05-14  parser
                   19085: 
                   19086:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   19087:          main/untaint.C, www/htdocs/index.html: ^string.upper|lower[]
                   19088: 
                   19089: 2001-05-11  parser
                   19090: 
                   19091:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   19092:          classes/string.C, classes/table.C, classes/unknown.C,
                   19093:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   19094:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   19095:          types/pa_vunknown.h, www/htdocs/index.html: op: MAX_LOOPS as_int
                   19096: 
                   19097:        * src/: main/main.dsp,
                   19098:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   19099:          targets/isapi/parser3isapi.dsp: fixed some .dsp for win32tools
                   19100: 
                   19101: 2001-05-11  paf
                   19102: 
                   19103:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   19104:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   19105:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   19106:          targets/isapi/kill.pl, www/conf/auto.p, www/htdocs/auto.p,
                   19107:          www/htdocs/index.html: moved win32 helpers to /win32tools
                   19108: 
                   19109: 2001-05-10  paf
                   19110: 
                   19111:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   19112:          for C++, that's all
                   19113: 
                   19114:        * src/: classes/gd/gif.h, include/pa_config_auto.h.in,
                   19115:          include/pa_config_fixed.h, include/pa_config_includes.h: inline
                   19116:          wonders
                   19117: 
                   19118:        * src/classes/gd/gif.h: gif.h accedently removed
                   19119: 
                   19120:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   19121:          doc/doxygen.cmd: hash.C added
                   19122: 
                   19123:        * src/: main/pa_request.C, types/pa_vrequest.C, www/htdocs/auto.p,
                   19124:          www/htdocs/index.html: op configured
                   19125: 
                   19126:        * src/: main/compile.y, www/htdocs/index.html: @end grammar:
                   19127:          allowed zero strings in control menthod
                   19128: 
                   19129:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   19130:          pa_vstateless_object.h: changed priority: field before method
                   19131:          lookup in vclass & vobject
                   19132: 
                   19133:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h,
                   19134:          www/htdocs/index.html: grammar: priorities changes [lowerd &&
                   19135:          prior] vobject: now first fields, next methods
                   19136: 
                   19137: 2001-05-08  paf
                   19138: 
                   19139:        * src/: main/pa_table.C, www/htdocs/index.html: table
                   19140:          columnname2item on nameless ignored bark=false. fixed
                   19141: 
                   19142:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   19143:          types/pa_vmethod_frame.h, www/htdocs/index.html: hash:default
                   19144:          works at last!
                   19145: 
                   19146:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   19147:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h,
                   19148:          www/htdocs/index.html: hash:default
                   19149: 
                   19150:        * src/: classes/table.C, www/htdocs/index.html: z
                   19151: 
                   19152:        * src/classes/table.C: table:hash always hash of hash now
                   19153: 
                   19154:        * src/classes/table.C: table:empty return bool now
                   19155: 
                   19156:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   19157:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   19158:          types/pa_vtable.h, www/htdocs/index.html: table:hash
                   19159: 
                   19160:        * src/: classes/table.C, www/htdocs/index.html: table:record have
                   19161:          name
                   19162: 
                   19163:        * src/: classes/op.C,
                   19164:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   19165:          types/pa_vtable.h: allowed $table.2342734 returns vunknown
                   19166: 
                   19167:        * src/www/htdocs/index.html: if(locate) test
                   19168: 
                   19169:        * src/: classes/double.C, classes/int.C, classes/op.C,
                   19170:          classes/string.C, www/htdocs/index.html: int,double,string:int[]
                   19171:          double[] string:length[] results now have hames
                   19172: 
                   19173:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   19174:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   19175:          types/pa_vtable.h, www/htdocs/index.html: removed table:find.
                   19176:          table:locate and op:eval now return bool
                   19177: 
                   19178:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h,
                   19179:          www/htdocs/index.html: wrong pool in method checkparams again.
                   19180:          fixed
                   19181: 
                   19182: 2001-05-07  paf
                   19183: 
                   19184:        * src/doc/chm.cmd: cmd
                   19185: 
                   19186:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   19187:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   19188:          types/pa_value.h, www/htdocs/index.html: method reported errors
                   19189:          on wrong pool
                   19190: 
                   19191:        * src/: main/execute.C, www/htdocs/index.html:
                   19192:          ^var[^class:var.method[]] is not constructor now
                   19193: 
                   19194:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   19195:          include/code.h, include/pa_opcode.h, main/compile.C,
                   19196:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   19197:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19198:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   19199:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   19200:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19201:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19202:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19203:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   19204:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   19205:          types/pa_wwrapper.h, www/htdocs/index.html: pa_code.h
                   19206: 
                   19207:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   19208: 
                   19209:        * src/: classes/string.C, classes/table.C, classes/gd/gifio.C,
                   19210:          doc/ClassExample1.dox, doc/ClassExample2.dox,
                   19211:          doc/ClassExample3.dox, doc/aliased.dox, doc/class.dox,
                   19212:          doc/compiler.dox, doc/doxygen.cfg, doc/doxygen.cmd,
                   19213:          doc/executor.dox, doc/index.dox, doc/methoded.dox,
                   19214:          doc/module.dox, doc/object.dox, doc/pooled.dox, doc/string.dox,
                   19215:          doc/targets.dox, doc/value.dox, include/code.h,
                   19216:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   19217:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   19218:          types/pa_vtable.h, www/htdocs/index.html: dox, split by not clean
                   19219:          parts also
                   19220: 
                   19221:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   19222:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   19223:          'dir' fields & co. more
                   19224: 
                   19225:        * src/: types/pa_value.h, types/pa_vtable.h, www/htdocs/index.html:
                   19226:          table: fields, then methods.  so to enable 'dir' fields & co.
                   19227: 
                   19228:        * src/: main/compile.y, www/htdocs/index.html: grammar: @end
                   19229: 
                   19230: 2001-05-04  paf
                   19231: 
                   19232:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   19233:          doc/ClassExample3.dox, main/execute.C, www/htdocs/auto.p,
                   19234:          www/htdocs/index.html: dox: example1 updated
                   19235: 
                   19236:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   19237:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   19238:          classes/op.C, classes/random.C, classes/response.C,
                   19239:          classes/string.C, classes/table.C, classes/unknown.C,
                   19240:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C,
                   19241:          targets/apache13/modules/extra/mod_parser3.C: removed m- method
                   19242:          dox
                   19243: 
                   19244: 2001-05-03  paf
                   19245: 
                   19246:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   19247:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   19248:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   19249:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   19250:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   19251:          main/pa_request.C: dox splitted .dox files and added some
                   19252: 
                   19253:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   19254: 
                   19255: 2001-05-02  paf
                   19256: 
                   19257:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   19258:          by file_name  language now
                   19259: 
                   19260: 2001-04-28  paf
                   19261: 
                   19262:        * src/targets/apache13/modules/: Makefile.am, extra/mod_parser3.C:
                   19263:          classes
                   19264: 
                   19265:        * src/classes/classes.inc: removed classes.inc
                   19266: 
                   19267:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   19268:          from .am
                   19269: 
                   19270:        * src/classes/classes.awk: skipped classes in .awk
                   19271: 
                   19272:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   19273:          classes/classes.inc, classes/double.C, classes/file.C,
                   19274:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   19275:          classes/string.C, classes/table.C, classes/unknown.C,
                   19276:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   19277:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19278:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   19279:          pa_methoded back to classes/classes.h
                   19280: 
                   19281:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   19282: 
                   19283:        * src/: classes/Makefile.am, classes/classes.awk,
                   19284:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   19285:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   19286: 
                   19287:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   19288:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   19289:          classes/response.C, classes/string.C, classes/table.C,
                   19290:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   19291:          main/main.dsp, main/pa_methoded.C,
                   19292:          targets/apache13/modules/extra/mod_parser3.C,
                   19293:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19294:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h:
                   19295:          classes/classes renamet to include|main/pa_methoded
                   19296: 
                   19297:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   19298:          targets/apache13/modules/extra/mod_parser3.C,
                   19299:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   19300: 
                   19301:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   19302:          moved some configured data to request::classes_conf moved some
                   19303:          string crations from globals to M...  [works]
                   19304: 
                   19305:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19306:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   19307:          main/pa_request.C: moved some configured data to
                   19308:          request::classes_conf moved some string crations from globals to
                   19309:          M...
                   19310: 
                   19311:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   19312:          about to move configured data to special request hash
                   19313: 
                   19314:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   19315:          classes/form.C, classes/mail.C, include/pa_request.h,
                   19316:          main/pa_request.C, www/conf/auto.p, www/htdocs/index.html:
                   19317:          configure started
                   19318: 
                   19319:        * src/: main/execute.C, types/pa_wcontext.h, www/htdocs/index.html:
                   19320:          Methoded reorganized 2. todo: methoded-configure
                   19321: 
                   19322:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   19323:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19324:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19325:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   19326:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   19327:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19328:          classes/random.C, classes/response.C, classes/string.C,
                   19329:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   19330:          include/pa_request.h, main/compile.y, main/execute.C,
                   19331:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19332:          pcre/pcre_parser_ctype.c,
                   19333:          targets/apache13/modules/extra/mod_parser3.C,
                   19334:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19335:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   19336:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   19337:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   19338:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19339:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   19340:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   19341:          www/cgi-bin/auto.p, www/htdocs/auto.p, www/htdocs/index.html,
                   19342:          www/htdocs/news.p, classes/classes.C, classes/classes.h: Methoded
                   19343:          reorganized. todo: methoded-configure
                   19344: 
                   19345:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   19346:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   19347:          types/pa_vtable.h, types/pa_wcontext.h, www/cgi-bin/auto.p,
                   19348:          www/htdocs/auto.p, www/htdocs/index.html: removed ^a.menu{$name}
                   19349:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   19350: 
                   19351:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   19352:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   19353:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19354:          classes/random.C, classes/response.C, classes/string.C,
                   19355:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   19356:          main/compile.y, main/execute.C, main/pa_globals.C,
                   19357:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   19358:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19359:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   19360:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h,
                   19361:          www/htdocs/index.html: beautifying just compiled. todo: debug,
                   19362:          configure
                   19363: 
                   19364: 2001-04-27  paf
                   19365: 
                   19366:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   19367:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   19368:          beautifying -99
                   19369: 
                   19370:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   19371:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   19372:          classes/classes.h, classes/double.C, classes/file.C,
                   19373:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   19374:          classes/op.C, classes/random.C, classes/response.C,
                   19375:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   19376:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19377:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   19378:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   19379:          types/pa_vunknown.h, www/htdocs/auto.p, www/htdocs/index.html,
                   19380:          www/htdocs/news.p: beautifying -100
                   19381: 
                   19382:        * src/: main/compile.y, pcre/pcre.dsp: serge@ found @CLASS bug.
                   19383:          fixed
                   19384: 
                   19385:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   19386:          classes/_op.h, classes/_random.h, classes/_table.h,
                   19387:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   19388:          classes/op.C, classes/random.C, classes/response.C,
                   19389:          classes/string.C, classes/table.C, classes/unknown.C,
                   19390:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   19391:          main/pa_request.C, pcre/pcre_parser_ctype.c,
                   19392:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vcookie.h,
                   19393:          types/pa_venv.h, types/pa_vrequest.h, www/htdocs/index.html:
                   19394:          started beautifying
                   19395: 
                   19396: 2001-04-26  paf
                   19397: 
                   19398:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   19399: 
                   19400:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C,
                   19401:          sql/mysql/parser3mysql.dsp,
                   19402:          targets/apache13/modules/extra/mod_parser3.C: code documentation
                   19403:          ++
                   19404: 
                   19405:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   19406:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19407:          sql/mysql/config_fixed.h, sql/mysql/config_includes.h,
                   19408:          sql/mysql/parser3mysql.C,
                   19409:          targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C:
                   19410:          code documentation ++
                   19411: 
                   19412:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   19413:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19414:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   19415:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   19416:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19417:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19418:          types/pa_vrequest.C, types/pa_vrequest.h,
                   19419:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   19420:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   19421:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   19422:          code documentation ++
                   19423: 
                   19424:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   19425:          classes/table.C, classes/gd/gif.h, classes/gd/gifio.C,
                   19426:          classes/smtp/smtp.h, doc/doxygen.cfg, doc/doxygen.txt,
                   19427:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   19428:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   19429:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19430:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19431:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   19432:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   19433: 
                   19434:        * src/www/conf/auto.p: root auto.p added
                   19435: 
                   19436:        * src/: main/pa_request.C, main/pa_string.C, www/.htaccess,
                   19437:          www/htdocs/auto.p, www/htdocs/index.html: z
                   19438: 
                   19439:        * src/: include/pa_common.h, include/pa_types.h,
                   19440:          main/pa_sql_driver_manager.C, www/.htaccess: module [and, guess,
                   19441:          isapi] connection caching fixed.  request-pooled-url were stored
                   19442:          into global connectioncache
                   19443: 
                   19444: 2001-04-25  paf
                   19445: 
                   19446:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   19447:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   19448:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   19449: 
                   19450:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   19451:          main/execute.C, main/pa_common.C, www/htdocs/index.html: -d
                   19452: 
                   19453:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C,
                   19454:          www/htdocs/index.html: illegal call check a bit improved, but
                   19455:          still under iis no mapping of dir with parser allowed!
                   19456: 
                   19457: 2001-04-24  paf
                   19458: 
                   19459:        * src/targets/apache13/modules/: Makefile.am, extra/Makefile.am:
                   19460:          apache makefile.in s
                   19461: 
                   19462:        * src/targets/apache13/modules/extra/Makefile.am: apache module lib
                   19463:          .am
                   19464: 
                   19465:        * src/targets/apache13/modules/extra/Makefile.am: apache module lib
                   19466:          .am
                   19467: 
                   19468:        * src/targets/: Makefile.am, apache13/Makefile.am,
                   19469:          apache13/modules/Makefile.am, apache13/modules/extra/Makefile.am:
                   19470:          apache module lib .am
                   19471: 
                   19472:        * src/main/pa_exec.C: windows32 buildCommand
                   19473: 
                   19474: 2001-04-23  paf
                   19475: 
                   19476:        * src/sql/mysql/config_auto.h.in: z
                   19477: 
                   19478:        * src/targets/cgi/Makefile.am: win32 conditional
                   19479: 
                   19480:        * src/targets/cgi/Makefile.am: win32 conditional
                   19481: 
                   19482:        * src/targets/cgi/Makefile.am: liblink
                   19483: 
                   19484:        * src/pcre/: Makefile.am, pcre.h, pcre_parser_ctype.c: pcre .am
                   19485: 
                   19486:        * src/pcre/Makefile.am: chartables.c make
                   19487: 
                   19488:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   19489:          vfile fields return type
                   19490: 
                   19491:        * src/types/pa_vfile.h: vfile fields return type
                   19492: 
                   19493:        * src/: sql/mysql/libltdl/config_auto.h.in,
                   19494:          sql/mysql/libltdl/configure, include/pa_config_auto.h.in: .h.in
                   19495: 
                   19496:        * src/classes/gd/Makefile.am: makefiles&co
                   19497: 
                   19498:        * src/: classes/Makefile, main/Makefile, sql/mysql/Makefile,
                   19499:          targets/cgi/Makefile, types/Makefile: makefiles removed
                   19500: 
                   19501:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   19502:          sql/mysql/Makefile, sql/mysql/configure, targets/cgi/Makefile,
                   19503:          types/Makefile, www/htdocs/index.html: configure.in + makefiles
                   19504: 
                   19505:        * src/: main/pa_string.C, www/htdocs/index.html: tested OK ///
                   19506:          @test really @b test: s x m [tested: i & g ]
                   19507: 
                   19508:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   19509:          @test noticed series in isapi, check how initialize_random_class
                   19510:          is called! [must be called only once]
                   19511: 
                   19512:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   19513:          would not be 'unknown column'
                   19514: 
                   19515:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h,
                   19516:          www/htdocs/index.html: /// @test $a.menu{ $a[123] } and
                   19517:          $a.menu{^table:set[]...}
                   19518: 
                   19519:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   19520:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   19521:          [now doesnt]
                   19522: 
                   19523:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   19524: 
                   19525:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   19526:          /cgi-bin/parser3/auto.p
                   19527: 
                   19528:        * src/main/untaint.C: untaint without charset
                   19529: 
                   19530:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   19531:          main/pa_common.C, www/htdocs/index.html: common: file_write ///
                   19532:          @test mkdirs  file_delete rmdirs
                   19533: 
                   19534:        * src/main/untaint.C: mail header only once to =?
                   19535: 
                   19536:        * src/: classes/image.C, classes/mail.C, classes/gd/gifio.C,
                   19537:          include/pa_globals.h, include/pa_string.h, main/pa_exec.C,
                   19538:          main/pa_request.C, main/untaint.C, www/htdocs/index.html: untaint
                   19539:          -     @test optimize whitespaces for all but 'html'
                   19540: 
                   19541:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   19542:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19543:          main/untaint.C, www/htdocs/auto.p, www/htdocs/index.html: untaint
                   19544:          -        @test mail-header
                   19545: 
                   19546: 2001-04-20  paf
                   19547: 
                   19548:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19549:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   19550:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19551:          pcre/Makefile.am, pcre/dftables.c, pcre/pcre.dsp,
                   19552:          pcre/pcre_parser_ctype.c, pcre/pcre_parser_ctype.dsp,
                   19553:          targets/cgi/parser3.C, www/htdocs/auto.p, www/htdocs/index.html:
                   19554:          $MAIN:LOCALE
                   19555: 
                   19556:        * src/main/untaint.C: z
                   19557: 
                   19558:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   19559: 
                   19560: 2001-04-19  paf
                   19561: 
                   19562:        * src/: main/compile_tools.h, www/htdocs/index.html: $a$b bugfix
                   19563: 
                   19564:        * src/targets/cgi/parser3.C: z
                   19565: 
                   19566:        * src/: classes/file.C, www/htdocs/env.pl, www/htdocs/index.html: z
                   19567: 
                   19568:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   19569:          done: header to $fields. waits for header '\' tricks
                   19570: 
                   19571:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19572:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19573:          www/htdocs/index.html: changed urlencode here and in untaint.C to
                   19574:          HTTP standard's " and \" mech
                   19575: 
                   19576:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   19577:          http://alx/~paf/ doesnt load /auto.p
                   19578: 
                   19579: 2001-04-18  paf
                   19580: 
                   19581:        * src/main/pa_request.C: 1
                   19582: 
                   19583:        * src/: classes/smtp/smtp.dsp, main/Makefile.am, main/main.dsp,
                   19584:          sql/mysql/Makefile.am, sql/mysql/acinclude.m4,
                   19585:          sql/mysql/configure.in, sql/mysql/libltdl/COPYING.TXT,
                   19586:          sql/mysql/libltdl/ltconfig, sql/mysql/libltdl/ltmain.sh,
                   19587:          targets/cgi/Makefile.am, www/htdocs/env.pl: linux @alx
                   19588: 
                   19589: 2001-04-17  paf
                   19590: 
                   19591:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   19592:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   19593:          sql/pa_sql_driver.h, www/htdocs/env.pl: SQL_Driver_services
                   19594:          renamed. doxygen statics enabled
                   19595: 
                   19596:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   19597:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   19598:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19599:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19600:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   19601:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   19602:          classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
                   19603:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19604:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   19605:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   19606:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   19607:          main/pa_sql_driver_manager.C, pcre/Makefile.am, sql/Makefile.am,
                   19608:          sql/pa_sql_driver.h, sql/mysql/AUTHORS, sql/mysql/COPYING,
                   19609:          sql/mysql/ChangeLog, sql/mysql/INSTALL, sql/mysql/Makefile.am,
                   19610:          sql/mysql/NEWS, sql/mysql/README, sql/mysql/acinclude.m4,
                   19611:          sql/mysql/config.guess, sql/mysql/config.sub,
                   19612:          sql/mysql/config_fixed.h, sql/mysql/config_includes.h,
                   19613:          sql/mysql/configure.in, sql/mysql/install-sh, sql/mysql/ltconfig,
                   19614:          sql/mysql/ltmain.sh, sql/mysql/missing, sql/mysql/mkinstalldirs,
                   19615:          sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp,
                   19616:          sql/mysql/libltdl/COPYING.TXT, sql/mysql/libltdl/Makefile.am,
                   19617:          sql/mysql/libltdl/README, sql/mysql/libltdl/acinclude.m4,
                   19618:          sql/mysql/libltdl/aclocal.m4, sql/mysql/libltdl/config.h,
                   19619:          sql/mysql/libltdl/config_fixed.h, sql/mysql/libltdl/configure.in,
                   19620:          sql/mysql/libltdl/libltdl_mysql.dsp, sql/mysql/libltdl/ltconfig,
                   19621:          sql/mysql/libltdl/ltdl.c, sql/mysql/libltdl/ltdl.h,
                   19622:          sql/mysql/libltdl/ltmain.sh, targets/cgi/Makefile.am,
                   19623:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   19624:          types/pa_vform.C, types/pa_vimage.h, www/htdocs/auto.p,
                   19625:          www/htdocs/env.pl, www/htdocs/index.html: exec @jav
                   19626: 
                   19627:        * src/sql/mysql/: Makefile.am, parser3mysql.C, libltdl/ltconfig,
                   19628:          libltdl/ltmain.sh: mysql client  @jav
                   19629: 
                   19630:        * src/sql/mysql/parser3mysql.C: mysql client implemented using new
                   19631:          model
                   19632: 
                   19633:        * src/: include/pa_sql_driver_manager.h,
                   19634:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   19635:          sql/mysql/Makefile.am, sql/mysql/acinclude.m4,
                   19636:          sql/mysql/config.guess, sql/mysql/config.sub,
                   19637:          sql/mysql/configure.in, sql/mysql/install-sh, sql/mysql/ltconfig,
                   19638:          sql/mysql/ltmain.sh, sql/mysql/missing, sql/mysql/mkinstalldirs,
                   19639:          sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp,
                   19640:          sql/mysql/libltdl/COPYING.TXT, sql/mysql/libltdl/Makefile.am,
                   19641:          sql/mysql/libltdl/README, sql/mysql/libltdl/acinclude.m4,
                   19642:          sql/mysql/libltdl/aclocal.m4, sql/mysql/libltdl/config.h,
                   19643:          sql/mysql/libltdl/config_fixed.h, sql/mysql/libltdl/configure.in,
                   19644:          sql/mysql/libltdl/libltdl_mysql.dsp, sql/mysql/libltdl/ltdl.c,
                   19645:          sql/mysql/libltdl/ltdl.h, types/pa_vimage.h, www/htdocs/auto.p:
                   19646:          sql driver interface now has initialize(client .so)
                   19647: 
                   19648:        * src/sql/mysql/: acinclude.m4, configure.in, parser3mysql.C:
                   19649:          compile4 @jav @win
                   19650: 
                   19651: 2001-04-16  paf
                   19652: 
                   19653:        * src/Makefile.am: compile2 cygwin
                   19654: 
                   19655:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   19656:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   19657: 
                   19658:        * src/: pcre/Makefile.am, targets/cgi/Makefile.am: compile0 jav
                   19659: 
                   19660:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   19661:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   19662:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19663:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19664:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   19665:          classes/mail.C, classes/op.C, classes/random.C, classes/gd/gif.C,
                   19666:          classes/gd/gif.h, classes/gd/gifio.C, include/pa_config_fixed.h,
                   19667:          include/pa_config_includes.h, include/pa_hash.h,
                   19668:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   19669:          main/pa_common.C, main/pa_exec.C, pcre/Makefile,
                   19670:          pcre/Makefile.am, sql/Makefile.am, sql/mysql/AUTHORS,
                   19671:          sql/mysql/COPYING, sql/mysql/ChangeLog, sql/mysql/INSTALL,
                   19672:          sql/mysql/Makefile.am, sql/mysql/NEWS, sql/mysql/README,
                   19673:          sql/mysql/acinclude.m4, sql/mysql/config_fixed.h,
                   19674:          sql/mysql/config_includes.h, sql/mysql/configure.in,
                   19675:          sql/mysql/parser3mysql.C, targets/cgi/Makefile.am,
                   19676:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   19677:          types/pa_vform.C: compile-1
                   19678: 
                   19679: 2001-04-15  paf
                   19680: 
                   19681:        * src/classes/op.C: z
                   19682: 
                   19683:        * src/classes/table.C: table:empty +=process
                   19684: 
                   19685:        * src/types/pa_value.h: MethodParams !junction
                   19686: 
                   19687:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   19688:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19689:          classes/random.C, classes/response.C, classes/string.C,
                   19690:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   19691:          MethodParams everywhere
                   19692: 
                   19693:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   19694:          types/pa_vmethod_frame.h: MethodParams in op.C
                   19695: 
                   19696:        * src/www/htdocs/index.html: about to make Params
                   19697: 
                   19698: 2001-04-12  paf
                   19699: 
                   19700:        * src/: classes/image.C, types/pa_vimage.h, www/htdocs/font.gif,
                   19701:          www/htdocs/index.html: image:font :text
                   19702: 
                   19703:        * src/: classes/_unknown.h, classes/unknown.C,
                   19704:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   19705:          types/pa_vunknown.h, www/htdocs/index.html: ^unknown:int[]=0
                   19706:          double[]=0
                   19707: 
                   19708:        * src/: classes/image.C, main/pa_hash.C, www/htdocs/index.html:
                   19709:          hash bug fixed
                   19710: 
                   19711:        * src/classes/image.C: image:gif now does not have params
                   19712: 
                   19713:        * src/: classes/image.C, classes/gd/gif.C, www/htdocs/index.html:
                   19714:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   19715: 
                   19716:        * src/: classes/image.C, classes/op.C, classes/gd/gif.h,
                   19717:          main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   19718:          types/pa_wcontext.h, www/htdocs/001004paf(c)lena_karin.jpg,
                   19719:          www/htdocs/env.pl, www/htdocs/index.html: for var now written not
                   19720:          to r.wcontext, but to r.root cleared "entered_object" state
                   19721: 
                   19722: 2001-04-11  paf
                   19723: 
                   19724:        * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
                   19725:          classes/gd/gifio.C, www/htdocs/index.html: image:create
                   19726:          image:load
                   19727: 
                   19728:        * src/: classes/image.C, classes/gd/gif.h, classes/gd/gifio.C,
                   19729:          main/main.dsp: gd with mem write + image just compiled
                   19730: 
                   19731:        * src/: classes/image.C, classes/gd/gifio.C, types/pa_vimage.C,
                   19732:          types/pa_vimage.h: gd todo: gif without file
                   19733: 
                   19734:        * src/: classes/image.C, classes/gd/gd.dsp, classes/gd/gif.C,
                   19735:          classes/gd/gif.h, classes/gd/gifio.C, types/pa_vimage.C,
                   19736:          types/pa_vimage.h: gd started porting to Pooled descendant
                   19737: 
                   19738:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   19739:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   19740:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   19741:          types/pa_vmframe.h, www/htdocs/index.html: libimaging dead end:
                   19742:          pil parses header in .py
                   19743: 
                   19744:        * src/: classes/image.C, classes/gd/gd.dsp, include/pa_globals.h,
                   19745:          main/main.dsp, main/pa_globals.C, types/pa_vimage.C,
                   19746:          types/pa_vimage.h, www/htdocs/index.html: gd dead end. switching
                   19747:          to python imaging lib
                   19748: 
                   19749:        * src/: classes/gd/gd.dsp, classes/smtp/smtp.dsp, main/main.dsp:
                   19750:          gd+smtp made separate libs
                   19751: 
                   19752:        * src/: include/pa_globals.h, include/pa_string.h,
                   19753:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19754:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   19755:          length
                   19756: 
                   19757:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   19758:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   19759:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   19760:          UL_FILE_NAME of posted file name
                   19761: 
                   19762:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C,
                   19763:          www/htdocs/index.html: fixed post [broke when moved post read to
                   19764:          core]
                   19765: 
                   19766: 2001-04-10  paf
                   19767: 
                   19768:        * src/: classes/image.C, www/htdocs/index.html: image:html done
                   19769: 
                   19770:        * src/: classes/image.C, types/pa_vimage.C, www/htdocs/index.html:
                   19771:          jpg measure bugs fixed
                   19772: 
                   19773:        * src/classes/image.C: z
                   19774: 
                   19775:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   19776:          forgotten!
                   19777: 
                   19778:        * src/www/htdocs/index.html: img:measure jpg
                   19779: 
                   19780:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   19781:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19782:          types/pa_vimage.h, www/htdocs/index.html: image:measure -90
                   19783: 
                   19784:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   19785:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   19786:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19787:          classes/_table.h, classes/file.C, classes/mail.C,
                   19788:          classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
                   19789:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   19790:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   19791:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   19792:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   19793:          types/pa_vresponse.h, types/pa_vstring.h,
                   19794:          www/htdocs/001004paf(c)lena_karin.gif: image:measure -100 just
                   19795:          compiled
                   19796: 
                   19797:        * src/: classes/mail.C, www/htdocs/index.html: minor bug with
                   19798:          unclear from/to
                   19799: 
                   19800:        * src/classes/mail.C: sendmail unix skipping defaults
                   19801: 
                   19802:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C,
                   19803:          www/htdocs/auto.p: sendmail unix added defaults
                   19804: 
                   19805:        * src/: classes/mail.C, www/htdocs/auto.p: unix sendmail compiled.
                   19806:          todo:testing
                   19807: 
                   19808:        * src/: classes/mail.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   19809:          classes/smtp/smtp.h, main/pa_globals.C: smtp some consts
                   19810: 
                   19811:        * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: z
                   19812: 
                   19813: 2001-04-09  paf
                   19814: 
                   19815:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   19816:          main/main.dsp, main/pa_exec.C, sql/mysql/parser3mysql.dsp,
                   19817:          targets/apache13/modules/extra/mod_parser3.C,
                   19818:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19819:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: all
                   19820:          targets exec
                   19821: 
                   19822:        * src/: include/pa_sapi.h, include/pa_string.h,
                   19823:          targets/apache13/modules/extra/mod_parser3.C,
                   19824:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19825:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   19826:          args in apache:util.script
                   19827: 
                   19828:        * src/include/pa_string.h: written but not tested exec with env for
                   19829:          unix
                   19830: 
                   19831:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   19832:          sql/mysql/parser3mysql.C,
                   19833:          targets/apache13/modules/extra/mod_parser3.C,
                   19834:          targets/cgi/parser3.C: exec win32 env
                   19835: 
                   19836:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C,
                   19837:          targets/apache13/modules/extra/mod_parser3.C,
                   19838:          www/htdocs/index.html: exec env 0
                   19839: 
                   19840:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   19841:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19842:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   19843:          types/pa_vform.C, types/pa_vstring.C, www/htdocs/index.html:
                   19844:          exec4. todo env
                   19845: 
                   19846:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   19847:          main/untaint.C, www/htdocs/index.html: exec3. decided exec:cgi to
                   19848:          move to file:cgi
                   19849: 
                   19850:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   19851:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C,
                   19852:          www/htdocs/index.html: exec -2
                   19853: 
                   19854:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   19855:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   19856:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19857:          targets/apache13/modules/extra/mod_parser3.C,
                   19858:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19859:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   19860:          exec class just compiled. moved post read to request core
                   19861: 
                   19862:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   19863:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   19864:          main/pa_globals.C, targets/cgi/parser3.C,
                   19865:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   19866:          are already read by vform
                   19867: 
                   19868: 2001-04-08  paf
                   19869: 
                   19870:        * src/www/htdocs/index.html: z
                   19871: 
                   19872:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   19873:          include/pa_request.h, include/pa_string.h, main/pa_request.C,
                   19874:          www/htdocs/index.html: uuencode. string<<
                   19875: 
                   19876: 2001-04-07  paf
                   19877: 
                   19878:        * src/classes/mail.C: z
                   19879: 
                   19880:        * src/classes/mail.C: z
                   19881: 
                   19882:        * src/: classes/mail.C, www/htdocs/index.html: ^mail[$attach
                   19883: 
                   19884:        * src/: classes/mail.C, www/htdocs/index.html: ^attach dead end
                   19885: 
                   19886:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   19887:          sql/mysql/parser3mysql.C,
                   19888:          targets/apache13/modules/extra/mod_parser3.C,
                   19889:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19890:          targets/isapi/parser3isapi.C, www/htdocs/index.html: mail:send 1
                   19891: 
                   19892:        * src/: classes/mail.C, main/pa_request.C, www/htdocs/auto.p,
                   19893:          www/htdocs/index.html: z
                   19894: 
                   19895:        * src/: classes/mail.C, classes/smtp/comms.C, classes/smtp/smtp.C,
                   19896:          classes/smtp/smtp.h, include/pa_globals.h, include/pa_request.h,
                   19897:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19898:          www/htdocs/auto.p: smtp just compiled
                   19899: 
                   19900:        * src/classes/mail.C: +=
                   19901: 
                   19902:        * src/: classes/mail.C, include/pa_string.h, www/htdocs/index.html:
                   19903:          mail:send -1 text prepared
                   19904: 
                   19905:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   19906:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   19907:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19908:          main/untaint.C, types/pa_vcookie.C, www/htdocs/index.html:
                   19909:          mail:send -10 just compiled
                   19910: 
                   19911: 2001-04-06  paf
                   19912: 
                   19913:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   19914:          main/pa_string.C, www/htdocs/index.html: table:dir 1
                   19915: 
                   19916:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   19917:          main/main.dsp, main/pa_dir.C, sql/mysql/parser3mysql.dsp,
                   19918:          www/htdocs/index.html: table:dir 0 [without regexp]
                   19919: 
                   19920:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   19921:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   19922:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   19923:          main/pa_request.C: renamed 'root' to 'op'
                   19924: 
                   19925:        * src/classes/: _op.h, op.C: renamed from 'root'
                   19926: 
                   19927:        * src/: types/pa_valiased.C, www/htdocs/auto.p: another root
                   19928:          inherititance skipped
                   19929: 
                   19930:        * src/: main/compile.C, main/compile.y, main/execute.C,
                   19931:          www/htdocs/auto.p, www/htdocs/index.html: operators are now not
                   19932:          root methods of parent class. just 'ROOT' class
                   19933: 
                   19934:        * src/: classes/random.C, classes/table.C, main/pa_globals.C,
                   19935:          www/htdocs/index.html: @office
                   19936: 
                   19937:        * src/: main/pa_request.C, sql/pa_sql_driver.h,
                   19938:          sql/mysql/parser3mysql.C, www/htdocs/index.html: mysql limit
                   19939: 
                   19940: 2001-04-05  paf
                   19941: 
                   19942:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   19943:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h,
                   19944:          www/htdocs/index.html: constructor flag dropped at
                   19945:          get_method_frame and remembered into method_frame
                   19946: 
                   19947:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19948:          classes/table.C, main/pa_request.C, www/htdocs/index.html:
                   19949:          junction to code&expression in errors
                   19950: 
                   19951:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19952:          main/pa_string.C,
                   19953:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   19954:          targets/isapi/parser3isapi.dsp, www/htdocs/auto.p,
                   19955:          www/htdocs/index.html: $LOCALE:ctype[Russian_Russia.1251]
                   19956: 
                   19957:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   19958:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   19959:          main/pa_table.C, sql/mysql/parser3mysql.C: hash now not
                   19960:          thread-safe.
                   19961: 
                   19962:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19963:          main/untaint.C, www/htdocs/index.html: z
                   19964: 
                   19965:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19966:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   19967:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   19968:          sql/pa_sql_driver.h, sql/mysql/parser3mysql.C,
                   19969:          types/pa_vmframe.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19970:          www/htdocs/auto.p, www/htdocs/index.html: sql quote. string
                   19971:          untaint UL_SQL
                   19972: 
                   19973:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19974:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   19975:          sql/mysql/parser3mysql.C, www/htdocs/index.html: sql ping
                   19976: 
                   19977:        * src/: classes/table.C, www/htdocs/index.html: select * from hren
                   19978:          error contains statement
                   19979: 
                   19980:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19981:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   19982:          sql/pa_sql_driver.h, sql/mysql/parser3mysql.C,
                   19983:          targets/cgi/parser3.dsp, www/htdocs/index.html: mysql 0
                   19984: 
                   19985:        * src/: classes/root.C, include/pa_sql_connection.h,
                   19986:          include/pa_sql_driver.h, main/main.dsp,
                   19987:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   19988:          sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp: sql driver
                   19989:          services for conv memory & error reporting
                   19990: 
                   19991: 2001-04-04  paf
                   19992: 
                   19993:        * src/: doc/doxygen.cfg, sql/mysql/parser3mysql.C: z
                   19994: 
                   19995:        * src/sql/mysql/: parser3mysql.dsp, mySQL32/lib/opt/libmySQL.dll,
                   19996:          mySQL32/lib/opt/libmySQL.lib, mySQL32/lib/opt/mysqlclient.lib,
                   19997:          mySQL32/lib/opt/zlib.lib, mySQL32/include/Libmysql.def,
                   19998:          mySQL32/include/dbug.h, mySQL32/include/errmsg.h,
                   19999:          mySQL32/include/m_ctype.h, mySQL32/include/m_string.h,
                   20000:          mySQL32/include/my_list.h, mySQL32/include/my_pthread.h,
                   20001:          mySQL32/include/my_sys.h, mySQL32/include/mysql.h,
                   20002:          mySQL32/include/mysql_com.h, mySQL32/include/mysql_version.h,
                   20003:          mySQL32/include/mysqld_error.h, mySQL32/include/raid.h: mySQL32
                   20004:          added
                   20005: 
                   20006:        * src/: include/pa_sql_driver.h, sql/mysql/parser3mysql.C,
                   20007:          www/htdocs/auto.p: mysql connect
                   20008: 
                   20009:        * src/: include/pa_sql_driver.h, sql/mysql/parser3mysql.C: mysql
                   20010:          info
                   20011: 
                   20012:        * src/: classes/root.C, include/pa_sql_driver.h,
                   20013:          include/pa_sql_driver_manager.h, main/main.dsp,
                   20014:          main/pa_sql_driver_manager.C, sql/mysql/parser3mysql.C,
                   20015:          www/htdocs/auto.p, www/htdocs/index.html: more
                   20016:          manager&connection&driver
                   20017: 
                   20018:        * src/sql/: Makefile.am, mysql/Makefile.am, mysql/parser3mysql.C,
                   20019:          mysql/parser3mysql.def, mysql/parser3mysql.dsp: forgot to add
                   20020:          mysql client
                   20021: 
                   20022:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   20023:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   20024:          [forgot to add libltdl, added]
                   20025: 
                   20026:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   20027:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   20028:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   20029:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   20030:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   20031:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20032:          www/htdocs/auto.p, www/htdocs/index.html: connect&sql -1000 just
                   20033:          compiled
                   20034: 
                   20035:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   20036:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   20037:          main/pa_request.C, types/pa_vclass.h, www/htdocs/auto.p,
                   20038:          www/htdocs/index.html: sql frame -10
                   20039: 
                   20040: 2001-04-03  paf
                   20041: 
                   20042:        * src/: types/pa_vform.C, www/htdocs/index.html: z
                   20043: 
                   20044:        * src/: classes/string.C, types/pa_vform.C, www/htdocs/index.html:
                   20045:          string:match replace assigned lang
                   20046: 
                   20047:        * src/: classes/string.C, main/compile.y, www/htdocs/index.html:
                   20048:          grammar: fixed to allow {}[]< empty []
                   20049: 
                   20050:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   20051:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   20052:          main/untaint.C, www/htdocs/index.html: string:match replace 2.
                   20053:          string.cstr(forced lang)
                   20054: 
                   20055:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   20056:          www/htdocs/index.html: string:match replace strange matches
                   20057: 
                   20058:        * src/: classes/string.C, www/htdocs/index.html: string:match
                   20059:          replace 0
                   20060: 
                   20061:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   20062:          prepared 2
                   20063: 
                   20064:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   20065:          www/htdocs/index.html: string:match replace prepared
                   20066: 
                   20067:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   20068:          string:match replace -11
                   20069: 
                   20070:        * src/: classes/string.C, include/pa_globals.h,
                   20071:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   20072:          main/pa_string.C, targets/isapi/parser3isapi.dsp,
                   20073:          www/htdocs/index.html: string:match 0
                   20074: 
                   20075:        * src/: classes/string.C, include/pa_globals.h,
                   20076:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   20077:          main/pa_string.C, pcre/pcre.dsp, pcre/pcre_dftables.dsp:
                   20078:          string:match [search] -1 just compiled
                   20079: 
                   20080:        * src/pcre/: LICENCE, Makefile, README, Tech.Notes, dftables.c,
                   20081:          get.c, internal.h, maketables.c, pcre-2_08.tar.gz, pcre.3,
                   20082:          pcre.3.html, pcre.3.txt, pcre.c, pcre.dsp, pcre.h,
                   20083:          pcre_dftables.dsp, study.c: added pcre
                   20084: 
                   20085:        * src/types/pa_vstring.C: z
                   20086: 
                   20087:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20088:          classes/int.C, classes/response.C, classes/root.C,
                   20089:          classes/string.C, classes/table.C, include/pa_string.h,
                   20090:          main/pa_string.C, www/htdocs/index.html: string:match -10 [frame]
                   20091: 
                   20092:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   20093:          main/pa_request.C: z
                   20094: 
                   20095:        * src/: main/pa_common.C, main/untaint.C,
                   20096:          targets/apache13/modules/extra/mod_parser3.C,
                   20097:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20098:          targets/isapi/pool_storage.h: todo/tests
                   20099: 
                   20100:        * src/: include/pa_common.h, www/htdocs/index.html: z
                   20101: 
                   20102:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   20103:          main/pa_request.C, targets/cgi/parser3.C,
                   20104:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   20105:          content-disposition
                   20106: 
                   20107:        * src/: include/pa_common.h, include/pa_globals.h,
                   20108:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   20109:          targets/isapi/parser3isapi.C, types/pa_value.h,
                   20110:          www/htdocs/index.html: main:post-process
                   20111: 
                   20112:        * src/: include/pa_common.h, include/pa_request.h,
                   20113:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   20114:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   20115:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h,
                   20116:          www/htdocs/index.html: vfile in response:body
                   20117: 
                   20118:        * src/: classes/table.C, www/htdocs/index.html: table:append now
                   20119:          uses string::split
                   20120: 
                   20121:        * src/: classes/table.C, www/htdocs/index.html: z
                   20122: 
                   20123:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   20124:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   20125:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   20126:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   20127:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20128:          www/htdocs/index.html: string::pos & cmp & piece bugs fixed.
                   20129:          string::split new table:load separated from set table:set
                   20130:          implemented with clean \n \t searches
                   20131: 
                   20132: 2001-04-02  paf
                   20133: 
                   20134:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   20135:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   20136:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   20137:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   20138:          it in table:set/load
                   20139: 
                   20140:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   20141:          include/pa_table.h, main/execute.C, types/pa_value.h,
                   20142:          www/htdocs/index.html: table:join
                   20143: 
                   20144:        * src/classes/random.C: random:generate 1
                   20145: 
                   20146:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   20147:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20148:          types/pa_value.h, www/htdocs/index.html: random:generate
                   20149: 
                   20150: 2001-03-30  paf
                   20151: 
                   20152:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   20153:          www/htdocs/index.html: todo: table flip and append. string::pos
                   20154: 
                   20155:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   20156:          classes/response.C, classes/root.C, classes/string.C,
                   20157:          classes/table.C, main/compile.y, main/execute.C,
                   20158:          types/pa_value.h, types/pa_vstateless_class.C,
                   20159:          types/pa_vstateless_class.h: static|dynamic|any method
                   20160:          registration
                   20161: 
                   20162:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   20163:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h,
                   20164:          www/htdocs/index.html: table:flip
                   20165: 
                   20166: 2001-03-29  paf
                   20167: 
                   20168:        * src/: classes/string.C, www/htdocs/index.html: string:xsplit
                   20169:          forgot that they must result in 1 row N column [not vice versa]
                   20170: 
                   20171:        * src/classes/string.C: z
                   20172: 
                   20173:        * src/: classes/string.C, www/htdocs/index.html: string: rsplit
                   20174: 
                   20175:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   20176:          www/htdocs/index.html: string: lsplit
                   20177: 
                   20178:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   20179:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h,
                   20180:          www/htdocs/index.html: string: lsplit -1
                   20181: 
                   20182:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20183:          www/htdocs/index.html: string: pos
                   20184: 
                   20185:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   20186:          www/htdocs/index.html: string: pos -1
                   20187: 
                   20188:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   20189:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   20190:          main/untaint.C, www/htdocs/index.html: string: left right mid
                   20191: 
                   20192:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   20193:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   20194:          types/pa_vstring.h, types/pa_vunknown.h, www/htdocs/index.html:
                   20195:          empty params allowed. [] and [;] are different now.
                   20196: 
                   20197:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   20198:          main/untaint.C: pool.request undone
                   20199: 
                   20200:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   20201:          main/untaint.C: pool.request
                   20202: 
                   20203: 2001-03-28  paf
                   20204: 
                   20205:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   20206:          targets/apache13/modules/extra/mod_parser3.C,
                   20207:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20208:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h,
                   20209:          www/htdocs/index.html: $request:browser [.type .version];
                   20210:          unknown.get_double now = 0.
                   20211: 
                   20212:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   20213:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   20214:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   20215:          types/pa_vform.C, www/cgi-bin/auto.p, www/htdocs/index.html:
                   20216:          file:load autodetection of mime-type by user-file-name
                   20217: 
                   20218:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   20219:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   20220:          types/pa_vfile.h, types/pa_vform.C, www/htdocs/index.html:
                   20221:          file:load 1. tainted
                   20222: 
                   20223:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20224:          types/pa_vfile.C, types/pa_vfile.h, www/htdocs/index.html:
                   20225:          started file:load. wrong write. must be self.set
                   20226: 
                   20227:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   20228:          include/pa_table.h, main/pa_table.C, www/htdocs/index.html:
                   20229:          table:locate1, file:test
                   20230: 
                   20231:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   20232:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   20233:          types/pa_vtable.h: table:locate just compiled
                   20234: 
                   20235: 2001-03-27  paf
                   20236: 
                   20237:        * src/: main/execute.C, main/pa_common.C, www/htdocs/index.html:
                   20238:          fixed r/w context of code-params2, fixed ntfs hardlink slow dir
                   20239:          update
                   20240: 
                   20241:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   20242:          types/pa_wcontext.h, www/htdocs/index.html: fixed r/w context of
                   20243:          code-params
                   20244: 
                   20245:        * src/: classes/table.C, main/execute.C, www/htdocs/index.html:
                   20246:          about to change junction rcontext!!
                   20247: 
                   20248:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20249:          classes/string.C, classes/table.C, main/compile_tools.C,
                   20250:          main/execute.C, main/pa_request.C, main/untaint.C,
                   20251:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   20252:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   20253:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   20254:          types/pa_vunknown.h, www/htdocs/index.html: sort 0
                   20255: 
                   20256:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   20257:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   20258:          renamed to are_static_calls_disabled
                   20259: 
                   20260:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   20261:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   20262:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   20263:          types/pa_vstring.h, types/pa_vunknown.h, www/htdocs/index.html:
                   20264:          continue on sort
                   20265: 
                   20266:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   20267: 
                   20268:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   20269:          www/htdocs/index.html: started table:sort fixed minor bug in
                   20270:          #...^{
                   20271: 
                   20272:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   20273:          main/execute.C, main/pa_common.C, main/pa_table.C,
                   20274:          www/htdocs/index.html: table:save decided to have as it were.
                   20275:          stepped back.  grammar: added 'in' 'is' 'lt'&co follow-space
                   20276:          check
                   20277: 
                   20278: 2001-03-26  paf
                   20279: 
                   20280:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   20281:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   20282:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   20283:          main/pa_table.C, www/htdocs/index.html: moved ::save to pa_table.
                   20284:          disabled @auto invocation in ^process
                   20285: 
                   20286:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   20287: 
                   20288:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   20289:          main/pa_array.C, www/htdocs/index.html: table:record
                   20290: 
                   20291:        * src/: main/untaint.C,
                   20292:          targets/apache13/modules/extra/mod_parser3.C,
                   20293:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20294:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20295:          types/pa_valiased.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   20296:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   20297:          types/pa_vstring.h, types/pa_vtable.h: z
                   20298: 
                   20299:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   20300:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   20301:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   20302:          types/pa_vstring.h, types/pa_vtable.h, www/htdocs/index.html:
                   20303:          disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.  allowed no
                   20304:          checks in native method realisations on 'self' validity - they
                   20305:          now can simply assume that 'self' is V{Proper} .
                   20306: 
                   20307: 2001-03-25  paf
                   20308: 
                   20309:        * src/main/untaint.C: z
                   20310: 
                   20311:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   20312:          lowlevel - it initialization could be skipped if failed in @auto.
                   20313:          so that exception report would use some table
                   20314: 
                   20315:        * src/: main/pa_request.C, www/htdocs/index.html: table empty lines
                   20316:          ignored. system-default content type assigned in output:result
                   20317:          [can fail in main:auto and skipped normal defaults extraction]
                   20318: 
                   20319:        * src/: include/pa_string.h, main/compile.y, www/cgi-bin/auto.p,
                   20320:          www/htdocs/index.html: #comment fixed minor bug
                   20321: 
                   20322:        * src/: main/pa_globals.C, main/untaint.C, www/htdocs/index.html:
                   20323:          html-typo - moved all processing to table [except preliminary
                   20324:          \r\n \r \n replacements to "\n"]
                   20325: 
                   20326:        * src/: classes/table.C, main/untaint.C, www/htdocs/index.html:
                   20327:          html-typo - decided to move all the processing to table
                   20328: 
                   20329:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   20330:          main/pa_table.C, main/untaint.C: returned table originating.
                   20331:          useful for reporting typo table problems origin. think would be
                   20332:          useful somewhere else
                   20333: 
                   20334:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   20335: 
                   20336:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   20337:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   20338:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   20339:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20340:          types/pa_vcookie.h, www/htdocs/index.html: typo & typo-default
                   20341: 
                   20342: 2001-03-24  paf
                   20343: 
                   20344:        * src/main/pa_common.C: z
                   20345: 
                   20346:        * src/www/htdocs/index.html: 0
                   20347: 
                   20348:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20349:          targets/cgi/parser3.C, www/htdocs/index.html: html-typo 2
                   20350: 
                   20351:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   20352:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   20353:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   20354:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   20355:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20356:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20357:          types/pa_value.h, types/pa_vtable.h, www/cgi-bin/auto.p,
                   20358:          www/htdocs/index.html: html-typo 0 html-typo 1. noticed double
                   20359:          default content-type prob. run cgi.cmd tomorrow first html-typo
                   20360:          sample. detected << problem: they become ltlt too fast
                   20361: 
                   20362:        * src/main/compile.y: z
                   20363: 
                   20364:        * src/: main/compile.y, main/compile_tools.h,
                   20365:          www/htdocs/index.html: #comment
                   20366: 
                   20367:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   20368:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   20369:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   20370:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   20371:          stringified
                   20372: 
                   20373:        * src/: types/pa_valiased.C, www/auto.p, www/cgi-bin/auto.p,
                   20374:          www/htdocs/index.html: decided to String-ify file_read
                   20375: 
                   20376:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   20377:          isapi/parser3isapi.dsp: cgi: sapi::log
                   20378: 
                   20379:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   20380:          targets/apache13/modules/extra/mod_parser3.C,
                   20381:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   20382:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20383:          www/htdocs/index.html: nt error log experiments failed - cgi
                   20384:          under iis got no access to log. registereventsource simply failed
                   20385:          with 5(illegal call) code, while worked OK as standalone
                   20386:          executable.  isapi: used HSE_APPEND_LOG_PARAMETER feature
                   20387: 
                   20388:        * src/: include/pa_common.h, include/pa_globals.h,
                   20389:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   20390:          targets/apache13/modules/extra/mod_parser3.C,
                   20391:          targets/isapi/parser3isapi.C, www/htdocs/index.html: fixed
                   20392:          default content-type allocation storage
                   20393: 
                   20394:        * src/: include/pa_globals.h, include/pa_request.h,
                   20395:          main/pa_globals.C, main/pa_request.C: z
                   20396: 
                   20397:        * src/: include/pa_array.h, include/pa_hash.h,
                   20398:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   20399:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   20400:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   20401:          content-type
                   20402: 
                   20403:        * src/: main/compile.y, main/execute.C, main/main.dsp,
                   20404:          www/htdocs/index.html, www/htdocs/news.p: @CLASS equals @BASE.
                   20405:          sanity
                   20406: 
                   20407:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   20408:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20409:          www/htdocs/index.html: thrown away freeze mech.  no danger now
                   20410:          for you can't do ^request:process[@new-method[] body] trick
                   20411:          anymore.  still remains $some_instance.process[@new-method[]
                   20412:          possibility] but would leave it as a feature.  see index for
                   20413:          sample
                   20414: 
                   20415:        * src/: include/pa_common.h, main/pa_common.C,
                   20416:          targets/apache13/modules/extra/mod_parser3.C,
                   20417:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20418:          www/htdocs/index.html: auto.p monkey every target
                   20419: 
                   20420:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   20421:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   20422:          types/pa_vform.C, types/pa_vform.h, www/htdocs/index.html: auto.p
                   20423:          monkey
                   20424: 
                   20425: 2001-03-23  paf
                   20426: 
                   20427:        * src/: include/pa_pool.h, main/pa_request.C,
                   20428:          targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
                   20429:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20430:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   20431:          isapi: dumb pool storage
                   20432: 
                   20433:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   20434: 
                   20435:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   20436:          it would be better to rewrite as filter then to deal with pool
                   20437: 
                   20438:        * src/: main/main.dsp, targets/isapi/parser3isapi.C,
                   20439:          www/htdocs/index.html: isapi: docroot now like in cgi, not from
                   20440:          APPL_PHYSICAL_PATH
                   20441: 
                   20442:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   20443:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20444:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   20445:          include/pa_version.h, main/compile.y, main/execute.C,
                   20446:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   20447:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20448:          main/untaint.C, targets/cgi/parser3.C,
                   20449:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C,
                   20450:          www/htdocs/index.html: cgi: reinvent document_root and
                   20451:          request_uri under iis. autoconf updated. introducing
                   20452:          ap_config_includes
                   20453: 
                   20454:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   20455: 
                   20456:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   20457: 
                   20458:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   20459:          main/pa_globals.C, main/pa_request.C,
                   20460:          targets/apache13/modules/extra/mod_parser3.C,
                   20461:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20462:          types/pa_vcookie.C, types/pa_venv.h, types/pa_vform.C: sapi made
                   20463:          object
                   20464: 
                   20465:        * src/: include/pa_globals.h, main/pa_request.C,
                   20466:          targets/apache13/modules/extra/mod_parser3.C,
                   20467:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20468:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   20469:          types/pa_venv.h, types/pa_vform.C, www/cgi-bin/auto.p,
                   20470:          www/htdocs/index.html: all: sapi beauty
                   20471: 
                   20472:        * src/: main/pa_request.C,
                   20473:          targets/apache13/modules/extra/mod_parser3.C,
                   20474:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20475:          targets/isapi/parser3isapi.dsp: isapi minor env beauty
                   20476: 
                   20477:        * src/www/: .htaccess, auto.p, htdocs/.htaccess: z
                   20478: 
                   20479:        * src/: main/pa_request.C,
                   20480:          targets/apache13/modules/extra/mod_parser3.C,
                   20481:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20482:          targets/isapi/parser3isapi.dsp, www/htdocs/index.html: isapi
                   20483:          document_root 0
                   20484: 
                   20485: 2001-03-22  paf
                   20486: 
                   20487:        * src/: targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
                   20488:          keep-alive
                   20489: 
                   20490:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   20491:          isapi/parser3isapi.C: z
                   20492: 
                   20493:        * src/: include/pa_pool.h, main/pa_request.C,
                   20494:          targets/apache13/modules/extra/mod_parser3.C,
                   20495:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20496:          www/htdocs/index.html: isapi 1
                   20497: 
                   20498:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   20499:          kill.pl: isapi added utils
                   20500: 
                   20501:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   20502:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20503:          types/pa_vform.C, www/htdocs/index.html: isapi 0
                   20504: 
                   20505:        * src/: include/pa_pool.h,
                   20506:          targets/apache13/modules/extra/mod_parser3.C,
                   20507:          targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
                   20508:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20509:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20510:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   20511:          started isapi
                   20512: 
                   20513:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C,
                   20514:          targets/apache13/modules/extra/mod_parser3.C: some comments
                   20515: 
                   20516:        * src/: include/pa_globals.h, include/pa_request.h,
                   20517:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   20518:          targets/apache13/modules/extra/mod_parser3.C,
                   20519:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   20520:          targets/cgi/parser3.C, types/pa_vcookie.C, www/htdocs/index.html:
                   20521:          config of auto.p path: parser_root_auto_path
                   20522:          parser_site_auto_path
                   20523: 
                   20524:        * src/: types/pa_vcookie.C, www/htdocs/index.html: cookie attr
                   20525:          decoded
                   20526: 
                   20527: 2001-03-21  paf
                   20528: 
                   20529:        * src/targets/apache13/modules/extra/: mod_parser3.C, pa_pool.C: z
                   20530: 
                   20531:        * src/targets/: apache13/modules/extra/mod_parser3.C,
                   20532:          cgi/parser3.C: z
                   20533: 
                   20534:        * src/: include/pa_globals.h,
                   20535:          targets/apache13/modules/extra/mod_parser3.C,
                   20536:          www/htdocs/index.html: post. todo: config of auto.p path
                   20537: 
                   20538:        * src/: include/pa_globals.h,
                   20539:          targets/apache13/modules/extra/mod_parser3.C,
                   20540:          targets/cgi/parser3.C, types/pa_venv.h, www/cgi-bin/auto.p,
                   20541:          www/htdocs/index.html: in cookie & env. todo:post
                   20542: 
                   20543:        * src/: targets/apache13/modules/extra/mod_parser3.C,
                   20544:          www/htdocs/index.html: z
                   20545: 
                   20546:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   20547:          classes/root.C, classes/table.C, include/pa_array.h,
                   20548:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   20549:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   20550:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   20551:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20552:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   20553:          targets/apache13/modules/extra/mod_parser3.C,
                   20554:          targets/apache13/modules/extra/pa_pool.C,
                   20555:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   20556:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   20557:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   20558:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h,
                   20559:          www/htdocs/index.html: shifted apache branch on main trunc
                   20560: 
                   20561:        * src/targets/apache13/modules/extra/: mod_parser3.C, pa_pool.C: z
                   20562: 
                   20563:        * src/: include/pa_common.h, include/pa_globals.h,
                   20564:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20565:          main/pa_common.C, main/pa_request.C,
                   20566:          targets/apache13/modules/extra/mod_parser3.C,
                   20567:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   20568:          targets/cgi/parser3.dsp, types/pa_vcookie.C, types/pa_vform.C,
                   20569:          types/pa_vstring.h: starting mod_parser3
                   20570: 
                   20571:        * src/: targets/apache13/modules/extra/mod_parser3.C,
                   20572:          targets/apache13/os/win32/ApacheModuleParser3.dsp,
                   20573:          targets/cgi/parser3.C, www/htdocs/index.html: starting
                   20574:          mod_parser3
                   20575: 
                   20576: 2001-03-20  paf
                   20577: 
                   20578:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   20579:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   20580:          win32 ifdefs work and add ifdef unistd
                   20581: 
                   20582:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   20583:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   20584:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   20585:          z
                   20586: 
                   20587:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   20588:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   20589:          locking
                   20590: 
                   20591:        * src/: classes/Makefile.am, types/Makefile.am: z
                   20592: 
                   20593:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   20594:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   20595:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   20596:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   20597:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   20598:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   20599:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   20600: 
                   20601:        * src/www/htdocs/index.html: z
                   20602: 
                   20603:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   20604:          main/pa_request.C, types/pa_vfile.h, www/htdocs/index.html:
                   20605:          ^table:save
                   20606: 
                   20607:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   20608:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   20609:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   20610:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   20611:          types/pa_vform.h, www/cgi-bin/auto.p, www/htdocs/index.html: z
                   20612: 
                   20613:        * src/: include/pa_string.h, www/htdocs/index.html: z
                   20614: 
                   20615:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   20616:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   20617:          types/pa_vrequest.C, types/pa_vrequest.h, www/htdocs/index.html:
                   20618:          VRequest moved to :Value
                   20619: 
                   20620:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   20621:          types/pa_vrequest.C, types/pa_vrequest.h, www/htdocs/index.html:
                   20622:          VRequest moved to :VStateless_object
                   20623: 
                   20624:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   20625:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   20626:          :VStateless_object
                   20627: 
                   20628:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20629:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   20630: 
                   20631:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   20632:          types/pa_valiased.h, types/pa_value.h,
                   20633:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20634:          types/pa_vstateless_object.h: moved common get_element part from
                   20635:          stateless object&class into VAliased
                   20636: 
                   20637:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   20638:          classes/table.C, main/execute.C, main/main.dsp,
                   20639:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   20640:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   20641:          now :Value
                   20642: 
                   20643:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   20644:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   20645:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   20646: 
                   20647:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   20648:          doxx
                   20649: 
                   20650:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   20651:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   20652:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   20653:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20654:          www/htdocs/index.html: \ to /  and ^file:save
                   20655: 
                   20656: 2001-03-19  paf
                   20657: 
                   20658:        * src/types/pa_vfile.C: z
                   20659: 
                   20660:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   20661:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   20662:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   20663:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20664:          www/htdocs/index.html: file 1
                   20665: 
                   20666:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   20667:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   20668:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   20669:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   20670:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   20671:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   20672:          types/pa_vfile.h: file class just compiled
                   20673: 
                   20674:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   20675:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   20676:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   20677:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   20678:          types/pa_vstateless_object.h, www/htdocs/index.html:
                   20679:          ^table:set{default level: TABLE}
                   20680: 
                   20681:        * src/include/pa_pool.h: z
                   20682: 
                   20683:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   20684:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   20685:          Hash::Value to Val so to doxygen would finlly stop confusing
                   20686:          those Value-s
                   20687: 
                   20688:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   20689:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   20690:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20691:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20692:          include/pa_types.h, main/compile.C, main/compile.y,
                   20693:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20694:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   20695:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   20696:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   20697:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   20698: 
                   20699:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   20700:          derivates somehow unlinked. don't know why yet
                   20701: 
                   20702:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   20703:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   20704:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20705:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20706:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   20707:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20708:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   20709: 
                   20710:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   20711:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   20712:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   20713:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   20714:          types/pa_vrequest.h: doc: detected Value derivates prob
                   20715: 
                   20716:        * src/include/pa_globals.h: z
                   20717: 
                   20718:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   20719:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   20720:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   20721:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   20722:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20723:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   20724:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20725:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   20726: 
                   20727: 2001-03-18  paf
                   20728: 
                   20729:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   20730:          www/htdocs/index.html: cookie: allowed access to hash-assigned
                   20731: 
                   20732:        * src/targets/cgi/parser3.C: z
                   20733: 
                   20734:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   20735:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   20736:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   20737:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   20738:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20739:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   20740:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20741:          types/pa_vunknown.h, www/cgi-bin/auto.p, www/htdocs/index.html:
                   20742:          cookie class
                   20743: 
                   20744:        * src/: main/pa_request.C, www/cgi-bin/auto.p,
                   20745:          www/htdocs/index.html: zero length output allowed
                   20746: 
                   20747:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   20748:          types/pa_vhash.h, types/pa_vresponse.h, www/htdocs/index.html:
                   20749:          ^response:clear[]
                   20750: 
                   20751:        * src/: classes/root.C, main/pa_request.C, www/htdocs/index.html:
                   20752:          taint forgotten forced lang switch
                   20753: 
                   20754:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   20755:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20756:          types/pa_value.h, types/pa_vhash.h, www/cgi-bin/auto.p:
                   20757:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   20758: 
                   20759:        * src/: main/execute.C, www/htdocs/index.html: z
                   20760: 
                   20761:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   20762:          targets/cgi/parser3.C, www/htdocs/index.html: taint[uri
                   20763: 
                   20764:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   20765:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20766:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   20767:          main/pa_request.C, targets/cgi/parser3.C, www/htdocs/index.html:
                   20768:          ^taint 0
                   20769: 
                   20770:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   20771:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20772:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   20773:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   20774:          bool tainted) ctor
                   20775: 
                   20776:        * src/: include/pa_hash.h, include/pa_request.h,
                   20777:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   20778:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20779:          targets/cgi/parser3.C, www/htdocs/index.html: proper @exceptions
                   20780:          params tainting
                   20781: 
                   20782:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C,
                   20783:          www/cgi-bin/auto.p, www/htdocs/index.html: response fields to
                   20784:          header
                   20785: 
                   20786:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20787:          www/cgi-bin/auto.p: z
                   20788: 
                   20789:        * src/www/cgi-bin/auto.p: z
                   20790: 
                   20791:        * src/: classes/_response.h, classes/response.C,
                   20792:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20793:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   20794:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   20795:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   20796:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h,
                   20797:          www/cgi-bin/auto.p, www/htdocs/index.html: $response: 0
                   20798:          request::core exception rethrow
                   20799: 
                   20800: 2001-03-16  paf
                   20801: 
                   20802:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   20803:          types/pa_vrequest.h, www/cgi-bin/auto.p: native method' class
                   20804:          call with less params then needed error reporting
                   20805: 
                   20806:        * src/: classes/_request.h, classes/request.C,
                   20807:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   20808:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20809:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   20810:          types/pa_vrequest.h, www/cgi-bin/auto.p, www/htdocs/index.html:
                   20811:          $request : query :uri
                   20812: 
                   20813:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   20814:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   20815:          types/pa_wcontext.h, www/htdocs/index.html: $result
                   20816: 
                   20817:        * src/: main/execute.C, types/pa_vmframe.h, www/cgi-bin/auto.p,
                   20818:          www/htdocs/index.html: if(in "/news/")
                   20819: 
                   20820:        * src/: classes/double.C, include/code.h, main/compile.y,
                   20821:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20822:          www/htdocs/index.html: () and {} param wcontext conflict fixed by
                   20823:          OP_EXPR_CODE__STORE_PARAM
                   20824: 
                   20825:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   20826:          main/compile.y, main/execute.C, types/pa_value.h,
                   20827:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   20828:          types/pa_wcontext.C, types/pa_wcontext.h, www/htdocs/index.html:
                   20829:          see () and {} param wcontext conflict
                   20830: 
                   20831:        * src/: main/execute.C, types/pa_value.h,
                   20832:          types/pa_vstateless_object.h, types/pa_vstring.h,
                   20833:          www/htdocs/index.html, www/htdocs/news.p: disabled  $string.field
                   20834: 
                   20835: 2001-03-15  paf
                   20836: 
                   20837:        * src/: main/pa_request.C, www/cgi-bin/auto.p,
                   20838:          www/htdocs/index.html, www/htdocs/news.p: news sample
                   20839: 
                   20840:        * src/www/: cgi-bin/auto.p, htdocs/index.html: @exception sample
                   20841: 
                   20842:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   20843:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   20844: 
                   20845:        * src/main/: compile.y, execute.C: z
                   20846: 
                   20847:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   20848:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   20849:          pre pre works
                   20850: 
                   20851:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20852:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   20853:          fillfields just compiled
                   20854: 
                   20855: 2001-03-14  paf
                   20856: 
                   20857:        * src/: include/pa_request.h, main/pa_request.C,
                   20858:          targets/cgi/parser3.C: z
                   20859: 
                   20860:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20861:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   20862:          types/pa_vstring.h: limits -1
                   20863: 
                   20864:        * src/: include/pa_globals.h, include/pa_request.h,
                   20865:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   20866:          main/pa_request.C, targets/cgi/parser3.C,
                   20867:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   20868:          request_info -1
                   20869: 
                   20870:        * src/: include/pa_globals.h, main/pa_globals.C,
                   20871:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20872:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   20873:          vform_fields_fill
                   20874: 
                   20875:        * src/targets/cgi/parser3.C: #  if MSVC
                   20876: 
                   20877:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   20878:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   20879: 
                   20880:        * src/targets/cgi/parser3.C: z
                   20881: 
                   20882:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   20883:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   20884:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20885:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   20886:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   20887:          types/pa_vunknown.h: global handler, exceptions in parser3
                   20888: 
                   20889: 2001-03-13  paf
                   20890: 
                   20891:        * src/: classes/form.C, main/compile.y, main/core.C,
                   20892:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   20893:          types/pa_vform.h, types/pa_vstateless_class.C,
                   20894:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   20895:          instead
                   20896: 
                   20897:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20898:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   20899:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   20900:          started cgi target
                   20901: 
                   20902:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20903:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   20904:          before error show with parser
                   20905: 
                   20906:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   20907:          include/pa_request.h, main/core.C, main/pa_request.C,
                   20908:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   20909: 
                   20910:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   20911: 
                   20912:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   20913:          parser3.C: renamed targets/ parser to cgi
                   20914: 
                   20915:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   20916:          classes/root.C, classes/string.C, classes/table.C,
                   20917:          include/pa_request.h, targets/parser/parser.C,
                   20918:          targets/parser/parser.dsp, targets/parser/parser3.C,
                   20919:          types/pa_vhash.h: z
                   20920: 
                   20921:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20922:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   20923:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   20924:          main/pa_common.C, main/pa_request.C, targets/parser/parser.dsp,
                   20925:          types/pa_value.h, types/pa_venv.h, types/pa_vstateless_class.h:
                   20926:          started $form: [historical moment :)]
                   20927: 
                   20928:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   20929:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   20930: 
                   20931:        * src/types/pa_venv.h: $ENV 1
                   20932: 
                   20933:        * src/main/execute.C: z
                   20934: 
                   20935:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   20936:          future methods of ENV constructor if
                   20937: 
                   20938:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   20939:          class
                   20940: 
                   20941:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20942:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20943:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20944:          classes/string.C, classes/table.C, include/pa_request.h,
                   20945:          main/compile.C, main/compile_tools.h, main/core.C,
                   20946:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20947:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20948:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20949:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20950:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20951:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20952: 
                   20953:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20954:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20955:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20956:          classes/string.C, classes/table.C, include/pa_request.h,
                   20957:          main/compile.C, main/compile_tools.h, main/core.C,
                   20958:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20959:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20960:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20961:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20962:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20963:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20964: 
                   20965:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   20966:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   20967:          yesterdays bad decision on execute_static_method
                   20968: 
                   20969:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   20970: 
                   20971:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20972:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   20973: 
                   20974:        * src/main/pa_request.C: z
                   20975: 
                   20976:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20977:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   20978: 
                   20979:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20980:          include/pa_pool.h, main/pa_request.C:
                   20981:          restructure_exceptions_dead_end
                   20982: 
                   20983:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   20984:          allowed ; inside {} to break params
                   20985: 
                   20986:        * src/classes/root.C: ^eval
                   20987: 
                   20988:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   20989:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   20990:          string ^format
                   20991: 
                   20992:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   20993:          'bad' but not 'enough'
                   20994: 
                   20995:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   20996:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   20997:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   20998:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   20999:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   21000: 
                   21001:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21002:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   21003:          types/pa_vint.h: ^for
                   21004: 
                   21005: 2001-03-12  paf
                   21006: 
                   21007:        * src/classes/table.C: table ^empty
                   21008: 
                   21009:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   21010: 
                   21011:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   21012:          ^offset ^line ^count
                   21013: 
                   21014:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   21015:          ^abs()  ^sign()
                   21016: 
                   21017:        * src/classes/: root.C, table.C: ^use
                   21018: 
                   21019:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   21020:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   21021:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   21022:          ^while. switched off wcontext.constructing after write(value) or
                   21023:          auto-vhash-constructing
                   21024: 
                   21025:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   21026:          main/pa_request.C: fail_if_junction_ helper func
                   21027: 
                   21028:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   21029:          include/pa_request.h, main/execute.C, main/main.dsp,
                   21030:          main/pa_common.C, main/pa_request.C: ^process error point by
                   21031:          actual method_name, not source.  ^load
                   21032: 
                   21033:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   21034: 
                   21035:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   21036:          classes/_table.h, classes/table.C, main/untaint.C: z
                   21037: 
                   21038:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   21039:          include/pa_table.h, main/core.C, main/execute.C,
                   21040:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   21041:          types/pa_value.h: table:set 0
                   21042: 
                   21043:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   21044:          include/pa_request.h, include/pa_table.h, main/core.C,
                   21045:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   21046:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   21047:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   21048:          types/pa_vstring.h: freeze, ^table:create[] -1
                   21049: 
                   21050:        * src/: classes/root.C, types/pa_value.h: z
                   21051: 
                   21052:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   21053:          get_method in couple places optimizing them
                   21054: 
                   21055:        * src/classes/root.C: z
                   21056: 
                   21057:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   21058:          zeroing
                   21059: 
                   21060:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21061:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   21062:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   21063:          main/compile.y, main/compile_tools.h, main/execute.C,
                   21064:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   21065:          types/pa_vmframe.h: ^process. actual names to store param and
                   21066:          check_actual_numbered_params for better place diagnostics
                   21067: 
                   21068:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   21069:          method-junctions bug fixed
                   21070: 
                   21071:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   21072:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   21073: 
                   21074: 2001-03-11  paf
                   21075: 
                   21076:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   21077:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   21078:          VDouble VInt base now VObject_base - without fields
                   21079: 
                   21080:        * src/: classes/root.C, include/core.h, main/core.C: z
                   21081: 
                   21082:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21083:          classes/string.C, include/core.h, include/pa_hash.h,
                   21084:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   21085:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   21086: 
                   21087:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21088:          include/pa_request.h, main/execute.C: intercept_string
                   21089: 
                   21090:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21091:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   21092: 
                   21093:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   21094:          ^inc-s(expr)
                   21095: 
                   21096:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   21097:          classes/_root.h, classes/_string.h, classes/double.C,
                   21098:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   21099:          include/code.h, include/core.h, include/pa_array.h,
                   21100:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   21101:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   21102:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   21103:          include/pa_types.h, main/compile.C, main/compile.y,
                   21104:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   21105:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   21106:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   21107:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   21108:          targets/parser/pa_pool.C, targets/parser/parser.C,
                   21109:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   21110:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   21111:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   21112:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   21113:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   21114:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   21115: 
                   21116:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   21117: 
                   21118:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   21119:          main/main.dsp, main/pa_request.C, targets/parser/parser.dsp:
                   21120:          renamed AUTO: to MAIN:
                   21121: 
                   21122:        * src/: include/pa_valiased.h, include/pa_value.h,
                   21123:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   21124:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   21125:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21126:          include/pa_vobject.h, include/pa_vstring.h,
                   21127:          include/pa_vunknown.h, include/pa_wcontext.h,
                   21128:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   21129:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   21130:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   21131:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   21132:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   21133:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   21134:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   21135:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   21136:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   21137:          include/
                   21138: 
                   21139: 2001-03-10  paf
                   21140: 
                   21141:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   21142:          main/pa_request.C, targets/parser/parser.dsp: run+auto=run
                   21143: 
                   21144:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   21145: 
                   21146:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   21147:          classes/_root.h, classes/_string.h, classes/double.C,
                   21148:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   21149:          include/code.h, include/core.h, include/pa_array.h,
                   21150:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   21151:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   21152:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   21153:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   21154:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   21155:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   21156:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21157:          include/pa_vobject.h, include/pa_vstring.h,
                   21158:          include/pa_vunknown.h, include/pa_wcontext.h,
                   21159:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   21160:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   21161:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   21162:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   21163:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   21164:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   21165:          main/pa_wcontext.C, targets/parser/pa_pool.C,
                   21166:          targets/parser/parser.C: sources header
                   21167: 
                   21168:        * src/main/pa_request.C: auto..
                   21169: 
                   21170:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   21171:          main/pa_request.C: auto tree0
                   21172: 
                   21173:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   21174:          main/core.C, main/pa_request.C: names to core.C
                   21175: 
                   21176:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   21177:          include/pa_request.h, main/core.C, main/execute.C,
                   21178:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   21179: 
                   21180:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   21181:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   21182:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   21183:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   21184: 
                   21185:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21186:          @auto[] realised. auto.p scan togo
                   21187: 
                   21188:        * src/: include/pa_request.h, main/execute.C: autocalc
                   21189:          code-junctions result now have names
                   21190: 
                   21191:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21192:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   21193:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   21194:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   21195: 
                   21196:        * src/classes/env.C: env:file/line
                   21197: 
                   21198:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   21199:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   21200:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   21201:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   21202:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   21203:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   21204:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   21205: 
                   21206:        * src/include/pa_vclass.h: const fight to go
                   21207: 
                   21208:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   21209:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   21210:          main/main.dsp: env0
                   21211: 
                   21212:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   21213:          classes/_string.h, classes/double.C, classes/int.C,
                   21214:          classes/root.C, classes/string.C, include/pa_request.h,
                   21215:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   21216:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   21217:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   21218:          main/pa_wcontext.C: ^lang prepare0
                   21219: 
                   21220: 2001-03-09  paf
                   21221: 
                   21222:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   21223:          construct proper naming
                   21224: 
                   21225:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   21226:          classes/double.C, classes/int.C, classes/root.C,
                   21227:          classes/string.C, include/code.h, include/pa_value.h,
                   21228:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   21229:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   21230:          main/compile.y, main/compile_tools.C, main/core.C,
                   21231:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   21232:          and ^double[]. fixed expr type
                   21233: 
                   21234:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   21235:          ^string.length[]
                   21236: 
                   21237: 2001-03-08  paf
                   21238: 
                   21239:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   21240: 
                   21241:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   21242:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   21243:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   21244:          derivated from vobject
                   21245: 
                   21246:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   21247:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   21248: 
                   21249:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   21250:          remained clone conseqs
                   21251: 
                   21252:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   21253: 
                   21254:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   21255: 
                   21256:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   21257:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   21258:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   21259:          include/pa_vobject.h, include/pa_vstring.h,
                   21260:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   21261:          main/execute.C: withoud cloning. didn't need it actually, params
                   21262:          got passed from out unnamed ewpool
                   21263: 
                   21264:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   21265:          include/pa_vjunction.h, include/pa_vobject.h,
                   21266:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   21267: 
                   21268:        * src/: include/pa_bool.h, include/pa_double.h,
                   21269:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   21270:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   21271:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21272:          include/pa_vobject.h, include/pa_vstring.h,
                   21273:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   21274:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   21275:          to give params proper names
                   21276: 
                   21277:        * src/main/pa_wcontext.C: z
                   21278: 
                   21279:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   21280:          unknown values in get_element and unfilled params. removed wrong
                   21281:          name change in get_element
                   21282: 
                   21283:        * src/main/execute.C: z
                   21284: 
                   21285:        * src/main/execute.C: fixed problems calling operators in
                   21286:          constructors
                   21287: 
                   21288:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   21289:          detected problems calling operators in constructors
                   21290: 
                   21291:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   21292:          autocalc def to string
                   21293: 
                   21294:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   21295:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   21296: 
                   21297:        * src/classes/root.C: added root.c
                   21298: 
                   21299:        * src/: include/pa_request.h, include/pa_value.h,
                   21300:          include/pa_vcframe.h, include/pa_vmframe.h,
                   21301:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   21302:          main/core.C, main/execute.C, main/pa_cframe.C,
                   21303:          main/pa_wcontext.C: 'if' just compiled
                   21304: 
                   21305:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   21306:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21307:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   21308:          main/pa_wcontext.C: z
                   21309: 
                   21310:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   21311:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   21312:          with parameter names  in operator methods
                   21313: 
                   21314:        * src/main/compile.y: minor renamings in .y
                   21315: 
                   21316:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   21317:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   21318:          @BASE.  changed 'RUN' assignment mech
                   21319: 
                   21320:        * src/main/execute.C: z
                   21321: 
                   21322:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   21323:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   21324:          static. so to enable runtime ^use
                   21325: 
                   21326:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   21327: 
                   21328:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   21329:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   21330: 
                   21331:        * src/main/execute.C: root root in code-junction
                   21332: 
                   21333: 2001-03-07  paf
                   21334: 
                   21335:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   21336:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   21337: 
                   21338:        * src/: include/pa_stack.h, include/pa_value.h,
                   21339:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   21340:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   21341:          fixed rwcontext of {} params up
                   21342: 
                   21343:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   21344: 
                   21345:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   21346: 
                   21347:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   21348:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   21349:          main/pa_hash.C: expr def in -f
                   21350: 
                   21351:        * src/main/: compile.y, execute.C: expr calls
                   21352: 
                   21353:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   21354:          fixed
                   21355: 
                   21356:        * src/main/compile.y: expr quoted code
                   21357: 
                   21358:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   21359:          support0
                   21360: 
                   21361:        * src/main/compile.y: expr string comparisons 0
                   21362: 
                   21363:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   21364:          main/pa_string.C: just compiled lt&co
                   21365: 
                   21366:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   21367:          $field not a $var.field
                   21368: 
                   21369: 2001-03-06  paf
                   21370: 
                   21371:        * src/main/compile.y: .y expr visible-shorter
                   21372: 
                   21373:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   21374:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   21375:          logical
                   21376: 
                   21377:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   21378:          skipping whitespace in yylex
                   21379: 
                   21380:        * src/include/pa_vbool.h: forgot this
                   21381: 
                   21382:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   21383:          string ops in expressions 0
                   21384: 
                   21385:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   21386:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   21387:          main/execute.C, main/main.dsp: !~
                   21388: 
                   21389:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   21390:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   21391:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   21392:          include/pa_vunknown.h, include/pa_wcontext.h,
                   21393:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   21394:          main/compile_tools.h, main/execute.C: +-*/
                   21395: 
                   21396:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   21397:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   21398: 
                   21399:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   21400:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   21401: 
                   21402:        * src/main/compile.y: expr grammar-1
                   21403: 
                   21404:        * src/main/compile.y: expr lexx1
                   21405: 
                   21406:        * src/main/: compile.y, execute.C, main.dsp: z
                   21407: 
                   21408:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   21409:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   21410:          main/execute.C: expr lex0 exec-1
                   21411: 
                   21412:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   21413: 
                   21414: 2001-02-26  paf
                   21415: 
                   21416:        * src/main/compile.y: max_string in yyerror bug fix
                   21417: 
                   21418: 2001-02-25  paf
                   21419: 
                   21420:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   21421:          include/pa_wcontext.h, main/execute.C: VAliased3
                   21422: 
                   21423:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   21424: 
                   21425:        * src/main/execute.C: VAliased1
                   21426: 
                   21427:        * src/: include/pa_request.h, include/pa_value.h,
                   21428:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   21429:          VAliased0
                   21430: 
                   21431:        * src/: include/pa_pool.h, include/pa_request.h,
                   21432:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   21433:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   21434:          VAliased just compiled
                   21435: 
                   21436:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   21437:          include/pa_vobject.h, main/execute.C: alias dead end
                   21438: 
                   21439:        * src/: include/pa_value.h, include/pa_vclass.h,
                   21440:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   21441:          main/main.dsp: no not get fields into interm VFielded class.
                   21442:          fields & staticfields 1
                   21443: 
                   21444:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   21445:          include/pa_vobject.h, include/pa_wcontext.h,
                   21446:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   21447:          main/main.dsp: would now get fields into interm VFielded class
                   21448: 
                   21449:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   21450:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   21451:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   21452:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   21453:          main/pa_wcontext.C: virtuals2
                   21454: 
                   21455:        * src/main/compile.y: : 1
                   21456: 
                   21457:        * src/main/compile.y: rethought to $class:static.field.subfield
                   21458: 
                   21459:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   21460:          $class:element
                   21461: 
                   21462:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   21463:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   21464:          main/pa_wcontext.C: before execute class calls rewrite
                   21465: 
                   21466:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   21467:          name RUN, also alias
                   21468: 
                   21469:        * src/main/compile.y: escaping bug
                   21470: 
                   21471:        * src/: include/pa_request.h, include/pa_value.h,
                   21472:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   21473:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   21474: 
                   21475:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   21476:          include/pa_vmframe.h, include/pa_vobject.h,
                   21477:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   21478:          main/compile_tools.h, main/execute.C: ^class:method() just
                   21479:          compiled
                   21480: 
                   21481: 2001-02-24  paf
                   21482: 
                   21483:        * src/main/main.dsp: no bison -d
                   21484: 
                   21485:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   21486:          class' err msg wrong
                   21487: 
                   21488:        * src/main/compile.y: z
                   21489: 
                   21490:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   21491: 
                   21492:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   21493:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   21494: 
                   21495:        * src/: include/pa_vclass.h, main/core.C: z
                   21496: 
                   21497:        * src/: include/pa_value.h, include/pa_vclass.h,
                   21498:          include/pa_vobject.h, main/main.dsp, targets/parser/parser.dsp:
                   21499:          vobject00
                   21500: 
                   21501:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   21502:          60% from 1 were 0
                   21503: 
                   21504:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   21505:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   21506:          as bad as you've named it: wcontext.value() was not a perfect
                   21507:          idea
                   21508: 
                   21509:        * src/main/execute.C: codeframe1
                   21510: 
                   21511:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   21512:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   21513:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21514:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   21515:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   21516:          just compiled
                   21517: 
                   21518:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   21519:          ideology @: ^x{$a()) must construct current wcontext element, so
                   21520:          smart wcontext handling needed
                   21521: 
                   21522:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   21523:          klinch
                   21524: 
                   21525:        * src/main/: compile.y, execute.C: fixed empty constructor
                   21526:          optimized empty case. failed on calls - produced empty string
                   21527:          param
                   21528: 
                   21529:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   21530: 
                   21531:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   21532:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   21533:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   21534:          main/execute.C: code junctions0. something wrong with last \n
                   21535:          macrotemplate strip
                   21536: 
                   21537:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   21538:          main/pa_value.C: minor error reporting format beautifyings
                   21539: 
                   21540:        * src/: include/pa_value.h, include/pa_vclass.h,
                   21541:          include/pa_vframe.h, main/core.C, main/execute.C,
                   21542:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   21543:          junctions0
                   21544: 
                   21545: 2001-02-23  paf
                   21546: 
                   21547:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   21548:          pa_wwrapper.h: lara came, can't work, sorry :(
                   21549: 
                   21550:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   21551:          junction
                   21552: 
                   21553:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   21554:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   21555:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   21556: 
                   21557:        * src/: include/pa_hash.h, include/pa_value.h,
                   21558:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   21559:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   21560:          done
                   21561: 
                   21562:        * src/include/pa_wcontext.h: z
                   21563: 
                   21564:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   21565:          wrong grammar in complex constructor case
                   21566: 
                   21567:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   21568: 
                   21569:        * src/main/execute.C: with result rwpool
                   21570: 
                   21571:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   21572:          main/main.dsp: value named
                   21573: 
                   21574:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   21575:          strign 2 value in 2 places in execute
                   21576: 
                   21577:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   21578:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   21579:          wcontext.put_element when wcontext fvalue==0
                   21580: 
                   21581: 2001-02-22  paf
                   21582: 
                   21583:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   21584:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   21585:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   21586: 
                   21587:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   21588:          erroreos checkout
                   21589: 
                   21590:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   21591: 
                   21592:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   21593:          main/compile_tools.h, main/pa_array.C: $self.get
                   21594: 
                   21595:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   21596: 
                   21597:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   21598:          bit. finished now.
                   21599: 
                   21600:        * src/main/compile.y: $: finished
                   21601: 
                   21602:        * src/: main/compile.C, main/compile.y, main/execute.C,
                   21603:          targets/parser/parser.dsp: started : with $a.$:f
                   21604: 
                   21605:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   21606:          main/execute.C: OP_STRING better then some xxx _VALUE
                   21607: 
                   21608:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   21609:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   21610:          string to vstring it .y all
                   21611: 
                   21612:        * src/: include/pa_request.h, include/pa_stack.h,
                   21613:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   21614:          all
                   21615: 
                   21616:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   21617:          precise parse error line:col
                   21618: 
                   21619:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   21620:          main/pa_hash.C, main/pa_pool.C, targets/parser/parser.C: TRY...
                   21621: 
                   21622:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21623:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   21624:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21625:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   21626:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   21627:          main/pa_table.C, targets/parser/parser.C: removed exception from
                   21628:          request
                   21629: 
                   21630:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   21631:          some forgotten
                   21632: 
                   21633:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   21634:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   21635:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   21636:          get/put simple vars to VClass works0
                   21637: 
                   21638:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   21639:          main/pa_string.C: in process, but found that exceptions are too
                   21640:          global
                   21641: 
                   21642:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   21643:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   21644:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   21645:          seems wcontext must write strings regardles of fvalue!=0
                   21646: 
                   21647: 2001-02-21  paf
                   21648: 
                   21649:        * src/main/execute.C: tired :)
                   21650: 
                   21651:        * src/main/: compile.C, compile.y, execute.C: store0
                   21652: 
                   21653:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   21654:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   21655:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   21656:          main/execute.C, main/main.dsp, main/pa_array.C,
                   21657:          main/pa_request.C, targets/parser/parser.C,
                   21658:          targets/parser/parser.dsp: get put -1 [just compiled]
                   21659: 
                   21660:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   21661:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   21662:          main/main.dsp, main/pa_request.C, targets/parser/parser.C:
                   21663:          request core methods0
                   21664: 
                   21665:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   21666:          main/compile.y, main/execute.C, targets/parser/parser.C:
                   21667:          MAIN_METHOD_NAME ready to write execute
                   21668: 
                   21669:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   21670:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   21671:          targets/parser/parser.C: .y methods and one_big_piece. now
                   21672:          compile returns array<method*>
                   21673: 
                   21674:        * src/main/compile.y: more straightforward yylex[end]
                   21675: 
                   21676:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21677:          string.operator==(char*)
                   21678: 
                   21679:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   21680:          main/execute.C, main/pa_array.C, targets/parser/parser.C: after
                   21681:          array.const get wonders
                   21682: 
                   21683:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   21684:          pa_string.h, pa_value.h: struck with const array.gets
                   21685: 
                   21686:        * src/main/: execute.C: z
                   21687: 
                   21688:        * src/main/: compile.y, execute.C: z
                   21689: 
                   21690:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   21691:          processing in eval & yyerror so it wouldn't cause memleaks.
                   21692: 
                   21693:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   21694:          parse error positions. leaving RIGHTMOST position as
                   21695:          @file[line:col]
                   21696: 
                   21697:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   21698:          main/compile_tools.h, targets/parser/parser.C: line numbers
                   21699:          needed. would add them to .y now internally. externally it's not
                   21700:          as precise as needed
                   21701: 
                   21702:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   21703:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   21704:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   21705:          compiler works ok
                   21706: 
                   21707: 2001-02-20  paf
                   21708: 
                   21709:        * src/: main/compile.C, main/compile.y, main/compile_tools.C,
                   21710:          main/compile_tools.h, main/execute.C, main/main.dsp,
                   21711:          targets/parser/parser.C: nestage probs, eof yylex not perfect
                   21712: 
                   21713:        * src/: include/code.h, include/compile.h, include/execute.h,
                   21714:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   21715:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21716:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21717:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   21718:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   21719:          main/pa_string.C, main/pa_table.C, targets/parser/parser.C,
                   21720:          targets/parser/parser.dsp: bison[yacc] first time compiled.
                   21721:          execute=dump for now
                   21722: 
                   21723:        * src/main/core.C: core rewrite using yacc investigations now will
                   21724:          be compile[yacc]/execute[opcodes]
                   21725: 
                   21726: 2001-02-15  paf
                   21727: 
                   21728:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   21729:          rewrite as turing machine? for it seems it would be it's too many
                   21730:          ifs with this syntax now
                   21731: 
                   21732: 2001-02-14  paf
                   21733: 
                   21734:        * src/main/core.C: get_params 1
                   21735: 
                   21736:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   21737:          :( ]
                   21738: 
                   21739:        * src/main/core.C: varios breaks
                   21740: 
                   21741:        * src/main/core.C: get names 3
                   21742: 
                   21743:        * src/main/core.C: get names 2
                   21744: 
                   21745:        * src/main/core.C: get names 1
                   21746: 
                   21747:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   21748:          names 0
                   21749: 
                   21750:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   21751:          text repassing2 operator static vars
                   21752: 
                   21753:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   21754:          main/pa_string.C: process text repassing
                   21755: 
                   21756:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   21757:          module:calls changes
                   21758: 
                   21759: 2001-02-13  paf
                   21760: 
                   21761:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   21762:          ^class:calls[] started
                   21763: 
                   21764:        * src/: include/pa_value.h, main/core.C: z
                   21765: 
                   21766:        * src/main/core.C: operators : and self. prefixes
                   21767: 
                   21768:        * src/main/core.C: z
                   21769: 
                   21770:        * src/: include/pa_string.h, main/pa_string.C,
                   21771:          targets/parser/parser.C: String_iterator tested
                   21772: 
                   21773:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   21774:          optimized
                   21775: 
                   21776:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   21777:          would change privates to better support optimization
                   21778: 
                   21779:        * src/: include/pa_string.h, main/pa_string.C:
                   21780:          String_iterator::skip_to todo:optimize
                   21781: 
                   21782: 2001-02-12  paf
                   21783: 
                   21784:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   21785:          String_iterator
                   21786: 
                   21787:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   21788:          comments
                   21789: 
                   21790:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   21791:          self/methodref joined
                   21792: 
                   21793: 2001-02-11  paf
                   21794: 
                   21795:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   21796:          main/main.dsp: core started.  core.C, context&value .h
                   21797: 
                   21798:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21799:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   21800:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   21801:          targets/parser/parser.C: :pooled
                   21802: 
                   21803: 2001-01-30  paf
                   21804: 
                   21805:        * src/targets/parser/Makefile.am: .am updated
                   21806: 
                   21807:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am,
                   21808:          targets/parser/Makefile.am: .am comments
                   21809: 
                   21810:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   21811:          main/pa_pool.C, targets/parser/Makefile.am,
                   21812:          targets/parser/parser.C, targets/parser/parser.dsp,
                   21813:          targets/parser/pool.h: moved pa_pool.C to be target specific
                   21814: 
                   21815:        * src/targets/parser/pa_pool.C: moved from main.  would specialize
                   21816:          by linking other copies of real_ funcs
                   21817: 
                   21818:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21819:          include/pa_table.h, main/pa_exception.C, main/pa_table.C,
                   21820:          targets/parser/parser.C: minor * to & changes
                   21821: 
                   21822:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21823:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   21824:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C,
                   21825:          targets/parser/parser.C, targets/parser/parser.dsp,
                   21826:          targets/parser/pool.h: error re-associated. that's much better
                   21827:          even removed 'die' necessety
                   21828: 
                   21829:        * src/targets/parser/pool.h: dont like error associations, would
                   21830:          rewrite
                   21831: 
                   21832:        * src/targets/parser/: Makefile.am, parser.C, parser.dsp, pool.h:
                   21833:          lowered targets/parser into subdir, added parser_Pool(Pool)
                   21834: 
                   21835:        * src/: include/pa_error.h, include/pa_exception.h,
                   21836:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   21837:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   21838:          targets/Makefile.am: lowered targets/parser into subdir, added
                   21839:          parser_Pool(Pool) failed to add. would think..
                   21840: 
                   21841:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   21842:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   21843:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   21844:          hence lots of 'const'
                   21845: 
                   21846:        * src/: include/pa_error.h, include/pa_request.h,
                   21847:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   21848:          main/pa_table.C: Error fixed
                   21849: 
                   21850: 2001-01-29  paf
                   21851: 
                   21852:        * src/: include/pa_array.h, include/pa_common.h,
                   21853:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   21854:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   21855:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   21856:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   21857: 
                   21858:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21859:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21860:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   21861:          main/pa_string.C, main/pa_table.C: Request Error Table
                   21862: 
                   21863:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   21864:          templates"
                   21865: 
                   21866:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   21867:          main/main.dsp, main/pa_array.C: templates failed no template
                   21868:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   21869:          2.95.2-6 from latest cygwin]
                   21870: 
                   21871:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21872:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21873:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   21874:          main/pa_table.C: Table started would test template Array now
                   21875: 
                   21876:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21877:          String originating
                   21878: 
                   21879:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   21880:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   21881:          SYNCHRONIZED(thread_safe)
                   21882: 
                   21883:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   21884:          parts to top
                   21885: 
                   21886:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   21887:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   21888:          see: needed only in global Hash now, made Hash:: put/get
                   21889:          SYNCHRONIZED
                   21890: 
                   21891:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   21892:          main/pa_threads.C: added pa_threads
                   21893: 
                   21894:          Mutex
                   21895: 
                   21896:        * src/include/pa_hash.h: some comments
                   21897: 
                   21898:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   21899:          Array& operator += (Array& src)
                   21900: 
                   21901:        * src/main/pa_array.C: expand not convinient, would rewrite
                   21902: 
                   21903:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   21904:          (Array& src)
                   21905: 
                   21906:          rethought, would change now
                   21907: 
                   21908: 2001-01-27  paf
                   21909: 
                   21910:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   21911:          caching
                   21912: 
                   21913:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21914:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   21915:          cache rethought to chunk caching
                   21916: 
                   21917:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21918:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   21919:          main/pa_hash.C, main/pa_string.C: Array 0
                   21920: 
                   21921:        * src/main/pa_string.C: String::operator ==
                   21922: 
                   21923:        * src/main/pa_hash.C: String(&String)
                   21924: 
                   21925:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   21926: 
                   21927:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   21928:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   21929:          pa_hash[forgotten]
                   21930: 
                   21931: 2001-01-26  paf
                   21932: 
                   21933:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21934:          removed templates [vc++ suxx]
                   21935: 
                   21936:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   21937:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   21938: 
                   21939:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   21940: 
                   21941:        * src/main/: main.dsp, pa_string.C: $Id$ check
                   21942: 
                   21943:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
                   21944:          check
                   21945: 
                   21946:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   21947:          dynamic row_count
                   21948: 
                   21949:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21950:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21951:          targets/Makefile.am: Initial revision
                   21952: 
                   21953:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21954:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21955:          targets/Makefile.am: creating parser3 module
                   21956: 

E-mail: