Annotation of parser3/ChangeLog, revision 1.121

1.121   ! moko        1: 2019-09-11  moko
        !             2: 
        !             3:        * src/classes/int.C: whitespace
        !             4: 
        !             5:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
        !             6:          exception test
        !             7: 
        !             8:        * tests/results/388-sql.processed: sql queries now shown (related
        !             9:          to feature #1196)
        !            10: 
        !            11:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
        !            12:          with old parser versions.
        !            13: 
        !            14:        * src/: classes/file.C, classes/hash.C, classes/string.C,
        !            15:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
        !            16:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
        !            17:          instead of connect string in query_event_handlers exceptions
        !            18:          (implements feature #1196)
        !            19: 
1.120     moko       20: 2019-09-06  moko
                     21: 
                     22:        * tests/388-sql.html: mysql compat
                     23: 
                     24:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                     25:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                     26:          sql_ variables declaration moved to pa_common.h
                     27: 
1.116     moko       28: 2019-01-15  moko
                     29: 
                     30:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                     31:          logically sorted
                     32: 
                     33: 2018-12-27  moko
                     34: 
                     35:        * src/include/pa_config_includes.h: warning war:
                     36:          -Wdeprecated-register added for C++ 17
                     37: 
                     38: 2018-10-15  moko
                     39: 
                     40:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                     41:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                     42:          --with-xml=/usr/local/
                     43: 
                     44: 2018-09-24  moko
                     45: 
                     46:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                     47:          ^image::measure[] now supports tiff added (related to feature
                     48:          #1188)
                     49: 
                     50:        * src/classes/image.C: ^image::measure[] now supports tiff
                     51:          (implements feature #1188)
                     52: 
                     53: 2018-09-20  moko
                     54: 
                     55:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                     56:          files measure added (related to ticket #1188)
                     57: 
                     58:        * src/classes/image.C: measure of bmp files implemented (related to
                     59:          ticket #1188)
                     60: 
                     61: 2018-09-18  moko
                     62: 
                     63:        * tests/: 394-curl.html, results/394-curl.processed,
                     64:          results/auto.p: test for bug #1187 (max_file_size check for head
                     65:          requests) added
                     66: 
                     67: 2018-08-24  moko
                     68: 
                     69:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                     70:          response content-length check is required (fixes bug #1187)
                     71: 
                     72: 2018-05-11  moko
                     73: 
                     74:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                     75:          $.append(bool) ] option added (related to feature #919)
                     76: 
                     77:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                     78:          from misha@ patch (implements feature #919)
                     79: 
                     80: 2018-03-22  moko
                     81: 
                     82:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                     83:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                     84:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                     85:          Windows-only problem.
                     86: 
                     87:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                     88:          build fix)
                     89: 
                     90: 2018-02-03  moko
                     91: 
                     92:        * src/main/execute.C: removes irrelevant lines from exception stack
                     93:          trace when exceptions occurs in assigment (fixes bug #1165)
                     94: 
                     95:        * tests/: 393.html, results/393.processed: test for behavour after
                     96:          "Property can not be created, already exists field with that
                     97:          name" exception removed (related to feature #1183)
                     98: 
                     99:        * src/types/pa_vclass.C: "Property can not be created, already
                    100:          exists field with that name" exception removed (implements
                    101:          feature #1183)
                    102: 
                    103: 2018-01-19  moko
                    104: 
                    105:        * src/classes/string.C: whitespace
                    106: 
                    107:        * src/classes/string.C: whitespace
                    108: 
                    109:        * tests/: 392.html, results/392.processed: test for
                    110:          ^regex::create[$regex] added (related to feature #1135)
                    111: 
                    112:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    113:          ^regex::create[$regex] added (implements feature #1135)
                    114: 
                    115:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    116:          commented define added (related to feature #1157)
                    117: 
                    118: 2018-01-17  moko
                    119: 
                    120:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    121: 
                    122: 2018-01-15  moko
                    123: 
                    124:        * tests/: 390.html, results/390.processed: real path replaced by
                    125:          stub
                    126: 
                    127:        * tests/: 391.html, results/391.processed: test for feature #1181
                    128:          (XML_PARSE_HUGE exception) added
                    129: 
                    130: 2018-01-11  moko
                    131: 
                    132:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    133: 
                    134:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    135:          XML_PARSE_HUGE option passed by default (implements feature
                    136:          #1181)
                    137: 
                    138:        * src/classes/string.C: whitespace
                    139: 
                    140: 2017-12-10  moko
                    141: 
                    142:        * tests/: 389.html, 390.html, results/389.processed,
                    143:          results/390.processed: image code coverage tests added (related
                    144:          to feature #1125)
                    145: 
                    146: 2017-12-08  moko
                    147: 
                    148:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    149:          results/346-curl.processed, results/388-sql.processed,
                    150:          results/389.processed: more code coverage tests
                    151: 
                    152:        * tests/: 264.html, results/264.processed: code coverage for
                    153:          ^file::exec[]
                    154: 
                    155: 2017-12-07  moko
                    156: 
                    157:        * tests/: 174.html, 388-sql.html, 389.html,
                    158:          results/388-sql.processed, results/389.processed,
                    159:          results/174.processed: more coverage tests
                    160: 
                    161:        * src/classes/math.C: exception text actualized
                    162: 
                    163: 2017-12-06  moko
                    164: 
                    165:        * tests/388-sql.html: $SQL can be here
                    166: 
                    167:        * tests/results/auto.p: $SQL not required here
                    168: 
                    169:        * tests/: 388-sql.html, 389.html, Makefile,
                    170:          results/388-sql.processed, results/389.processed, results/auto.p:
                    171:          code coverage tests for sql (using sqlite) and int/double/bool
                    172:          added (related to feature #1125)
                    173: 
                    174:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    175:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    176:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    177:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    178:          targets/apache/ApacheModuleParser3Core.vcproj,
                    179:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    180:          types/types.vcproj: gc\include no longer required
                    181: 
                    182:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    183:          required
                    184: 
                    185:        * src/: classes/Makefile.am, classes/table.C,
                    186:          include/pa_config_includes.h, include/pa_string.h,
                    187:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    188:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    189:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    190:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    191:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    192:          used, we now include it directly
                    193: 
                    194: 2017-12-04  moko
                    195: 
                    196:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    197:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    198:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    199:          where required
                    200: 
                    201:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    202:          now can be used to trace memory allocations
                    203: 
                    204:        * src/: classes/table.C, include/pa_config_includes.h,
                    205:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    206:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    207:          method removes, libcord also can work without libgc
                    208: 
                    209:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    210: 
                    211: 2017-11-29  moko
                    212: 
                    213:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    214:          are not present (related to feature #1173)
                    215: 
                    216:        * tests/346-curl.html: test updated to test curl content-length bug
                    217:          (related to feature #1173)
                    218: 
                    219:        * tests/results/346-curl.processed: more test for content-length
                    220:          curl bug (related to feature #1173)
                    221: 
                    222:        * tests/results/346-curl.processed: test results updated after
                    223:          #1173 implemented
                    224: 
                    225: 2017-11-28  moko
                    226: 
                    227:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    228:          (related to feature #1173)
                    229: 
                    230: 2017-11-27  moko
                    231: 
                    232:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    233:          $.http_version[version string] added (implements feature #1173),
                    234:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    235:          where $post(true) bug existed.
                    236: 
                    237: 2017-11-18  moko
                    238: 
                    239:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    240: 
                    241:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    242:          feature #1170)
                    243: 
                    244: 2017-11-17  moko
                    245: 
                    246:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    247:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    248:          with delete usage check only under Debian 9 (related to feature
                    249:          #1170)
                    250: 
                    251: 2017-11-16  moko
                    252: 
                    253:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    254:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    255:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    256:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    257:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    258:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    259:          stubs defend from accidental use (implements feature #1170)
                    260: 
                    261: 2017-06-24  moko
                    262: 
                    263:        * configure.ac: minor fix: thanks to alx@
                    264: 
1.115     moko      265: 2017-05-29  moko
                    266: 
                    267:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    268:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    269:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    270: 
                    271:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    272:          ignored, =?UTF-8?Q?= should start in case of leading space
                    273:          (related to bug #123)
                    274: 
                    275:        * buildall: echo -n -> printf for OS X. :)
                    276: 
                    277: 2017-05-25  moko
                    278: 
                    279:        * tests/: 288.html, results/288.processed: test updated afted
                    280:          setting $o.prop without setter exception removed (related to
                    281:          feature #1157)
                    282: 
                    283:        * src/types/pa_vclass.C: no more "this property has no setter
                    284:          method" when setting $o.prop without setter (implements feature
                    285:          #1157)
                    286: 
                    287:        * buildall: echo \c -> echo -n for FreeBSD
                    288: 
                    289:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    290:          src/types/pa_vdouble.h: isfinite now checked in configure
                    291: 
                    292:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    293:          upgraded to automake 1.15
                    294: 
                    295: 2017-05-23  moko
                    296: 
                    297:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    298:          defined
                    299: 
                    300: 2017-05-22  moko
                    301: 
                    302:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    303: 
                    304:        * buildall: extern CFLAGS setting support
                    305: 
                    306:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    307: 
                    308:        * buildall: http -> https
                    309: 
                    310:        * buildall: gc-7.2f -> gc-7.6.0
                    311: 
                    312: 2017-05-20  moko
                    313: 
                    314:        * buildall: https, pcre, xml, xslt updated to current versions
                    315:          (related to feature #1136)
                    316: 
                    317: 2017-05-19  moko
                    318: 
                    319:        * tests/097.html: after parser.ru moved to https
                    320: 
                    321: 2017-05-17  moko
                    322: 
                    323:        * tests/results/: 175.processed, 372.processed: tests resuls
                    324:          updated after lintian spelling typos fixed (related to bug #1156)
                    325: 
                    326:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    327:          classes/string.C, classes/table.C, main/pa_charset.C,
                    328:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    329:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    330:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    331: 
                    332:        * tests/results/096.processed: +XMP
                    333: 
                    334:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    335:          $.xmp(true) options tested (test for feature #1154)
                    336: 
                    337:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    338:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    339:          fetched by default! (implements feature #1154)
                    340: 
                    341: 2017-05-16  moko
                    342: 
                    343:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    344:          allowed (related to feature #1154)
                    345: 
                    346:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    347:          initial XMP implementation - without options and transcode
                    348:          (related to feature #1154)
                    349: 
                    350: 2017-05-12  moko
                    351: 
                    352:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    353:          image: exif moved to ffields, skipped in ^image.html[] where
                    354:          iterators now used (preparation for feature #1154)
                    355: 
                    356: 2017-05-05  moko
                    357: 
                    358:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    359:          results/387.processed: test for circular class inheritance check
                    360:          added (related to bug #1150)
                    361: 
                    362:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    363:          added (fixes endless add_derived bug #1150)
                    364: 
                    365: 2017-05-04  moko
                    366: 
                    367:        * tests/: 386.html, results/386.processed: test for
                    368:          $table.value(number) added (related to feature #1152)
                    369: 
                    370:        * src/types/pa_vtable.C: table put_element: column value must be
                    371:          string  - > column value must be string compatible to allow
                    372:          $t.value(1) (implements feature #1152)
                    373: 
                    374: 2017-05-03  moko
                    375: 
                    376:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    377:          (related to feature #1151)
                    378: 
                    379:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    380:          not possible, removing test (related to feature #1151)
                    381: 
                    382:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    383:          get_element_method added and used to allow $use[$method] and
                    384:          $autouse[$method] (implements feature 1151)
                    385: 
                    386:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    387:          variable added (related to feature #1151)
                    388: 
                    389:        * tests/results/226.processed: actualized after ^try-catch used
                    390: 
                    391:        * tests/: 226.html, 385.html, results/385.processed: test for
                    392:          @autouse in variable added
                    393: 
                    394:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    395: 
1.114     moko      396: 2017-02-27  moko
                    397: 
                    398:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    399: 
1.113     moko      400: 2017-02-20  moko
                    401: 
                    402:        * operators.txt: actualization + beauty
                    403: 
                    404: 2017-02-16  moko
                    405: 
                    406:        * tests/: 384.html, results/384.processed: test for
                    407:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    408:          #1089)
                    409: 
                    410:        * tests/: 384.html, results/384.processed: test for
                    411:          ^reflection:mixin[] added (related to feature #1089)
                    412: 
                    413:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    414: 
1.112     moko      415: 2017-02-15  moko
                    416: 
                    417:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    418:          fixed
                    419: 
                    420:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    421:          test added (related to feature #1069)
                    422: 
                    423:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    424:          compilation without HASH_ORDER fixed
                    425: 
                    426:        * src/: classes/reflection.C, include/pa_hash.h:
                    427:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    428:          feature #1069)
                    429: 
                    430: 2017-02-14  moko
                    431: 
                    432:        * tests/: 152.html, results/152.processed: test for $._default hash
                    433:          added (related to bug #1131)
                    434: 
                    435:        * tests/: 277.html, results/277.processed: test for hash with only
                    436:          $._default is now defined (related to bug #1131)
                    437: 
                    438:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    439:          (fixed bug #1131)
                    440: 
                    441: 2017-02-13  moko
                    442: 
                    443:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    444: 
                    445:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    446:          results/320.processed, results/375.processed, results/auto.p:
                    447:          cat-windows.sh support added
                    448: 
                    449:        * tests/375.html: Windows support
                    450: 
                    451:        * tests/270.html: documented
                    452: 
                    453:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    454:          (not backslashes) even under Windows (broke test 270)
                    455: 
                    456: 2017-02-12  moko
                    457: 
                    458:        * tests/: descript.ion, todo.txt: cleanup
                    459: 
                    460: 2017-02-09  moko
                    461: 
                    462:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    463:          run_tests.cmd: Windows compatibility
                    464: 
                    465:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                    466:          incorrectly (GMT) if parser is called from cygwin
                    467: 
1.111     moko      468: 2017-02-08  moko
                    469: 
1.112     moko      470:        * operators.txt: actualization 15% completed
                    471: 
                    472:        * operators.txt: cp1251 -> utf-8
                    473: 
                    474:        * NEWS, README: minor update
                    475: 
                    476:        * src/include/pa_config_includes.h: warning war continues
                    477: 
                    478:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                    479:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    480:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                    481:          gcc 6.x issues fixed
                    482: 
1.111     moko      483:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    484:          classes/classes.h, classes/curl.C, classes/date.C,
                    485:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    486:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    487:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    488:          classes/memcached.C, classes/memory.C, classes/op.C,
                    489:          classes/reflection.C, classes/regex.C, classes/response.C,
                    490:          classes/string.C, classes/table.C, classes/void.C,
                    491:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    492:          include/pa_array.h, include/pa_cache_managers.h,
                    493:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    494:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    495:          include/pa_dictionary.h, include/pa_dir.h,
                    496:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    497:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    498:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    499:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    500:          include/pa_request_charsets.h, include/pa_request_info.h,
                    501:          include/pa_sapi.h, include/pa_socks.h,
                    502:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    503:          include/pa_stack.h, include/pa_string.h,
                    504:          include/pa_stylesheet_connection.h,
                    505:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    506:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    507:          include/pa_uue.h, include/pa_xml_exception.h,
                    508:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    509:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    510:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    511:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    512:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    513:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    514:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    515:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    516:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    517:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    518:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    519:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    520:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    521:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    522:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                    523:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    524:          main/untaint.C, sql/pa_sql_driver.h,
                    525:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    526:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    527:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                    528:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    529:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                    530:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                    531:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                    532:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    533:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                    534:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    535:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    536:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    537:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    538:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    539:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    540:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                    541:          types/pa_vmemcached.h, types/pa_vmemory.h,
                    542:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    543:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    544:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    545:          types/pa_vresponse.C, types/pa_vresponse.h,
                    546:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    547:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    548:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    549:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    550:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    551:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    552:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                    553:          2015->2017
                    554: 
1.110     moko      555: 2017-02-07  moko
                    556: 
                    557:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                    558: 
                    559: 2017-02-06  moko
                    560: 
                    561:        * src/main/pa_common.C: minor fixes, whitespace
                    562: 
                    563:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    564:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                    565:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                    566:          now used (implements feature #1081)
                    567: 
                    568:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                    569: 
                    570: 2017-02-01  moko
                    571: 
                    572:        * src/include/pa_request.h: cleanup
                    573: 
                    574: 2017-01-30  moko
                    575: 
                    576:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                    577: 
                    578: 2017-01-29  moko
                    579: 
                    580:        * tests/: 383.html, results/383.processed: test for
                    581:          ^reflection:stack[] added (related to feature #1052)
                    582: 
                    583:        * src/classes/reflection.C: else added
                    584: 
                    585:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                    586:          $.max_file_lock_wait added (implements feature #1128)
                    587: 
                    588: 2017-01-28  moko
                    589: 
                    590:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                    591:          body and other cases tests added (related to featue #1014)
                    592: 
                    593:        * src/classes/curl.C: bug if response is empty fixed (related to
                    594:          feature #1014)
                    595: 
                    596: 2017-01-27  moko
                    597: 
                    598:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                    599:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                    600:          added (implements feature #1052)
                    601: 
                    602: 2017-01-25  moko
                    603: 
                    604:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                    605:          method test added
                    606: 
                    607: 2017-01-23  moko
                    608: 
                    609:        * src/classes/reflection.C: optimization: options->get replaced by
                    610:          hash iterator
                    611: 
                    612:        * tests/: 381.html, results/381.processed: now -> fixed date
                    613: 
                    614:        * src/main/pa_request.C: warning war
                    615: 
                    616:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                    617:          5Mb (fixes bug #1058)
                    618: 
                    619:        * src/classes/curl.C: warning war
                    620: 
                    621:        * tests/: 381.html, results/381.processed: tests for ^json:string
                    622:          $.one-line(true) option added (related to feature #1124)
                    623: 
                    624:        * src/: classes/json.C, types/pa_value.h: $json-string
                    625:          $.one-line(true|false) options is now supported (implements
                    626:          feature #1124)
                    627: 
                    628:        * tests/: 380.html, results/380.processed: test for modified
                    629:          $.max_file_size added (related to bug #1014)
                    630: 
                    631:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                    632:          load added (related to bug #1014)
                    633: 
                    634:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                    635:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                    636:          in curl / file load from disk and http, http file load rewritten
                    637:          (related to bug #1014)
                    638: 
                    639: 2017-01-18  moko
                    640: 
                    641:        * tests/: 378.html, results/378.processed: tests for ^result[]
                    642:          added (related to feature #66)
                    643: 
                    644:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                    645:          Method::CO_WITHOUT_FRAME as frame still added in expression
                    646:          (related to feature #66)
                    647: 
                    648: 2017-01-17  moko
                    649: 
                    650:        * tests/: 377.html, results/377.processed: test for different
                    651:          combinations of breaks in body and delimiter (related to bug
                    652:          #1077)
                    653: 
                    654:        * tests/: 376.html, results/376.processed: many ^break[] tests
                    655:          added (related to bug #1077)
                    656: 
                    657:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                    658:          passed to native method" exception added to avoid bugs due to
                    659:          WRITE_EXPR_RESULT skipped and native methods execution continues
                    660:          after ^break[] (related to bug #1077)
                    661: 
                    662: 2017-01-14  moko
                    663: 
                    664:        * tests/: 330.html, results/330.processed: test results updated
                    665:          after ^break[] bugs where fixed (related to bug #1077)
                    666: 
                    667:        * tests/: 329.html, results/329.processed: test results updated
                    668:          after ^break[] bugs where fixed (related to bug #1077)
                    669: 
                    670:        * tests/results/320.processed: ^return[] added
                    671: 
                    672: 2017-01-13  moko
                    673: 
                    674:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    675:          classes/table.C, include/pa_request.h, main/execute.C,
                    676:          main/pa_request.C, targets/cgi/parser3.C,
                    677:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                    678:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                    679:          checked after each possible process/execute call (fixes bug
                    680:          #1077)
                    681: 
                    682: 2016-12-29  moko
                    683: 
                    684:        * src/main/pa_common.C: warning war
                    685: 
                    686:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                    687:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                    688:          pa_file_size_limit added, ^math:random fixed for upper limit and
                    689:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                    690:          (related to feature #1014)
                    691: 
                    692:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                    693:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                    694:          (related to feature #1014)
                    695: 
                    696: 2016-12-28  moko
                    697: 
                    698:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                    699:          warning war
                    700: 
                    701: 2016-12-26  moko
                    702: 
                    703:        * tests/: 341.html, results/341.processed: test for
                    704:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                    705: 
                    706:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                    707:          (related to feature #1057)
                    708: 
                    709:        * src/types/pa_vdate.C: warning war continues...
                    710: 
                    711:        * src/: classes/date.C, classes/image.C, classes/table.C,
                    712:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                    713: 
                    714:        * src/lib/gd/gifio.C: warning war / cleanup
                    715: 
                    716:        * src/lib/json/pa_json.C: warning war
                    717: 
                    718:        * src/classes/hash.C: warning war
                    719: 
                    720:        * src/types/pa_vfile.C: warning war
                    721: 
                    722:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                    723:          -Wall warning war continues
                    724: 
                    725:        * configure.ac: --with-build-warnings actualized
                    726: 
                    727: 2016-12-25  moko
                    728: 
                    729:        * src/main/pa_exec.C: -wAll warning war
                    730: 
                    731:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                    732:          -wAll warning war
                    733: 
                    734:        * src/: include/pa_common.h, include/pa_sapi.h,
                    735:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                    736:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                    737:          -wAll warning war
                    738: 
                    739: 2016-12-23  moko
                    740: 
                    741:        * src/lib/ltdl/Makefile.am: extra dist added
                    742: 
                    743:        * tests/results/344.processed: test result updated after $file.text
                    744:          prefetched in ^hash::create[$file] (related to feature #1075)
                    745: 
                    746:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                    747:          ^hash::create[$file] (related to feature #1075)
                    748: 
                    749: 2016-12-22  moko
                    750: 
                    751:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                    752:          main/pa_request.C, main/pa_stylesheet_connection.C,
                    753:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                    754:          #1014 under 32-bit unix versions)
                    755: 
                    756: 2016-12-21  moko
                    757: 
                    758:        * tests/: 375.html, results/375.processed: test for exec returning
                    759:          stated file added (related to feature #1119)
                    760: 
                    761:        * src/classes/file.C: load should not return file with null body
                    762:          (fixes bug #1119)
                    763: 
                    764: 2016-12-14  moko
                    765: 
                    766:        * tests/: 374.html, results/374.processed: test for $method.name
                    767:          added (related to feature #1117) plus method returning junction
                    768:          test
                    769: 
                    770: 2016-12-13  moko
                    771: 
                    772:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                    773:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                    774:          (implements feature #1117)
                    775: 
                    776:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                    777:          HEAD and TRACE can't have body (implements feature #1116)
                    778: 
                    779: 2016-12-09  moko
                    780: 
                    781:        * tests/: 373.html, results/373.processed: tests for
                    782:          ^reflection:tainting added (related to feature #1098)
                    783: 
                    784:        * src/classes/reflection.C: ^reflection:tainting arguments order
                    785:          change (related to feature #1098)
                    786: 
                    787: 2016-12-06  moko
                    788: 
                    789:        * src/: classes/reflection.C, include/pa_string.h,
                    790:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                    791:          feature #1098)
                    792: 
                    793: 2016-12-05  moko
                    794: 
                    795:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                    796:          (fixes bug #1114)
                    797: 
                    798: 2016-12-04  moko
                    799: 
                    800:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                    801:          check added
                    802: 
                    803: 2016-12-03  moko
                    804: 
                    805:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                    806:          to test value.as_hash() usage
                    807: 
                    808:        * src/classes/curl.C: value.as_hash() used for correct hash
                    809:          processing
                    810: 
                    811:        * src/classes/reflection.C: exceptions texts fixes
                    812: 
                    813: 2016-12-02  moko
                    814: 
                    815:        * tests/: 372.html, results/372.processed: tests for
                    816:          ^reflection:create[ $.class[name] $.constructor[name]
                    817:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                    818:          feature #1094)
                    819: 
                    820:        * src/types/pa_vmethod_frame.h: comment added: params should be
                    821:          declared outside of *_FRAME_ACTION as MethodParams destructor
                    822:          will be called in ~VNativeMethodFrame
                    823: 
                    824:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                    825:          ] minor fix
                    826: 
                    827:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                    828:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                    829:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                    830:          now supported (implements feature #1094) value::as_hash added
                    831:          (and should be used everywhere)
                    832: 
                    833:        * src/classes/reflection.C: cleanup
                    834: 
                    835: 2016-12-01  moko
                    836: 
                    837:        * tests/: 356.html, results/356.processed: test for method
                    838:          junctions class name added to the resulting hash added (related
                    839:          to feature #1068)
                    840: 
                    841:        * src/classes/reflection.C: for method junctions class name added
                    842:          to the resulting hash (related to feature #1068)
                    843: 
                    844: 2016-11-30  moko
                    845: 
                    846:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                    847:          exception (related to bug #1113)
                    848: 
                    849:        * src/types/pa_vhashfile.C: whitespace
                    850: 
                    851:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                    852:          #1113)
                    853: 
                    854:        * tests/results/: 175.processed, 192.processed, 224.processed,
                    855:          229.processed, 239.processed, 244.processed, 246.processed,
                    856:          314.processed, 352.processed: tests results updated after method
                    857:          call exceptions improved as method now keeps its name
                    858: 
                    859:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                    860:          types/pa_vmethod_frame.h: method call exceptions improved as
                    861:          method now keeps its name
                    862: 
                    863:        * tests/: 224.html, 239.html, results/224.processed,
                    864:          results/239.processed: tests and tests results updated after
                    865:          Request::construct exception changed
                    866: 
                    867:        * src/: classes/reflection.C, main/execute.C: Request::construct
                    868:          exception optimized
                    869: 
                    870:        * tests/: 371.html, results/371.processed: test for
                    871:          WWrapper.get_element call in $.name.key[value] code added
                    872:          (related to feature #1091)
                    873: 
                    874:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                    875:          in $.name.key[value] code (related to feature #1091)
                    876: 
                    877: 2016-11-29  moko
                    878: 
                    879:        * src/classes/op.C: VS warning war
                    880: 
                    881:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                    882:          C4239: nonstandard extension used : 'return' : conversion from
                    883:          'Value' to 'Value &' (related to feature #1020)
                    884: 
                    885:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                    886:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                    887:          used : 'return' : conversion from 'Value' to 'Value &' (related
                    888:          to feature #1020)
                    889: 
                    890:        * src/main/execute.C: VS warning war
                    891: 
                    892:        * src/targets/cgi/parser3.C: VS compatibility fix
                    893: 
                    894:        * src/include/pa_request.h: VS warning war
                    895: 
                    896:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                    897:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                    898: 
                    899:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                    900:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                    901:          $.stdin[$binary_file] (fixes bug #1044)
                    902: 
                    903: 2016-11-28  moko
                    904: 
                    905:        * src/main/pa_exec.C: whitespace
                    906: 
                    907:        * src/main/pa_request.C: whitespace
                    908: 
                    909:        * tests/: 369.html, results/369.processed: test for
                    910:          $response:status usage added (related to feature #1099)
                    911: 
                    912:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                    913:          if < 100 (implements feature #1099)
                    914: 
                    915:        * src/targets/cgi/parser3.C: whitespace
                    916: 
                    917:        * src/targets/cgi/parser3.C: whitespace
                    918: 
                    919:        * tests/: 368.html, results/368.processed: test updated after
                    920:          ^reflection:filename[$method] added (related to feature #1053)
                    921: 
                    922:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                    923:          main/compile.y, main/execute.C, main/pa_request.C,
                    924:          types/pa_vclass.h: filename -> filespec,
                    925:          ^reflection:filename[$method] added (related to feature #1053)
                    926: 
                    927: 2016-11-27  moko
                    928: 
                    929:        * tests/: 368.html, results/368.processed: test for
                    930:          reflection:filename[$class or object] added (related to feature
                    931:          #1053)
                    932: 
                    933:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                    934:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                    935:          object] added (implements feature #1053)
                    936: 
                    937: 2016-11-26  moko
                    938: 
                    939:        * src/: include/pa_request_info.h,
                    940:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                    941:          remove_absolute_uri -> strip_absolute_uri
                    942: 
                    943: 2016-11-25  moko
                    944: 
                    945:        * src/: include/pa_request_info.h,
                    946:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                    947:          request_info.remove_absolute_uri added to remove possible
                    948:          http://site.name/ from $request:uri (implements feature #1112)
                    949: 
                    950: 2016-11-24  moko
                    951: 
                    952:        * tests/: 367-curl.html, results/367-curl.processed: test for
                    953:          previous request headers clearing after redirect added (related
                    954:          to bug #1109)
                    955: 
                    956:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                    957:          response headers from previous requests are now cleared, only
                    958:          last request headers are collected (fixes bug #1109)
                    959: 
                    960:        * tests/results/: 266.processed, 321.processed, 356.processed:
                    961:          tests results updated as method name now added to the resulting
                    962:          hash for new syntax only (Imp1 compatimility fixed, related to
                    963:          feature #1068)
                    964: 
                    965:        * src/classes/reflection.C: method name now added to the resulting
                    966:          hash for new syntax only (Imp1 compatimility fixed, related to
                    967:          feature #1068)
                    968: 
                    969:        * tests/results/366.processed: test for native and parser
                    970:          implementation of ^use[] logic (related to feature #1074)
                    971: 
                    972:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                    973:          for native and parser implementation of ^use[] logic (related to
                    974:          feature #1074)
                    975: 
                    976: 2016-11-23  moko
                    977: 
                    978:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                    979:          main/pa_request.C: @USE file now implemented as ^use[file;
                    980:          $.origin[origin_file] ] (implements feature #1074)
                    981: 
1.109     moko      982: 2016-11-21  moko
                    983: 
1.110     moko      984:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                    985:          3.4.4 and $caller.method now tested (related to feature #1110)
                    986: 
                    987:        * tests/: 364.html, results/364.processed: $caller usage in
                    988:          different contexts now tested (related to feature #1110)
                    989: 
                    990:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                    991: 
                    992:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                    993: 
1.109     moko      994:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                    995:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                    996:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                    997:          used (implements feature #1110)
                    998: 
                    999: 2016-11-20  moko
                   1000: 
                   1001:        * src/types/pa_vdouble.h: whitespace
                   1002: 
                   1003: 2016-11-11  moko
                   1004: 
                   1005:        * tests/: 363.html, results/363.processed: more tests for feature
                   1006:          #1091 (how parser methods work in expression context)
                   1007: 
                   1008:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1009:          expressions strings are now written as strings, not values by
                   1010:          write_as_string (related to feature #1091)
                   1011: 
                   1012:        * src/classes/op.C: to make more correct behavour in expression
                   1013:          context
                   1014: 
                   1015: 2016-11-07  moko
                   1016: 
                   1017:        * tests/: 362.html, results/362.processed: test for
                   1018:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1019:          (related to bug #1108)
                   1020: 
                   1021:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1022:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1023: 
                   1024: 2016-11-06  moko
                   1025: 
                   1026:        * src/types/pa_vxdoc.h: whitespace
                   1027: 
                   1028: 2016-11-05  moko
                   1029: 
                   1030:        * src/types/pa_vmethod_frame.h: cleanup
                   1031: 
                   1032: 2016-11-03  moko
                   1033: 
                   1034:        * tests/results/244.processed: more correct exception after method
                   1035:          frames separation
                   1036: 
                   1037:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1038: 
                   1039:        * src/types/pa_method.h: optimization: params_count added
                   1040: 
                   1041:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1042:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1043:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1044:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1045:          VMethodFrame now divided into VNativeMethodFrame,
                   1046:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1047:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1048:          and used (related to feature #1104)
                   1049: 
                   1050: 2016-11-02  moko
                   1051: 
                   1052:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1053:          classes/double.C, classes/file.C, classes/hash.C,
                   1054:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1055:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1056:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1057:          classes/regex.C, classes/string.C, classes/table.C,
                   1058:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1059:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1060:          r.write (implements feature #1091)
                   1061: 
                   1062:        * src/main/execute.C: cleanup (related to feature #1104)
                   1063: 
                   1064:        * src/: include/pa_request.h, main/execute.C,
                   1065:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1066:          added, in_expression removed (implements feature #1104)
                   1067: 
                   1068: 2016-10-31  moko
                   1069: 
                   1070:        * src/types/pa_value.C: whitespace
                   1071: 
                   1072: 2016-10-28  moko
                   1073: 
                   1074:        * tests/results/244.processed: updated after error reporting fixed
                   1075:          in pa_wcontext.C
                   1076: 
                   1077:        * src/types/pa_wcontext.C: error reporting fixed
                   1078: 
                   1079:        * src/types/pa_wcontext.h: whitespace
                   1080: 
                   1081:        * src/classes/image.C: not fully readed entries are no longer
                   1082:          processed (fixes bug #1106)
                   1083: 
                   1084: 2016-10-26  moko
                   1085: 
                   1086:        * src/classes/image.C: whitespace
                   1087: 
                   1088:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1089:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1090:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1091:          longer required (related to feature #1091)
                   1092: 
                   1093:        * tests/results/: 264.processed, 350.processed: test results update
                   1094:          reverted (whitespace optimization) after write_no_lang removed :)
                   1095:          (related to feature #1091)
                   1096: 
                   1097:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1098:          classes/string.C, classes/table.C, classes/void.C,
                   1099:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1100:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1101:          equal write_pass_lang (related to feature #1091)
                   1102: 
                   1103:        * tests/results/: 264.processed, 350.processed: test results
                   1104:          updated (whitespace optimization) after write_assign_lang removed
                   1105:          (related to feature #1091)
                   1106: 
                   1107:        * tests/: 361.html, results/361.processed: test for non-string
                   1108:          ^untaint added (related to feature #1091)
                   1109: 
                   1110:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1111:          classes/hash.C, classes/op.C, classes/string.C,
                   1112:          include/pa_request.h, main/execute.C: optimization:
                   1113:          write_assign_lang removed as not required (first part of feature
                   1114:          #1091 implementation)
                   1115: 
1.108     moko     1116: 2016-10-12  moko
                   1117: 
                   1118:        * tests/: 360.html, results/360.processed: more test code (related
                   1119:          to feature #1104)
                   1120: 
                   1121:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1122:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1123:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1124:          WContext is next task (implements feature #1104)
                   1125: 
                   1126:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1127:          / CO_WITHOUT_WCONTEXT
                   1128: 
                   1129:        * tests/: 360.html, results/360.processed: test for in expression
                   1130:          state (related to feature #1104)
                   1131: 
                   1132: 2016-10-11  moko
                   1133: 
                   1134:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1135: 
                   1136:        * src/classes/op.C: default value removed from initializer
                   1137: 
                   1138:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1139: 
                   1140:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1141: 
                   1142: 2016-10-10  moko
                   1143: 
                   1144:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1145:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1146:          to feature #42)
                   1147: 
                   1148:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1149:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1150: 
                   1151: 2016-10-08  moko
                   1152: 
                   1153:        * src/classes/double.C: whitespace
                   1154: 
                   1155: 2016-10-07  moko
                   1156: 
                   1157:        * src/types/pa_vmethod_frame.h: reorder
                   1158: 
                   1159: 2016-10-06  moko
                   1160: 
                   1161:        * src/classes/date.C: typo
                   1162: 
                   1163:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1164: 
                   1165:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1166:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1167:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1168:          Value*
                   1169: 
                   1170:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1171: 
                   1172:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1173:          removed; first as_* code rewrite
                   1174: 
                   1175: 2016-10-05  moko
                   1176: 
                   1177:        * src/include/pa_request.h: whitespace
                   1178: 
                   1179:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1180:          intercept_string added (related to feature #1097)
                   1181: 
                   1182:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1183:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1184:          optimization: intercept_string removed (implements feature #1097)
                   1185: 
                   1186:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1187: 
                   1188:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1189:          from VCodeFrame and WWrapper as not required
                   1190: 
                   1191: 2016-10-04  moko
                   1192: 
                   1193:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1194:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1195:          classes/int.C, classes/json.C, classes/op.C,
                   1196:          classes/reflection.C, classes/string.C, classes/table.C,
                   1197:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1198:          proces_to_value -> process after StringOrValue removed (related
                   1199:          to feature #1020)
                   1200: 
                   1201:        * src/classes/form.C: whitespace
                   1202: 
                   1203:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1204: 
                   1205:        * tests/: 357.html, 358.html, results/357.processed,
                   1206:          results/358.processed, results/auto.p: test for @conf
                   1207:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1208: 
                   1209: 2016-10-03  moko
                   1210: 
                   1211:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1212:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1213:          supported (implements feature #42)
                   1214: 
                   1215:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1216:          is_evaluated_expr
                   1217: 
                   1218:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1219:          (implements feature #1095)
                   1220: 
                   1221: 2016-10-01  moko
                   1222: 
                   1223:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1224:          false by default (related to feature #1089)
                   1225: 
                   1226: 2016-09-30  moko
                   1227: 
                   1228:        * src/types/pa_wcontext.h: cleanup
                   1229: 
                   1230: 2016-09-29  moko
                   1231: 
                   1232:        * src/main/execute.C: whitespace
                   1233: 
                   1234:        * src/include/pa_request.h: whitespace
                   1235: 
                   1236:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1237:          classes/op.C, classes/table.C, include/pa_request.h,
                   1238:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1239:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1240:          StringOrValue removed as it just slows down and adds complexity
                   1241:          (implements feature #1020)
                   1242: 
                   1243: 2016-09-28  moko
                   1244: 
                   1245:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1246:          results/356.processed: tests updated after name was added to
                   1247:          method_info hash, test for ^reflection:method_info[junction]
                   1248:          added (related to feature #1068)
                   1249: 
                   1250:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1251:          supported, method name added to the resulting hash (implements
                   1252:          feature #1068)
                   1253: 
                   1254:        * tests/: 276.html, results/276.processed: more tests for
                   1255:          ^reflection:delete[]
                   1256: 
                   1257:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1258:          didn't work on class and could damage native objects (like file)
                   1259: 
                   1260: 2016-09-26  moko
                   1261: 
                   1262:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1263:          results/345.processed, results/346-curl.processed,
                   1264:          results/347-curl.processed, results/348.processed: numbers added
                   1265:          to simplify diff analysis
                   1266: 
                   1267:        * tests/: 352.html, results/352.processed: test result updated as
                   1268:          method name used
                   1269: 
                   1270:        * src/classes/reflection.C: method name used
                   1271: 
                   1272:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1273:          its name
                   1274: 
                   1275:        * src/types/pa_method.h: whitespace
                   1276: 
                   1277:        * src/classes/reflection.C: both method and field with one name can
                   1278:          exist.
                   1279: 
                   1280:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1281:          feature #1089)
                   1282: 
                   1283:        * tests/: 355.html, results/355.processed: property appears in
                   1284:          derived class if added in base test added
                   1285: 
                   1286:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1287:          whitespace
                   1288: 
                   1289:        * tests/: 354.html, results/354.processed: nice test from method
                   1290:          and property with one name in class added
                   1291: 
                   1292: 2016-09-23  moko
                   1293: 
                   1294:        * src/classes/reflection.C: ^reflection:method usage documented
                   1295: 
                   1296: 2016-09-22  moko
                   1297: 
                   1298:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1299:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1300:          compile warning and GPF occures on VS2003 (related to feature
                   1301:          #1087)
                   1302: 
                   1303:        * tests/: 350.html, results/350.processed: test added for
                   1304:          $.encloser[] support in ^table::create (related to feature #11)
                   1305: 
                   1306:        * src/classes/table.C: another minor fix (related to feature #11)
                   1307: 
1.107     moko     1308: 2016-09-21  moko
                   1309: 
                   1310:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1311: 
                   1312:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1313:          classes/json.C, classes/string.C, classes/table.C,
                   1314:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1315:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1316:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1317:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1318:          pa_charsets, vs2015 warning war
                   1319: 
                   1320:        * src/classes/table.C: vs2015 warning war
                   1321: 
                   1322:        * src/types/pa_vdate.C: vs2015 warning war
                   1323: 
                   1324:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1325: 
                   1326:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1327:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1328: 
                   1329:        * src/main/pa_common.C: vs2015 compilation fixes
                   1330: 
                   1331:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1332:          vs2015 compilation fixes
                   1333: 
                   1334:        * src/main/pa_charset.C: vs2015 warning war
                   1335: 
                   1336:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1337: 
                   1338:        * src/main/pa_charset.C: vs2015 warning war
                   1339: 
                   1340:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1341: 
                   1342:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1343: 
                   1344:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1345: 
                   1346:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1347:          VS2015 compilation fixes
                   1348: 
                   1349:        * src/classes/table.C: minor fix (related to feature #11)
                   1350: 
                   1351:        * tests/results/282.processed: no longer skipping extra enclosers
                   1352:          (related to feature #11)
                   1353: 
                   1354:        * src/classes/table.C: minor fix + no longer skipping extra
                   1355:          enclosers (related to feature #11)
                   1356: 
                   1357:        * src/classes/table.C: minor optimization (related to feature #11)
                   1358: 
                   1359:        * src/classes/table.C: minor fix and optimization (related to
                   1360:          feature #11)
                   1361: 
                   1362: 2016-09-20  moko
                   1363: 
                   1364:        * tests/: 353.html, results/353.processed: test for
                   1365:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1366:          added (related to bug #1090)
                   1367: 
                   1368:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1369:          one_big_piece (fixes bug #1090)
                   1370: 
                   1371:        * tests/: 229.html, results/229.processed: code coverage tests
                   1372: 
                   1373:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1374:          body) was called
                   1375: 
                   1376:        * src/classes/op.C: whitespace
                   1377: 
                   1378:        * tests/: 323.html, results/323.processed: test for code junction
                   1379:          should not be returned by ^reflection:class, ^reflection:base
                   1380: 
                   1381:        * src/classes/reflection.C: bugfix: code junction should not be
                   1382:          returned by ^reflection:class, ^reflection:base
                   1383: 
                   1384:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1385:          exception for ^reflection:method[class;no-such-method] (related
                   1386:          to feature #1087)
                   1387: 
                   1388:        * src/classes/reflection.C:
                   1389:          ^reflection:method[class;no-such-method] : exception -> void
                   1390:          (related to feature #1087)
                   1391: 
                   1392:        * src/include/pa_request.h: request::write_value added to allow
                   1393:          write value without convertion (related to issue #1091)
                   1394: 
                   1395: 2016-09-19  moko
                   1396: 
                   1397:        * src/main/pa_random.C: windows build fix
                   1398: 
                   1399:        * src/types/pa_vhash.h: warning war
                   1400: 
                   1401: 2016-09-14  moko
                   1402: 
                   1403:        * tests/: 352.html, 552.html, results/352.processed,
                   1404:          results/552.processed: test for ^reflection:method[] extension
                   1405:          added (related to feature #1087)
                   1406: 
                   1407:        * tests/: 552.html, results/552.processed: test for
                   1408:          ^reflection:method[] extension added (related to feature #1087)
                   1409: 
                   1410:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1411:          dynamic_cast check added (related to feature #1087)
                   1412: 
                   1413:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1414:          inheritance bug diring ^process[] added (related to bug #1088)
                   1415: 
                   1416:        * src/: classes/op.C, main/pa_request.C,
                   1417:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1418:          disable it inheritance during ^process (fixes bug #1088)
                   1419: 
                   1420:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1421:          added (implements feature #1087)
                   1422: 
                   1423: 2016-09-13  moko
                   1424: 
                   1425:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1426:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1427:          to feature #1086)
                   1428: 
                   1429:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1430:          types/pa_vobject.C: objects now are not class instances, but have
                   1431:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1432:          in @conf (implements feature #1086)
                   1433: 
                   1434: 2016-09-08  moko
                   1435: 
                   1436:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1437:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1438:          include/pa_string.h: cleanup: string::split limit argument
                   1439:          removed as no longer required, pos_after no longer reference
                   1440:          (related to feature #11)
                   1441: 
                   1442:        * src/classes/table.C, tests/results/348.processed: now exception
                   1443:          is rised when invalid option is passed to ^table::create[]
                   1444: 
                   1445:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1446:          coverage tests
                   1447: 
                   1448:        * tests/: 348.html, results/348.processed: code coverage tests
                   1449:          added
                   1450: 
                   1451:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1452:          tests
                   1453: 
                   1454:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1455:          tests updated after $.encloser[] support for ^table::create
                   1456:          implementation (related to feature #11)
                   1457: 
                   1458:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1459:          finally added (implements feature #11)
                   1460: 
                   1461: 2016-09-07  moko
                   1462: 
                   1463:        * src/include/pa_string.h: added StringSplitHelper as friend
                   1464:          (related to feature #11)
                   1465: 
                   1466:        * src/include/pa_string.h: body and langs now protected, not
                   1467:          private to allow inheritance (related to feature #11)
                   1468: 
                   1469:        * src/classes/table.C: lsplit optimized before cloning for
                   1470:          ^table::create with $.encloser[] (related to feature #11)
                   1471: 
                   1472:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   1473:          added and used (related to feature #11)
                   1474: 
                   1475:        * src/classes/table.C: spelling:
                   1476: 
                   1477:          TableSeparators -> TableControlChars column -> separator
                   1478:          separators -> control_chars
                   1479: 
                   1480: 2016-09-06  moko
                   1481: 
                   1482:        * src/main/pa_string.C: whitespace
                   1483: 
                   1484:        * src/main/pa_string.C: whitespace
                   1485: 
                   1486: 2016-09-01  moko
                   1487: 
                   1488:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   1489:          results OS-independent
                   1490: 
                   1491:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   1492:          compiler (related to feature #1042)
                   1493: 
                   1494: 2016-08-15  moko
                   1495: 
                   1496:        * src/include/pa_string.h: whitespace
                   1497: 
                   1498:        * src/classes/table.C: whitespace
                   1499: 
1.106     moko     1500: 2016-08-05  moko
                   1501: 
                   1502:        * tests/: 344.html, results/344.processed: test for
                   1503:          ^hash::create[$file] added (related to feature #1075)
                   1504: 
                   1505:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   1506:          supported (implements feature #1075)
                   1507: 
                   1508: 2016-08-04  moko
                   1509: 
                   1510:        * tests/: 341.html, results/341.processed: more code coverage tests
                   1511: 
                   1512:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1513:          coverage tests for curl
                   1514: 
                   1515:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1516:          coverage tests for curl
                   1517: 
                   1518:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   1519:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   1520:          test added
                   1521: 
                   1522:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   1523:          coverage tests for curl
                   1524: 
                   1525: 2016-08-03  moko
                   1526: 
                   1527:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   1528:          until it will be loaded, allowing to find existing library.
                   1529: 
                   1530:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   1531:          results/347-curl.processed: more code coverage tests for curl
                   1532: 
                   1533:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   1534:          results/339-curl.processed, results/346-curl.processed: curl
                   1535:          functionality tests
                   1536: 
                   1537: 2016-08-02  moko
                   1538: 
                   1539:        * tests/: 339.html, results/339.processed: test for tables in
                   1540:          ^file:load[] and ^curl:load[] (commented) added (related to
                   1541:          feature #1042)
                   1542: 
                   1543:        * tests/: 345.html, results/345.processed: code coverage tests for
                   1544:          file class
                   1545: 
                   1546:        * tests/: 344.html, results/344.processed: code coverage tests
                   1547: 
                   1548:        * tests/: 344.html, results/344.processed: mdate removed from
                   1549:          output
                   1550: 
                   1551:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   1552:          fcontent.is_text_mode() if not set (related to feature #1061)
                   1553: 
                   1554:        * tests/: 344.html, results/344.processed: more tests
                   1555: 
                   1556:        * tests/: 343.html, 344.html, results/343.processed,
                   1557:          results/344.processed: tests for ^file::create[ $.from-charset
                   1558:          and $.to-charset ] (related to feature #1061)
                   1559: 
                   1560:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1561:          aset_text_mode argument optimized
                   1562: 
                   1563:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1564:          checkBOM now used in detect_binary_content (related to feature
                   1565:          #1061)
                   1566: 
                   1567:        * src/main/pa_request.C: load_charset no longer required to_upper
                   1568: 
                   1569:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   1570:          preserves original file mode (if no $.mode specified)
                   1571: 
                   1572:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1573:          ^file::create now supports $.from-charset[] and $.to-charset
                   1574:          options (implements feature #1061), automatic transcode is done
                   1575:          if text file is created from binary file and charset is detected.
                   1576: 
                   1577: 2016-07-30  moko
                   1578: 
                   1579:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   1580:          feature #1057)
                   1581: 
                   1582:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   1583:          added (related to feature #1057)
                   1584: 
                   1585:        * tests/: 286.html, results/286.processed: code tests coverage
                   1586: 
                   1587: 2016-07-29  moko
                   1588: 
                   1589:        * src/classes/table.C: table size should be checked inside menu and
                   1590:          foreach (related to feature #858)
                   1591: 
                   1592:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   1593:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1594:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   1595:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   1596:          charsets.get now does str_upper inside (related to feature #1061)
                   1597: 
                   1598:        * tests/: 342.html, results/342.processed: more code coverage tests
                   1599: 
                   1600:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   1601:          + foreach test added (related to feature #858)
                   1602: 
                   1603:        * tests/: 341.html, results/341.processed: tests for
                   1604:          ^table.hash[]{code} added + code coverage tests (related to
                   1605:          feature #1057)
                   1606: 
                   1607:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   1608:          value} support (implements feature #1057)
                   1609: 
                   1610:        * src/classes/table.C: whitespace
                   1611: 
                   1612: 2016-07-28  moko
                   1613: 
                   1614:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   1615:          from URL, if not specified query string removed from url-based
                   1616:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   1617:          #1042)
                   1618: 
                   1619: 2016-07-27  moko
                   1620: 
                   1621:        * tests/: 340.html, results/340.processed: test for
                   1622:          transcode_text_result=false added (related to issue #1042)
                   1623: 
                   1624: 2016-07-26  moko
                   1625: 
                   1626:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   1627:          is folder and ends with /) (related to feature #1042)
                   1628: 
                   1629:        * src/main/pa_http.C: whitespace optimizaion
                   1630: 
                   1631:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1632:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   1633:          multiple headers, ^file::load supports headers transcoding
                   1634:          (implements feature #1042)
                   1635: 
                   1636: 2016-07-25  moko
                   1637: 
                   1638:        * src/include/pa_common.h: PA_DEFAULT added
                   1639: 
                   1640: 2016-07-22  moko
                   1641: 
                   1642:        * tests/: 338.html, results/338.processed: test for
                   1643:          $date.field(value) added (related to feature #1066)
                   1644: 
                   1645:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   1646:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   1647:          feature #1066)
                   1648: 
1.105     moko     1649: 2016-07-21  moko
                   1650: 
                   1651:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   1652:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   1653:          arguments removed; image.C - absolute path shown in exception
                   1654:          (implements feature #1071)
                   1655: 
                   1656:        * tests/: 235.html, results/235.processed: test and test result
                   1657:          updated after static boundary in mail and Errors-To: mail header
                   1658:          removed (related to feature #1047)
                   1659: 
                   1660:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   1661:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   1662:          used, static boundary in mail removed, Errors-To: mail header
                   1663:          removed (implements feature #1047)
                   1664: 
                   1665: 2016-07-20  moko
                   1666: 
                   1667:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1668:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   1669:          issue #1051)
                   1670: 
                   1671:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   1672:          request.classes(): Value -> VStateless_class, part 2 (related to
                   1673:          issue #1051)
                   1674: 
                   1675:        * tests/results/: 224.processed, 323.processed: classes without
                   1676:          methods should not be methoded (related to issue #1051)
                   1677: 
                   1678:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   1679:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   1680:          -> VStateless_class, part 1 (related to issue #1051)
                   1681: 
                   1682:        * tests/: 337.html, results/337.processed: test for
                   1683:          ^reflection:fields_reference[] and VHashReference class added
                   1684:          (related to feature #1072)
                   1685: 
                   1686:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   1687:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   1688:          and VHashReference added, allowing ^reflection:fields_reference[]
                   1689:          implementation (closes feature #1072)
                   1690: 
                   1691: 2016-07-19  moko
                   1692: 
                   1693:        * tests/: 323.html, results/323.processed: we want to see
                   1694:          "methoded"
                   1695: 
                   1696:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   1697:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   1698:          #1059)
                   1699: 
                   1700:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   1701:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   1702:          somebody_entered_some_class, $BASE:property works again,
                   1703:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   1704: 
                   1705: 2016-07-14  moko
                   1706: 
                   1707:        * tests/: 335.html, results/335.processed: test for feature #1055
                   1708:          added
                   1709: 
                   1710:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   1711:          feature: ^hash.contains[_default] added (implements feature
                   1712:          #1055)
                   1713: 
                   1714: 2016-07-13  moko
                   1715: 
                   1716:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   1717:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   1718: 
                   1719: 2016-07-05  moko
                   1720: 
                   1721:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   1722:          in ^hash.foreach (related to feature #1073)
                   1723: 
                   1724: 2016-07-04  moko
                   1725: 
                   1726:        * tests/: 134.html, 281.html, results/134.processed,
                   1727:          results/281.processed: tests updated after hash blocking removed
                   1728:          (related to feature #1073)
                   1729: 
                   1730:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   1731:          no longer blocks on change during foreach (implements feature
                   1732:          #1073)
                   1733: 
                   1734: 2016-06-17  moko
                   1735: 
                   1736:        * tests/: 330.html, results/330.processed: try exception source
                   1737:          test added (related to bug in #1062)
                   1738: 
                   1739:        * tests/: 334.html, results/334.processed: Exception stack trace
                   1740:          test added (related to bug in $1062)
                   1741: 
                   1742:        * src/classes/op.C: Exception trace now correctly restored and
                   1743:          errors reported (related to bug #1062)
                   1744: 
1.104     moko     1745: 2016-05-25  moko
                   1746: 
                   1747:        * src/main/compile.y: minor cleanup + beauty
                   1748: 
                   1749: 2016-05-24  moko
                   1750: 
                   1751:        * tests/: 333.html, results/333.processed: more exceptions testing
                   1752: 
                   1753:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   1754:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   1755:          features #1056, #1026)
                   1756: 
                   1757:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   1758:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   1759:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   1760:          (implements feature #1056)
                   1761: 
                   1762:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   1763:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   1764:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   1765:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   1766:          feature #1026)
                   1767: 
                   1768:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   1769:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   1770:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   1771:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   1772:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   1773:          feature #1026)
                   1774: 
                   1775:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   1776:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   1777:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   1778:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   1779: 
                   1780:        * src/main/main.vcproj: + ps_symbols
                   1781: 
                   1782:        * src/: include/Makefile.am, include/pa_string.h,
                   1783:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   1784:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   1785:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1786:          types/pa_vstateless_class.C: initial implementation for symbols
                   1787:          cache (related to feature #1026)
                   1788: 
                   1789:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   1790: 
                   1791:        * src/main/pa_globals.C: minor cleanup
                   1792: 
                   1793: 2016-05-19  moko
                   1794: 
                   1795:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   1796:          (related to feature #1046)
                   1797: 
                   1798:        * tests/: 331.html, results/331.processed: test for
                   1799:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   1800:          (related to feature #1051)
                   1801: 
                   1802:        * src/main/compile.y:
                   1803:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   1804:          (implements feature #1054)
                   1805: 
                   1806: 2016-05-18  moko
                   1807: 
                   1808:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   1809:          "column not found" exception for ^table.no-such-method[] (related
                   1810:          to feature #1046)
                   1811: 
                   1812:        * tests/: 261.html, results/261.processed: test added and updated
                   1813:          after feature #1046 implementation
                   1814: 
                   1815:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   1816:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   1817:          ^string.contains added for hash compatibility, $string.method no
                   1818:          longer returns stting method (implements feature #1046)
                   1819: 
                   1820: 2016-05-12  moko
                   1821: 
                   1822:        * src/classes/curl.C: content-type response header no longer
                   1823:          ignored (fixes issue #1045)
                   1824: 
                   1825:        * tests/: 330.html, results/330.processed: test for incomplete
                   1826:          finally execution when break occures added (related to issue
                   1827:          #1077)
                   1828: 
                   1829:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   1830:          executing catch and finally code (fixes issue #1062)
                   1831: 
                   1832: 2016-05-11  moko
                   1833: 
                   1834:        * tests/: 329.html, results/329.processed: test for invalid
                   1835:          ^break[] behavour added (bug #1077)
                   1836: 
                   1837:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   1838: 
                   1839: 2016-04-24  moko
                   1840: 
                   1841:        * src/types/pa_vstateless_class.h: warning war
                   1842: 
                   1843: 2016-04-17  moko
                   1844: 
                   1845:        * tests/: 328.html, results/328.processed: test for
                   1846:          ^break(condition) and ^continue(condition) (related to feature
                   1847:          #1063)
                   1848: 
                   1849:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   1850:          implemented (feature #1063)
                   1851: 
                   1852: 2016-04-12  moko
                   1853: 
                   1854:        * tests/results/280.processed: ordered hash now used for class
                   1855:          methods and properties (test results updated for feature #1069)
                   1856: 
                   1857:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   1858:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   1859:          failed (related to issue #1051)
                   1860: 
                   1861:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   1862:          are printed to check inheritance (related to feature #1051)
                   1863: 
1.103     moko     1864: 2016-04-09  moko
                   1865: 
                   1866:        * tests/results/320.processed: ordered hash now used for class
                   1867:          methods and properties (test results updated for feature #1069)
                   1868: 
                   1869:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   1870:          methods and properties (implements feature #1069)
                   1871: 
                   1872:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   1873:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   1874:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   1875:          feature #1051)
                   1876: 
                   1877: 2016-04-07  moko
                   1878: 
                   1879:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   1880:          (related to feature #1051)
                   1881: 
                   1882:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   1883:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   1884:          string constants deduplication (related to feature #1051)
                   1885: 
                   1886:        * tests/results/224.processed: test result updated (related to
                   1887:          feature #1051)
                   1888: 
                   1889:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   1890:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   1891:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   1892:          types/pa_vstatus.h: classes hash now contains only
                   1893:          VStateless_class derived objects, .CLASS is also allways
                   1894:          VStateless_class derived object (related to feature #1051).
                   1895: 
                   1896: 2016-04-06  moko
                   1897: 
                   1898:        * tests/results/323.processed: test result updated after feature
                   1899:          #1051 implementation
                   1900: 
                   1901:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   1902:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1903:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   1904:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   1905:          types/pa_vresponse.C, types/pa_vresponse.h,
                   1906:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   1907:          classes, type() moved from VStateless_class to VClass and
                   1908:          Methoded (implements feature #1051)
                   1909: 
                   1910: 2016-04-04  moko
                   1911: 
                   1912:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   1913:          beauty: put_class added (related to feature #1051)
                   1914: 
                   1915: 2016-04-01  moko
                   1916: 
                   1917:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   1918:          229.processed, 244.processed, 246.processed, 316.processed: test
                   1919:          results updated as class.type() removed from error messages, only
                   1920:          type() left (related to feature #1051)
                   1921: 
                   1922:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   1923:          classes/op.C, classes/reflection.C, main/compile.y,
                   1924:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   1925:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   1926:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   1927:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   1928:          from VStateless_class, type() is used instead (related to feature
                   1929:          #1051)
                   1930: 
                   1931:        * src/classes/mail.C: old logic restored.
                   1932: 
                   1933:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1934:          classes/classes.h, classes/curl.C, classes/date.C,
                   1935:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1936:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1937:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1938:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   1939:          classes/regex.C, classes/response.C, classes/string.C,
                   1940:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   1941:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   1942:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   1943:          feature #1051)
                   1944: 
                   1945: 2016-03-30  moko
                   1946: 
                   1947:        * tests/: 327.html, results/224.processed, results/327.processed:
                   1948:          test for TZ specification in ^date::create[], TZ is kept during
                   1949:          ^date::create[$dt] (related to feature #1048)
                   1950: 
                   1951:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   1952:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   1953:          feature #1048)
                   1954: 
                   1955: 2016-03-29  moko
                   1956: 
                   1957:        * tests/: 315.html, results/315.processed: test for timezone format
                   1958:          +HHmm added (related to feature #1065)
                   1959: 
                   1960:        * src/classes/date.C: timezone format +HHmm now supported
                   1961:          (implements feature #1065)
                   1962: 
                   1963: 2016-03-28  moko
                   1964: 
                   1965:        * tests/: 202.html, results/131.processed, results/202.processed,
                   1966:          results/224.processed, results/256.processed,
                   1967:          results/315.processed: test results updated after %.2d now
                   1968:          default for hours offset in iso-string (was %2d), test for
                   1969:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   1970:          added (related to feature #1065)
                   1971: 
                   1972: 2016-03-27  moko
                   1973: 
                   1974:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   1975:          feature #1065)
                   1976: 
                   1977:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   1978:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   1979:          added (implements feature #1065)
                   1980: 
                   1981: 2016-03-24  moko
                   1982: 
                   1983:        * tests/: 202.html, results/202.processed: test $date.week added
                   1984:          (related to bug #1067)
                   1985: 
                   1986:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   1987:          date (fix for bug #1067)
                   1988: 
                   1989: 2016-03-10  moko
                   1990: 
                   1991:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   1992: 
1.102     moko     1993: 2015-12-07  moko
                   1994: 
                   1995:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   1996:          .CLASS_NAME optimization added (related to feature #844)
                   1997: 
                   1998: 2015-11-17  moko
                   1999: 
                   2000:        * tests/: 323.html, results/323.processed: order added
                   2001: 
                   2002:        * tests/: 325.html, results/325.processed: double range test added
                   2003:          (related to bug #1049)
                   2004: 
                   2005: 2015-11-16  moko
                   2006: 
                   2007:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2008:          added to disallow NaN and Infinity (fixes bug #1049)
                   2009: 
                   2010: 2015-11-11  moko
                   2011: 
                   2012:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2013:          feature #1017)
                   2014: 
                   2015:        * tests/: 324.html, results/324.processed: test for
                   2016:          GET_ELEMENT4CALL feature added (feature #1017)
                   2017: 
1.101     moko     2018: 2015-10-29  moko
                   2019: 
                   2020:        * operators.txt: updated for 3.4.4
                   2021: 
                   2022:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2023: 
                   2024:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2025:          (related to bug #1043)
                   2026: 
                   2027: 2015-10-28  moko
                   2028: 
                   2029:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2030:          hangup during ^file::exec (fixes bug #1043)
                   2031: 
1.100     moko     2032: 2015-10-27  moko
                   2033: 
                   2034:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2035: 
1.99      moko     2036: 2015-10-26  moko
                   2037: 
1.100     moko     2038:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2039:          (related to issue #1041)
                   2040: 
                   2041:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2042:          Copyright year updated
                   2043: 
1.99      moko     2044:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2045:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2046:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2047:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2048:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2049:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2050:          classes/regex.C, classes/response.C, classes/string.C,
                   2051:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2052:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2053:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2054:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2055:          include/pa_dictionary.h, include/pa_dir.h,
                   2056:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2057:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2058:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2059:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2060:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2061:          include/pa_sapi.h, include/pa_socks.h,
                   2062:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2063:          include/pa_stack.h, include/pa_string.h,
                   2064:          include/pa_stylesheet_connection.h,
                   2065:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2066:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2067:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2068:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2069:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2070:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2071:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2072:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2073:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2074:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2075:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2076:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2077:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2078:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2079:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2080:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2081:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2082:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2083:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2084:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2085:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2086:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2087:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2088:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2089:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2090:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2091:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2092:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2093:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2094:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2095:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2096:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2097:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2098:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2099:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2100:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2101:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2102:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2103:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2104:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2105:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2106:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2107:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2108:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2109:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2110:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2111: 
                   2112:        * src/targets/cgi/parser3.C: year updated
                   2113: 
                   2114:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2115:          issue #1041)
                   2116: 
                   2117:        * tests/: 323.html, results/323.processed: test for base classes
                   2118:          added
                   2119: 
                   2120:        * tests/: 261.html, results/261.processed: updated after better
                   2121:          error reporting done for $string.key exception
                   2122: 
                   2123:        * src/types/pa_vstring.h: better error report for $string.key
                   2124:          exception
                   2125: 
                   2126:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2127:          copied as VObject::get_element4call to remove extra virtual call
                   2128: 
                   2129:        * tests/: 322.html, results/322.processed: test for
                   2130:          ^reflection:is[] added (related to feature #1041)
                   2131: 
                   2132:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2133:          (related to feature #1041)
                   2134: 
                   2135:        * src/classes/reflection.C:
                   2136:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2137:          added (implements feature #1041)
                   2138: 
                   2139: 2015-10-24  moko
                   2140: 
                   2141:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2142: 
1.98      moko     2143: 2015-10-22  moko
                   2144: 
                   2145:        * tests/: 321.html, results/321.processed: test for
                   2146:          ^reflection:method_info[] file detection added
                   2147: 
                   2148:        * tests/: 320.html, results/320.processed: test for
                   2149:          ^reflection:class_by_name[class_name] added (related to feature
                   2150:          #993)
                   2151: 
                   2152:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2153:          added (implements feature #993)
                   2154: 
                   2155:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2156:          (related to feature #1017)
                   2157: 
                   2158:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2159:          added (related to issue #1039)
                   2160: 
                   2161:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2162:          #1039)
                   2163: 
                   2164:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2165:          for VDate
                   2166: 
                   2167:        * tests/results/182.processed: updated after feature #1038
                   2168:          implemented
                   2169: 
                   2170:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2171:          compile-time exception origin added (test for feature #1039)
                   2172: 
                   2173:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2174:          main/pa_request.C: exception unification: compile-time exceptions
                   2175:          now have origin, @USE origins also tracked (implements feature
                   2176:          #1039)
                   2177: 
                   2178: 2015-10-20  moko
                   2179: 
                   2180:        * src/main/pa_request.C: cleanup
                   2181: 
                   2182: 2015-10-15  moko
                   2183: 
                   2184:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2185: 
                   2186:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2187:          types/pa_vtable.C: new feature: no more $table.method and
                   2188:          $hash.method, aliases for _at, _count, _key (related to feature
                   2189:          #1017)
                   2190: 
1.97      moko     2191: 2015-10-14  moko
                   2192: 
1.98      moko     2193:        * tests/: 317.html, results/317.processed: test for
                   2194:          ^string.unescape[] added (related to feature #120)
                   2195: 
1.97      moko     2196:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2197:          defined" bug (described in issue #1036)
                   2198: 
                   2199:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2200:          (test for bug #1037)
                   2201: 
                   2202:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2203:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2204:          it's not enforced, skips BOM signature if it complies charset
                   2205:          (fixes bug #1037)
                   2206: 
                   2207: 2015-10-13  moko
                   2208: 
                   2209:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2210:          linking
                   2211: 
                   2212:        * src/classes/inet.C: vs2003 compilation fix
                   2213: 
                   2214:        * src/classes/math.C: warning war
                   2215: 
                   2216:        * src/lib/punycode/pa_punycode.c: warning war
                   2217: 
                   2218: 2015-10-12  moko
                   2219: 
                   2220:        * src/lib/punycode/pa_punycode.c: warning war
                   2221: 
                   2222:        * parser3.sln: moved parser3 first, to make it default startup
                   2223:          project
                   2224: 
                   2225:        * buildall: parser "mirror" now used for external libs sources
                   2226:          (implements feature #1036)
                   2227: 
                   2228:        * buildall: most external libs are updated to their current
                   2229:          versions (related to feature #1036)
                   2230: 
                   2231:        * src/classes/image.C: more tags added
                   2232: 
                   2233:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2234: 
                   2235: 2015-10-11  moko
                   2236: 
                   2237:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2238: 
                   2239: 2015-10-09  moko
                   2240: 
                   2241:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2242:          (related to feature #1035)
                   2243: 
                   2244:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2245:          ULLONG_MAX definition
                   2246: 
                   2247:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2248:          (implements feature #1035)
                   2249: 
                   2250:        * src/main/pa_charset.C: String::Body(String::C) used
                   2251: 
                   2252:        * src/main/pa_charset.C: exceptions unified
                   2253: 
                   2254:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2255:          unified
                   2256: 
                   2257:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2258:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2259:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2260:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2261:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2262:          String::Body(String::C) constructor added (related to bug #957)
                   2263: 
                   2264:        * src/classes/file.C: minor optimization
                   2265: 
                   2266:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2267:          Cord(char*) autocreation (related to bug #957)
                   2268: 
                   2269:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2270: 
                   2271:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2272:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2273:          instead (related to bug #957)
                   2274: 
                   2275: 2015-10-08  moko
                   2276: 
                   2277:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2278:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2279:          main/untaint.C: Now char * is converted to CORD only using
                   2280:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2281: 
                   2282:        * src/include/pa_hash.h: fixed compilation without
                   2283:          HASH_CODE_CACHING
                   2284: 
                   2285:        * src/classes/string.C:
                   2286:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2287:          feature #120)
                   2288: 
                   2289:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2290:          feature #120)
                   2291: 
1.96      moko     2292: 2015-10-07  moko
                   2293: 
                   2294:        * tests/: 275.html, results/275.processed: test modified after
                   2295:          unsigned long long int support implemented (feature #1034)
                   2296: 
                   2297:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2298:          pa_atoul added for unsigned long long int support
                   2299: 
                   2300: 2015-10-06  moko
                   2301: 
                   2302:        * src/types/pa_vdate.C: INT_MAX used
                   2303: 
                   2304: 2015-10-03  moko
                   2305: 
                   2306:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2307:          (\u2028, \u2029 escaping) added
                   2308: 
                   2309:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2310:          json:string[] (fixes bug #1023)
                   2311: 
                   2312: 2015-09-29  moko
                   2313: 
                   2314:        * tests/305.html: try-catch added for OS without ipv6 support
                   2315: 
                   2316:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2317:          compilation
                   2318: 
                   2319:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2320:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2321:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2322:          implemented to distinguish ^hash.method from $hash.field
                   2323:          (implements feature #1017)
                   2324: 
                   2325:        * src/lib/punycode/pa_punycode.c: warning war
                   2326: 
                   2327:        * src/include/pa_config_includes.h: warning war
                   2328: 
                   2329:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2330: 
                   2331:        * src/include/pa_config_includes.h: warning war
                   2332: 
                   2333:        * src/include/pa_hash.h: clang compilation fix
                   2334: 
                   2335: 2015-09-27  moko
                   2336: 
                   2337:        * src/main/compile.tab.C: Bison 3 is now default
                   2338: 
                   2339:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2340: 
                   2341: 2015-09-25  moko
                   2342: 
                   2343:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2344:          works with undefined HASH_ORDER (related to feature #196)
                   2345: 
                   2346: 2015-09-24  moko
                   2347: 
                   2348:        * tests/: 027.html, results/027.processed: test modified to test
                   2349:          ^hash.sort (feature #196)
                   2350: 
                   2351:        * src/: classes/hash.C, include/pa_hash.h:
                   2352:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2353:          added (implements feature #196)
                   2354: 
                   2355:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2356:          (exception handling in non-cached ^cache), plus for "it does not
                   2357:          have logical value" and "$exception.handled value must be either
                   2358:          boolean or string 'cache'" exceptions.
                   2359: 
                   2360:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2361:          code (fixes bug #1025)
                   2362: 
1.95      moko     2363: 2015-09-23  moko
                   2364: 
                   2365:        * src/classes/table.C: warning war
                   2366: 
                   2367:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2368: 
                   2369:        * src/classes/file.C: warning war
                   2370: 
                   2371:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2372: 
                   2373:        * src/: main/pa_request.C, classes/date.C: warning war
                   2374: 
                   2375:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2376: 
                   2377:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2378:          differences with OS that doesn't keep timezone change history
                   2379: 
                   2380:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2381:          TZ change (related to feature #36)
                   2382: 
                   2383:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2384:          differences with OS that doesn't keep timezone change history
                   2385: 
                   2386:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2387:          differences with OS that doesn't keep timezone change history
                   2388: 
                   2389:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2390:          differences with OS that doesn't keep timezone change history
                   2391: 
                   2392:        * tests/: 124.html, results/124.processed: win results sync: to
                   2393:          avoid hitting time change hole.
                   2394: 
                   2395:        * src/types/pa_vdate.C: static returned. :)
                   2396: 
                   2397: 2015-09-22  moko
                   2398: 
                   2399:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2400: 
                   2401:        * tests/results/131.processed: more tests for feature #1032
                   2402: 
                   2403:        * src/classes/date.C: minor fix related to feature #1032
                   2404: 
                   2405:        * operators.txt: ISO date creation documented (related to feature
                   2406:          #1032)
                   2407: 
                   2408:        * operators.txt: iso-string documented (related to feature #1032)
                   2409: 
                   2410:        * tests/: 315.html, results/315.processed: more tests added
                   2411:          (related to feature #1032)
                   2412: 
                   2413:        * tests/: 131.html, results/131.processed: date range checks
                   2414:          updated (related to feature #36)
                   2415: 
                   2416:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2417:          test added for ISO date support (related to issue #315)
                   2418: 
                   2419:        * src/classes/date.C: more readable exceptions in date creation
                   2420:          (related to ticket #1032)
                   2421: 
                   2422: 2015-09-18  moko
                   2423: 
                   2424:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2425:          added (related to issue #1032)
                   2426: 
                   2427:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2428:          documented (related to issue #1032)
                   2429: 
                   2430:        * tests/: 256.html, results/256.processed: ISO date check added
                   2431:          (related to issue #1032)
                   2432: 
                   2433:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2434:          tests results updated after ISO date support implemented (related
                   2435:          to feature #1032)
                   2436: 
                   2437:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2438:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2439:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2440:          added (implements feature #1032)
                   2441: 
                   2442: 2015-09-05  moko
                   2443: 
                   2444:        * operators.txt: actualized
                   2445: 
                   2446:        * operators.txt: date changes documented (related to ticket #36)
                   2447: 
                   2448: 2015-09-04  moko
                   2449: 
                   2450:        * src/types/pa_vdate.C: warning war
                   2451: 
                   2452:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2453: 
                   2454: 2015-09-03  moko
                   2455: 
                   2456:        * tests/results/096.processed: test result updated for 0..9999 year
                   2457:          date range support (related to feature #36)
                   2458: 
                   2459:        * tests/: 314.html, results/314.processed: test for
                   2460:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2461:          bug #1031)
                   2462: 
                   2463:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   2464:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   2465: 
1.116     moko     2466:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   2467:          configure.in -> configure.ac
1.95      moko     2468: 
1.116     moko     2469:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   2470:          correct timezone check for FreeBSD Warning war: configure.in ->
                   2471:          configure.ac
1.95      moko     2472: 
                   2473:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     2474:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   2475:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   2476:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   2477:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   2478:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   2479:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     2480:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   2481:          check added
                   2482: 
                   2483:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   2484: 
                   2485:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   2486:          for new date implementation (related to feature #36)
                   2487: 
                   2488:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   2489:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   2490:          types/pa_vdate.h: new double date implementation with internal
                   2491:          support for extended 0..9999 year range, default timezone support
                   2492:          (related to feature #36)
                   2493: 
                   2494: 2015-08-28  moko
                   2495: 
                   2496:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   2497:          (fixes bug #1030)
                   2498: 
                   2499: 2015-08-21  moko
                   2500: 
                   2501:        * src/classes/inet.C: snprintf size "bug" commented
                   2502: 
                   2503:        * src/main/pa_common.C: snprintf comments updated
                   2504: 
                   2505: 2015-08-16  moko
                   2506: 
                   2507:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   2508: 
                   2509: 2015-08-11  moko
                   2510: 
                   2511:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2512:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   2513:          can be null (fixes bug #1029)
                   2514: 
                   2515: 2015-08-06  moko
                   2516: 
1.116     moko     2517:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   2518:          pa_vdate.C added
1.95      moko     2519: 
                   2520: 2015-08-05  moko
                   2521: 
                   2522:        * tests/: 313.html, results/313.processed: test for
                   2523:          ^table.count[columns] and ^table.flip[] with nameless tables
                   2524:          (feature #1003)
                   2525: 
                   2526:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2527:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   2528:          correctly for nameless tables (implements feature #1003)
                   2529: 
                   2530: 2015-08-03  moko
                   2531: 
                   2532:        * tests/312.html: test for ^table.append[$hash] and
                   2533:          ^table.insert[$hash] added (related to feature #1028)
                   2534: 
                   2535:        * src/classes/table.C: ^table.append[$hash] and
                   2536:          ^table.insert[$hash] now supported (implements feature #1028)
                   2537: 
                   2538:        * tests/: 312.html, results/312.processed: test row copy in
                   2539:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   2540: 
                   2541:        * src/classes/table.C: row copy now created in ^table.hash[;
                   2542:          $.type[table] ] (related to feature #1016)
                   2543: 
                   2544: 2015-07-29  moko
                   2545: 
                   2546:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   2547:          added (related to feature #1016)
                   2548: 
                   2549:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2550:          ^table.delete[] added to delete current row (related to feature
                   2551:          1016)
                   2552: 
                   2553: 2015-07-28  moko
                   2554: 
                   2555:        * tests/: 312.html, results/312.processed: test for
                   2556:          $table.column[value] and ^table.insert{row} (related to feature
                   2557:          #1016)
                   2558: 
                   2559:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   2560:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   2561:          ^table.insert{row} are now implemented (feature #1016)
                   2562: 
                   2563:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   2564:          append(), insert() added, memmove arguments order in remove()
                   2565:          fixed (related to feature #1016)
                   2566: 
                   2567: 2015-07-23  moko
                   2568: 
                   2569:        * src/classes/json.C: tainted json and empty json exception added
                   2570:          (implements feature #1015)
                   2571: 
                   2572:        * tests/: 311.html, results/311.processed: empty json and tainted
                   2573:          json exception test added (related to issue #1015)
                   2574: 
                   2575: 2015-07-22  moko
                   2576: 
                   2577:        * tests/: 311.html, results/311.processed: test for UTF-8
                   2578:          processing added
                   2579: 
                   2580:        * tests/: 311.html, results/311.processed: test for
                   2581:          json_exception_with_source added (related to issue #394)
                   2582: 
                   2583:        * src/classes/json.C: json_exception_with_source added (implements
                   2584:          feature #394)
                   2585: 
                   2586: 2015-06-29  moko
                   2587: 
                   2588:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   2589:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   2590:          (closes bug #1027)
                   2591: 
                   2592: 2015-06-10  moko
                   2593: 
                   2594:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   2595:          error if libxml has LIBXML_ICU_ENABLED.
                   2596: 
                   2597: 2015-06-04  moko
                   2598: 
                   2599:        * tests/099.html: ups, reverting
                   2600: 
                   2601:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   2602:          results/310.processed: tests for $response:body[ $.file[] ] and
                   2603:          $response:last-modified added
                   2604: 
                   2605:        * src/main/pa_request.C: last-modified check fixed
                   2606: 
                   2607: 2015-06-03  moko
                   2608: 
                   2609:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   2610:          results/205.processed, results/293.processed: $response:headers
                   2611:          logging added (tests for feature #1007)
                   2612: 
                   2613:        * src/: include/pa_common.h, include/pa_request.h,
                   2614:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   2615:          $response:headers are now in uppercase (closes feature #1007)
                   2616: 
                   2617: 2015-06-02  moko
                   2618: 
                   2619:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   2620:          build errors reverted for clang compatibility
                   2621: 
                   2622: 2015-06-01  moko
                   2623: 
                   2624:        * src/include/pa_memory.h: -pedantic build errors fixed
                   2625: 
                   2626:        * src/classes/math.C: -pedantic build error fixed
                   2627: 
                   2628:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   2629: 
                   2630: 2015-05-31  moko
                   2631: 
                   2632:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   2633: 
                   2634:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   2635:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   2636:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   2637:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   2638:          types/pa_vxnode.h: warning war (-pedantic flag)
                   2639: 
                   2640: 2015-05-28  moko
                   2641: 
                   2642:        * tests/: 308.html, results/308.processed: test for
                   2643:          ^table::create[$t;], etc work added (related to bug #975)
                   2644: 
                   2645:        * src/classes/table.C: check_option_param removed,
                   2646:          ^table::create[$t;], etc now works (fixes bug #975)
                   2647: 
                   2648: 2015-05-27  moko
                   2649: 
                   2650:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   2651:          (Debian jessie) fixed (closes issue #1024)
                   2652: 
                   2653:        * tests/Makefile: sort added as in Debian jessie list become
                   2654:          unsorted
                   2655: 
                   2656: 2015-05-18  moko
                   2657: 
                   2658:        * tests/: 201.html, results/201.processed: test for
                   2659:          ^string.trim[what] feature #1022
                   2660: 
                   2661:        * src/classes/string.C: ^string.trim[what] now supported,
                   2662:          implements feature #1022
                   2663: 
                   2664: 2015-05-17  moko
                   2665: 
                   2666:        * tests/results/185.processed: test result updated as feature #1021
                   2667:          implemented (left/right accept negative parameter)
                   2668: 
                   2669:        * src/classes/string.C: left/right now accept negative parameter
                   2670:          (implements feature #1021)
                   2671: 
                   2672: 2015-05-08  moko
                   2673: 
                   2674:        * src/classes/math.C: isalnum -> pa_isalnum
                   2675: 
                   2676:        * src/main/execute.C: optimization in getter-junction processing
                   2677:          (related to issue #997)
                   2678: 
                   2679: 2015-05-07  moko
                   2680: 
                   2681:        * tests/: 307.html, results/307.processed: test for issue #997
                   2682:          added
                   2683: 
                   2684:        * src/main/execute.C: process_getter result now checked if junction
                   2685:          returned (closes issue #997)
                   2686: 
                   2687:        * tests/: 305.html, results/305.processed: sort added to ignore
                   2688:          different order
                   2689: 
                   2690:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   2691:          assignment (closes issue #994)
                   2692: 
                   2693:        * tests/: 306.html, results/306.processed: test for issue #994
                   2694:          added
                   2695: 
                   2696:        * tests/: 303.html, results/303.processed: two more errors tested
                   2697: 
                   2698: 2015-05-06  moko
                   2699: 
                   2700:        * tests/: 305.html, results/305.processed: test for name2ip &
                   2701:          ip2name added (related to feature #992)
                   2702: 
                   2703:        * tests/: 303.html, 304.html, results/303.processed,
                   2704:          results/304.processed: tests for idna conversion added (related
                   2705:          to issue #849)
                   2706: 
                   2707: 2015-05-02  moko
                   2708: 
                   2709:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   2710:          implemented
                   2711: 
                   2712: 2015-04-30  moko
                   2713: 
                   2714:        * src/main/pa_http.C: idna_host added, related to issue #849
                   2715: 
                   2716:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   2717:          (related to issue #849)
                   2718: 
                   2719: 2015-04-24  moko
                   2720: 
                   2721:        * src/types/pa_vjunction.C: warning war
                   2722: 
                   2723:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   2724:          unification
                   2725: 
                   2726:        * src/lib/punycode/pa_idna.c: warning war
                   2727: 
                   2728: 2015-04-22  moko
                   2729: 
                   2730:        * src/main/main.vcproj: punycode include path added
                   2731: 
                   2732:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   2733: 
                   2734:        * src/lib/punycode/pa_idna.c: warning war
                   2735: 
                   2736:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   2737:          project file added
                   2738: 
                   2739:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   2740: 
                   2741:        * src/include/pa_memory.h: warning war
                   2742: 
                   2743:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   2744:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   2745:          implemented (related to feature #849)
                   2746: 
                   2747:        * configure.in, src/main/Makefile.am,
                   2748:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   2749:          libpunycode added in Unix
                   2750: 
                   2751: 2015-04-21  moko
                   2752: 
                   2753:        * configure.in: large files support
                   2754: 
                   2755: 2015-04-15  moko
                   2756: 
                   2757:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   2758:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   2759:          pa_punycode.h: initial version for punycode/idna support library
                   2760:          (ticket #849)
                   2761: 
                   2762: 2015-04-08  moko
                   2763: 
                   2764:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2765:          classes/image.C, classes/mail.C, classes/reflection.C,
                   2766:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   2767:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   2768:          main/compile.y, main/compile_tools.h, main/execute.C,
                   2769:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   2770:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   2771:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   2772:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   2773:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   2774:          clang compiler warnings (closes issue #1018)
                   2775: 
                   2776:        * src/include/pa_string.h: String::Body comparation operators with
                   2777:          char * added (related to issue #958)
                   2778: 
                   2779: 2015-04-07  moko
                   2780: 
                   2781:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   2782:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   2783:          issue #1018)
                   2784: 
                   2785:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   2786:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   2787:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   2788:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   2789:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   2790:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   2791:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   2792:          malloc/strdup/free replaced with pa_ version and checks for
                   2793:          accidental use of non-pa_ version added (related to issue #1018)
                   2794: 
                   2795: 2015-04-03  moko
                   2796: 
                   2797:        * buildall: pcre-8.33 -> pcre-8.36
                   2798: 
                   2799:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   2800:          classes/op.C, classes/string.C, main/compile.tab.C,
                   2801:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   2802:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   2803:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   2804:          ticket #958)
                   2805: 
                   2806:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   2807:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2808:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2809:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   2810:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   2811:          $request:headers, $request:method added (implements feature
                   2812:          #1007)
                   2813: 
                   2814: 2015-03-17  misha
                   2815: 
                   2816:        * tests/302.html: - test for
                   2817:          ^json:string[...;$._default[method-name]]
                   2818: 
                   2819:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2820:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   2821:          option $._default[method-name] is specified in ^json:string[], a
                   2822:          method with specified name will be called for classes/objects
                   2823:          serialization ( new feature: #982 )
                   2824: 
                   2825: 2015-03-16  misha
                   2826: 
                   2827:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   2828:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   2829:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   2830:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   2831:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2832:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   2833:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2834:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   2835:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   2836:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2837:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   2838:          $var.CLASS_NAME now have special opcodes. This can be switched
                   2839:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   2840:          on pa_opcode.h ( new feature: #844 )
                   2841: 
                   2842: 2015-03-15  misha
                   2843: 
                   2844:        * tests/075.html: - test for $response:header[]
                   2845: 
                   2846:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   2847:          that was set earlie ( new feature: #1001 )
                   2848: 
                   2849: 2015-03-12  misha
                   2850: 
                   2851:        * tests/246.html: - more tests for ^hash._at[]
                   2852: 
                   2853:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   2854:          accepts second param [key|value|hash] ( new feature: #1012 )
                   2855: 
                   2856: 2015-03-09  moko
                   2857: 
                   2858:        * src/types/pa_vmail.C: exception for everything but
                   2859:          $mail:received, closes issue #1011
                   2860: 
                   2861: 2015-02-20  moko
                   2862: 
                   2863:        * tests/: 275.html, results/275.processed: hex detection in
                   2864:          pa_atoui fix test (closes issue #1010)
                   2865: 
                   2866:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   2867:          issue #1010)
                   2868: 
                   2869: 2015-02-17  moko
                   2870: 
                   2871:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   2872:          tainted.
                   2873: 
                   2874: 2015-02-03  misha
                   2875: 
                   2876:        * tests/301.html: - test for ^json:string($double) causes
                   2877:          exception. bugfix: #1008
                   2878: 
                   2879:        * src/classes/json.C: - ^json:string($double) causes exception.
                   2880:          bugfix: #1008
                   2881: 
                   2882:        * tests/014.html: - updated for work with ^hash.delete[]
                   2883: 
                   2884: 2015-01-12  misha
                   2885: 
                   2886:        * src/: classes/form.C, include/pa_common.h,
                   2887:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   2888:          types/pa_vform.h: - supports body with PUT method as well ( new
                   2889:          feature: #1006 )
                   2890: 
                   2891:        * src/classes/file.C: - warnings war
                   2892: 
                   2893: 2015-01-11  misha
                   2894: 
                   2895:        * tests/300.html: - test for ^hash.delete[] is added
                   2896: 
                   2897:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   2898:          feature: #989 ) - tiny optimization in intersects
                   2899: 
                   2900: 2015-01-06  moko
                   2901: 
                   2902:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   2903:          with transcode, attachments detection fixed
                   2904: 
                   2905:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   2906:          load to allow charset switch (related to issue #996)
                   2907: 
                   2908: 2014-12-31  moko
                   2909: 
                   2910:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   2911:          UTF-8 source charset (fixes issue 996)
                   2912: 
                   2913:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   2914:          issue #1000)
                   2915: 
                   2916: 2014-12-11  misha
                   2917: 
                   2918:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   2919:          access ( bug fix: #1005 )
                   2920: 
                   2921: 2014-11-13  misha
                   2922: 
                   2923:        * src/main/compile.y: - PC.append does not reset to false while
                   2924:          creating a new class. bugfix: #990
                   2925: 
                   2926:        * tests/299.html: - test for creation class after working with
                   2927:          partial class (create+append)
                   2928: 
                   2929:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   2930:          #995
                   2931: 
                   2932:        * tests/232.html: - test for @get[def] added
                   2933: 
                   2934: 2014-10-12  moko
                   2935: 
                   2936:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   2937: 
                   2938:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2939:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   2940:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   2941:          targets/apache/ApacheModuleParser3.vcproj,
                   2942:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2943:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2944:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   2945:          conversion in newer VS versions
                   2946: 
                   2947:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   2948:          pcre_internal.vcproj added
                   2949: 
                   2950: 2014-08-28  moko
                   2951: 
                   2952:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   2953:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   2954:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   2955: 
                   2956: 2014-06-30  misha
                   2957: 
                   2958:        * tests/298.html: - tests for ^reflection:def[class;className]
                   2959:          added
                   2960: 
                   2961:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   2962:          added ( new feature: #918 )
                   2963: 
                   2964: 2014-06-29  misha
                   2965: 
                   2966:        * src/classes/table.C: - ^table::create[unsupported data] -
                   2967:          exception comment changed to "body must be table or code" ( bug
                   2968:          fix: #951 )
                   2969: 
                   2970:        * tests/: 261.html, results/261.processed: - tests for
                   2971:          ^json:string[...;$.void[null|string]] added
                   2972: 
                   2973:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   2974:          option $.void[string|null] added to ^json:string[...] ( new
                   2975:          feature: #952 )
                   2976: 
                   2977: 2014-06-28  moko
                   2978: 
                   2979:        * src/classes/curl.C: $.charset now processed before other curl
                   2980:          options (closes issue #980)
                   2981: 
                   2982: 2014-05-23  misha
                   2983: 
                   2984:        * src/classes/json.C: - bug fix: #987
                   2985: 
                   2986: 2014-05-04  misha
                   2987: 
                   2988:        * tests/: 253.html, 253_json.txt: - test for
                   2989:          ^json:parse[$.int(false)] is added
                   2990: 
                   2991:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   2992:          default true). The option is similar to $.double(bool) but for
                   2993:          integers.
                   2994: 
                   2995: 2014-05-01  moko
                   2996: 
                   2997:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   2998:          #12 )
                   2999: 
                   3000: 2014-04-16  moko
                   3001: 
                   3002:        * src/main/pa_http.C: response-charset option should finally work
                   3003:          now (fix for issue #867)
                   3004: 
                   3005:        * src/main/pa_http.C: response-charset option should work now (fix
                   3006:          for issue #867)
                   3007: 
                   3008: 2014-03-07  moko
                   3009: 
                   3010:        * buildall: libgc moved
                   3011: 
                   3012:        * buildall: libgc moved
                   3013: 
                   3014: 2013-12-29  moko
                   3015: 
                   3016:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3017:          closes issue #966
                   3018: 
                   3019:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3020:          result now tainted, issue #966
                   3021: 
                   3022: 2013-12-03  moko
                   3023: 
                   3024:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3025:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3026:          option was added for http://www.parser.ru/forum/?id=79343
                   3027: 
                   3028:        * src/classes/file.C: bugfix for
                   3029:          http://www.parser.ru/forum/?id=79337
                   3030: 
                   3031: 2013-11-05  moko
                   3032: 
                   3033:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3034: 
                   3035:        * src/main/pa_globals.C: spelling fixed
                   3036: 
                   3037: 2013-10-29  moko
                   3038: 
                   3039:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3040: 
                   3041:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3042:          #892
                   3043: 
                   3044:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3045:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3046:          exceptions to be thrown thougth json library), related to issue
                   3047:          #892
                   3048: 
                   3049:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3050:          related to issue #896
                   3051: 
                   3052: 2013-10-24  moko
                   3053: 
                   3054:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3055: 
                   3056: 2013-10-23  moko
                   3057: 
                   3058:        * README: actualization
                   3059: 
                   3060: 2013-10-22  moko
                   3061: 
                   3062:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3063:          compatibility patch from Sergey Kirpichev
                   3064: 
                   3065:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3066:          test for issue #948
                   3067: 
                   3068:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3069:          called when saving value of $match variable in ^string.match[] to
                   3070:          increase compatibility (related to issue #948).
                   3071: 
                   3072:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3073:          usage optimization
                   3074: 
                   3075: 2013-10-21  moko
                   3076: 
                   3077:        * tests/: 182.html, results/182.processed: local path removed for
                   3078:          compatibility
                   3079: 
                   3080:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3081:          results/244.processed, results/253.processed,
                   3082:          results/254.processed, results/275.processed,
                   3083:          results/281.processed: try_catch -> try-catch
                   3084: 
                   3085:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3086:          results/294.processed, results/296.processed: try_catch ->
                   3087:          try-catch
                   3088: 
                   3089: 2013-10-20  moko
                   3090: 
                   3091:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3092:          for issue #938 added.
                   3093: 
                   3094:        * src/: include/pa_xml_exception.h,
                   3095:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3096:          XmlException is now replaced (once again closes issue #938)
                   3097: 
                   3098: 2013-10-19  misha
                   3099: 
                   3100:        * bin/auto.p.dist.in: - more mime-types are added
                   3101: 
                   3102: 2013-10-18  moko
                   3103: 
                   3104:        * buildall: disable clock_gettime detection to avoid librt linking
                   3105:          (which in turn depends on libpthread), related to issue #943
                   3106: 
                   3107: 2013-10-18  misha
                   3108: 
                   3109:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3110:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3111:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3112:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3113:          types/types.vcproj: - new locations for libxml2 includes where
                   3114:          added to vcproj files
                   3115: 
                   3116: 2013-10-18  moko
                   3117: 
                   3118:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3119:          fix
                   3120: 
                   3121:        * tests/: 295.html, results/295.processed: test for issue #948
                   3122:          updated
                   3123: 
                   3124:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3125:          :)
                   3126: 
                   3127:        * tests/: 295.html, results/295.processed: test for issue #948
                   3128:          added
                   3129: 
                   3130:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3131:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3132:          to be executed request.put_element should be called, not
                   3133:          context.put_element (fixes issue #948)
                   3134: 
                   3135: 2013-10-17  moko
                   3136: 
                   3137:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3138:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3139: 
                   3140:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3141: 
                   3142: 2013-10-16  moko
                   3143: 
                   3144:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3145: 
                   3146:        * tests/: 294.html, results/294.processed: test for issue #938
                   3147: 
                   3148:        * src/: classes/xdoc.C, classes/xnode.C,
                   3149:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3150:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3151: 
                   3152:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3153:          libxslt-1.1.26 -> libxslt-1.1.28
                   3154: 
                   3155:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3156:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3157:          to '?', related to issue #938
                   3158: 
                   3159: 2013-10-15  moko
                   3160: 
                   3161:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3162:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3163:          minor optimizations (closes issue #896)
                   3164: 
                   3165:        * tests/results/: 292.processed, 293.processed: results updated to
                   3166:          comply with issue #896
                   3167: 
                   3168:        * tests/: 292.html, 293.html, results/292.processed,
                   3169:          results/293.processed: tests for json escaping
                   3170: 
                   3171: 2013-10-14  moko
                   3172: 
                   3173:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3174:          and cleanup, code moved from .h to .C, no changes in code
                   3175: 
                   3176: 2013-10-12  moko
                   3177: 
                   3178:        * tests/results/119.processed: updated test result commited
                   3179: 
                   3180:        * tests/: 291.html, results/291.processed: test for issue #894
                   3181:          added
                   3182: 
                   3183:        * src/types/pa_wcontext.h: base methods call support function
                   3184:          get_somebody_entered_some_class should not be true forever, as
                   3185:          wcontext can have many get_elements calls (fixes issue #894)
                   3186: 
                   3187: 2013-10-11  moko
                   3188: 
                   3189:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3190:          issue #942 added
                   3191: 
                   3192:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3193:          to native method fixed (closes issue #942)
                   3194: 
                   3195:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3196:          added
                   3197: 
                   3198:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3199:          feature #907)
                   3200: 
                   3201:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3202:          feature #907)
                   3203: 
                   3204: 2013-10-09  moko
                   3205: 
                   3206:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3207:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3208:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3209:          properly not only in objects, but in classes as well (closes
                   3210:          issue #903)
                   3211: 
                   3212:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3213:          works in classes, not only objects, test case added, related to
                   3214:          issue #903
                   3215: 
                   3216:        * tests/: 288.html, results/288.processed: test for endless
                   3217:          recursion bug added (related to issue #903)
                   3218: 
                   3219: 2013-10-05  moko
                   3220: 
                   3221:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3222:          classes/table.C, main/execute.C, types/pa_method.h,
                   3223:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3224:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3225:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3226:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3227:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3228:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3229:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3230:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3231:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3232:          optimization: put_element no longer has "bool areplace" argument,
                   3233:          related to issue #903
                   3234: 
                   3235: 2013-10-03  moko
                   3236: 
                   3237:        * tests/results/182.processed: result for $.replace(false) test
                   3238:          commited
                   3239: 
                   3240:        * src/classes/date.C: ^date::create(number) processed correctly
                   3241:          (fixes issue #901)
                   3242: 
                   3243:        * src/classes/image.C: as_no_junction removed, as param can be
                   3244:          expression (closes issue #931)
                   3245: 
                   3246:        * tests/233.html: test for issue #931 added
                   3247: 
                   3248: 2013-10-02  moko
                   3249: 
                   3250:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3251:          modified, test for $.replace(false) added
                   3252: 
                   3253:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3254: 
                   3255: 2013-09-30  moko
                   3256: 
                   3257:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3258: 
                   3259:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3260:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3261:          implemented; $.replace option added to ^process and ^use
                   3262: 
                   3263: 2013-08-27  moko
                   3264: 
                   3265:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3266:          cstr_to_string_body_untaint should be called with charsets for
                   3267:          possible uri language and connection for possible sql language.
                   3268:          related to issue #857
                   3269: 
                   3270:        * buildall: and -> or fixed
                   3271: 
                   3272: 2013-08-26  moko
                   3273: 
                   3274:        * buildall: prepare_ functions logic changed to support
                   3275:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3276: 
                   3277: 2013-08-23  moko
                   3278: 
                   3279:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3280:          statically
                   3281: 
                   3282: 2013-08-22  moko
                   3283: 
                   3284:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3285:          append_know_length removed (related to old GPF bug)
                   3286: 
                   3287: 2013-08-21  moko
                   3288: 
                   3289:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3290: 
                   3291:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3292:          (related to ticket #857
                   3293: 
                   3294:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3295:          implemented
                   3296: 
                   3297:        * src/types/pa_vhashfile.h: warning war
                   3298: 
                   3299:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3300:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3301:          anti_endless_json_string_recoursion removed from request;
                   3302:          json_string_recoursion added to json_options; $.indent[indent
                   3303:          value] now supported and passed within recoursion closes feature
                   3304:          #937
                   3305: 
                   3306:        * tests/: 287.html, results/287.processed: test for feature #937
                   3307: 
                   3308: 2013-07-31  moko
                   3309: 
                   3310:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3311:          compilation having #define _S
                   3312: 
                   3313:        * src/main/pa_globals.C: cleanup
                   3314: 
                   3315: 2013-07-30  moko
                   3316: 
                   3317:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3318:          main/pa_common.C: vs2003 warning war
                   3319: 
                   3320:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3321: 
                   3322:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3323: 
                   3324:        * src/lib/md5/pa_sha2.c: warning war
                   3325: 
                   3326: 2013-07-29  moko
                   3327: 
                   3328:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3329:          patches from github
                   3330: 
                   3331:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3332:          classes/memcached.C, include/pa_config_includes.h,
                   3333:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3334: 
                   3335:        * src/lib/json/json.vcproj: C++ -> C
                   3336: 
                   3337:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3338: 
                   3339:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3340: 
                   3341:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3342: 
                   3343:        * src/lib/json/: json.c, pa_json.C: warning war
                   3344: 
                   3345:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3346: 
                   3347:        * src/include/pa_config_fixed.h: uint16_t added
                   3348: 
                   3349:        * configure.in: uint16_t check added
                   3350: 
                   3351:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3352:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3353:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3354:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3355:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3356: 
                   3357: 2013-07-25  moko
                   3358: 
                   3359:        * parser3.sln: dependencies added
                   3360: 
                   3361:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3362:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3363:          module support
                   3364: 
                   3365:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3366: 
                   3367:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3368: 
                   3369: 2013-07-23  moko
                   3370: 
                   3371:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3372:          PA_DEBUG_GC_MEMORY removed
                   3373: 
                   3374:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3375:          PA_DEBUG_DISABLE_GC compilation fix
                   3376: 
                   3377:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3378:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3379: 
                   3380:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3381:          garbage cleanup
                   3382: 
                   3383:        * src/main/pa_common.C: warning war
                   3384: 
                   3385:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3386: 
                   3387:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3388:          minor cleanup
                   3389: 
                   3390:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3391:          uses cygwin, not WIN32 implementation
                   3392: 
                   3393:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3394:          able to exec shell scripts
                   3395: 
                   3396:        * src/classes/math.C: ifdef WIN32 cleanup
                   3397: 
                   3398:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3399: 
                   3400:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3401: 
                   3402:        * src/classes/curl.C: LT_MODULE_EXT used
                   3403: 
                   3404:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3405: 
                   3406: 2013-07-22  moko
                   3407: 
                   3408:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3409:          includes fix
                   3410: 
                   3411:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3412: 
                   3413:        * configure.in, src/include/pa_config_includes.h,
                   3414:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3415:          src/main/pa_exec.C: includes cleanup
                   3416: 
                   3417:        * src/targets/cgi/parser3.C: 2012->2013
                   3418: 
                   3419:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3420: 
                   3421:        * configure.in, src/include/pa_config_includes.h,
                   3422:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3423:          src/main/pa_random.C, src/main/pa_socks.C,
                   3424:          src/types/pa_vstatus.C: cygwin support cleanup
                   3425: 
                   3426:        * configure.in: dirent.h check added
                   3427: 
                   3428:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3429:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3430:          not copied
                   3431: 
                   3432: 2013-07-21  moko
                   3433: 
                   3434:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3435: 
                   3436:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3437:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3438: 
                   3439:        * operators.txt, src/classes/file.C, tests/022.html,
                   3440:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3441:          $.stat(true)] usage commented
                   3442: 
                   3443:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3444:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3445:          $.stat(true) it has size/*date columns modified patch from misha@
                   3446:          that closes issue #914.
                   3447: 
                   3448:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3449:          PA_RELEASE_ASSERTS removed
                   3450: 
                   3451:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3452: 
                   3453:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3454:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3455: 
                   3456:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3457:          cordprnt.c removed
                   3458: 
                   3459:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3460:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3461:          pa-include/pa_strings.h: includes cleanup
                   3462: 
                   3463:        * src/lib/md5/pa_md5c.c: headers cleanup
                   3464: 
                   3465: 2013-07-20  moko
                   3466: 
                   3467:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   3468:          cleanup
                   3469: 
                   3470: 2013-07-19  moko
                   3471: 
                   3472:        * src/classes/math.C: extern "C" added for crypt
                   3473: 
                   3474: 2013-07-18  moko
                   3475: 
                   3476:        * src/classes/math.C: fix redhat7.2 build
                   3477: 
                   3478: 2013-07-17  moko
                   3479: 
                   3480:        * configure.in, src/include/pa_config_includes.h,
                   3481:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   3482:          added for uint8/32/64_t)
                   3483: 
                   3484:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   3485:          pa_config_includes.h used for uint32/64_t
                   3486: 
                   3487: 2013-07-16  moko
                   3488: 
                   3489:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   3490:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   3491:          war
                   3492: 
                   3493:        * src/main/compile.tab.C: compile.y was updated
                   3494: 
                   3495:        * src/main/compile.y: warning war
                   3496: 
                   3497:        * src/: include/pa_exception.h, main/pa_exception.C,
                   3498:          main/pa_xml_exception.C: warning war
                   3499: 
                   3500:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   3501: 
                   3502:        * configure.in: beauty :)
                   3503: 
                   3504:        * tests/: 141.html, results/141.processed: sha256/512 added
                   3505: 
                   3506: 2013-07-13  moko
                   3507: 
                   3508:        * src/lib/md5/md5.vcproj: sha2 added
                   3509: 
                   3510:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   3511:          classes/math.C: sha2 support (sha256/sha512 digest)
                   3512: 
                   3513: 2013-07-08  moko
                   3514: 
                   3515:        * src/classes/image.C: directory read or other read problem message
                   3516:          fixed (related to issue #933)
                   3517: 
                   3518: 2013-07-07  moko
                   3519: 
                   3520:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   3521:          dependense from $charsetsdir directory existance and content (and
                   3522:          UTF-8 is default allready)
                   3523: 
                   3524:        * AUTHORS: + misha + moko. :)
                   3525: 
                   3526: 2013-07-06  moko
                   3527: 
                   3528:        * src/: classes/curl.C, include/pa_globals.h,
                   3529:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   3530:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   3531:          for lt_dlinit to be called once and lt_dlexit called at right
                   3532:          place (related to issue #925)
                   3533: 
                   3534: 2013-07-04  moko
                   3535: 
                   3536:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   3537:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   3538:          content-type to be set, as it brokes badly designed logic in
                   3539:          response output. This hopefully finishes issue #928.
                   3540: 
                   3541:        * tests/results/: 256.processed, 286.processed: file now displayed
                   3542:          as name, size, mode, content-type
                   3543: 
                   3544:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   3545:          issue #933
                   3546: 
                   3547: 2013-06-28  moko
                   3548: 
                   3549:        * tests/: 286.html, results/286.processed: test extended
                   3550: 
                   3551:        * tests/: 286.html, results/286.processed: Test for issue #928
                   3552:          added.  it tests default content-type change.
                   3553: 
                   3554:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   3555:          now updated
                   3556: 
                   3557: 2013-06-25  moko
                   3558: 
                   3559:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   3560:          content-type for text/binary files without name added;
                   3561:          ^file::create[$f;...] options now works properly and $f
                   3562:          properties are default (fixes issue #928)
                   3563: 
                   3564: 2013-05-16  misha
                   3565: 
                   3566:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   3567:          added
                   3568: 
                   3569:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   3570:          table if specified limit is bigger than source rows count
                   3571: 
                   3572:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   3573:          added ( new feature: #858 )
                   3574: 
                   3575: 2013-04-29  moko
                   3576: 
                   3577:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   3578:          $.ipresolve(0|1|2) added (closes issue #891)
                   3579: 
                   3580:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   3581: 
                   3582: 2013-04-24  moko
                   3583: 
                   3584:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3585:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   3586:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   3587:          memcached_quit (refs #893)
                   3588: 
                   3589: 2013-04-22  moko
                   3590: 
                   3591:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   3592:          slashes in file path (fixes bug #872)
                   3593: 
                   3594:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   3595:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   3596:          #739)
                   3597: 
                   3598:        * tests/results/266.processed: $.max_params added (feature #915)
                   3599: 
                   3600:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   3601:          option added to file::load (closes issue #867)
                   3602: 
                   3603: 2013-04-20  misha
                   3604: 
                   3605:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   3606:          commited
                   3607: 
                   3608: 2013-03-15  misha
                   3609: 
                   3610:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   3611:          multiple empty strings while ::sql. uae String::Empty instead
                   3612: 
                   3613: 2013-03-14  misha
                   3614: 
                   3615:        * src/classes/reflection.C: - for user classes
                   3616:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   3617:          with $.call_type if they available ( new feature: #915 )
                   3618: 
                   3619:        * src/classes/file.C: - ^file:delete[] now supports an option
                   3620:          $.exception(false) that suppress any exception while deleting
                   3621:          file ( new feature: #916 )
                   3622: 
                   3623:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   3624:          work :)
                   3625: 
                   3626: 2013-03-12  misha
                   3627: 
                   3628:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   3629:          set default name for the file
                   3630: 
                   3631: 2013-03-11  misha
                   3632: 
                   3633:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   3634:          also available in $f.cookies
                   3635: 
                   3636:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   3637:          moved to a separate method
                   3638: 
                   3639: 2013-03-10  moko
                   3640: 
                   3641:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   3642:          added
                   3643: 
                   3644:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   3645:          removed (declared by autoconf)
                   3646: 
                   3647:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   3648:          uint32_t define
                   3649: 
                   3650: 2013-03-10  misha
                   3651: 
                   3652:        * src/classes/file.C: ^file:delete and ^file:move now support
                   3653:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   3654: 
                   3655:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   3656:          empty dirs is added
                   3657: 
                   3658: 2013-03-10  moko
                   3659: 
                   3660:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   3661:          but default check removed from ^int/double/bool.int/double/bool
                   3662:          for string.int/double/bool compatibility (related to issue #913)
                   3663: 
                   3664:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   3665:          internally throws exception if default is present (closes issue
                   3666:          #913)
                   3667: 
                   3668: 2013-03-09  misha
                   3669: 
                   3670:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   3671:          optimisations ( #845 )
                   3672: 
                   3673:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   3674: 
                   3675: 2013-03-08  moko
                   3676: 
                   3677:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   3678:          creates correct table (fixes issue #910)
                   3679: 
                   3680:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   3681:          use outside of 'connect' operator (fixes issue #911)
                   3682: 
                   3683:        * tests/results/: 096.processed, 122.processed: test results
                   3684:          updated as doubles now printed with 15 significant digits, not 5
                   3685:          (fixes issue #882)
                   3686: 
                   3687:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   3688:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   3689: 
                   3690: 2013-02-21  moko
                   3691: 
                   3692:        * src/classes/table.C: _locate_name_value does not check arguments
                   3693:          count, so we check it in advance (fixes issue #905)
                   3694: 
                   3695: 2012-10-23  moko
                   3696: 
                   3697:        * buildall: old shell for and echo compatibility (for six)
                   3698: 
                   3699: 2012-10-19  moko
                   3700: 
                   3701:        * buildall: --strip added --disable-safe-mode listed in usage
                   3702: 
                   3703: 2012-10-17  misha
                   3704: 
                   3705:        * src/classes/op.C: - apply-taint should not throw "outside
                   3706:          connect" exception with sql lang now
                   3707: 
                   3708: 2012-10-17  moko
                   3709: 
                   3710:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   3711:          each request (for apache module)
                   3712: 
                   3713: 2012-09-26  moko
                   3714: 
                   3715:        * src/doc/doxygen.cfg: png -> svg
                   3716: 
                   3717: 2012-09-25  moko
                   3718: 
                   3719:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   3720:          test added
                   3721: 
                   3722:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   3723:          double use when key is long
                   3724: 
                   3725: 2012-09-16  moko
                   3726: 
                   3727:        * src/classes/math.C: Format -> Method Encode -> Format
                   3728: 
                   3729:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   3730:          added
                   3731: 
                   3732: 2012-09-14  moko
                   3733: 
                   3734:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   3735:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   3736:          implementation added
                   3737: 
                   3738: 2012-09-12  moko
                   3739: 
                   3740:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   3741:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   3742:          targets.dox and string.dox slightly actualized
                   3743: 
                   3744: 2012-08-31  moko
                   3745: 
                   3746:        * ChangeLog: now generated with patched cvs2cl.pl
                   3747: 
                   3748: 2012-07-29  moko
                   3749: 
                   3750:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   3751:          result should be pushed after VMethodFrame destructor is called,
                   3752:          as it deletes junctions from stack params (fixes issue #868)
                   3753: 
                   3754: 2012-07-23  moko
                   3755: 
                   3756:        * INSTALL, README: buildall script usage documented, other outdated
                   3757:          info updated.
                   3758: 
                   3759:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   3760: 
                   3761: 2012-07-21  moko
                   3762: 
                   3763:        * buildall: glib does not compile when threads are disabled...
                   3764: 
                   3765:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   3766: 
                   3767:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   3768:          unref, can't unref nested objects)
                   3769: 
                   3770:        * src/types/pa_vmail.C: another check added
                   3771: 
                   3772: 2012-07-19  moko
                   3773: 
                   3774:        * buildall: usage added
                   3775: 
                   3776:        * buildall: new buildall script that unites buildall-with-xml,
                   3777:          buildall-without-xml, --with-apache and --with-mailreceive
                   3778: 
                   3779:        * configure.in: support for static gmime and dynamic glib linking.
                   3780:          fixes for FreeBSD
                   3781: 
                   3782: 2012-07-17  moko
                   3783: 
                   3784:        * configure.in: --with-mailreceive replaced
                   3785:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   3786:          removed
                   3787: 
                   3788: 2012-07-16  moko
                   3789: 
                   3790:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   3791:          capitalized, content now decoded and text content converted to
                   3792:          $request:charset.  all properties are accessed by functions, this
                   3793:          ready for dynamic load.
                   3794: 
                   3795: 2012-06-28  moko
                   3796: 
1.116     moko     3797:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   3798:          32 bit
1.95      moko     3799: 
                   3800: 2012-06-27  moko
                   3801: 
                   3802:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   3803:          passive ftp
                   3804: 
                   3805:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   3806: 
                   3807:        * configure.in: 3.4.2 RC -> 3.4.2
                   3808: 
                   3809: 2012-06-22  moko
                   3810: 
                   3811:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   3812:          #815)
                   3813: 
                   3814:        * tests/: 284.html, results/284.processed: output options test
                   3815:          (feature #265)
                   3816: 
                   3817: 2012-06-22  misha
                   3818: 
                   3819:        * tests/215.html: - little changes
                   3820: 
                   3821: 2012-06-21  moko
                   3822: 
                   3823:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   3824:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   3825:          feature #265)
                   3826: 
                   3827:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   3828:          breaks long .*, default 10M restored. (issue #216)
                   3829: 
                   3830:        * tests/: 283.html, results/283.processed: test for issue #815
                   3831:          added
                   3832: 
                   3833:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   3834:          again, cstrm not required.
                   3835: 
                   3836:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   3837:          Win32 and broken FreeBSD (issue #45)
                   3838: 
                   3839:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   3840: 
                   3841:        * src/main/pa_string.C: warnings war
                   3842: 
                   3843:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   3844:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   3845:          main/pa_socks.C, targets/apache/pa_threads.C,
                   3846:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3847:          types/pa_vstatus.C: compilation under cygwin fixed
                   3848: 
                   3849: 2012-06-19  moko
                   3850: 
                   3851:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   3852:          Windows fixed
                   3853: 
                   3854:        * parser3.sln: removed antique pcre_ctype
                   3855: 
                   3856:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   3857: 
                   3858:        * src/include/pa_config_fixed.h: undefined reference to
                   3859:          __imp__pcre_* fix for Windows
                   3860: 
                   3861:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     3862:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   3863:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   3864:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   3865:          define fixed
1.95      moko     3866: 
                   3867: 2012-06-18  moko
                   3868: 
                   3869:        * src/classes/memcached.C: flush -> clear
                   3870: 
                   3871:        * src/classes/memcached.C: memcached does not support quotes even
                   3872:          in server name
                   3873: 
                   3874:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3875:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   3876:          called on open to check servers existance.  $.key(true) syntax
                   3877:          now supported
                   3878: 
                   3879: 2012-06-17  moko
                   3880: 
                   3881:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   3882:          cleanup
                   3883: 
                   3884:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   3885:          tests/results/282.processed: encloser at the EOF bug fixed,
                   3886:          incorrectly enclosed data now processed more logicaly (fixes
                   3887:          #339)
                   3888: 
                   3889: 2012-06-15  moko
                   3890: 
                   3891:        * buildall-without-xml: sync with buildall-with-xml
                   3892: 
                   3893:        * buildall-with-xml: download auto-detected between fetch and curl
                   3894: 
                   3895:        * configure.in: --with-gc and --with-pcre now also processed
                   3896:          correctly
                   3897: 
1.116     moko     3898:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   3899:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   3900:          should be run on rol1 using automake / aclocal (GNU automake)
                   3901:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     3902: 
                   3903:        * configure.in: new PARSER_VERSION logic
                   3904: 
                   3905:        * src/include/pa_version.h: new pa_version.h logic
                   3906: 
                   3907:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3908:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   3909:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   3910:          feols_normalized -> fis_text_content set_binary added
                   3911: 
                   3912:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   3913: 
                   3914: 2012-06-15  misha
                   3915: 
                   3916:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3917:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   3918:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   3919:          ^file::create[text;content] EOLs in content now is normalized. (
                   3920:          new feature: #815 )
                   3921: 
                   3922: 2012-06-15  moko
                   3923: 
                   3924:        * configure.in: --disable-version-update added to disable version
                   3925:          update with host information (for debian package) whitespace
                   3926:          optimized
                   3927: 
                   3928:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   3929:          libtool
                   3930: 
                   3931:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   3932:          it.
                   3933: 
                   3934: 2012-06-14  moko
                   3935: 
                   3936:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   3937:          tests/results/281.processed: "hash flocked" error removed for
                   3938:          safe operations like ^h._count[] ( new feature: #335 )
                   3939: 
1.116     moko     3940:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     3941: 
                   3942:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   3943: 
                   3944:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   3945:          xml compilation check added
                   3946: 
                   3947:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   3948:          replaced with --with-gc and --with-pcre test for pcre linking
                   3949:          added
                   3950: 
                   3951: 2012-06-13  moko
                   3952: 
                   3953:        * configure.in: apxs2 check optimized
                   3954: 
                   3955:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   3956:          .la, includes optimized
                   3957: 
                   3958:        * buildall-with-xml: --with-pic looks better for -fPIC
                   3959: 
                   3960:        * configure.in: switched to convenience library in static linking
                   3961: 
                   3962:        * src/targets/apache/Makefile.am: switched to convenience library
                   3963:          usage to avoid libtool warnings
                   3964: 
                   3965:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   3966:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   3967:          smtp/Makefile.am: switched to convenience library usage
                   3968: 
                   3969:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   3970: 
                   3971:        * src/targets/apache/Makefile.am: updated for libtool usage
                   3972: 
                   3973:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   3974: 
                   3975:        * buildall-without-xml: --with-included-ltdl added
                   3976: 
                   3977:        * buildall-without-xml: sync with buildall-with-xml
                   3978: 
                   3979:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   3980:          -fPIC for x64 $download added for wget success check added
                   3981: 
                   3982:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   3983: 
                   3984:        * configure.in: disable-static returned
                   3985: 
                   3986:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   3987:          LIBTOOLFLAGS
                   3988: 
                   3989: 2012-06-12  moko
                   3990: 
                   3991:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   3992:          compatible with LIBTOOLFLAGS for unknown reasons
                   3993: 
                   3994:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   3995: 
                   3996:        * configure.in: static/dynamic -lstdc++ linking option removed
                   3997:          apxs2 check added
                   3998: 
                   3999:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4000:          option removed
                   4001: 
                   4002: 2012-06-10  moko
                   4003: 
                   4004:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4005:          added
                   4006: 
                   4007:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4008: 
1.116     moko     4009:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4010:          beauty
1.95      moko     4011: 
                   4012:        * depcomp: from libtool 2.4.2
                   4013: 
                   4014:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4015: 
                   4016: 2012-06-09  moko
                   4017: 
1.116     moko     4018:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4019:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4020:          autogenerated files updated after libtool update
                   4021: 
1.116     moko     4022:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4023:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4024:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4025:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4026:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4027:          config/compile, config/config.guess, config/config.sub,
                   4028:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4029:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4030:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4031:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4032:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4033:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4034:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4035:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4036:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4037: 
                   4038:        * configure.in: preparation for new libtool
                   4039: 
                   4040:        * configure.in: Some beauty added :)
                   4041: 
                   4042:        * src/targets/apache/Makefile.am: := -> =
                   4043: 
                   4044:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4045:          again. :)
                   4046: 
                   4047:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4048:          previously was taken from pcre_internal.h. :)
                   4049: 
                   4050:        * src/lib/pcre/Makefile.am: config.h returned
                   4051: 
                   4052:        * src/lib/pcre/config.h: still need this. :)
                   4053: 
                   4054:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4055: 
                   4056:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4057:          removed
                   4058: 
                   4059:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4060:          now in parser tree, no need to copy
                   4061: 
                   4062:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4063:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4064:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4065:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4066:          extracts now used old trash removed
                   4067: 
                   4068:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4069:          rare charsets/drivers are commented, sql driver quessing removed
                   4070:          (debian/patches/103_auto_p.patch)
                   4071: 
                   4072:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4073:          (debian/patches/104_automake.patch) + all charsets are copied
                   4074: 
                   4075:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4076:          extra arguments now supported
                   4077: 
                   4078: 2012-06-08  misha
                   4079: 
                   4080:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4081:          the 2nd option in ^table.hash[] could be hash or table so
                   4082:          .as_hash will throw an exception when table option is specified
                   4083: 
                   4084:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4085:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4086:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4087:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4088:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4089:          and improved (whitespaces are allowed as empty options) -
                   4090:          MethodParams::as_table is added - above methods are used for
                   4091:          parsing methods' options ( new feature: #9 )
                   4092: 
                   4093:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4094:          to vclass. now class fields can be accessible as a hash:
                   4095:          $h[^hash::create[$asd:CLASS]]
                   4096: 
                   4097:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4098:          have get_fields method so their fields can be accessed with
                   4099:          ^reflection:fields[...] & ^reflection:field[...]
                   4100: 
                   4101: 2012-06-06  misha
                   4102: 
                   4103:        * tests/280.html: - tests for
                   4104:          ^reflection:method[obj-or-class;method],
                   4105:          ^reflection:field[obj-or-class;field] and
                   4106:          ^reflection:fields[obj-or-class] are added
                   4107: 
                   4108: 2012-06-05  misha
                   4109: 
                   4110:        * src/classes/reflection.C: - ^reflection:method[class or
                   4111:          object;method name] and ^reflection:field[class or object;field
                   4112:          name] are added
                   4113: 
                   4114:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4115:          is used
                   4116: 
                   4117:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4118: 
                   4119: 2012-06-05  moko
                   4120: 
1.116     moko     4121:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4122: 
                   4123:        * src/classes/memcached.C: flish ttl fixed
                   4124: 
                   4125: 2012-06-04  moko
                   4126: 
                   4127:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4128:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4129:          option (new feature #833)
                   4130: 
                   4131: 2012-06-04  misha
                   4132: 
                   4133:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4134:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4135: 
                   4136: 2012-06-03  misha
                   4137: 
                   4138:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4139:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4140: 
                   4141: 2012-05-30  misha
                   4142: 
                   4143:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4144:          incomplete class into a scope while @USE is found
                   4145: 
                   4146:        * src/main/compile.y: - add incomplete class into a scope while
                   4147:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4148: 
                   4149: 2012-05-30  moko
                   4150: 
                   4151:        * src/types/pa_vclass.C, tests/278.html,
                   4152:          tests/results/278.processed: removed "property has no getter
                   4153:          method" exception when GET_DEFAULT present (fixes #269)
                   4154: 
                   4155:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4156:          $._default
                   4157: 
                   4158: 2012-05-29  moko
                   4159: 
                   4160:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4161:          uninitialized values usage (new feature: #154)
                   4162: 
                   4163: 2012-05-28  moko
                   4164: 
                   4165:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4166:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4167:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4168:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4169:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4170:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4171:          tests/results/277.processed, src/types/pa_vtable.h,
                   4172:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4173:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4174:          feature #803)
                   4175: 
                   4176:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4177:          tests/results/277.processed: json numbers are now treated as
                   4178:          double ( new feature: #834 )
                   4179: 
                   4180:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4181:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4182:          added for out of range checks, zero division in vint/vdouble
                   4183:          check added ( fixes #832 )
                   4184: 
                   4185:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4186:          ( fixes #832 )
                   4187: 
                   4188: 2012-05-28  misha
                   4189: 
                   4190:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4191:          configure
                   4192: 
                   4193:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4194:          added - tests for unsupported values for options $.file, $.table
                   4195:          and $.date are added
                   4196: 
                   4197:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4198:          accepts "stat" $.file[] option's value in addition to existed
                   4199:          "text" and "base64" ( new feature: #835 )
                   4200: 
                   4201:        * tests/276.html: - test for
                   4202:          ^reflection:delete[$object-or-class;field-name]
                   4203: 
                   4204:        * src/classes/reflection.C: -
                   4205:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4206:          feature: #268 )
                   4207: 
                   4208: 2012-05-27  misha
                   4209: 
                   4210:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4211: 
                   4212: 2012-05-24  misha
                   4213: 
                   4214:        * src/include/pa_common.h: - method lastposafter was removed
                   4215: 
                   4216:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4217:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4218:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4219:          work as *nix commands
                   4220: 
                   4221:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4222: 
                   4223:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4224:          rskipchars were added
                   4225: 
                   4226:        * tests/270.html: - more tests for ^file:find[]
                   4227: 
                   4228:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4229: 
                   4230:        * src/include/pa_version.h: - must be "win32" here. it is
                   4231:          auto-generated on *nix
                   4232: 
                   4233: 2012-05-24  moko
                   4234: 
                   4235:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4236:          throws overflow exception ( new feature: #830 )
                   4237: 
                   4238:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4239:          uint32 support and overflow added ( new feature: #830 )
                   4240: 
                   4241: 2012-05-23  moko
                   4242: 
                   4243:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4244:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4245:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4246:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4247:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4248:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4249:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4250:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4251:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4252:          "return string as-is" removed from as_expr_result. ( new feature:
                   4253:          #831 )
                   4254: 
                   4255:        * tests/results/244.processed: test changed after bug #782 fix
                   4256:          commited
                   4257: 
                   4258:        * tests/results/229.processed: test results for bug #782 commited
                   4259: 
                   4260:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4261:          not printed. :)
                   4262: 
                   4263: 2012-05-20  moko
                   4264: 
                   4265:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4266:          feature: #341 )
                   4267: 
                   4268:        * tests/: 254.html, results/254.processed: test for
                   4269:          ^reflection:uid[] added
                   4270: 
                   4271:        * tests/: 254.html, results/254.processed: test for
                   4272:          ^reflection:uid[$obj] added
                   4273: 
                   4274: 2012-05-17  misha
                   4275: 
                   4276:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4277:          exploding filespec-tainting ( new feature: #829 )
                   4278: 
                   4279: 2012-05-12  moko
                   4280: 
                   4281:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4282:          not.
                   4283: 
                   4284: 2012-05-08  moko
                   4285: 
                   4286:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4287: 
                   4288:        * tests/229.html: test for bug #782
                   4289: 
                   4290:        * tests/results/259.processed, src/main/pa_request.C,
                   4291:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4292:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4293:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4294:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4295:          added
                   4296: 
                   4297: 2012-04-27  moko
                   4298: 
1.116     moko     4299:        * src/targets/apache/Makefile.am:
1.95      moko     4300:          ../../lib/memcached/libmemcached.a added
                   4301: 
                   4302: 2012-04-27  misha
                   4303: 
                   4304:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4305:          ( #827 )
                   4306: 
                   4307: 2012-04-25  moko
                   4308: 
                   4309:        * src/: classes/json.C, classes/memcached.C,
                   4310:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4311:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4312:          implemented.
                   4313: 
                   4314:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4315: 
                   4316: 2012-04-23  moko
                   4317: 
                   4318:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4319:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4320:          types/pa_vmemcached.h: open allows options hash for new
                   4321:          memcached(options) function
                   4322: 
                   4323:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4324:          not appended
                   4325: 
                   4326: 2012-04-21  moko
                   4327: 
                   4328:        * src/classes/curl.C: '' added. :)
                   4329: 
                   4330:        * src/classes/classes.vcproj: new curl.h location
                   4331: 
                   4332:        * src/classes/curl.C: verbose output redirection from stderr to
                   4333:          file curl option added
                   4334: 
                   4335: 2012-04-20  moko
                   4336: 
                   4337:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4338:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4339: 
1.116     moko     4340:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4341:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4342:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4343:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4344:          configure option
                   4345: 
                   4346: 2012-04-19  moko
                   4347: 
                   4348:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4349:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4350:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4351:          options from sql_result_string removed. (closes issue #468)
                   4352: 
                   4353:        * src/types/pa_vmemcached.C: empty string fix
                   4354: 
                   4355:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4356:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4357:          pa_vmemcached.C
                   4358: 
                   4359: 2012-04-18  moko
                   4360: 
                   4361:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4362:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4363: 
                   4364:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4365:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4366:          installed (issue #354)
                   4367: 
                   4368: 2012-04-16  moko
                   4369: 
                   4370:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4371:          memcached_result_free removed
                   4372: 
                   4373: 2012-04-14  moko
                   4374: 
                   4375:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4376: 
                   4377:        * src/types/pa_vmemcached.C: check_key added and used
                   4378: 
                   4379: 2012-04-13  moko
                   4380: 
                   4381:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4382:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4383:          Serialization_data now added and used, VString now serialized
                   4384:          with languages into memcached.
                   4385: 
                   4386: 2012-03-28  moko
                   4387: 
                   4388:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4389:          lib/memcached/pa_memcached.h: result lengths added
                   4390: 
                   4391: 2012-03-27  moko
                   4392: 
                   4393:        * src/types/pa_vmemcached.C: strdup added
                   4394: 
                   4395: 2012-03-24  moko
                   4396: 
                   4397:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4398:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4399:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4400: 
                   4401: 2012-03-20  moko
                   4402: 
1.116     moko     4403:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4404: 
                   4405:        * src/targets/cgi/Makefile.am: cleanup
                   4406: 
                   4407:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4408:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4409: 
                   4410:        * src/: classes/Makefile.am, classes/memcached.C,
                   4411:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4412:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4413:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4414: 
                   4415: 2012-03-16  moko
                   4416: 
                   4417:        * src/main/execute.C: ident now works under Linux + ident displays
                   4418:          filenames (closes issue #818)
                   4419: 
1.116     moko     4420:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4421:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4422:          pa_vmethod_frame_local.h removed
                   4423: 
                   4424:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4425:          classes/classes.h, classes/curl.C, classes/date.C,
                   4426:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4427:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4428:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4429:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4430:          classes/regex.C, classes/response.C, classes/string.C,
                   4431:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4432:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4433:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4434:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4435:          include/pa_dictionary.h, include/pa_dir.h,
                   4436:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4437:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4438:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4439:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4440:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4441:          include/pa_sapi.h, include/pa_socks.h,
                   4442:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4443:          include/pa_stack.h, include/pa_string.h,
                   4444:          include/pa_stylesheet_connection.h,
                   4445:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4446:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4447:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4448:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4449:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4450:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4451:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4452:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4453:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4454:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4455:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4456:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4457:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4458:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4459:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4460:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4461:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4462:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4463:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   4464:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   4465:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   4466:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4467:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   4468:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   4469:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   4470:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   4471:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4472:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4473:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4474:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4475:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4476:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4477:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4478:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4479:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   4480:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   4481:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   4482:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   4483:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   4484:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4485:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   4486:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   4487:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4488:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4489:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   4490:          ident now works under Linux + ident displays filenames (closes
                   4491:          issue #818) Copyright updated
                   4492: 
                   4493: 2012-03-13  moko
                   4494: 
                   4495:        * src/main/pa_string.C: compilation fix for feature #741
                   4496: 
                   4497: 2012-03-09  misha
                   4498: 
                   4499:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   4500: 
                   4501:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   4502:          now detects invalid base64 chars in the middle of encoded stricg
                   4503:          ( new feature: #55 )
                   4504: 
                   4505:        * src/include/pa_exception.h: - new exception type for base64
                   4506:          decoding is added
                   4507: 
                   4508: 2012-03-06  misha
                   4509: 
                   4510:        * tests/274.html: - tests for ^date::today[] and
                   4511:          ^date.sql-string[datetime|date|time] are added
                   4512: 
                   4513:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   4514:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   4515:          strings "datetime", "date" or "time" - comments tidying up
                   4516: 
                   4517:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   4518:          date and time
                   4519: 
                   4520: 2012-03-03  misha
                   4521: 
                   4522:        * tests/193.html: - tests for
                   4523:          ^string:base64[encoded;$.strict(true)] are added
                   4524: 
                   4525:        * tests/results/auto.p: - try-catch operator is added
                   4526: 
                   4527:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   4528:          main/pa_common.C: - $.strict(true|false) option is added to
                   4529:          base64 decode methods ( new feature: #55 )
                   4530: 
                   4531:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   4532:          ( new feature: #819 )
                   4533: 
                   4534: 2012-02-28  moko
                   4535: 
                   4536:        * src/classes/hash.C: ident test
                   4537: 
                   4538: 2012-02-27  misha
                   4539: 
                   4540:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   4541: 
                   4542: 2012-01-08  misha
                   4543: 
                   4544:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   4545: 
                   4546:        * src/: classes/string.C, include/pa_dictionary.h,
                   4547:          main/pa_dictionary.C, main/pa_string.C: -
                   4548:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   4549:          ^string.replace[one subst here] is slightly optimized
                   4550: 
                   4551: 2011-12-07  misha
                   4552: 
                   4553:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   4554:          named table with one empty column ( bugfix: #63 )
                   4555: 
                   4556: 2011-11-30  misha
                   4557: 
                   4558:        * src/classes/json.C: - it's possible to set user's method for
                   4559:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   4560:          #763 )
                   4561: 
                   4562:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   4563: 
                   4564: 2011-11-23  misha
                   4565: 
                   4566:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4567:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   4568:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   4569:          ^file::create[mode;filename;content[;options]] now accepts binary
                   4570:          mode and file-content - new constructor's format:
                   4571:          ^file::create[string-or-file-content[;$.name[filename]
                   4572:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   4573:          feature: #65 )
                   4574: 
                   4575:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   4576:          mime_type_of(const String*) is added
                   4577: 
                   4578:        * src/include/pa_exception.h: - new exception constant
                   4579:          FILE_NAME_MUST_BE_SPECIFIED is added
                   4580: 
                   4581:        * src/classes/table.C: - bug with negative offset transformed into
                   4582:          a feature. it means pointing to a row from the end of the table (
                   4583:          new feature: #810 )
                   4584: 
                   4585: 2011-11-19  misha
                   4586: 
                   4587:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   4588:          â ìåòîäå _select ( new feature: #810 )
                   4589: 
                   4590:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   4591:          options were specified together is simplified
                   4592: 
                   4593: 2011-11-12  misha
                   4594: 
                   4595:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   4596:          HTTP content-disposition header (a part of bug #361 )
                   4597: 
                   4598:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   4599:          checks for ancestors' classes as well ( new feature: #456 )
                   4600: 
                   4601:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   4602:          "without cycle" now have types "parser.break" and
                   4603:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   4604:          )
                   4605: 
                   4606: 2011-11-11  misha
                   4607: 
                   4608:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   4609:          237.processed: - since bug #361 was fixed the content of filename
                   4610:          in HTTP headers is quoted
                   4611: 
                   4612:        * tests/results/270.processed: - result for test 270
                   4613: 
                   4614:        * tests/: 065.html, results/065.processed: - more tests for
                   4615:          ^file:basename[] & Co were added
                   4616: 
                   4617:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   4618: 
                   4619:        * tests/270.html: - tests for ^file:find[] are added
                   4620: 
                   4621:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   4622:          using option $.charset. option $.engoding is still supported but
                   4623:          these options can not be specified together
                   4624: 
                   4625:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   4626:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   4627: 
                   4628: 2011-10-11  misha
                   4629: 
                   4630:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   4631:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   4632:          #622)
                   4633: 
                   4634: 2011-09-30  misha
                   4635: 
                   4636:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   4637:          exception "saving stat-ed file" ( bugfix: #395 )
                   4638: 
                   4639: 2011-05-30  misha
                   4640: 
                   4641:        * src/classes/string.C: - fixed bug which was added with
                   4642:          params.as_hash into string:sql
                   4643: 
                   4644: 2011-05-29  misha
                   4645: 
                   4646:        * src/types/pa_value.C: - filename in content-disposition header
                   4647:          must be quoted ( bugfix: #361 )
                   4648: 
                   4649: 2011-05-27  misha
                   4650: 
                   4651:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   4652:          created file
                   4653: 
                   4654:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   4655:          usage
                   4656: 
                   4657:        * src/include/pa_exception.h: - one more string for exception was
                   4658:          added
                   4659: 
                   4660: 2011-05-25  misha
                   4661: 
                   4662:        * tests/269.html: - tests for checking input params in some dom
                   4663:          methods
                   4664: 
                   4665:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   4666:          was added. it isn't possible not wo create xdoc with invalid
                   4667:          tagName. ( bugfix: #160 )
                   4668: 
                   4669:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   4670:          string "data must be string" was mover from pa_exception.h to
                   4671:          pa_xml_exception.h
                   4672: 
                   4673:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   4674:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   4675: 
                   4676:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   4677: 
                   4678:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   4679:          options - XML-related exception's strings were added
                   4680: 
                   4681:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   4682:          output_options were removed)
                   4683: 
                   4684: 2011-05-19  misha
                   4685: 
                   4686:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4687:          params.as_hash is used more while parsing methods hash-options
                   4688: 
                   4689: 2011-05-18  misha
                   4690: 
                   4691:        * operators.txt: - info about json-serialization of xdoc was added
                   4692: 
                   4693:        * tests/256.html: - tests for json-serialization xdoc were added
                   4694: 
                   4695:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   4696: 
                   4697:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4698:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   4699:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   4700:          specified in $.xdoc[] ( new feature: #265 )
                   4701: 
                   4702: 2011-05-15  misha
                   4703: 
                   4704:        * tests/268.html: - tests for ^table.count[with options] were added
                   4705: 
                   4706:        * src/classes/table.C: - method ^table.count[] now can accept
                   4707:          options ( new feature: #93 ): ^table.count[column] returns number
                   4708:          of columns for named table; ^table.count[cells] returns number of
                   4709:          cells in the current row; ^table.count[] & ^table.count[rows]
                   4710:          return number of rows in a table.
                   4711: 
                   4712:        * tests/267.html: - test for checking switch/case in boolean mode
                   4713:          was added
                   4714: 
                   4715:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   4716:          compared as bool values, not as double values: new feature: #351
                   4717: 
                   4718: 2011-05-06  misha
                   4719: 
                   4720:        * tests/242.html: - EOL before EOF was added
                   4721: 
                   4722:        * tests/169.html: - tests for splitting empty string and void were
                   4723:          added
                   4724: 
                   4725:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   4726:          returned table with one empty cell)
                   4727: 
                   4728: 2011-04-03  misha
                   4729: 
                   4730:        * src/include/pa_version.h, configure.in: - version in head was
                   4731:          changed to 3.4.2b
                   4732: 
                   4733: 2011-03-30  misha
                   4734: 
                   4735:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   4736:          as well ( new feature #294 )
                   4737: 
                   4738: 2011-03-29  misha
                   4739: 
                   4740:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   4741:          limited to approx. 6 MB. previous limits were too big for real
                   4742:          life. bugfix: #216
                   4743: 
                   4744: 2011-03-04  moko
                   4745: 
                   4746:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   4747:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   4748: 
                   4749:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   4750:          vlalek@
                   4751: 
                   4752: 2011-02-22  misha
                   4753: 
                   4754:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   4755:          be under #ifdef XML or parser can't be compiled without xml
                   4756:          support
                   4757: 
                   4758: 2011-02-21  misha
                   4759: 
1.116     moko     4760:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     4761:          ApacheModuleParser3.vcproj was removed
                   4762: 
                   4763:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   4764:          removed)
                   4765: 
                   4766: 2011-02-20  misha
                   4767: 
                   4768:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   4769:          $.overridden in ^reflection:method_info[...] were added
                   4770: 
                   4771:        * src/classes/reflection.C: - beautifying result of
                   4772:          ^reflection:method_info[] ($.overridden/inherited)
                   4773: 
                   4774: 2011-02-18  misha
                   4775: 
                   4776:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   4777:          and pa_isalnum instead of isalpha and isalnum - bug with
                   4778:          redundand quoting lowercased latin chars while building email
                   4779:          body was fixed
                   4780: 
                   4781:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   4782:          added (they check for latin chars only)
                   4783: 
                   4784: 2011-02-16  misha
                   4785: 
                   4786:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   4787:          string size for transcoding gave too small value (should ever
                   4788:          look for availability char in dest charset inspite of the char
                   4789:          size)
                   4790: 
                   4791: 2011-02-04  moko
                   4792: 
                   4793:        * tests/223.html: header values now not url-encoded (issue #195)
                   4794: 
                   4795: 2011-02-01  misha
                   4796: 
                   4797:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   4798: 
                   4799: 2011-01-31  misha
                   4800: 
                   4801:        * src/main/pa_request.C: - throw exception if param file_name in
                   4802:          use_file is empty
                   4803: 
                   4804: 2011-01-08  moko
                   4805: 
                   4806:        * src/classes/curl.C: compilations errors fixed
                   4807: 
                   4808: 2010-12-29  moko
                   4809: 
                   4810:        * tests/: 265.html, results/265.processed: test for issue #200
                   4811:          added
                   4812: 
                   4813:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   4814:          #200)
                   4815: 
                   4816:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   4817: 
                   4818:        * tests/results/223.processed: header values now not url-encoded
                   4819:          (issue #195)
                   4820: 
                   4821:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   4822:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   4823:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   4824: 
                   4825: 2010-12-18  misha
                   4826: 
                   4827:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   4828:          => pa-include
                   4829: 
                   4830: 2010-11-28  moko
                   4831: 
                   4832:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   4833: 
                   4834:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   4835:          -> pa
                   4836: 
                   4837:        * configure.in: apr -> pa
                   4838: 
                   4839:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   4840: 
                   4841:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   4842:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   4843: 
                   4844:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   4845:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   4846:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   4847:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   4848:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   4849:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   4850:          module apr name conflict resolved)
                   4851: 
                   4852: 2010-11-27  misha
                   4853: 
                   4854:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   4855:          libbz2
                   4856: 
                   4857: 2010-11-26  misha
                   4858: 
                   4859:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   4860:          warnings removed
                   4861: 
                   4862: 2010-11-25  moko
                   4863: 
                   4864:        * operators.txt: $.indent(true)
                   4865: 
                   4866:        * operators.txt: another bugfix. :)
                   4867: 
                   4868:        * operators.txt: bugfix. :)
                   4869: 
                   4870:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   4871: 
                   4872: 2010-11-24  moko
                   4873: 
1.116     moko     4874:        * configure: apxs support
1.95      moko     4875: 
                   4876:        * configure.in: apxs support -Bstatic gc removed for OS X
                   4877: 
                   4878:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   4879: 
                   4880:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   4881:          THREAD_LOCAL usage
                   4882: 
                   4883:        * src/: classes/curl.C, include/pa_config_includes.h,
                   4884:          main/pa_globals.C: THREAD_LOCAL defined and used
                   4885: 
                   4886: 2010-11-23  moko
                   4887: 
                   4888:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   4889:          should be passed to pa_sleep, and only fractional part (bugfix:
                   4890:          #188)
                   4891: 
                   4892:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   4893: 
                   4894:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4895:          GC_dont_gc=1, as in cgi version
                   4896: 
                   4897:        * src/targets/apache/mod_parser3.c: warning war
                   4898: 
                   4899:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   4900:          pa_httpd.h: version removed, some trash removed
                   4901: 
                   4902:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   4903:          to show it), warning war
                   4904: 
                   4905:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   4906:          pa_httpd.h: parser_status_allowed removed + merge config
                   4907:          functions removed (override is the default) + beauty
                   4908: 
                   4909:        * src/: include/pa_request.h, main/pa_request.C,
                   4910:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   4911:          hide $status used in apache module removed
                   4912: 
                   4913: 2010-11-18  moko
                   4914: 
                   4915:        * operators.txt: $.table[compact] added for ^json:string[]
                   4916: 
                   4917: 2010-11-16  moko
                   4918: 
                   4919:        * src/targets/apache/mod_parser3.c: some cleanup done
                   4920: 
                   4921:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   4922:          is hashcode; second, info.fragment_begin is original, not
                   4923:          resulting length
                   4924: 
                   4925:        * src/classes/file.C: new feature: $.stdin now untainted
                   4926: 
                   4927:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   4928: 
                   4929:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   4930: 
                   4931:        * src/classes/op.C: ^apply-taint[] method added
                   4932: 
                   4933:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   4934:          added; $.stdin untaint test added
                   4935: 
                   4936: 2010-11-15  moko
                   4937: 
                   4938:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   4939:          removed
                   4940: 
                   4941:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   4942:          pa_httpd.h: 2x2 calculated under apache2. :)
                   4943: 
                   4944: 2010-11-13  moko
                   4945: 
                   4946:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   4947:          with apache 2.x includes
                   4948: 
                   4949:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   4950:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   4951:          united apache 1.3 / apache 2.x DSO module
                   4952: 
                   4953: 2010-11-09  moko
                   4954: 
                   4955:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   4956:          syntax
                   4957: 
                   4958:        * tests/: 263.html, results/263.processed: test from method[*args]
                   4959:          added
                   4960: 
                   4961:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   4962:          number of params can now be passed to a method declared with *arg
                   4963: 
                   4964: 2010-11-06  moko
                   4965: 
                   4966:        * src/classes/table.C: formating fixed. :)
                   4967: 
                   4968:        * src/classes/table.C: closes #4: ^table.select now supports
                   4969:          $.limit(), $.offset, $.reverse() options
                   4970: 
                   4971:        * tests/: 262.html, results/262.processed: test for ^table:select
                   4972:          with options added (feature #4)
                   4973: 
                   4974:        * src/include/pa_array.h: remove function added
                   4975: 
                   4976:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   4977:          object in get_element/put_element, using static one.
                   4978: 
                   4979: 2010-11-04  moko
                   4980: 
                   4981:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   4982:          options is passed
                   4983: 
                   4984:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   4985:          now tested; k and p in handler now tested.
                   4986: 
                   4987:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   4988:          $.table[compact] feature added
                   4989: 
                   4990:        * src/classes/json.C: key is now passed to handler in
                   4991:          value_json_string; ^json:string result now process tainting
                   4992:          inside and returns clean string, related to issue #153
                   4993: 
                   4994:        * src/main/untaint.C: bugfix: charset can be null (in
                   4995:          ^string:save[] as example), thus check is added
                   4996: 
                   4997: 2010-10-31  moko
                   4998: 
                   4999:        * src/classes/string.C: error message changed (fixes issue #149)
                   5000: 
                   5001: 2010-10-29  moko
                   5002: 
                   5003:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5004:          port is not default (fixes issue #155); exception on invalid port
                   5005:          added.
                   5006: 
                   5007:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5008:          "Accept: */*" to be passed
                   5009: 
                   5010: 2010-10-28  moko
                   5011: 
                   5012:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5013:          exception on unknown charset even if response_charset was
                   5014:          specified
                   5015: 
                   5016: 2010-10-27  moko
                   5017: 
                   5018:        * src/classes/string.C: ^string.append removed for void
                   5019:          compatibility
                   5020: 
                   5021: 2010-10-26  moko
                   5022: 
                   5023:        * src/classes/json.C: libjson supports array at top level, we too
                   5024:          (GPF fixed)
                   5025: 
                   5026: 2010-10-25  moko
                   5027: 
                   5028:        * tests/: 253.html, results/253.processed: libjson supports array
                   5029:          at top level, parser now supports it as well.
                   5030: 
                   5031:        * tests/261.html, tests/results/261.processed,
                   5032:          src/types/pa_vstring.h: empty string is now void compatible
                   5033:          (allows $empty.key)
                   5034: 
                   5035: 2010-10-22  misha
                   5036: 
                   5037:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5038:          while adding additional expires checkout)
                   5039: 
                   5040:        * tests/030.html: - test for session cookie was added
                   5041: 
                   5042: 2010-10-21  moko
                   5043: 
                   5044:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5045:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5046:          string (feature #111)
                   5047: 
                   5048:        * tests/: 261.html, results/261.processed: checks void from string
                   5049:          inheritance (feature #111)
                   5050: 
                   5051:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5052:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5053:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5054:          now true by default
                   5055: 
                   5056: 2010-10-17  moko
                   5057: 
                   5058:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5059:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5060:          (bugfix: #128)
                   5061: 
                   5062:        * tests/: 223.html, results/223.processed: binary file upload test
                   5063:          added, GPF (issue #128) also checked in this test
                   5064: 
                   5065: 2010-10-13  misha
                   5066: 
                   5067:        * tests/260.html: - test for math:convert
                   5068: 
                   5069:        * src/classes/math.C: - error in math:convert was fixed
                   5070: 
                   5071:        * operators.txt: - info about
                   5072:          ^math:convert[number](from-base;to-base) was added
                   5073: 
                   5074:        * src/classes/math.C: - method
                   5075:          ^math:convert[number](from-base;to-base) for converting number
                   5076:          represention from one base to another was added ( new feature:
                   5077:          #23 )
                   5078: 
                   5079: 2010-10-13  moko
                   5080: 
                   5081:        * src/main/compile.tab.C: [] now is empty string, not void
                   5082: 
                   5083:        * src/main/compile.y: [] now is empty string, not void
                   5084: 
                   5085:        * src/types/pa_vvoid.h: void now passed as parameter
                   5086: 
                   5087:        * tests/: 259.html, results/259.processed: to test difference
                   5088:          between void and empty string (see ticket #111)
                   5089: 
                   5090:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5091:          void
                   5092: 
                   5093:        * tests/256.html: $s[$void] is no longer empty string
                   5094: 
                   5095:        * tests/254.html: empty string is no longer void
                   5096: 
                   5097: 2010-10-12  misha
                   5098: 
                   5099:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5100:          converted to date during cookies set up ( bugfix: #104 )
                   5101: 
                   5102:        * tests/041.html: - more tests for ^table.locate were added
                   5103: 
                   5104:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5105:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5106:          ^table.locate[field;value;options] was fixed
                   5107: 
                   5108: 2010-10-10  moko
                   5109: 
                   5110:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5111:          another object feature returned
                   5112: 
                   5113:        * tests/results/258.processed: test result updated as constructor
                   5114:          returning another object feature returned
                   5115: 
                   5116:        * tests/: 258.html, results/258.processed: test for constructor
                   5117:          returning another object
                   5118: 
                   5119: 2010-10-08  misha
                   5120: 
                   5121:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5122:          options shouldn't cause exceptions any longer
                   5123: 
                   5124: 2010-10-06  moko
                   5125: 
                   5126:        * src/classes/: hash.C, table.C: length from sql server is now
                   5127:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5128: 
                   5129: 2010-10-02  misha
                   5130: 
                   5131:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5132:          usable to delete cache file.
                   5133: 
                   5134: 2010-10-02  moko
                   5135: 
                   5136:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5137:          checking
                   5138: 
                   5139:        * src/classes/json.C: null key bug fixed
                   5140: 
                   5141: 2010-09-29  misha
                   5142: 
                   5143:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5144: 
                   5145: 2010-09-25  moko
                   5146: 
                   5147:        * src/classes/json.C: small fixed
                   5148: 
                   5149:        * tests/results/: 253.processed, 255.processed: just updated
                   5150: 
                   5151:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5152:          results/255.processed: charset transcode test added for
                   5153:          json:parse
                   5154: 
                   5155: 2010-09-24  moko
                   5156: 
                   5157:        * src/types/pa_value.h: warning war :)
                   5158: 
                   5159:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5160:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5161:          ^json:string
                   5162: 
                   5163: 2010-09-22  moko
                   5164: 
                   5165:        * src/main/pa_charset.C: parser charset tables declare only
                   5166:          white-space before 0x20, thus adding the missing chars
                   5167: 
                   5168:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5169:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5170: 
                   5171: 2010-09-21  misha
                   5172: 
                   5173:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5174:          want to compile grammar if they are absent)
                   5175: 
                   5176:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5177: 
                   5178:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5179: 
                   5180:        * src/main/main.vcproj: - path to bison is changed
                   5181: 
                   5182: 2010-09-21  moko
                   5183: 
1.116     moko     5184:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5185:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5186:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5187: 
                   5188: 2010-09-20  misha
                   5189: 
                   5190:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5191: 
                   5192:        * src/classes/json.C: - add EOL while json-serializing hash
                   5193: 
                   5194:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5195:          compilers don't like 'ES'.
                   5196: 
                   5197: 2010-09-17  misha
                   5198: 
                   5199:        * operators.txt: - info about json class was added
                   5200: 
                   5201:        * src/classes/json.C: - ^json:string[object]
                   5202: 
                   5203:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5204:          preventing infinite recursion while executing json:string was
                   5205:          added
                   5206: 
                   5207:        * src/include/pa_string.h: - method append_quoted was added
                   5208: 
                   5209:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5210:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5211:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5212:          was added to Value & Co
                   5213: 
                   5214:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5215:          were used
                   5216: 
                   5217:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5218:          were added
                   5219: 
                   5220: 2010-09-10  moko
                   5221: 
                   5222:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5223:          die_or_abort (backport from 3.4.1)
                   5224: 
                   5225:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5226:          die_or_abort (bugfix: #106)
                   5227: 
                   5228: 2010-09-09  moko
                   5229: 
                   5230:        * src/classes/json.C: warning war. :)
                   5231: 
                   5232: 2010-09-08  misha
                   5233: 
                   5234:        * src/lib/json/Makefile.am: - additional include directories were
                   5235:          added (for pa_memory.h and gc.h)
                   5236: 
                   5237:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5238:          compile as C++ instead default - additional include directory was
                   5239:          added (for gc.h)
                   5240: 
                   5241:        * src/types/pa_vform.C: - little code reformating
                   5242: 
                   5243:        * src/classes/file.C: - $.content-type option now can be specified
                   5244:          in ^file::create ( new feature: #102 )
                   5245: 
                   5246: 2010-09-08  moko
                   5247: 
                   5248:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5249:          pa_malloc/pa_free
                   5250: 
                   5251: 2010-09-07  moko
                   5252: 
                   5253:        * tests/results/254.processed: VStateless_class:put_element
                   5254:          exception was fixed
                   5255: 
                   5256:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5257:          VStateless_class:put_element barks self.type, not this.type
                   5258:          (bugfix: #105)
                   5259: 
                   5260: 2010-09-06  moko
                   5261: 
                   5262:        * src/classes/reflection.C: bugfix: new String() is required for
                   5263:          exception handling
                   5264: 
                   5265:        * tests/: 254.html, results/254.processed: test modified
                   5266: 
                   5267: 2010-09-05  moko
                   5268: 
                   5269:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5270:          added
                   5271: 
                   5272:        * src/: classes/reflection.C, include/pa_request.h:
                   5273:          ^reflection:copy implemented (new feature: #100)
                   5274: 
                   5275: 2010-09-03  moko
                   5276: 
                   5277:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5278: 
                   5279:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5280:          option testing added
                   5281: 
                   5282: 2010-09-02  moko
                   5283: 
                   5284:        * src/classes/json.C: $.distinct[first|last|all] added
                   5285: 
                   5286: 2010-09-01  moko
                   5287: 
                   5288:        * tests/results/253.processed: json test result
                   5289: 
                   5290:        * tests/: 253.html, 253_json.txt: json test added
                   5291: 
                   5292:        * src/classes/json.C: json.C update to actual version + hash key
                   5293:          creation bugfix
                   5294: 
                   5295: 2010-08-31  misha
                   5296: 
                   5297:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5298:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5299:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5300:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5301:          json library was added
                   5302: 
                   5303: 2010-08-30  moko
                   5304: 
                   5305:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5306:          types/pa_vobject.C: cosmetic optimization in
                   5307:          request:execute_method usage
                   5308: 
                   5309:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5310:          optimization, just to decrease number of lines. :)
                   5311: 
                   5312: 2010-08-27  misha
                   5313: 
                   5314:        * src/classes/op.C: - taint[json] was added
                   5315: 
                   5316:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5317:          were added
                   5318: 
                   5319:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5320: 
                   5321:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5322:          include/pa_string.h: - taint[json] was added - escaping was
                   5323:          slightly modified
                   5324: 
                   5325: 2010-08-25  misha
                   5326: 
                   5327:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5328: 
                   5329:        * src/main/pa_exec.C: - warning about declared and not used
                   5330:          variable forced_allow was removed
                   5331: 
                   5332: 2010-08-14  misha
                   5333: 
                   5334:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5335:          were removed
                   5336: 
                   5337: 2010-08-11  moko
                   5338: 
                   5339:        * tests/: 249.html, results/249.processed: default setter and
                   5340:          anti-recursive default getter test added
                   5341: 
                   5342:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5343:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5344:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5345:          types/pa_vstateless_class.h: default setter support +
                   5346:          anti-recursive default getter support ( new feature: #13 )
                   5347: 
                   5348:        * src/include/pa_hash.h: optimization: threshold member removed
                   5349:          from hash, reducing sizeof(hash)
                   5350: 
                   5351: 2010-08-10  misha
                   5352: 
                   5353:        * tests/196.html: - junction-method was added to the test
                   5354: 
                   5355:        * tests/248.html: - ups. typo :)
                   5356: 
                   5357:        * tests/248.html: - test for checking .match with 4 params
                   5358: 
                   5359:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5360:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5361:          $request:charset during loading if the BOM code is detected"
                   5362: 
                   5363:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5364:          $request:charset during loading if the BOM code is detected ( new
                   5365:          feature: #98 )
                   5366: 
                   5367: 2010-08-05  misha
                   5368: 
                   5369:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5370:          params. in this case the whole image is affected ( new feature:
                   5371:          #95 )
                   5372: 
                   5373: 2010-08-04  misha
                   5374: 
                   5375:        * tests/246.html: - test tor ^hash._at[] was added
                   5376: 
                   5377:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5378:          #53 )
                   5379: 
                   5380:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5381:          last values of ordered hash were added (first_value and
                   5382:          last_value)
                   5383: 
                   5384:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5385:          (similar to others file's methods):
                   5386:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5387:          #68 )
                   5388: 
                   5389:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5390: 
                   5391: 2010-08-01  moko
                   5392: 
                   5393:        * src/classes/op.C: to correctly process $result[] in code, called
                   5394:          from ^process
                   5395: 
                   5396:        * tests/245.html: $result in ^process[] test added
                   5397: 
                   5398:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5399:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5400:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5401:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5402:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5403:          removed, construct(class,method) added
                   5404: 
                   5405:        * tests/results/: 192.processed, 244.processed: request::construct
                   5406:          added
                   5407: 
                   5408:        * tests/: 244.html, 245.html, results/244.processed,
                   5409:          results/245.processed: object creation exceptions and ^process
                   5410:          tests added
                   5411: 
                   5412: 2010-07-28  misha
                   5413: 
                   5414:        * tests/make_tests.cmd: - win32 EOLs
                   5415: 
                   5416:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5417:          tests on Win32 were added (The system timezone should be GMT+3)
                   5418: 
                   5419: 2010-07-26  misha
                   5420: 
                   5421:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5422:          mecause they could be different on different OSs
                   5423: 
                   5424:        * tests/065.html: - make it "win32 friendly"
                   5425: 
                   5426: 2010-07-25  misha
                   5427: 
                   5428:        * src/main/compile.y: - all EOLs between methods are removed during
                   5429:          compilation ( new feature: #47 )
                   5430: 
                   5431:        * tests/results/149.processed: - prepare tests to trim trailing
                   5432:          methods' EOLs
                   5433: 
                   5434:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5435: 
                   5436:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5437:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5438:          EOLs
                   5439: 
                   5440:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5441:          results/071.processed, results/022.processed: - prepare tests to
                   5442:          trim trailing methods' EOLs
                   5443: 
                   5444:        * tests/: results/073.processed, results/109.processed,
                   5445:          results/142.processed, results/144.processed,
                   5446:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5447:          144.html: - prepare tests to trim trailing methods' EOLs
                   5448: 
                   5449:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5450:          149.html, 152.html, results/096.processed, results/107.processed,
                   5451:          results/109.processed, results/142.processed,
                   5452:          results/144.processed: - prepare tests to trim trailing methods'
                   5453:          EOLs
                   5454: 
                   5455: 2010-07-24  moko
                   5456: 
                   5457:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5458:          the hash order in this test
                   5459: 
                   5460:        * tests/014.html: to check hash order, hash no is longer sorted
                   5461:          before print
                   5462: 
                   5463:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   5464:          (bugfix: #54)
                   5465: 
                   5466: 2010-07-23  moko
                   5467: 
                   5468:        * tests/results/224.processed: @auto[] is no longer inherited
                   5469: 
                   5470:        * src/types/pa_vstateless_class.C, tests/227.html,
                   5471:          tests/results/227.processed: @auto[] is no longer inherited
                   5472:          (bugfix: #57)
                   5473: 
                   5474: 2010-07-22  misha
                   5475: 
                   5476:        * src/classes/table.C: - don't skip comment lines during
                   5477:          table::load if encloser or separator is set as '#' ( new feature:
                   5478:          #30 )
                   5479: 
                   5480:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   5481:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   5482:          #12 )
                   5483: 
                   5484:        * src/classes/file.C: - set PARSER_VARSION env before external
                   5485:          script executing
                   5486: 
                   5487: 2010-07-13  misha
                   5488: 
                   5489:        * tests/058.html: - test for suppressing @border was added - test
                   5490:          for user attribute was added
                   5491: 
                   5492:        * tests/results/186.processed: unescaping from \uXXXX
                   5493: 
                   5494:        * tests/186.html: unescaping from \uXXXX
                   5495: 
                   5496:        * tests/: 239.html, results/239.processed: method call type
                   5497: 
                   5498:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   5499:          $junction_method.CLASS_NAME (+CLASS)
                   5500: 
                   5501: 2010-07-07  misha
                   5502: 
                   5503:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   5504:          *nix
                   5505: 
                   5506: 2010-07-05  misha
                   5507: 
                   5508:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5509:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   5510:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   5511:          comment strings "options must be hash", "options must be hash,
                   5512:          not code" and "called with invalid option" were replaced by
                   5513:          constatns - exception comment string "invalid option passed" was
                   5514:          replaced by "called with invalid option" (now in different
                   5515:          methods are the same exception comment string)
                   5516: 
                   5517:        * src/include/pa_exception.h: - more exception strings were defined
                   5518: 
                   5519:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5520:          types/pa_vstateless_class.h: - now we can define possible
                   5521:          method's call type ( new feature: #5 )   1.
                   5522:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   5523:          methods   2. @static:method[params] (only static keyword could be
                   5524:          used here) -- for specified methods
                   5525: 
                   5526:        * src/main/pa_common.C: - junction points should not be deleted on
                   5527:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   5528:          cleanup
                   5529: 
                   5530: 2010-07-03  misha
                   5531: 
                   5532:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   5533:          results/158.processed, results/160.processed,
                   5534:          results/161.processed, results/162.processed,
                   5535:          results/163.processed: - prepare tests to trim trailing methods'
                   5536:          EOLs
                   5537: 
                   5538:        * tests/results/169.processed: - prepare tests to trim trailing
                   5539:          methods' EOLs
                   5540: 
                   5541:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   5542:          trim trailing methods' EOLs
                   5543: 
                   5544:        * tests/: results/170.processed, results/167.processed,
                   5545:          results/168.processed, results/169.processed, 167.html, 168.html,
                   5546:          169.html: - prepare tests to trim trailing methods' EOLs
                   5547: 
                   5548:        * tests/: results/170.processed, results/171.processed,
                   5549:          results/172.processed, results/173.processed,
                   5550:          results/174.processed, results/175.processed, 170.html, 171.html,
                   5551:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   5552:          trailing methods' EOLs
                   5553: 
                   5554:        * tests/: results/176.processed, results/180.processed,
                   5555:          results/184.processed, results/185.processed,
                   5556:          results/191.processed, results/192.processed,
                   5557:          results/196.processed, results/197.processed,
                   5558:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   5559:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   5560:          to trim trailing methods' EOLs
                   5561: 
                   5562:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   5563:          results/199.processed, results/208.processed,
                   5564:          results/209.processed, results/213.processed,
                   5565:          results/214.processed: - prepare tests to trim trailing methods'
                   5566:          EOLs
                   5567: 
                   5568: 2010-06-29  misha
                   5569: 
                   5570:        * tests/: 220.html, 218.html, results/218.processed,
                   5571:          results/215.processed, results/217.processed, 215.html, 217.html:
                   5572:          - prepare tests to trim trailing methods' EOLs
                   5573: 
                   5574:        * tests/: results/224.processed, 224.html, 223.html,
                   5575:          results/223.processed, results/220.processed: - prepare tests to
                   5576:          trim trailing methods' EOLs
                   5577: 
                   5578:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   5579:          trim trailing methods' EOLs
                   5580: 
                   5581:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   5582:          trailing methods' EOLs
                   5583: 
                   5584:        * tests/: 232.html, 235.html, results/232.processed,
                   5585:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   5586:          results/226.processed, results/227.processed,
                   5587:          results/228.processed, results/230.processed: - prepare tests to
                   5588:          trim trailing methods' EOLs
                   5589: 
                   5590: 2010-06-16  moko
                   5591: 
                   5592:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   5593:          ^if
                   5594: 
                   5595:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   5596: 
                   5597: 2010-06-03  misha
                   5598: 
                   5599:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   5600:          instead of memcopy for overlaped regions
                   5601: 
                   5602: 2010-05-25  misha
                   5603: 
                   5604:        * src/main/pa_common.C: - wanring about unused vars was removed
                   5605: 
                   5606:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   5607:          get_method_filename was moved to execute.C
                   5608: 
                   5609: 2010-05-23  misha
                   5610: 
                   5611:        * src/main/pa_request.C: - more accurate detection of method's file
                   5612: 
                   5613: 2010-05-22  misha
                   5614: 
                   5615:        * src/classes/reflection.C: - bugfix: core during detection of
                   5616:          .file if filespec isn't detected successfully
                   5617: 
                   5618: 2010-05-20  misha
                   5619: 
                   5620:        * src/main/pa_request.C: - fix in get_method_filename
                   5621: 
                   5622:        * src/include/pa_request.h: - new feature: #24 -- searching
                   5623:          included file in @USE/^use is changed. if its filespec doesn't
                   5624:          start from '/' it will be searched in caller file directory
                   5625: 
                   5626:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   5627:          where the method is defined
                   5628: 
                   5629:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   5630:          classes/op.C: - new feature: #24 -- searching included file in
                   5631:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   5632:          will be searched in caller file directory
                   5633: 
                   5634:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   5635:          is moved to pa_common.h
                   5636: 
                   5637: 2010-05-18  misha
                   5638: 
                   5639:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   5640:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   5641:          cookie parser decode \uXXXX as well as %uXXXX
                   5642: 
                   5643: 2010-05-17  misha
                   5644: 
                   5645:        * src/classes/curl.C: beauty: - unused param is removed in method
                   5646:          _curl_version_action - some spaces were removed or replaced by
                   5647:          tabs
                   5648: 
                   5649:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   5650:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   5651: 
                   5652: 2010-05-16  misha
                   5653: 
                   5654:        * src/classes/curl.C: new: #61 more curl options were added
                   5655:          (contributed by Sumo)
                   5656: 
                   5657: 2010-04-29  pretender
                   5658: 
                   5659:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   5660:          now empty string.
                   5661: 
                   5662:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   5663:          string type.
                   5664: 
                   5665: 2010-04-28  pretender
                   5666: 
                   5667:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   5668:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   5669:          macrodefinition removed
                   5670: 
                   5671: 2010-04-19  pretender
                   5672: 
                   5673:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   5674:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   5675: 
                   5676:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   5677:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   5678: 
                   5679:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   5680:          variable" exception in grpunlim version.
                   5681: 
                   5682: 2010-04-05  misha
                   5683: 
                   5684:        * src/classes/string.C: - new feature: 4th param was added to
                   5685:          match. if specified its value is returned in case of nothing was
                   5686:          found
                   5687: 
                   5688: 2010-04-01  misha
                   5689: 
                   5690:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   5691:          multiple execution of /a/b/auto.p
                   5692: 
                   5693: 2010-03-19  misha
                   5694: 
                   5695:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   5696: 
                   5697:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   5698: 
                   5699: 2010-01-27  misha
                   5700: 
                   5701:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   5702:          trying to open file by path /existing-file/non-exixting-file
                   5703: 
                   5704: 2010-01-26  misha
                   5705: 
                   5706:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   5707:          was added (returns file)
                   5708: 
                   5709: 2009-12-22  misha
                   5710: 
                   5711:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   5712:          now parser doesn't have class curl if it was built without it
                   5713: 
                   5714: 2009-12-15  misha
                   5715: 
                   5716:        * configure.in: - little cheat with curl include dir was added
                   5717: 
                   5718: 2009-12-05  misha
                   5719: 
                   5720:        * src/classes/curl.C: - some fixes
                   5721: 
                   5722: 2009-12-04  misha
                   5723: 
                   5724:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   5725:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   5726:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   5727:          class was added
                   5728: 
                   5729:        * src/include/pa_hash.h: - hash-iterator was added
                   5730: 
                   5731:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   5732:          was added to pcre
                   5733: 
                   5734: 2009-11-27  misha
                   5735: 
                   5736:        * src/classes/image.C: - don't add @border attribute to output of
                   5737:          ^image.html[] if it was specified by user with empty value
                   5738: 
                   5739:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   5740:          root element and we are trying to access .documentElement
                   5741: 
                   5742: 2009-11-11  misha
                   5743: 
                   5744:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   5745:          instead of number of items in first row for named tables
                   5746: 
                   5747: 2009-11-10  misha
                   5748: 
                   5749:        * operators.txt: - info about hash-options in ^file::create was
                   5750:          added
                   5751: 
                   5752:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   5753:          added
                   5754: 
                   5755: 2009-11-09  misha
                   5756: 
                   5757:        * buildall-with-xml: - moving to libxml 2.7.6
                   5758: 
                   5759:        * tests/236.html: - tests for comparations cords with functions
                   5760:          were added
                   5761: 
                   5762:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   5763:          added
                   5764: 
                   5765:        * src/main/pa_http.C: - little optimisation
                   5766: 
                   5767:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   5768:          GPF mallocs + stringstream (table.save)
                   5769: 
                   5770:        * src/classes/file.C: - file::create now accepts 4th param: options
                   5771:          with $.charset
                   5772: 
                   5773:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   5774:          bug in cord (comparation cords with functions was buggy)
                   5775: 
                   5776: 2009-11-06  misha
                   5777: 
                   5778:        * src/main/pa_string.C: - bugfix: calculation string.length
                   5779:          sometimes was buggy
                   5780: 
                   5781:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   5782:          destroyed if exception occured during match/replace
                   5783: 
                   5784:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   5785:          lengthUTF8Char was added
                   5786: 
                   5787:        * src/classes/op.C: - clean tainting lang was added for user's
                   5788:          usage
                   5789: 
                   5790:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   5791:          fixed: checkouts are required after GC_MALLOC
                   5792: 
                   5793:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   5794: 
                   5795:        * operators.txt: - actually, there is no ^untaint[xml] in
                   5796:          file::create
                   5797: 
                   5798: 2009-10-15  misha
                   5799: 
                   5800:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   5801:          were added
                   5802: 
                   5803:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   5804:          were added
                   5805: 
                   5806:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   5807:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   5808:          hacking: for dealing with transcoding+^taint[uri]
                   5809:          transcode_and_untaint was replaced by untaint_and_transcode
                   5810: 
                   5811: 2009-10-13  misha
                   5812: 
                   5813:        * tests/: 121.html, results/121.processed: - test transcoding +
                   5814:          url-escaping now
                   5815: 
                   5816:        * tests/results/auto.p: - more helpers' methods were added
                   5817: 
                   5818:        * src/main/pa_globals.C: - die instead of abort
                   5819: 
                   5820: 2009-10-06  misha
                   5821: 
                   5822:        * src/main/pa_common.C: - don't allocate memory during
                   5823:          capitalization if input string is already capitalized
                   5824: 
                   5825:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   5826: 
                   5827:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   5828:          use format function because it calls malloc
                   5829: 
                   5830:        * src/include/pa_common.h: - more capitalized headers were added
                   5831: 
                   5832:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   5833:          file writing
                   5834: 
                   5835: 2009-10-05  misha
                   5836: 
                   5837:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   5838: 
                   5839: 2009-10-03  misha
                   5840: 
                   5841:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   5842:          ^img.text[] & ^img.length[] can work in utf-8 now
                   5843: 
                   5844:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   5845:          UTF8_string_iterator was added
                   5846: 
                   5847:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   5848:          length
                   5849: 
                   5850:        * src/classes/mail.C: - check from before get message.cstr
                   5851: 
                   5852: 2009-10-02  misha
                   5853: 
                   5854:        * tests/233.html: - test for image.font, image.length, image.text
                   5855:          with text in utf-8 were added
                   5856: 
                   5857:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   5858: 
                   5859:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   5860:          version for freebsd 4 was added
                   5861: 
                   5862: 2009-10-01  misha
                   5863: 
                   5864:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   5865:          terminator) - read_pipe were slightly optimized
                   5866: 
                   5867: 2009-09-28  misha
                   5868: 
                   5869:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   5870:          removed
                   5871: 
                   5872:        * src/types/pa_vmail.C: - forgot about space after ':'
                   5873: 
                   5874:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   5875:          body - small simplifications
                   5876: 
                   5877:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   5878:          inout params like pa_base64
                   5879: 
                   5880:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   5881:          option $.debug-print(1) was added to mail:send - changes for
                   5882:          using uue_encode which uses less memory
                   5883: 
                   5884:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   5885: 
                   5886:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   5887:          memory now
                   5888: 
                   5889: 2009-09-26  misha
                   5890: 
                   5891:        * src/types/pa_vmail.C: - default encoding now is base64
                   5892: 
                   5893:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   5894: 
                   5895: 2009-09-25  misha
                   5896: 
                   5897:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   5898:          sending mail as well
                   5899: 
                   5900:        * buildall-with-xml: - catalog package was removed from libxml
                   5901: 
                   5902:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   5903:          win32 absolute path
                   5904: 
                   5905:        * src/include/pa_common.h: - one more capitalized header was added
                   5906: 
                   5907: 2009-09-22  misha
                   5908: 
                   5909:        * INSTALL: - comment about building just httpd binary while
                   5910:          building apache module was added
                   5911: 
                   5912: 2009-09-21  misha
                   5913: 
                   5914:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   5915:          libxml 2.7.4 and libxslt 1.1.25
                   5916: 
                   5917: 2009-09-19  misha
                   5918: 
                   5919:        * tests/231.html: - test for encoding cookie in win-1251
                   5920: 
                   5921: 2009-09-18  misha
                   5922: 
                   5923:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   5924:          object] were added
                   5925: 
                   5926:        * operators.txt: - info about method ^reflection:fields[class or
                   5927:          object] was added
                   5928: 
                   5929:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   5930:          object] was added
                   5931: 
                   5932:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   5933:          methods get_fields were added
                   5934: 
                   5935:        * tests/232.html: - tests for @GET[name]
                   5936: 
                   5937:        * src/classes/table.C: - some changes in handling hash-options for
                   5938:          creare, join and locate
                   5939: 
                   5940:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   5941:          defined with option: the type of requested value
                   5942: 
                   5943: 2009-09-17  misha
                   5944: 
                   5945:        * tests/212.html: - tests for .pattern and .options were added
                   5946: 
                   5947:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   5948:          $regex.options were added
                   5949: 
                   5950: 2009-09-11  misha
                   5951: 
                   5952:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   5953:          rewrited. it checks not just one case of sending cookies during
                   5954:          file::load[http], but also sending headers and fields (including
                   5955:          files)
                   5956: 
                   5957: 2009-09-10  misha
                   5958: 
                   5959:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   5960:          was removed => now parser can open files with Russian 'r' in
                   5961:          filename
                   5962: 
                   5963:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   5964:          while escaping cookies but now source charset
                   5965: 
                   5966:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   5967:          ^tainted[uri] so it was possible to make request with incorrect
                   5968:          http header
                   5969: 
                   5970:        * src/main/pa_http.C: - capitalization of http headers during
                   5971:          file::load[http was slightly changes - bugfix: all headers which
                   5972:          parser sends during file::load[http should be transcoded and only
                   5973:          then escaped
                   5974: 
                   5975:        * src/main/untaint.C: - a bit more comments were added
                   5976: 
                   5977:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   5978:          warnings)
                   5979: 
                   5980:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   5981:          headers during file::load[http were added
                   5982: 
                   5983: 2009-09-08  misha
                   5984: 
                   5985:        * operators.txt: - changes in file.save and string.save were added
                   5986: 
                   5987:        * tests/: 230.html, 230.txt: - tests for checking options in
                   5988:          file.save and string.save were added
                   5989: 
                   5990:        * src/main/pa_request.C: - http headers names, which are passed to
                   5991:          SAPI::add_header_attribute are lowercased now (it'll be
                   5992:          capitalized in that method)
                   5993: 
                   5994:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   5995:          classes/string.C: - file_write accepts Request_charsets and asked
                   5996:          charset and cound transcode content before writing - string.save
                   5997:          and file.save have option $.charset now
                   5998: 
                   5999:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6000:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6001:          charset and cound transcode content before writing
                   6002: 
                   6003:        * src/include/pa_exception.h: - new exception comment string was
                   6004:          defined
                   6005: 
                   6006: 2009-09-07  misha
                   6007: 
                   6008:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6009:          sub-pattern\s
                   6010: 
                   6011: 2009-09-04  misha
                   6012: 
                   6013:        * src/main/pa_http.C: - capitalization of http headers during
                   6014:          file::load[http was implemented
                   6015: 
                   6016: 2009-09-03  misha
                   6017: 
                   6018:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6019:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6020:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6021:          targets/isapi/parser3isapi.C: - back to storing response http
                   6022:          headers in lowercase - capitalize them during output
                   6023: 
                   6024: 2009-08-31  misha
                   6025: 
                   6026:        * src/classes/table.C: - allow call with any brackets (it could be
                   6027:          useful in methods with explict result declaration)
                   6028: 
                   6029:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6030:          correctly if $request:charset==koi8-r
                   6031: 
                   6032: 2009-08-30  misha
                   6033: 
                   6034:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6035:          changed: content-type => Content-type and so on
                   6036: 
                   6037:        * src/classes/file.C, src/include/pa_common.h,
                   6038:          src/include/pa_request.h, src/main/pa_http.C,
                   6039:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6040:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6041:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6042:          tests/results/002.processed, tests/results/003.processed,
                   6043:          tests/results/004.processed, tests/results/005.processed,
                   6044:          tests/results/006.processed, tests/results/007.processed,
                   6045:          tests/results/008.processed, tests/results/009.processed,
                   6046:          tests/results/010.processed, tests/results/011.processed,
                   6047:          tests/results/012.processed, tests/results/013.processed,
                   6048:          tests/results/014.processed, tests/results/015.processed,
                   6049:          tests/results/016.processed, tests/results/017.processed,
                   6050:          tests/results/018.processed, tests/results/019.processed,
                   6051:          tests/results/020.processed, tests/results/021.processed,
                   6052:          tests/results/022.processed, tests/results/023.processed,
                   6053:          tests/results/024.processed, tests/results/025.processed,
                   6054:          tests/results/026.processed, tests/results/027.processed,
                   6055:          tests/results/028.processed, tests/results/029.processed,
                   6056:          tests/results/030.processed, tests/results/031.processed,
                   6057:          tests/results/032.processed, tests/results/033.processed,
                   6058:          tests/results/034.processed, tests/results/035.processed,
                   6059:          tests/results/036.processed, tests/results/037.processed,
                   6060:          tests/results/038.processed, tests/results/039.processed,
                   6061:          tests/results/040.processed, tests/results/041.processed,
                   6062:          tests/results/042.processed, tests/results/043.processed,
                   6063:          tests/results/044.processed, tests/results/045.processed,
                   6064:          tests/results/046.processed, tests/results/047.processed,
                   6065:          tests/results/048.processed, tests/results/049.processed,
                   6066:          tests/results/050.processed, tests/results/051.processed,
                   6067:          tests/results/052.processed, tests/results/053.processed,
                   6068:          tests/results/054.processed, tests/results/055.processed,
                   6069:          tests/results/056.processed, tests/results/057.processed,
                   6070:          tests/results/058.processed, tests/results/059.processed,
                   6071:          tests/results/060.processed, tests/results/061.processed,
                   6072:          tests/results/062.processed, tests/results/063.processed,
                   6073:          tests/results/064.processed, tests/results/065.processed,
                   6074:          tests/results/066.processed, tests/results/067.processed,
                   6075:          tests/results/068.processed, tests/results/069.processed,
                   6076:          tests/results/070.processed, tests/results/071.processed,
                   6077:          tests/results/072.processed, tests/results/073.processed,
                   6078:          tests/results/074.processed, tests/results/075.processed,
                   6079:          tests/results/076.processed, tests/results/077.processed,
                   6080:          tests/results/078.processed, tests/results/079.processed,
                   6081:          tests/results/080.processed, tests/results/081.processed,
                   6082:          tests/results/082.processed, tests/results/083.processed,
                   6083:          tests/results/084.processed, tests/results/085.processed,
                   6084:          tests/results/086.processed, tests/results/087.processed,
                   6085:          tests/results/088.processed, tests/results/089.processed,
                   6086:          tests/results/090.processed, tests/results/091.processed,
                   6087:          tests/results/092.processed, tests/results/093.processed,
                   6088:          tests/results/094.processed, tests/results/095.processed,
                   6089:          tests/results/096.processed, tests/results/097.processed,
                   6090:          tests/results/098.processed, tests/results/099.processed,
                   6091:          tests/results/100.processed, tests/results/101.processed,
                   6092:          tests/results/102.processed, tests/results/103.processed,
                   6093:          tests/results/104.processed, tests/results/105.processed,
                   6094:          tests/results/106.processed, tests/results/107.processed,
                   6095:          tests/results/108.processed, tests/results/109.processed,
                   6096:          tests/results/110.processed, tests/results/111.processed,
                   6097:          tests/results/112.processed, tests/results/113.processed,
                   6098:          tests/results/114.processed, tests/results/115.processed,
                   6099:          tests/results/116.processed, tests/results/117.processed,
                   6100:          tests/results/118.processed, tests/results/119.processed,
                   6101:          tests/results/120.processed, tests/results/121.processed,
                   6102:          tests/results/122.processed, tests/results/123.processed,
                   6103:          tests/results/124.processed, tests/results/125.processed,
                   6104:          tests/results/126.processed, tests/results/127.processed,
                   6105:          tests/results/128.processed, tests/results/129.processed,
                   6106:          tests/results/130.processed, tests/results/131.processed,
                   6107:          tests/results/132.processed, tests/results/133.processed,
                   6108:          tests/results/134.processed, tests/results/135.processed,
                   6109:          tests/results/136.processed, tests/results/138.processed,
                   6110:          tests/results/139.processed, tests/results/140.processed,
                   6111:          tests/results/141.processed, tests/results/142.processed,
                   6112:          tests/results/143.processed, tests/results/144.processed,
                   6113:          tests/results/145.processed, tests/results/146.processed,
                   6114:          tests/results/147.processed, tests/results/148.processed,
                   6115:          tests/results/149.processed, tests/results/150.processed,
                   6116:          tests/results/151.processed, tests/results/152.processed,
                   6117:          tests/results/153.processed, tests/results/154.processed,
                   6118:          tests/results/155.processed, tests/results/156.processed,
                   6119:          tests/results/157.processed, tests/results/158.processed,
                   6120:          tests/results/159.processed, tests/results/160.processed,
                   6121:          tests/results/161.processed, tests/results/162.processed,
                   6122:          tests/results/163.processed, tests/results/164.processed,
                   6123:          tests/results/165.processed, tests/results/166.processed,
                   6124:          tests/results/167.processed, tests/results/168.processed,
                   6125:          tests/results/169.processed, tests/results/170.processed,
                   6126:          tests/results/171.processed, tests/results/172.processed,
                   6127:          tests/results/173.processed, tests/results/174.processed,
                   6128:          tests/results/175.processed, tests/results/176.processed,
                   6129:          tests/results/177.processed, tests/results/178.processed,
                   6130:          tests/results/179.processed, tests/results/180.processed,
                   6131:          tests/results/181.processed, tests/results/182.processed,
                   6132:          tests/results/183.processed, tests/results/184.processed,
                   6133:          tests/results/185.processed, tests/results/186.processed,
                   6134:          tests/results/187.processed, tests/results/188.processed,
                   6135:          tests/results/189.processed, tests/results/190.processed,
                   6136:          tests/results/191.processed, tests/results/192.processed,
                   6137:          tests/results/193.processed, tests/results/194.processed,
                   6138:          tests/results/195.processed, tests/results/196.processed,
                   6139:          tests/results/197.processed, tests/results/198.processed,
                   6140:          tests/results/199.processed, tests/results/200.processed,
                   6141:          tests/results/201.processed, tests/results/202.processed,
                   6142:          tests/results/203.processed, tests/results/204.processed,
                   6143:          tests/results/205.processed, tests/results/206.processed,
                   6144:          tests/results/207.processed, tests/results/208.processed,
                   6145:          tests/results/209.processed, tests/results/210.processed,
                   6146:          tests/results/211.processed, tests/results/212.processed,
                   6147:          tests/results/213.processed, tests/results/214.processed,
                   6148:          tests/results/215.processed, tests/results/216.processed,
                   6149:          tests/results/217.processed, tests/results/218.processed,
                   6150:          tests/results/219.processed, tests/results/220.processed,
                   6151:          tests/results/221.processed, tests/results/222.processed,
                   6152:          tests/results/223.processed, tests/results/224.processed,
                   6153:          tests/results/225.processed, tests/results/226.processed,
                   6154:          tests/results/227.processed, tests/results/228.processed,
                   6155:          tests/results/229.processed: - http headers were changed:
                   6156:          content-type => Content-type and so on
                   6157: 
                   6158: 2009-08-27  misha
                   6159: 
                   6160:        * src/: main/pa_random.C, include/pa_random.h,
                   6161:          targets/cgi/parser3.C: - year was updated :)
                   6162: 
                   6163: 2009-08-26  misha
                   6164: 
                   6165:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6166:          using constructor without params - little bugfix in test
                   6167: 
                   6168:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6169:          checking existed class while processing partial option
                   6170: 
                   6171:        * src/classes/reflection.C: - bugfix: core when creating object
                   6172:          with reflection and constructor doesn't have params
                   6173: 
                   6174: 2009-08-24  misha
                   6175: 
                   6176:        * tests/229.html: - tests for checking the number of parameters
                   6177:          were added
                   6178: 
                   6179:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6180:          number of method's parameters wasn't checked correctly (the bug
                   6181:          was introduced in 3.4.0)
                   6182: 
                   6183: 2009-08-22  misha
                   6184: 
                   6185:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6186:          transcoded, but tainted pieces are escaped only when
                   6187:          content-type==url-encoding
                   6188: 
                   6189:        * tests/228.html: - test for checking
                   6190:          ^file::load[http://...;$.body[]]
                   6191: 
                   6192:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6193:          post charset was too early (charsets is empty at this moment)
                   6194: 
                   6195: 2009-08-21  misha
                   6196: 
                   6197:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6198:          main/untaint.C: - some fixes with transcode+untaint
                   6199: 
                   6200: 2009-08-15  misha
                   6201: 
                   6202:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6203:          was increaced to 100 (was 50)
                   6204: 
                   6205:        * tests/227.html: - test for checking overriding properties in
                   6206:          static classes was added
                   6207: 
                   6208:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6209: 
                   6210:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6211:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6212:          autouse was implemented
                   6213: 
                   6214: 2009-08-14  misha
                   6215: 
                   6216:        * src/classes/reflection.C: - outdated checkout was removed
                   6217: 
                   6218:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6219:          added.
                   6220: 
                   6221:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6222:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6223: 
                   6224:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6225: 
                   6226: 2009-08-12  misha
                   6227: 
                   6228:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6229:          pa_vstateless_class.h: - little optimisation
                   6230: 
                   6231: 2009-08-11  misha
                   6232: 
                   6233:        * tests/224.html: - method_params => method_info - checking for
                   6234:          $.inherited
                   6235: 
                   6236:        * src/classes/reflection.C, operators.txt: - method method_params
                   6237:          was renamed to method_info and now it returns class name, if
                   6238:          method was defined in ancestor
                   6239: 
                   6240:        * tests/225.html: - tests for cheching properties in hierarhical
                   6241:          classes were added
                   6242: 
                   6243:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6244:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6245:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6246:          with properties in new classes implementation were fixed
                   6247: 
                   6248: 2009-08-10  misha
                   6249: 
                   6250:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6251:          class. it could be defined in parent.
                   6252: 
                   6253: 2009-08-09  misha
                   6254: 
                   6255:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6256:          base's methods
                   6257: 
                   6258: 2009-08-08  misha
                   6259: 
                   6260:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6261:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6262:          classes/image.C, classes/mail.C, classes/op.C,
                   6263:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6264:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6265:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6266:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6267:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6268:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6269:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6270:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6271:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6272:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6273:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6274:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6275:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6276:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6277:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6278:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6279:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6280:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6281:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6282:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6283:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6284:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6285:          implementation
                   6286: 
                   6287:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6288:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6289: 
                   6290: 2009-08-05  misha
                   6291: 
                   6292:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6293:          parameter was removed
                   6294: 
                   6295:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6296:          content-type of file which was loaded by http
                   6297: 
                   6298: 2009-08-01  misha
                   6299: 
                   6300:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6301:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6302:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6303:          can't be disabled with defines any longer
                   6304: 
                   6305: 2009-07-29  misha
                   6306: 
                   6307:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6308:          native methods with any call type now returned empty call_type
                   6309:          value
                   6310: 
                   6311:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6312:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6313:          main/pa_request.C: - break in cycles was optimized
                   6314: 
                   6315:        * INSTALL: - more defines were described
                   6316: 
                   6317: 2009-07-28  misha
                   6318: 
                   6319:        * operators.txt: - some changes in information about reflection
                   6320:          class
                   6321: 
                   6322:        * tests/: 224.html, 224.p: - tests for reflection class
                   6323: 
                   6324:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6325:          was added, refactoring
                   6326: 
                   6327: 2009-07-26  misha
                   6328: 
                   6329:        * src/classes/classes.vcproj: - reflection class wass added to
                   6330:          project
                   6331: 
                   6332:        * operators.txt: - information about reflection class was added
                   6333: 
                   6334:        * src/classes/reflection.C: - class was redesigned
                   6335: 
                   6336: 2009-07-24  misha
                   6337: 
                   6338:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6339:          added
                   6340: 
                   6341:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6342:          in classes was added
                   6343: 
                   6344: 2009-07-22  misha
                   6345: 
                   6346:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6347:          over-optimized. it failed if $object1.$object2.field
                   6348: 
                   6349: 2009-07-16  misha
                   6350: 
                   6351:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6352:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6353:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6354:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6355:          one more arg: length of cord
                   6356: 
                   6357: 2009-07-15  misha
                   6358: 
                   6359:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6360:          tainted in ^file::load[http://...;$.cookies[]]
                   6361: 
                   6362:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6363:          exception was used
                   6364: 
                   6365:        * src/include/pa_exception.h: - new string with exception was added
                   6366: 
                   6367:        * tests/223.html: - test for checking cookie-encoding during
                   6368:          ^file::load[http was added
                   6369: 
                   6370:        * tests/: 221.html, 222.html: - tests for checking type of
                   6371:          $table.fields.field were added
                   6372: 
                   6373:        * src/types/pa_vtable.C: - not used var decl was removed
                   6374: 
                   6375:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6376:          it improves speed of match with brackets in pattern
                   6377: 
                   6378:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6379:          outside
                   6380: 
                   6381: 2009-07-14  misha
                   6382: 
                   6383:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6384:          column is empty (sometime returned void) - $table.fields was
                   6385:          added for nameless tables
                   6386: 
                   6387:        * src/targets/cgi/getopt.c: - one warning resolved
                   6388: 
                   6389:        * src/main/pa_string.C: - potentian bug fixed
                   6390: 
                   6391:        * src/classes/op.C: - small optimization in taint/untaint
                   6392: 
                   6393: 2009-07-13  misha
                   6394: 
                   6395:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6396:          added
                   6397: 
                   6398:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6399:          souldn't add the attribut to output
                   6400: 
                   6401: 2009-07-11  misha
                   6402: 
                   6403:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6404:          stack size was increaced to 2MB (default=1MB)
                   6405: 
                   6406: 2009-07-08  misha
                   6407: 
                   6408:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6409: 
                   6410:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6411:          places (ex: ._keys[])
                   6412: 
                   6413:        * tests/220.html: - test for checking order of elements in hash in
                   6414:          foreach was added
                   6415: 
                   6416:        * tests/172.html: - small changes in printing hash
                   6417: 
                   6418:        * tests/129.html: - small changes in printing hash
                   6419: 
                   6420:        * src/: include/pa_common.h, include/pa_hash.h,
                   6421:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6422:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6423: 
                   6424:        * tests/014.html: - small changes in printing hash
                   6425: 
                   6426: 2009-07-07  misha
                   6427: 
                   6428:        * src/classes/op.C: - new taint language "parser-code" was added
                   6429: 
                   6430:        * tests/219.html: - test for auto untaint parser code in process
                   6431:          was added
                   6432: 
                   6433:        * src/classes/op.C: - tainted pieces in body of process are
                   6434:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6435: 
                   6436:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6437:          L_PARSER_CODE for auto-untaint in process was added
                   6438: 
                   6439:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6440:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6441:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6442:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6443:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6444:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6445:          code cleanup
                   6446: 
                   6447: 2009-07-06  misha
                   6448: 
                   6449:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6450:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6451:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6452: 
                   6453:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6454:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6455:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6456:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6457:          should be used
                   6458: 
                   6459:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6460:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6461:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6462:          untaint_cstr[m] should be used
                   6463: 
                   6464:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   6465:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6466: 
                   6467:        * tests/218.html: - test for checking automatic file-spec-taint was
                   6468:          added
                   6469: 
                   6470:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   6471:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   6472:          classes/file.C, classes/hash.C, classes/image.C,
                   6473:          classes/string.C, classes/table.C, classes/void.C,
                   6474:          classes/xdoc.C: - optimizations and simplification of
                   6475:          string.cstr(...)
                   6476: 
                   6477:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   6478:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   6479:          - optimizations and simplification of string.cstr(...)
                   6480: 
                   6481: 2009-07-04  misha
                   6482: 
                   6483:        * tests/217.html: - test for recursion detection was added
                   6484: 
                   6485:        * src/: types/types.vcproj, main/main.vcproj,
                   6486:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   6487:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   6488:          from .vcproj
                   6489: 
                   6490:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   6491: 
                   6492:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   6493:          uploading files and case-insensitive http-method were added
                   6494: 
                   6495:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   6496:          tainted pattern in ^file:list[] was added
                   6497: 
                   6498: 2009-07-03  misha
                   6499: 
                   6500:        * src/: classes/classes.vcproj, main/main.vcproj,
                   6501:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   6502:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   6503:          for dynamic_cast) - little options changes
                   6504: 
                   6505:        * src/main/pa_http.C: - file::load[http works now with uploading
                   6506:          files _and_ changing $.charset
                   6507: 
                   6508: 2009-06-29  misha
                   6509: 
                   6510:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   6511:          while creating pattern
                   6512: 
                   6513: 2009-06-25  misha
                   6514: 
                   6515:        * src/classes/image.C, operators.txt: - options' names for
                   6516:          ^image.font were changed to $.space, $.width and $spacing -
                   6517:          default space width now == gif's width
                   6518: 
                   6519: 2009-06-24  misha
                   6520: 
                   6521:        * tests/215.html: - tests for $file.mode were added
                   6522: 
                   6523:        * operators.txt: - added info about $file.mode and changes in
                   6524:          ^image.font[
                   6525: 
                   6526:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   6527:          param now could be omited - third param now could be hash (with
                   6528:          all widths options: $.space-width, $.letter-width) - it's
                   6529:          possible to specify tracking ($.letter-space)
                   6530: 
                   6531:        * src/classes/file.C: - file objects now could have mode field
                   6532:          (text|binary)
                   6533: 
                   6534:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   6535: 
                   6536: 2009-06-23  misha
                   6537: 
                   6538:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   6539:          trim can work with utf-8 chars now
                   6540: 
                   6541: 2009-06-20  misha
                   6542: 
                   6543:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   6544:          was implemented
                   6545: 
                   6546:        * src/classes/table.C: - string length cacheing was implemented
                   6547: 
                   6548:        * src/include/pa_string.h: - string length cacheing was implemented
                   6549: 
                   6550: 2009-06-17  misha
                   6551: 
                   6552:        * src/main/execute.C: - value param was removed from
                   6553:          WContext::WContext
                   6554: 
                   6555:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   6556:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   6557:          - field wcontext was removed from VCodeFrame (using fparent
                   6558:          instead)
                   6559: 
                   6560:        * tests/214.html: - test with hash copying
                   6561: 
                   6562: 2009-06-16  misha
                   6563: 
                   6564:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   6565:          strings doesn't work in expression anymore
                   6566: 
                   6567:        * src/main/execute.C: - less calls for get_constructing() - little
                   6568:          refactoring
                   6569: 
                   6570:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   6571:          include/pa_request.h: - less calls for get_constructing()
                   6572: 
                   6573:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   6574:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   6575: 
                   6576: 2009-06-14  misha
                   6577: 
                   6578:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6579:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   6580:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   6581:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6582:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   6583:          storing object's fields only for parser objects
                   6584: 
                   6585: 2009-06-13  misha
                   6586: 
                   6587:        * buildall-with-xml, buildall-without-xml: - new option was added
                   6588:          for building GC (it slightly reduces memory usage)
                   6589: 
                   6590:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   6591:          single string write
                   6592: 
                   6593:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   6594:          - optimization of single string write
                   6595: 
                   6596:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   6597:          - bytecode optimization of ^class:constructor
                   6598: 
                   6599: 2009-06-09  misha
                   6600: 
                   6601:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   6602:          main (better compatibility)
                   6603: 
                   6604: 2009-06-08  misha
                   6605: 
                   6606:        * src/main/compile.y: - I've forgot to commit it :(
                   6607: 
                   6608: 2009-06-07  misha
                   6609: 
                   6610:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   6611:          WITH_READ and WITH_ROOT
                   6612: 
                   6613:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6614:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   6615:          WITH_ROOT - little refactoring
                   6616: 
                   6617: 2009-06-06  misha
                   6618: 
                   6619:        * tests/213.html: - tests for 3rd match string-param were added
                   6620: 
                   6621:        * src/classes/string.C: - 3rd match param could be string now
                   6622: 
                   6623:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   6624:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   6625:          GET_OBJECT_ELEMENT
                   6626: 
                   6627: 2009-06-05  misha
                   6628: 
                   6629:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   6630:          if $.body was specified
                   6631: 
                   6632: 2009-06-04  misha
                   6633: 
                   6634:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   6635: 
                   6636:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   6637: 
                   6638:        * src/main/execute.C: - little refactoring - optimizing
                   6639:          write_assign_lang in taint/untaint
                   6640: 
                   6641:        * src/include/pa_opcode.h: - little refactoring
                   6642: 
                   6643:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   6644:          main/compile_tools.h, main/execute.C: - optimizations for
                   6645:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   6646:          were added
                   6647: 
                   6648: 2009-06-03  misha
                   6649: 
                   6650:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   6651: 
                   6652: 2009-06-02  misha
                   6653: 
                   6654:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   6655:          include/pa_opcode.h: - refactoring in last optimizations
                   6656:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   6657:          now but code is much easy and it is ready for further
                   6658:          improvements.
                   6659: 
                   6660: 2009-05-27  misha
                   6661: 
                   6662:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   6663:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   6664:          changed in destructing junctions
                   6665: 
                   6666:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   6667:          String:Body
                   6668: 
                   6669: 2009-05-26  misha
                   6670: 
                   6671:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   6672:          one method detect_charset was deleted - bug was fixed in this
                   6673:          method (error while detecting charset in content_type withot last
                   6674:          ';')
                   6675: 
                   6676:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   6677:          once
                   6678: 
                   6679: 2009-05-25  misha
                   6680: 
                   6681:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   6682:          optimizing of helper_length
                   6683: 
                   6684: 2009-05-24  misha
                   6685: 
                   6686:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   6687:          were added - little refactoring
                   6688: 
                   6689:        * src/main/execute.C: - core while printing in debug log
                   6690:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   6691:          optimisations were added
                   6692: 
                   6693:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   6694:          were added
                   6695: 
                   6696: 2009-05-23  misha
                   6697: 
                   6698:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   6699:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   6700:          CORD_cat optimization
                   6701: 
                   6702:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   6703:          - call constr optimisation under separate define now
                   6704: 
                   6705:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   6706:          in $b should be string, not void
                   6707: 
                   6708:        * src/main/compile.y: - little fix for rem-cut optimisation
                   6709: 
                   6710:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   6711:          main/compile_tools.h, main/execute.C: - optimisations for
                   6712:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   6713: 
                   6714:        * INSTALL: - description of some #defined were added
                   6715: 
                   6716:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   6717:          before 1st access (memory usage is reduced if don't access to
                   6718:          .text field)
                   6719: 
                   6720:        * src/include/pa_array.h: - array grows step now not static (it
                   6721:          reduces numbers of reallocs)
                   6722: 
                   6723: 2009-05-20  misha
                   6724: 
                   6725:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   6726:          $.b(2), $c[d] and $.e[f] was added
                   6727: 
                   6728:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6729:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   6730:          $.e[f] was added
                   6731: 
                   6732:        * src/main/execute.C: - debug printing moved in defines
                   6733: 
                   6734:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   6735:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   6736:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   6737: 
                   6738: 2009-05-19  misha
                   6739: 
                   6740:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6741:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   6742: 
                   6743:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   6744:          ^a.$b optimisation)
                   6745: 
                   6746:        * src/main/compile.y: - compiler now generate new opcodes:
                   6747:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   6748:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   6749:          of params }
                   6750: 
                   6751:        * src/main/execute.C: - code for handle new opcodes
                   6752:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   6753: 
                   6754:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   6755:          added for LA2V and LA2S
                   6756: 
                   6757:        * src/include/pa_opcode.h: - new defines which can be used for
                   6758:          disable some bytecode optimisation and new opcodes were added
                   6759: 
                   6760: 2009-05-17  misha
                   6761: 
                   6762:        * src/lib/cord/cordxtra.c: - bugfix.
                   6763: 
                   6764:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   6765: 
                   6766:        * operators.txt: - info about regex class was added
                   6767: 
                   6768:        * tests/212.html: - tests for regex class were added
                   6769: 
                   6770: 2009-05-16  misha
                   6771: 
                   6772:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   6773:          gc7.1
                   6774: 
                   6775:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   6776:          was added
                   6777: 
                   6778:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   6779:          param) should work
                   6780: 
                   6781: 2009-05-15  misha
                   6782: 
                   6783:        * src/classes/table.C: - automatically disable stringstream usage
                   6784:          on freebsd4
                   6785: 
                   6786:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   6787:          scope
                   6788: 
                   6789:        * tests/211.html: - test with different types of access to hash was
                   6790:          added
                   6791: 
                   6792:        * tests/210.html: - test which checks for loosing tainting in
                   6793:          hash's keys was added
                   6794: 
                   6795:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   6796: 
                   6797:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   6798: 
                   6799:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   6800: 
                   6801:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   6802:          optimisations for increacing version number more dramatically :)
                   6803: 
                   6804:        * src/classes/date.C: - little refactoring: use constructor which
                   6805:          accepts formated string
                   6806: 
                   6807:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   6808:          which can print formatted string was added
                   6809: 
                   6810: 2009-05-14  misha
                   6811: 
                   6812:        * src/include/pa_string.h: - type was fixed
                   6813: 
                   6814:        * src/: classes/hashfile.C, classes/op.C,
                   6815:          include/pa_cache_managers.h, include/pa_charset.h,
                   6816:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   6817:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   6818:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   6819:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   6820:          main/pa_charsets.C, main/pa_string.C,
                   6821:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   6822:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6823:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   6824:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   6825:          (seaches should be faster now)
                   6826: 
                   6827:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6828:          classes/string.C, classes/table.C, include/pa_string.h,
                   6829:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   6830:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   6831:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   6832:          types/pa_vrequest.C: - String constructors don't have that stupid
                   6833:          true/false param which means 'tainted'. they accept lang instead.
                   6834: 
                   6835:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   6836:          with OPTIMIZE_RESULT
                   6837: 
                   6838:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   6839:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   6840: 
                   6841: 2009-05-13  misha
                   6842: 
                   6843:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   6844:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   6845:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6846:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   6847:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   6848:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   6849:          include/pa_string.h, classes/date.C, classes/file.C,
                   6850:          classes/hash.C, classes/image.C, classes/string.C,
                   6851:          classes/table.C, classes/xdoc.C: - result optimisation -
                   6852:          helper_length parameter removed from string constructors
                   6853: 
                   6854: 2009-05-11  misha
                   6855: 
                   6856:        * tests/209.html: - tests for ^hash::create[hash] were added
                   6857: 
                   6858:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   6859:          ^memory:compact[] were added
                   6860: 
                   6861:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   6862:          log10 were added
                   6863: 
                   6864:        * tests/206.html: - test for try with finally was added
                   6865: 
                   6866: 2009-05-10  misha
                   6867: 
                   6868:        * tests/205.html: - test for ^file::create[...] was added
                   6869: 
                   6870:        * tests/204.html: - test for ^response:clear[] was added
                   6871: 
                   6872:        * tests/038.html: - tests for trigonometric functions were added
                   6873: 
                   6874:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   6875:          added - more tests for .add, .sub, .union, .intersects and
                   6876:          .intersections
                   6877: 
                   6878:        * tests/065.html: - test for ^file:dirname was added
                   6879: 
                   6880:        * tests/030.html: - test for $cookie:fields was added
                   6881: 
                   6882:        * tests/203.html: - test for ^h._keys[column name] was added
                   6883: 
                   6884:        * tests/201.html: - tests for .trim were added
                   6885: 
                   6886:        * tests/202.html: - tests for last-day,
                   6887:          date:calendar[type](YYYY;MM;DD) were added
                   6888: 
                   6889:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   6890:          .offset[type](N) were added
                   6891: 
                   6892:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   6893:          and .pos[c](N) were added
                   6894: 
                   6895:        * tests/141.html: - test for math:sha1 was added
                   6896: 
                   6897:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   6898: 
                   6899: 2009-05-09  misha
                   6900: 
                   6901:        * src/main/compile.y: - rollback
                   6902: 
                   6903: 2009-05-05  misha
                   6904: 
                   6905:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   6906:          replaced by is_empty()
                   6907: 
                   6908:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   6909:          optimisation: somewhere length() was replaced by is_empty()
                   6910: 
                   6911:        * src/classes/table.C: - little optimisation: somewhere length()
                   6912:          was replaced by is_empty()
                   6913: 
                   6914:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   6915:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   6916:          optimisation: somewhere length() was replaced by is_empty()
                   6917: 
                   6918: 2009-05-04  misha
                   6919: 
                   6920:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   6921:          types/pa_vstateless_class.h, main/execute.C,
                   6922:          include/pa_request.h, classes/hash.C, classes/op.C,
                   6923:          classes/table.C: - more optimisations were added: some operators
                   6924:          don't switch write context anylonger
                   6925: 
                   6926: 2009-05-01  misha
                   6927: 
                   6928:        * src/main/compile.y: - slightly more opcode optimisations for
                   6929:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   6930: 
                   6931:        * src/main/execute.C: - simplifying process for getters
                   6932: 
                   6933: 2009-04-30  misha
                   6934: 
                   6935:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   6936: 
                   6937:        * tests/results/199.processed: - test for checking $result into
                   6938:          ^rem was added
                   6939: 
                   6940:        * tests/199.html: - test for checking $result into ^rem was added
                   6941: 
                   6942:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   6943:          some OS it returns list in different order)
                   6944: 
                   6945:        * src/: include/pa_array.h, include/pa_request.h,
                   6946:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   6947:          changes in stack impl - get_element() optimisation: 3rd param
                   6948:          removed - bugfix: problems with reading empty input param -
                   6949:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   6950: 
                   6951:        * tests/results/198.processed: - test for reading empty local var
                   6952:          was added
                   6953: 
                   6954:        * tests/198.html: - test for reading empty local var was added
                   6955: 
                   6956: 2009-04-29  misha
                   6957: 
                   6958:        * src/main/compile.y: - bugfix: couldn't compile because
                   6959:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   6960: 
                   6961:        * src/: include/pa_array.h, include/pa_opcode.h,
                   6962:          include/pa_request.h, main/compile.y, main/execute.C,
                   6963:          main/pa_request.C, types/pa_vmethod_frame.C,
                   6964:          types/pa_vmethod_frame.h: - we can work without opcode
                   6965:          OP_STORE_PARAM, so it was removed
                   6966: 
                   6967: 2009-04-28  misha
                   6968: 
                   6969:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   6970:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   6971:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   6972:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   6973:          4.
                   6974:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   6975: 
                   6976:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   6977: 
                   6978:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   6979:          is_empty()
                   6980: 
                   6981: 2009-04-27  misha
                   6982: 
                   6983:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   6984: 
                   6985: 2009-04-24  misha
                   6986: 
                   6987:        * src/classes/string.C: - ups. typo fixed
                   6988: 
                   6989:        * src/main/execute.C: - more replacements '*new VBool' to
                   6990:          'VBool::get' - checks for ^break[], ^continue[] and
                   6991:          parser.interrupted were optimised
                   6992: 
                   6993:        * src/classes/string.C: - number of params.count() calls was
                   6994:          slightly reduced
                   6995: 
                   6996: 2009-04-23  misha
                   6997: 
                   6998:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   6999:          make it x64 friendly
                   7000: 
                   7001:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7002:          parser is x64 friendly now
                   7003: 
                   7004: 2009-04-22  misha
                   7005: 
                   7006:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7007:          exceeding record size was added
                   7008: 
                   7009:        * src/classes/file.C: - use vregex object instead of direct calls
                   7010:          methods from pcre lib
                   7011: 
                   7012:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7013:          classes/string.C: - use vregex object instead of direct calls
                   7014:          methods from pcre lib
                   7015: 
                   7016:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7017:          print_pcre_exec_error_text was moved to class vregex
                   7018: 
                   7019:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7020:          was added
                   7021: 
                   7022:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7023:          - class vregex was added
                   7024: 
                   7025: 2009-04-21  misha
                   7026: 
                   7027:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7028: 
                   7029:        * src/: types/pa_junction.h, types/pa_value.C,
                   7030:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7031:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7032:          junction-optimisation (destructors)
                   7033: 
                   7034:        * src/include/pa_array.h: - free under if now
                   7035: 
                   7036: 2009-04-19  misha
                   7037: 
                   7038:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7039: 
                   7040: 2009-04-18  misha
                   7041: 
                   7042:        * src/include/pa_version.h:
                   7043:          :q :
                   7044: 
                   7045:          CV:
                   7046:          ----------------------------------------------------------------------
                   7047: 
                   7048:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7049:          refactoring
                   7050: 
                   7051:        * src/: include/pa_array.h, include/pa_hash.h,
                   7052:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7053: 
                   7054:        * src/include/pa_memory.h: - define for using destructors was added
                   7055: 
                   7056:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7057:          main/execute.C: - some junctions will be cached now
                   7058: 
                   7059:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7060: 
                   7061:        * src/include/pa_array.h: - inline was added to destructor
                   7062: 
                   7063:        * src/types/pa_method.h: - comment was changed
                   7064: 
                   7065: 2009-04-17  misha
                   7066: 
                   7067:        * src/: include/pa_array.h, include/pa_hash.h,
                   7068:          types/pa_vmethod_frame.h: - destructors were added
                   7069: 
                   7070:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7071:          renamed to always_use_result
                   7072: 
                   7073:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7074:          compiler: full backward compatibility is better
                   7075: 
                   7076:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7077:          result in var's hash
                   7078: 
                   7079:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7080:          optimisation in method_frame
                   7081: 
                   7082:        * src/include/pa_array.h: - optimisation in array (allocate
                   7083:          elements only when needed)
                   7084: 
                   7085:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7086:          before looking at custom fields
                   7087: 
                   7088:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7089:          not needed to check existance var with name 'result' in var's
                   7090:          hash
                   7091: 
                   7092:        * src/main/compile.y: - compiler was changed: now it detects
                   7093:          writings to $result and set flag writo_to_result in method
                   7094: 
                   7095:        * src/classes/string.C: - little optimisation: no needed to write
                   7096:          number with lang
                   7097: 
                   7098:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7099:          used for read utf8-strings were renamed - is_escaped was renamed
                   7100:          to isEscaped (to the same name convention)
                   7101: 
                   7102:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7103:          write_to_result added. compiler get this info from code.
                   7104: 
                   7105: 2009-04-16  misha
                   7106: 
                   7107:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7108:          String only before 1st write
                   7109: 
                   7110:        * src/include/pa_string.h: - not needed template removed
                   7111: 
                   7112:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7113:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7114:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7115:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7116:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7117:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7118:          bool objects)
                   7119: 
                   7120: 2009-04-15  misha
                   7121: 
                   7122:        * src/lib/cord/cordxtra.c: - more optimisation
                   7123: 
                   7124:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7125:          optimisation
                   7126: 
                   7127:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7128:          then get and can sometime be used)
                   7129: 
                   7130:        * src/main/pa_string.C: - String::length optimisation
                   7131: 
                   7132:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7133:          these methods read different strings
                   7134: 
                   7135:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7136:          fresult_initial_void removed + some optimisation - if $result
                   7137:          defined we don't write to context anymore
                   7138: 
                   7139:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7140:          need just skip char)
                   7141: 
                   7142:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7143:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7144:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7145: 
                   7146:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7147:          instance
                   7148: 
                   7149: 2009-04-11  misha
                   7150: 
                   7151:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7152: 
                   7153:        * tests/197.html: - test for parser://test in xml was added
                   7154: 
                   7155:        * src/classes/string.C: - small optimisation
                   7156: 
                   7157:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7158:          optimisation
                   7159: 
                   7160: 2009-04-10  misha
                   7161: 
                   7162:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7163:          to pcre-7.8
                   7164: 
                   7165:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7166: 
                   7167:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7168:          added
                   7169: 
                   7170:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7171:          $request:CLASS_NAME were added
                   7172: 
                   7173:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7174:          were added
                   7175: 
                   7176:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7177:          $env:CLASS_NAME were added
                   7178: 
                   7179:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7180:          '@todo' now
                   7181: 
                   7182:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7183:          compirer
                   7184: 
                   7185:        * src/main/pa_string.C: - little code cleanup
                   7186: 
                   7187:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7188:          during PCRE compile/execute
                   7189: 
                   7190:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7191:          normalizing todo-comments: '@todo' now
                   7192: 
                   7193:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7194: 
                   7195:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7196: 
                   7197: 2009-03-10  misha
                   7198: 
                   7199:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7200:          in main()
                   7201: 
                   7202: 2009-02-01  misha
                   7203: 
                   7204:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7205:          boundary
                   7206: 
                   7207: 2009-01-25  misha
                   7208: 
                   7209:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7210: 
                   7211:        * src/classes/file.C: - more changes for parsing different number
                   7212:          of params for file::load
                   7213: 
                   7214:        * tests/193.html: - tests for exception while base64-decode binary
                   7215:          to string was added
                   7216: 
                   7217:        * tests/192.html: - tests for file::load with different number of
                   7218:          options
                   7219: 
                   7220:        * src/classes/math.C: - ups. forgot '+1'
                   7221: 
                   7222:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7223:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7224:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7225:          (new option $.encode[multipart-form/data] should be specified) -
                   7226:          $.method[] option for file::load now is not case-sensitive
                   7227: 
                   7228:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7229:          new taint language L_FILE_POST was added
                   7230: 
                   7231:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7232:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7233:          stuff was moved to separate files
                   7234: 
                   7235: 2009-01-23  misha
                   7236: 
                   7237:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7238:          spaces to tabs were converted
                   7239: 
                   7240: 2009-01-12  misha
                   7241: 
                   7242:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7243:          now
                   7244: 
                   7245:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7246:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7247:          their names
                   7248: 
                   7249:        * src/main/pa_common.C: - changes in formating
                   7250: 
                   7251:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7252:          their names
                   7253: 
                   7254:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7255: 
                   7256:        * src/include/pa_common.h: - some constants changed their names
                   7257: 
                   7258:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7259:          little code rewriting
                   7260: 
                   7261:        * src/types/pa_vfile.C: - little code rewriting
                   7262: 
                   7263:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7264:          types/pa_value.h: - some formating changes
                   7265: 
                   7266:        * src/include/pa_common.h: - some formating spaces transformed to
                   7267:          tabs
                   7268: 
                   7269:        * src/classes/string.C: - exception while base64-decode binary to a
                   7270:          string
                   7271: 
                   7272: 2009-01-11  misha
                   7273: 
                   7274:        * configure.in: - version changed to 3.3.1b
                   7275: 
                   7276: 2008-09-05  misha
                   7277: 
                   7278:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7279:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7280: 
                   7281: 2008-09-04  misha
                   7282: 
                   7283:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7284:          anymore
                   7285: 
                   7286:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7287:          typeless anylonger
                   7288: 
                   7289:        * src/classes/image.C: - some exceptions while operations with
                   7290:          image not typeless anymore
                   7291: 
                   7292:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7293:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7294:          operations with files not typeless anymore
                   7295: 
                   7296:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7297:          types/pa_vdate.h: - exceptions while checking date range not
                   7298:          typeless anymore
                   7299: 
                   7300:        * src/include/pa_exception.h: - exception type string for invalid
                   7301:          date range was added
                   7302: 
                   7303: 2008-09-03  misha
                   7304: 
                   7305:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7306:          operations not typeless anymore
                   7307: 
                   7308:        * src/include/pa_exception.h: - exception type for pce operations
                   7309:          was added
                   7310: 
                   7311:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7312:          and .CLASS_NAME insite classes
                   7313: 
                   7314:        * src/classes/table.C: - don't save table header whiile
                   7315:          ^table.save[append;filename] if file exists
                   7316: 
                   7317: 2008-09-02  misha
                   7318: 
                   7319:        * src/main/compile.y, src/main/compile_tools.h,
                   7320:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7321:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7322:          renamed to partial and it login changed: we must mark class as
                   7323:          partial for allow their modifications in future.
                   7324: 
                   7325: 2008-08-29  misha
                   7326: 
                   7327:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7328:          file:list
                   7329: 
                   7330:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7331: 
                   7332:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7333:          for file:list was added
                   7334: 
                   7335:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7336:          file:list
                   7337: 
                   7338: 2008-08-26  misha
                   7339: 
                   7340:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7341:          last derived object
                   7342: 
                   7343:        * src/classes/image.C: - many strings "image.format" replaced by
                   7344:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7345:          understand some more exif tags
                   7346: 
                   7347:        * src/include/pa_exception.h: - string "image.format" was added
                   7348: 
                   7349: 2008-08-21  misha
                   7350: 
                   7351:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7352:          pcre_exec text error
                   7353: 
                   7354:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7355:          added
                   7356: 
                   7357:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7358:          text error was added
                   7359: 
                   7360: 2008-08-19  misha
                   7361: 
                   7362:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7363:          namespace while debug execution as well
                   7364: 
                   7365:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7366:          parser chars was added
                   7367: 
                   7368: 2008-08-18  misha
                   7369: 
                   7370:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7371:          $caller.self.field + default getter in one class was added
                   7372: 
                   7373:        * tests/: 189.html, results/189.processed: - test for
                   7374:          ^date::create[date object]
                   7375: 
                   7376:        * tests/: 188.html, results/188.processed: - tests for match with
                   7377:          UTF-8 strings
                   7378: 
                   7379:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7380:          ^string.match[]
                   7381: 
                   7382:        * ChangeLog: - parser 3.3.0 beta13
                   7383: 
                   7384: 2008-08-15  misha
                   7385: 
1.116     moko     7386:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7387:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7388:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7389:          dftables.c: - old PCRE files removed
1.95      moko     7390: 
                   7391:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7392: 
                   7393:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7394:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7395: 
                   7396:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7397:          library and set flag UTF8 if $request:charset is UTF-8
                   7398: 
                   7399:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7400:          include/pa_config_fixed.h: - moved to new PCRE library
                   7401: 
                   7402:        * src/: main/main.vcproj, types/types.vcproj,
                   7403:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7404:          win32\pcre instead of parser3\src\lib\pcre
                   7405: 
                   7406:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7407:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7408:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7409:          opcodes were moved to separate namespace
                   7410: 
                   7411: 2008-08-14  misha
                   7412: 
                   7413:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7414: 
                   7415:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7416:          tainting
                   7417: 
                   7418: 2008-08-11  misha
                   7419: 
                   7420:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7421:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7422:          were added
                   7423: 
                   7424:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7425:          runtime as well (for $caller.self)
                   7426: 
                   7427: 2008-07-25  misha
                   7428: 
                   7429:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7430:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7431:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7432:          tests with international characters
                   7433: 
                   7434: 2008-07-23  misha
                   7435: 
                   7436:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7437:          file::load[...;http://
                   7438: 
                   7439:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7440:          now everywhere in separate namespace
                   7441: 
                   7442:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7443:          for vars
                   7444: 
                   7445:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7446:          can be escaped by '^'
                   7447: 
                   7448: 2008-07-22  misha
                   7449: 
                   7450:        * src/classes/string.C, tests/186.html: - names changes:
                   7451:          escape=>js-escape, unescape=>js-unescape
                   7452: 
                   7453: 2008-07-21  misha
                   7454: 
                   7455:        * tests/results/186.processed: - test for string escape/unescape
                   7456: 
                   7457:        * tests/186.html: - test for string escape/unescape
                   7458: 
                   7459:        * src/classes/string.C: - string has escape and unescape methods
                   7460:          now
                   7461: 
                   7462:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7463:          added
                   7464: 
                   7465:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   7466:          method-layers added (with different params)
                   7467: 
                   7468: 2008-07-18  misha
                   7469: 
                   7470:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   7471:          was added
                   7472: 
                   7473:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   7474: 
                   7475:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   7476:          ^string.pos[substr](offset) -- 2nd param accepted now
                   7477: 
                   7478:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   7479:          strings
                   7480: 
                   7481: 2008-07-17  misha
                   7482: 
                   7483:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7484:          helper length added for mid for small optimisation
                   7485: 
                   7486: 2008-07-16  misha
                   7487: 
                   7488:        * tests/: 185.html, results/185.processed: - tests for
                   7489:          length/left/right/mid/pos with utf-8 strings
                   7490: 
                   7491:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   7492:          utf-8 strings
                   7493: 
                   7494:        * src/main/untaint.C: - comments removed
                   7495: 
                   7496:        * src/: include/pa_string.h, main/pa_string.C,
                   7497:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   7498:          with pos/mid for strings in utf-8 were added
                   7499: 
                   7500: 2008-07-15  misha
                   7501: 
                   7502:        * tests/: 184.html, results/184.processed: - test for case body as
                   7503:          expression: $var(^switch(1){^case(1)(true)..})
                   7504: 
                   7505:        * src/classes/op.C: - case body can be expression now:
                   7506:          $var(^switch(1){^case(1)(true)..})
                   7507: 
                   7508:        * tests/: results/183.processed, 183.html: - added test for testing
                   7509:          new cookie encoding (%uXXXX)
                   7510: 
                   7511:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   7512:          decoding for backward compatibility they decoded from %XX in
                   7513:          request:charset too
                   7514: 
                   7515:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   7516:          - cookie class now decode cookies before first access after last
                   7517:          request:charset changing (as form class).
                   7518: 
                   7519:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   7520:          as %uXXXX - before transcode calculate required space for dest
                   7521:          string. it reduce mem usage for transcode
                   7522: 
                   7523:        * src/include/pa_charset.h: - added method escape for escaping
                   7524:          cookies as %uXXXX
                   7525: 
                   7526:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   7527:          was added. will used for escaping cookies as %uXXXX
                   7528: 
                   7529:        * src/include/pa_common.h: - escape method has new option for skip
                   7530:          converting '+' to a space char
                   7531: 
                   7532:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   7533:          transcode - escape method has new option for skip converting '+'
                   7534:          to a space char
                   7535: 
                   7536: 2008-07-08  misha
                   7537: 
                   7538:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   7539:          (no UE if more then 1 case matches anylonger) - optimization:
                   7540:          doing searching.as_string() || searching.as_double() only once
                   7541: 
                   7542: 2008-07-04  misha
                   7543: 
                   7544:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   7545:          now ^date::create[date object] works
                   7546: 
                   7547:        * src/classes/string.C: - left and right added as aliases for start
                   7548:          and end in ^string.trim[]
                   7549: 
                   7550: 2008-07-03  misha
                   7551: 
                   7552:        * src/classes/file.C: - allow $.limit for file::sql as well
                   7553: 
                   7554:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   7555:          send limit=1 to query for use sql specifics authomatically
                   7556: 
                   7557:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   7558:          if $.limit value if empty. autoconvert it as everywere
                   7559: 
                   7560: 2008-07-02  misha
                   7561: 
                   7562:        * configure.in: - time to change version number to 3.3.0 %-)
                   7563: 
                   7564:        * src/include/pa_version.h: - time to change version number to
                   7565:          3.3.0 %-)
                   7566: 
                   7567: 2008-06-26  misha
                   7568: 
                   7569:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7570:          $.limit(0) fixes
                   7571: 
                   7572:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   7573:          - $.limit(0) fixes
                   7574: 
                   7575:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   7576:          new API)
                   7577: 
                   7578:        * src/: include/pa_sql_driver_manager.h,
                   7579:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   7580:          classes/op.C: - document_root added
                   7581: 
                   7582:        * src/main/compile.tab.C: - error message was changed
                   7583: 
                   7584: 2008-06-25  misha
                   7585: 
                   7586:        * src/main/compile.y: - error message was changed
                   7587: 
                   7588: 2008-06-24  misha
                   7589: 
                   7590:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   7591: 
                   7592:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   7593:          tests for @OPTIONS\nappend
                   7594: 
                   7595:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   7596: 
                   7597:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   7598: 
                   7599:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   7600: 
                   7601:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   7602:          compile.y
                   7603: 
                   7604: 2008-06-17  misha
                   7605: 
                   7606:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   7607:          compilation: ^if(default){true. it's incorrect. must be
                   7608:          exception}
                   7609: 
                   7610: 2008-06-16  misha
                   7611: 
                   7612:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   7613:          checking external reference loading with 'http://localhost'
                   7614:          prefix while creating xdoc
                   7615: 
                   7616:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   7617:          ^math:long2ip[] and ^math:ip2long[]
                   7618: 
                   7619:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   7620:          added which use scalar stateless class method when user object
                   7621:          used in scalar context - use get_scalar_value when user object
                   7622:          requested in scalar context
                   7623: 
                   7624:        * src/main/pa_common.C: - size must be int but not size_t or we
                   7625:          can't compare with 0 sprintf result
                   7626: 
                   7627:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7628:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   7629:          with internal switch between local/global vars
                   7630: 
                   7631:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   7632:          specified
                   7633: 
                   7634:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   7635:          pa_vstateless_object.h: - stateless class and object now has
                   7636:          private scalar field and getter/setter for working with it
                   7637: 
                   7638:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   7639:          moved to inet static class
                   7640: 
                   7641:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   7642:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   7643: 
                   7644:        * tests/: 180.html, results/180.processed: - tests for
                   7645:          ^math:long2ip(long) and ^math:ip2long[IP]
                   7646: 
                   7647:        * src/classes/math.C: - ^math:ip2long[IP] added
                   7648: 
                   7649: 2008-06-11  misha
                   7650: 
                   7651:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   7652:          need cut BOM code and remove DOS newline chars. but don't
                   7653:          transcode it anyway.
                   7654: 
                   7655:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   7656:          main/pa_http.C: - option for disable transcoding while file_read
                   7657:          and file_read_text added
                   7658: 
                   7659: 2008-06-10  misha
                   7660: 
                   7661:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   7662:          classes in 1 file
                   7663: 
                   7664:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   7665:          classes now.
                   7666: 
                   7667:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   7668:          classes now. internals.
                   7669: 
                   7670:        * src/main/pa_request.C: - compile return list of classes now. try
                   7671:          call @conf and @auto for each returned class
                   7672: 
                   7673:        * src/include/pa_request.h: - compile return list of classes now
                   7674: 
                   7675:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   7676:          return list of classes when compile buf)
                   7677: 
                   7678: 2008-06-07  misha
                   7679: 
                   7680:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   7681:          param -- form
                   7682: 
                   7683:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   7684:          3rd param: form. needed for get post_charset
                   7685: 
                   7686:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   7687:          added
                   7688: 
                   7689:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   7690:          types/pa_vform.C, types/pa_vform.h: - some polish
                   7691: 
                   7692: 2008-06-06  misha
                   7693: 
                   7694:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   7695:          charset and decode chars from it but not from response:charset
                   7696: 
                   7697:        * src/main/pa_http.C: - detect_charset moved out of here
                   7698: 
                   7699:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   7700:          methods moved here - unescape_chars accepn one charset now
                   7701: 
                   7702:        * src/main/pa_http.C: - new constants used - don't allow
                   7703:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   7704:          charset info while ^file::load[;http://;$.method[POST]] - option
                   7705:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   7706:          disabling charset during post
                   7707: 
                   7708:        * src/types/pa_vform.C: - new constants used
                   7709: 
                   7710:        * src/include/pa_common.h: - some constants were added
                   7711: 
                   7712:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   7713:          instead of StrEqNc
                   7714: 
                   7715:        * src/main/pa_common.C: - new method for caseless search
                   7716:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   7717: 
                   7718:        * src/include/pa_common.h: - new method for caseless search
                   7719:          c-substring in c-string
                   7720: 
                   7721: 2008-06-05  misha
                   7722: 
                   7723:        * tests/results/178.processed: - test for testing default getter
                   7724: 
                   7725:        * tests/178.html: - test for testing default getter
                   7726: 
                   7727:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   7728:          for test for testing default getter
                   7729: 
                   7730:        * src/main/execute.C: - default getter soul
                   7731: 
                   7732:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   7733:          requested objects' field not found
                   7734: 
                   7735:        * src/types/pa_vclass.C: - register default getter if defined - get
                   7736:          default getter if requested field not found
                   7737: 
                   7738:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   7739:          added
                   7740: 
                   7741:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   7742:          pointer to default getter and methods for get/set it were added
                   7743: 
                   7744:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   7745:          auto_name field (for default getter)
                   7746: 
                   7747: 2008-06-04  misha
                   7748: 
                   7749:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   7750:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   7751:          it to libxml "as is"
                   7752: 
                   7753: 2008-06-03  misha
                   7754: 
                   7755:        * src/main/pa_common.C: - use store_Char instead of
                   7756:          transcodeCharFromUTF8
                   7757: 
                   7758:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   7759:          store_Char added, transcodeCharFromUTF8 -- removed
                   7760: 
                   7761: 2008-06-02  misha
                   7762: 
                   7763:        * tests/: results/177.processed, 177.html: - test for checking
                   7764:          .[acm]date after local ^file::load[] was added
                   7765: 
                   7766:        * tests/: results/176.processed, 176.html: - test for checking
                   7767:          @OPTION\locals + @method[vars][locals] added
                   7768: 
                   7769:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   7770: 
                   7771: 2008-05-30  misha
                   7772: 
                   7773:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   7774:          @OPTION\nlocals + @method[vars][;locals;] were added
                   7775: 
                   7776:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   7777:          moved to separate method op_code - switch from VMethodFrame to
                   7778:          VMethodFrameGlobal + VMethodFrameLocal
                   7779: 
                   7780:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   7781:          was moved to separate method op_code
                   7782: 
                   7783:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   7784:          VMethodFrame now
                   7785: 
                   7786:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   7787:          all_vars_local as well
                   7788: 
                   7789:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   7790:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   7791:          VMethodFrame were added: one (global) works as VMethodFrame
                   7792:          before and second (local) write all vars in self vars scope
                   7793: 
                   7794:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   7795: 
                   7796: 2008-05-29  misha
                   7797: 
                   7798:        * tests/: 129.html, results/129.processed: - more tests for
                   7799:          ^table.hash[]
                   7800: 
                   7801:        * src/classes/hash.C: - ^hash::sql has a new option:
                   7802:          $.type[hash|string|table] as ^table.hash[] one.
                   7803: 
                   7804:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   7805:          executed anyway after try or catch section
                   7806: 
                   7807: 2008-05-27  misha
                   7808: 
                   7809:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   7810:          must not fail if $.distinct(1) wasn't specified
                   7811: 
                   7812: 2008-05-26  misha
                   7813: 
                   7814:        * src/classes/op.C: - allow ^throw[my type]
                   7815: 
                   7816: 2008-05-22  misha
                   7817: 
                   7818:        * configure.in, configure: - version number updated to 3.2.4b
                   7819: 
                   7820:        * src/classes/: op.C, string.C: - trim format string before
                   7821:          eval/format
                   7822: 
                   7823:        * tests/: results/175.processed, 175.html: - more tests for
                   7824:          different format strings in .format[]
                   7825: 
                   7826:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   7827:          as well (not only %XX)
                   7828: 
                   7829:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   7830:          charset specified - checks for format before print number
                   7831:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   7832:          (instead of tabs) removed
                   7833: 
                   7834:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   7835:          charset specified
                   7836: 
                   7837:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   7838:          char in requested charset from utf code was added
                   7839: 
                   7840: 2008-05-19  misha
                   7841: 
                   7842:        * tests/: 174.html, results/174.processed: - test for
                   7843:          ^hashfile.cleanup[] added
                   7844: 
                   7845:        * src/classes/hashfile.C: - optimization: don't create any key or
                   7846:          value variable if it's name weren't specified
                   7847:          (^hf.foreach[;v]{...})
                   7848: 
                   7849: 2008-05-16  misha
                   7850: 
                   7851:        * src/classes/hash.C: - optimization: don't create any key variable
                   7852:          if variable name wasn't specified (^h.foreach[;v]{...})
                   7853: 
                   7854: 2008-05-15  misha
                   7855: 
                   7856:        * src/classes/op.C: - small changes
                   7857: 
                   7858:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   7859: 
                   7860:        * src/classes/hash.C: - calculate var_context once before foreach
                   7861: 
                   7862: 2008-05-14  misha
                   7863: 
                   7864:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   7865:          ^hashfile.foreach[;]{} fixed
                   7866: 
                   7867:        * src/classes/: hash.C, table.C: - little optimisation
                   7868: 
                   7869:        * src/classes/file.C: - bugfix: double absolute path while loading
                   7870:          file
                   7871: 
                   7872:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   7873:          were added
                   7874: 
                   7875:        * buildall-with-xml: - moving to libxslt 1.1.24
                   7876: 
                   7877: 2008-04-30  misha
                   7878: 
                   7879:        * src/classes/file.C: - stat file while loading (local only) so
                   7880:          .adate, .mdate and .cdate available without additional ::stat
                   7881: 
                   7882: 2008-04-28  misha
                   7883: 
                   7884:        * src/classes/file.C: - $.name and $.content-type available for
                   7885:          stated file
                   7886: 
                   7887: 2008-04-14  misha
                   7888: 
                   7889:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   7890: 
                   7891:        * src/include/pa_version.h: - new version number in head
                   7892: 
                   7893: 2008-04-10  misha
                   7894: 
                   7895:        * tests/: 080.html, results/080.processed: - cut '0' from
                   7896:          exponential part because of on diff OS it differ (20 or 020 for
                   7897:          ex)
                   7898: 
                   7899:        * tests/: 119.html, results/119.processed: - check for encoding
                   7900:          while creating xdoc
                   7901: 
                   7902: 2008-04-09  misha
                   7903: 
                   7904:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   7905: 
                   7906:        * src/main/pa_common.C: - comment added
                   7907: 
                   7908:        * src/classes/date.C: - little refactoring
                   7909: 
                   7910: 2008-04-07  misha
                   7911: 
                   7912:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   7913:          style of ^table.save[]: prepare one big string and sabe it at
                   7914:          once. it's safe on freebsd 4.x but use much more memory.
                   7915: 
                   7916:        * buildall-with-xml, buildall-without-xml: - option
                   7917:          --disable-stringstream added (under comment. use it on freebsd
                   7918:          4.x)
                   7919: 
                   7920: 2008-02-22  misha
                   7921: 
                   7922:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   7923:          specified together in file::load[;http] - get back transcoding
                   7924:          $.body[] in file::load[;http]
                   7925: 
                   7926: 2008-02-21  misha
                   7927: 
                   7928:        * src/classes/date.C: - ^date.gmt-string[] was added
                   7929: 
                   7930:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   7931:          moved to pa_common.h
                   7932: 
                   7933:        * src/include/pa_common.h: - method for output date in RFC 822
                   7934:          format moved here from pa_value.C
                   7935: 
                   7936:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   7937:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   7938: 
                   7939: 2008-02-20  misha
                   7940: 
                   7941:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   7942:          specified charset while ^file::load[...;http://...] (L_URI
                   7943:          instead of L_HTTP_HEADER) - $.cookies param available in
                   7944:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   7945:          response yet) (cookies not transcoded as common $cookies)
                   7946: 
                   7947: 2008-02-19  misha
                   7948: 
                   7949:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   7950:          $response:field values because in this case
                   7951:          $response:locateion[http://...] don't works.
                   7952: 
                   7953: 2008-02-15  misha
                   7954: 
                   7955:        * src/classes/op.C: - little refactoring
                   7956: 
                   7957:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   7958: 
                   7959:        * src/main/pa_request.C: - force taint values of $response:field
                   7960: 
                   7961: 2008-02-14  misha
                   7962: 
                   7963:        * src/main/pa_request.C: - $response:field transcoded to
                   7964:          $response:charset before escaping now
                   7965: 
                   7966:        * src/main/pa_http.C: - some outdated comments removed
                   7967: 
                   7968:        * src/classes/date.C: - lastdat -> last-day
                   7969: 
                   7970:        * src/classes/date.C: - ^date:lastday(year;month) and
                   7971:          ^date.lastday[] were added - little code refactoring - comments
                   7972:          changes
                   7973: 
                   7974:        * tests/: 159.html, results/159.processed: - test for number of
                   7975:          days in February
                   7976: 
                   7977:        * src/types/pa_value.C: - fixes in code formatting
                   7978: 
                   7979:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   7980:          and comments
                   7981: 
                   7982: 2008-02-13  misha
                   7983: 
                   7984:        * src/main/pa_common.C: - bugfix for february at leap year
                   7985: 
                   7986: 2008-01-28  misha
                   7987: 
                   7988:        * tests/: 160.html, results/160.processed: - more test for cache
                   7989:          added
                   7990: 
                   7991:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   7992:          unhandled exception
                   7993: 
                   7994: 2008-01-25  misha
                   7995: 
                   7996:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   7997:          bug when hashfile became inavailable after memory:compact)
                   7998: 
                   7999:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8000: 
                   8001: 2008-01-22  misha
                   8002: 
                   8003:        * src/classes/table.C: - little refactiring and exception texts
                   8004:          changes in method ^table.hash[]
                   8005: 
                   8006:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8007: 
                   8008: 2008-01-21  misha
                   8009: 
                   8010:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8011:          file::exec/cgi
                   8012: 
                   8013:        * src/classes/file.C: - bugfix: core while processing headers if
                   8014:          executed cgi script don't return content
                   8015: 
                   8016: 2008-01-18  misha
                   8017: 
                   8018:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8019: 
                   8020:        * src/include/pa_version.h, configure.in: - version number updated
                   8021:          to '3.2.3b'
                   8022: 
                   8023: 2007-12-28  misha
                   8024: 
                   8025:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8026:          hash.contains
                   8027: 
                   8028: 2007-12-27  misha
                   8029: 
                   8030:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8031:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8032:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8033:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8034:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8035:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8036:          src/targets/cgi/parser3.vcproj,
                   8037:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8038:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8039:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8040:          be easy converted to the new format.
                   8041: 
                   8042: 2007-12-04  misha
                   8043: 
                   8044:        * src/types/pa_vcode_frame.h: - changes in comment
                   8045: 
                   8046: 2007-11-29  misha
                   8047: 
                   8048:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8049:          intercept strings any longer
                   8050: 
                   8051:        * tests/: 173.html, results/173.processed: - tests for
                   8052:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8053:          but not in main code frame
                   8054: 
                   8055:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8056:          objects from code frames
                   8057: 
                   8058: 2007-11-27  misha
                   8059: 
                   8060:        * tests/: 152.html, results/152.processed: - tests for converting
                   8061:          strings 'true'/'false' to bool were added
                   8062: 
                   8063:        * tests/152.html: - added checks for converting strings
                   8064:          'true'/'false' to bool
                   8065: 
                   8066:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8067:          not only strings with numbers but with values 'true'/'false' as
                   8068:          well
                   8069: 
                   8070:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8071:          for parser3.log increased
                   8072: 
                   8073:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8074: 
                   8075:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8076: 
                   8077:        * src/include/pa_types.h: - constant with buffer size for
                   8078:          parser3.log added
                   8079: 
                   8080: 2007-11-16  misha
                   8081: 
                   8082:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8083: 
                   8084:        * tests/171.html: - tests for file::exec/cgi
                   8085: 
                   8086:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8087: 
                   8088: 2007-11-15  misha
                   8089: 
                   8090:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8091: 
                   8092:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8093:          headers
                   8094: 
                   8095:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8096:          only if exec/cgi return anything.
                   8097: 
                   8098: 2007-11-14  misha
                   8099: 
                   8100:        * operators.txt: - info about new text|binary option for
                   8101:          file::exec/cgi was added
                   8102: 
                   8103:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8104:          ^file:exec[[text|binary];script;...]
                   8105: 
                   8106:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8107:          classes/string.C, classes/table.C: - more text strings moved to
                   8108:          the one place
                   8109: 
                   8110: 2007-11-09  misha
                   8111: 
                   8112:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8113: 
                   8114:        * ChangeLog: - $request:argv [patch from Sumo]
                   8115: 
                   8116:        * operators.txt: - $request:argv
                   8117: 
                   8118:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8119:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8120: 
                   8121: 2007-10-25  misha
                   8122: 
                   8123:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8124:          for ./configure rewrited
                   8125: 
                   8126:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8127:          error occure in unhandled_exception finally fixed
                   8128: 
                   8129: 2007-10-23  misha
                   8130: 
                   8131:        * tests/: 170.html, results/170.processed: - test for
                   8132:          @method[][result]
                   8133: 
                   8134:        * operators.txt: - added info about node.prefix and
                   8135:          node.namespaceURI
                   8136: 
                   8137:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8138: 
                   8139:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8140:          added for node and attribute
                   8141: 
                   8142: 2007-10-22  misha
                   8143: 
                   8144:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8145: 
                   8146:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8147: 
                   8148:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8149:          - ups. constants must be in lowercase (for search)
                   8150: 
                   8151:        * src/types/pa_vmail.C: - more constants used -
                   8152:          content-transfer-encoding: 8bit added
                   8153: 
                   8154:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8155: 
                   8156:        * src/include/pa_request.h: - more constants
                   8157: 
                   8158:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8159:          ommit anymore if $.content-disposition was specified - little
                   8160:          refactoring
                   8161: 
                   8162:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8163: 
                   8164: 2007-10-17  misha
                   8165: 
                   8166:        * operators.txt: - info about
                   8167:          table::create[nameless]{data}[>options<] was added
                   8168: 
                   8169:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8170:          compile method don't put this method in methods table anymore.
                   8171:          in other case the parser coredumped if @unhandled_exception
                   8172:          method can't be compiled because of parser.compile error.
                   8173: 
                   8174:        * src/main/execute.C: - little code reformating
                   8175: 
                   8176:        * src/main/pa_request.C: - little code reformating - comment
                   8177:          changed
                   8178: 
                   8179: 2007-10-16  misha
                   8180: 
                   8181:        * tests/: 035.html, results/035.processed: - tests
                   8182:          table::create[]{}[options] added
                   8183: 
                   8184:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8185:          options (only $.seperator[] yet)
                   8186: 
                   8187: 2007-10-10  misha
                   8188: 
                   8189:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8190:          some code changes
                   8191: 
                   8192: 2007-10-02  misha
                   8193: 
                   8194:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8195:          then three time as much. but base64 encoding method still use
                   8196:          less memory anyway.
                   8197: 
                   8198: 2007-09-17  misha
                   8199: 
                   8200:        * operators.txt: - added info about $cookie:fields
                   8201: 
                   8202:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8203: 
                   8204:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8205:          common
                   8206: 
                   8207:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8208:          moved here
                   8209: 
                   8210:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8211: 
                   8212: 2007-09-14  misha
                   8213: 
                   8214:        * buildall-with-xml: - new xml libs again =)
                   8215: 
                   8216: 2007-08-28  misha
                   8217: 
                   8218:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8219:          ^string.split[...][v][column name] were added
                   8220: 
                   8221:        * tests/: 168.html, 169.html, results/168.processed,
                   8222:          results/169.processed: - tests for ^table.columns[[column name]]
                   8223:          and ^string.split[...][v][column name] were added
                   8224: 
                   8225:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8226:          was added
                   8227: 
                   8228:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8229:          name]]
                   8230: 
                   8231:        * src/include/pa_exception.h: - error text message for
                   8232:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8233: 
                   8234: 2007-08-27  misha
                   8235: 
                   8236:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8237:          body ^taint[sql][something] outside of connect
                   8238: 
                   8239:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8240:          outside of connect
                   8241: 
                   8242:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8243:          added (commented by default)
                   8244: 
                   8245: 2007-08-20  misha
                   8246: 
                   8247:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8248:          was added
                   8249: 
                   8250:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8251:          duplicated exception text strings were removed
                   8252: 
                   8253:        * src/include/pa_exception.h: - more exception text strings moved
                   8254:          here
                   8255: 
                   8256:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8257:          removed
                   8258: 
                   8259:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8260:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8261:          removed
                   8262: 
                   8263:        * src/include/pa_exception.h: - some exception text strings movet
                   8264:          to pa_exception
                   8265: 
                   8266:        * tests/: 149.html, results/149.processed: - test for
                   8267:          ^xnode.hasAttributes[] was added - some code changes
                   8268: 
                   8269:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8270:          added
                   8271: 
                   8272: 2007-08-17  misha
                   8273: 
                   8274:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8275:          059.html: - more tests for match
                   8276: 
                   8277:        * tests/: 129.html, results/129.processed: - tests for
                   8278:          ^table.hash[...][$.type[string|hash|table]] added
                   8279: 
                   8280:        * src/targets/cgi/parser3.C: - little syntax changes
                   8281: 
                   8282:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8283:          syntax changes
                   8284: 
                   8285:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8286:          messages in parser3.log switched off by default. If someone
                   8287:          really still need it: use $SIGPIPE(1)
                   8288: 
                   8289: 2007-08-08  misha
                   8290: 
                   8291:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8292:          files by default since now
                   8293: 
                   8294: 2007-08-07  misha
                   8295: 
                   8296:        * buildall-without-xml: - some option syntax changes
                   8297: 
                   8298:        * buildall-with-xml: - compile libxml2 without http support - some
                   8299:          option syntax changes
                   8300: 
                   8301:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8302: 
                   8303: 2007-08-06  misha
                   8304: 
                   8305:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8306: 
                   8307:        * tests/: 160.html, results/160.processed: - cache test was
                   8308:          rewrited
                   8309: 
                   8310: 2007-07-06  misha
                   8311: 
                   8312:        * tests/: 153.html, results/153.processed: - added test for
                   8313:          ^math:sha1[string]
                   8314: 
                   8315:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8316:          transcoded
                   8317: 
                   8318:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8319:          were added
                   8320: 
                   8321: 2007-06-28  misha
                   8322: 
                   8323:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8324:          some incorrect chars
                   8325: 
                   8326: 2007-06-19  misha
                   8327: 
                   8328:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8329:          were moved on top because of gcc 4 had a problems during
                   8330:          building.
                   8331: 
                   8332: 2007-06-18  misha
                   8333: 
                   8334:        * tests/results/019.processed: - new image commited
                   8335: 
                   8336: 2007-06-09  misha
                   8337: 
                   8338:        * src/classes/: op.C, table.C: - in while and table.select method
                   8339:          as_expression used now
                   8340: 
                   8341:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8342: 
                   8343: 2007-06-08  misha
                   8344: 
                   8345:        * tests/: 166.html, results/166.processed: - test for
                   8346:          ^match[...][n]
                   8347: 
                   8348:        * tests/: 165.html, results/165.processed: - tests for loops
                   8349: 
                   8350:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8351:          because of no speed/memory optimisation but some proglems with
                   8352:          long cycles occure
                   8353: 
                   8354: 2007-06-06  misha
                   8355: 
                   8356:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8357:          ^table.select(true) and ^table.select(1) didn't works because of
                   8358:          awaiting junction-param only. fixed.
                   8359: 
                   8360: 2007-05-24  misha
                   8361: 
                   8362:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8363:          with 0.5 secs interval
                   8364: 
                   8365:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8366:          locking system now on unix
                   8367: 
                   8368:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8369:          system locks which wait till other threads release it but try get
                   8370:          lock, if fail wait 1 sec and make 10 attempts.
                   8371: 
                   8372:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8373:          were added
                   8374: 
                   8375:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8376:          opening files
                   8377: 
                   8378:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8379:          after our classes on unix it can't be build
                   8380: 
                   8381:        * src/types/pa_vhashfile.C: - not needed code removed
                   8382: 
                   8383: 2007-05-23  misha
                   8384: 
                   8385:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8386:          include/pa_common.h: - cosmetic changes
                   8387: 
                   8388: 2007-05-18  misha
                   8389: 
                   8390:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8391:          often. it's give some speed increasing
                   8392: 
                   8393:        * tests/results/160.processed: - returned time corrected
                   8394: 
                   8395:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8396:          :(
                   8397: 
                   8398:        * operators.txt: - added info about ^hash.contain[key]
                   8399: 
                   8400:        * src/classes/hash.C: - added ^hash.contain[key]
                   8401: 
                   8402:        * src/include/pa_hash.h: - added method for checking key exists in
                   8403:          hash
                   8404: 
                   8405: 2007-05-07  misha
                   8406: 
                   8407:        * src/include/pa_string.h: - was compilation error during build on
                   8408:          freebsd4
                   8409: 
                   8410: 2007-05-03  misha
                   8411: 
                   8412:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8413:          for ^table.hash[]
                   8414: 
                   8415:        * src/classes/file.C: - comment removed
                   8416: 
                   8417: 2007-04-26  misha
                   8418: 
                   8419:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8420:          real files doesn't opened in place anymore
                   8421: 
                   8422: 2007-04-24  misha
                   8423: 
                   8424:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8425: 
                   8426:        * src/include/pa_exception.h: "static" removed
                   8427: 
                   8428: 2007-04-23  misha
                   8429: 
                   8430:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8431: 
                   8432:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8433:          ^math:log(N)) - ^math:lg(N)
                   8434: 
                   8435:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8436:          during ^file::load[text;http://...] added
                   8437: 
                   8438:        * tests/: 164.html, results/164.processed: - check for set expires
                   8439:          as a date
                   8440: 
                   8441:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8442: 
                   8443:        * src/classes/hashfile.C: - little comment changes
                   8444: 
                   8445:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8446:          access
                   8447: 
                   8448:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8449:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8450:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8451:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8452:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8453:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8454:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8455:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8456:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8457:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8458:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8459:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8460:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8461:          "parser.runtime" strings were removed
                   8462: 
                   8463:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   8464:          now.
                   8465: 
                   8466:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   8467: 
                   8468:        * src/include/pa_exception.h: - string constant with
                   8469:          "parser.runtime" text was added
                   8470: 
                   8471: 2007-04-20  misha
                   8472: 
                   8473:        * operators.txt: - some comments changing
                   8474: 
                   8475:        * operators.txt: - added info about .^hashfile.release[],
                   8476:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   8477: 
                   8478:        * configure: =cheching for unsetenv
                   8479: 
                   8480:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   8481:          ^hashfile.release[] were added
                   8482: 
                   8483:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   8484:          ^string.match[][] understand new option now: return number of
                   8485:          matches but not table wit results
                   8486: 
                   8487:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   8488:          reopen now
                   8489: 
                   8490:        * src/classes/op.C: - bug. must be false
                   8491: 
                   8492:        * configure.in: - checking for unsetenv was added
                   8493: 
                   8494:        * src/types/pa_vform.C: - some comments
                   8495: 
                   8496: 2007-04-18  misha
                   8497: 
                   8498:        * buildall-with-xml: moving to libxml2-2.6.28
                   8499: 
                   8500:        * buildall-with-xml, buildall-without-xml: added commented lines
                   8501:          with --disable-safe-mode option
                   8502: 
                   8503:        * operators.txt: - info about $form:files
                   8504: 
                   8505: 2007-04-17  misha
                   8506: 
                   8507:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   8508:          $form:files was added
                   8509: 
                   8510:        * tests/: 163.html, results/163.processed: removing auto format
                   8511: 
                   8512:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   8513: 
                   8514: 2007-04-16  misha
                   8515: 
                   8516:        * tests/: 163.html, results/163.processed: - test for .int[],
                   8517:          floor, round, ceiling and .format[]
                   8518: 
                   8519:        * src/classes/file.C: - little optimization for getting args in
                   8520:          exec/cgi
                   8521: 
                   8522: 2007-04-13  misha
                   8523: 
                   8524:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   8525:          specified now as s table with one column
                   8526: 
                   8527: 2007-03-27  misha
                   8528: 
                   8529:        * tests/: 162.html, results/162.processed: - test for
                   8530:          ^table.select(^condition[$t])
                   8531: 
                   8532:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   8533: 
                   8534:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   8535: 
                   8536:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   8537:          161_windows1251.txt: - added test for
                   8538:          ^file::load[text;/local/file.txt;$.charset[...]]
                   8539: 
                   8540:        * tests/: results/013.processed, 013.html: - added test for
                   8541:          checking $._default value while hash modifications
                   8542: 
                   8543:        * tests/: 160.html, results/160.processed: - add test for
                   8544:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   8545: 
                   8546: 2007-03-22  misha
                   8547: 
                   8548:        * src/include/pa_common.h: - "charset" string defined for
                   8549:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   8550: 
                   8551:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   8552:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   8553:          added - not needed transcodes were removed from
                   8554:          ^file::load[...;http://...]
                   8555: 
                   8556:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   8557:          added
                   8558: 
                   8559:        * src/classes/date.C: - date.week was fixed
                   8560: 
                   8561:        * operators.txt: - added info about date.weekyear
                   8562: 
                   8563:        * tests/: 159.html, results/159.processed: - tests for date.week
                   8564:          and date.weekyear added
                   8565: 
                   8566: 2007-03-15  misha
                   8567: 
                   8568:        * src/classes/table.C: - enclose column numbers for nameless tables
                   8569:          as well
                   8570: 
                   8571: 2007-03-14  misha
                   8572: 
                   8573:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   8574: 
                   8575:        * src/classes/table.C: - table.save optimization: now required much
                   8576:          less memory
                   8577: 
                   8578: 2007-03-13  misha
                   8579: 
                   8580:        * tests/results/: 158.processed, 158.processes: - tests for
                   8581:          table.save/table.load
                   8582: 
                   8583:        * tests/: 158.html, results/158.processes: - tests for
                   8584:          table.save/table.load
                   8585: 
                   8586:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   8587: 
                   8588:        * buildall-with-xml: - pattern needed now for building
                   8589: 
                   8590:        * tests/results/097.processed: - added test results for xdoc::load
                   8591:          & xdoc::load[http://...]
                   8592: 
                   8593:        * tests/097.html: - added test for xdoc::load
                   8594: 
                   8595: 2007-03-12  misha
                   8596: 
                   8597:        * tests/: 107.html, results/107.processed: - added test for xpath
                   8598:          '//man'
                   8599: 
                   8600: 2007-03-01  misha
                   8601: 
                   8602:        * tests/: 097.html, results/097.processed: - added test for
                   8603:          creating xdoc from file
                   8604: 
                   8605:        * tests/: results/157.processed, 157.html: - added test for
                   8606:          file:move
                   8607: 
                   8608: 2007-02-28  misha
                   8609: 
                   8610:        * src/classes/xdoc.C: - another attempt
                   8611: 
                   8612:        * src/classes/xdoc.C: - roll back last changes for a while
                   8613: 
                   8614:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   8615: 
                   8616:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   8617: 
                   8618:        * tests/results/099.processed: - ever send content-disposition to
                   8619:          client with file
                   8620: 
                   8621:        * tests/157.html: + test for file:copy
                   8622: 
                   8623: 2007-02-26  misha
                   8624: 
                   8625:        * src/classes/file.C: - some similar strings moved to #define
                   8626:          instead of to be copy/pasted many times
                   8627: 
                   8628:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   8629:          #define
                   8630: 
                   8631: 2007-02-20  misha
                   8632: 
                   8633:        * bin/auto.p.dist.in: - added lines for sqlite
                   8634: 
                   8635:        * configure.in: - added some strings for sqlite detection
                   8636: 
                   8637: 2007-02-19  misha
                   8638: 
                   8639:        * operators.txt: - some comments changes
                   8640: 
                   8641:        * buildall-with-xml, buildall-without-xml: - some modifications
                   8642: 
                   8643: 2007-02-17  misha
                   8644: 
                   8645:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   8646: 
                   8647:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   8648:          change console behaviour
                   8649: 
                   8650: 2007-02-12  misha
                   8651: 
                   8652:        * src/targets/cgi/parser3.C: - don't print headers if
                   8653:          $console:line[data] was used during cgi execution.
                   8654: 
                   8655:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   8656:          marked as 'true' if class was used.
                   8657: 
                   8658:        * tests/: 152.html, results/152.processed: - more types was added
                   8659:          to test 152
                   8660: 
                   8661:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   8662:          adding 'bool' (^if($image){} caused exception)
                   8663: 
                   8664: 2007-02-09  misha
                   8665: 
                   8666:        * tests/: 152.html, results/152.processed: - test alightly updated
                   8667: 
                   8668:        * tests/: 152.html, results/152.processed: - test rewrited
                   8669: 
                   8670:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   8671:          bugfix. I broke xdoc & xnode in expression
                   8672: 
                   8673: 2007-02-08  misha
                   8674: 
                   8675:        * tests/: 152.html, results/152.processed: - add test for checking
                   8676:          'def' for void, string, bool, int & double
                   8677: 
                   8678: 2007-02-07  misha
                   8679: 
                   8680:        * operators.txt: - ^file:base64[filespec]  was added
                   8681: 
                   8682:        * tests/results/153.processed: - result test for
                   8683:          ^file:base64[filespec]  was updated
                   8684: 
                   8685:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   8686: 
                   8687:        * src/types/pa_vconsole.h: - little optimization
                   8688: 
                   8689:        * src/classes/file.C: - ^file:base64[filespec]
                   8690: 
                   8691:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   8692: 
                   8693:        * src/include/pa_common.h: - declarations for
                   8694:          ^file:base64[filespec]
                   8695: 
                   8696:        * src/types/pa_vcookie.C: - little optimization
                   8697: 
                   8698: 2007-02-06  misha
                   8699: 
                   8700:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   8701:          were temporary commented
                   8702: 
                   8703:        * src/types/pa_vbool.h: - bugfix
                   8704: 
                   8705:        * tests/156.html: - added test for bool cookie
                   8706: 
                   8707:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   8708: 
                   8709:        * tests/: 155.html, results/155.processed: - added test for check
                   8710:          $.encloser[] option for table save/load
                   8711: 
                   8712:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   8713: 
                   8714: 2007-02-05  misha
                   8715: 
                   8716:        * tests/results/152.processed: - newline at the end was missed
                   8717: 
                   8718:        * tests/results/141.processed: - math:md5 must be lowercased
                   8719: 
                   8720:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   8721: 
                   8722: 2007-02-03  misha
                   8723: 
                   8724:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   8725:          test for bool added and some content length fixes
                   8726: 
                   8727:        * tests/152.html: - test for bool added
                   8728: 
                   8729:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   8730: 
                   8731:        * operators.txt: - info bool class was added
                   8732: 
1.116     moko     8733:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     8734:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   8735:          classes/string.C, classes/void.C, classes/xnode.C,
                   8736:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   8737:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   8738:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   8739:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8740:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   8741:          types/types.vcproj: - bool class was added
                   8742: 
                   8743:        * src/main/pa_request.C: - fix
                   8744: 
                   8745: 2007-01-18  misha
                   8746: 
                   8747:        * src/: main/pa_string.C, classes/string.C: - return table during
                   8748:          ^string.match[][] even if no matched found.
                   8749: 
                   8750: 2006-12-20  misha
                   8751: 
                   8752:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   8753:          http://www.parser.ru/forum/?id=55598 ]
                   8754: 
                   8755: 2006-12-19  misha
                   8756: 
                   8757:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   8758:          details: http://www.parser.ru/forum/?id=52359
                   8759: 
                   8760:        * src/main/pa_request.C: - always set content-disposition for
                   8761:          $response:body[hash here]. more details:
                   8762:          http://www.parser.ru/forum/?id=52130
                   8763: 
                   8764: 2006-12-07  misha
                   8765: 
                   8766:        * operators.txt: - added info about bool params in cookie set
                   8767: 
                   8768:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   8769:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   8770:          ]
                   8771: 
                   8772:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   8773:          was added
                   8774: 
                   8775: 2006-12-02  misha
                   8776: 
                   8777:        * src/classes/file.C: - file_block_read used instead of native read
                   8778: 
                   8779:        * src/main/pa_common.C: - added file_block_read with read error
                   8780:          detection - file_block_read used instead of native read
                   8781: 
                   8782:        * src/include/pa_common.h: - added file_block_read declaration
                   8783: 
                   8784: 2006-12-01  misha
                   8785: 
                   8786:        * operators.txt: - info about $var.CLASS_NAME was added
                   8787: 
                   8788:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8789:          $var.CLASS_NAME added
                   8790: 
                   8791:        * operators.txt: - added info about ^file:copy[]
                   8792: 
                   8793:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   8794: 
                   8795: 2006-11-20  misha
                   8796: 
                   8797:        * src/classes/date.C: - bug fix :)
                   8798: 
                   8799: 2006-11-17  misha
                   8800: 
                   8801:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   8802:          to static
                   8803: 
                   8804:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   8805:          small changes in crc32 calculation
                   8806: 
                   8807:        * src/classes/date.C: - not needed code was removed
                   8808: 
                   8809: 2006-11-16  misha
                   8810: 
                   8811:        * src/types/pa_vmail.C: - fix missed brakes
                   8812: 
                   8813:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   8814:          multipart/related instead of multipart/mixed if file have
                   8815:          $.content-id[]
                   8816: 
                   8817: 2006-11-15  misha
                   8818: 
                   8819:        * src/types/pa_vdouble.h: abs -> fabs
                   8820: 
                   8821: 2006-11-14  misha
                   8822: 
                   8823:        * operators.txt: - added info about ^file.md5[] and
                   8824:          ^file:md5[file-name]
                   8825: 
                   8826:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   8827:          added
                   8828: 
                   8829:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   8830:          FILE_BUFFER_SIZE
                   8831: 
                   8832:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   8833: 
                   8834:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   8835:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   8836: 
                   8837:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   8838:          values was fixed
                   8839: 
                   8840: 2006-11-13  misha
                   8841: 
                   8842:        * operators.txt: - added info about ^math:crc32[string],
                   8843:          ^file:crc32[file-name] & ^file.crc32[]
                   8844: 
                   8845:        * src/classes/math.C: - added ^math:crc32[string]
                   8846: 
                   8847:        * src/classes/file.C: - some comments were changed - added
                   8848:          ^file:crc32[file-name] and ^file.crc32[]
                   8849: 
                   8850:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   8851:          crc32 calculation added
                   8852: 
                   8853: 2006-11-03  misha
                   8854: 
                   8855:        * src/include/pa_array.h: - not needed variable removed
                   8856: 
                   8857:        * tests/: 150.html, 151.html, results/150.processed,
                   8858:          results/151.processed: - 2 tests were added
                   8859: 
                   8860:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   8861:          with $.reverse(1) were fixed
                   8862: 
                   8863:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   8864:          query converted to $.charset during ^file::load[http://...]
                   8865: 
                   8866: 2006-11-02  misha
                   8867: 
                   8868:        * src/include/pa_table.h: ups. forget '=' char
                   8869: 
                   8870:        * src/include/pa_table.h: - one more fix in
                   8871:          .locate[...][$.reverse(1)]
                   8872: 
                   8873: 2006-11-01  misha
                   8874: 
                   8875:        * src/classes/math.C: - bug fix, details:
                   8876:          http://www.parser.ru/forum/?id=53360
                   8877: 
                   8878:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   8879:          false for all records )[$.reverse(1)]
                   8880: 
                   8881:        * src/main/pa_http.C: - second param for this mid method is length
                   8882:          but not end_index so this method has error and can't detect
                   8883:          charsets in next content-types: Content-type: text/html;
                   8884:          charset="windows-1251" Content-type: text/html;
                   8885:          charset="windows-1251"; Content-type: text/html;
                   8886:          charset=windows-1251;
                   8887: 
                   8888:          only Content-type: text/html; charset=windows-1251 was fine
                   8889: 
                   8890: 2006-10-31  misha
                   8891: 
                   8892:        * src/classes/file.C: - empty args in file::exec removed now
                   8893: 
                   8894: 2006-09-11  misha
                   8895: 
                   8896:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   8897:          replaced to table::create - some changes in text/code formatting
                   8898: 
                   8899: 2006-09-03  paf
                   8900: 
                   8901:        * src/classes/file.C: proper tainting of
                   8902:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   8903: 
                   8904: 2006-06-09  paf
                   8905: 
                   8906:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   8907: 
                   8908:        * src/classes/table.C: formatting
                   8909: 
                   8910:        * src/classes/table.C: incorporated patch from misha: Sent:
                   8911:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   8912:          ignoring string options for ^table.save[]
                   8913: 
                   8914:        * src/classes/hash.C: incorporated patch from misha Sent:
                   8915:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   8916:          $hash._default disappear while
                   8917: 
                   8918:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   8919:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   8920: 
                   8921:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   8922:          PM Subject: patch for base64 in ^mail:send[] %-)
                   8923: 
                   8924: 2006-04-09  paf
                   8925: 
                   8926:        * src/main/compile.tab.C: ` change compiled
                   8927: 
                   8928:        * gnu.vcproj, operators.txt, parser3.sln,
                   8929:          src/classes/classes.vcproj, src/classes/file.C,
                   8930:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   8931:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   8932:          src/classes/xnode.C, src/include/pa_array.h,
                   8933:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   8934:          src/include/pa_memory.h, src/include/pa_request.h,
                   8935:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   8936:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   8937:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   8938:          src/lib/pcre/pcre_dftables.vcproj,
                   8939:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8940:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   8941:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   8942:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   8943:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   8944:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   8945:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   8946:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   8947:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   8948:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   8949:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   8950:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   8951:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   8952:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   8953:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   8954:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   8955:          ^menu, ^hash/hashfile.foreach
                   8956: 
                   8957:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8958:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   8959:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   8960:          src/classes/xnode.C, src/include/pa_array.h,
                   8961:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   8962:          src/include/pa_memory.h, src/include/pa_request.h,
                   8963:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   8964:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   8965:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   8966:          src/lib/pcre/pcre_dftables.vcproj,
                   8967:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8968:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   8969:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   8970:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   8971:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   8972:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   8973:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   8974:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   8975:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   8976:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   8977:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   8978:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   8979:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   8980:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   8981:          tests/descript.ion: ! switched to VS2005 (projects and
                   8982:          object<info explicitly typed>.for_each(, info)) +
                   8983:          $response:field[] setting void means removing + grammar $name`
                   8984:          name stops now, for mysql `$field` + started ^break[]
                   8985:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   8986:          foreach) + all log messages += [uri=, method=, cl=]
                   8987: 
                   8988:        * buildall-with-xml: merged . ftp paths update
                   8989: 
                   8990:        * buildall-with-xml: . ftp paths update
                   8991: 
                   8992: 2006-03-04  paf
                   8993: 
                   8994:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   8995:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   8996: 
                   8997:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   8998:          Igor Zinkovsky for detailed report]
                   8999: 
                   9000: 2006-03-01  paf
                   9001: 
                   9002:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9003:          \n to ' ' in
                   9004: 
                   9005: 2006-02-18  paf
                   9006: 
                   9007:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9008:          \n to ' ' in
                   9009: 
                   9010:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9011: 
                   9012: 2006-02-03  paf
                   9013: 
                   9014:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9015:          base64
                   9016: 
                   9017:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9018: 
                   9019: 2006-01-20  paf
                   9020: 
                   9021:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9022:          economy fix
                   9023: 
                   9024:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9025:          ^table.save[$.encloser-s now handled properly
                   9026: 
                   9027:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9028:          handled properly
                   9029: 
                   9030: 2006-01-19  paf
                   9031: 
                   9032:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9033:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9034:          helps a lot in our case: after transform we want
                   9035:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9036: 
                   9037:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9038:          economy fix
                   9039: 
                   9040:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9041:          activates merging of free memory blocks which helps a lot in our
                   9042:          case: after transform we want CORD(main.result)->cstr[big
                   9043:          malloc]->transcode[big malloc]
                   9044: 
                   9045: 2006-01-17  paf
                   9046: 
                   9047:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9048:          before reading them. got rid of reallocs = became quicker and
                   9049:          less fragmentated
                   9050: 
                   9051: 2005-12-29  paf
                   9052: 
1.116     moko     9053:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9054:          configure, configure.in, src/include/pa_version.h,
                   9055:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9056:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9057:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9058:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9059:          src/lib/ltdl/missing: . merged from 3.2.1
                   9060: 
1.116     moko     9061:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9062:          packaged when 'make dist', so do configure companion files in
                   9063:          src/lib/ltdl
                   9064: 
                   9065:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9066:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9067:          missing: . now config_auto.h is created with configure [were
                   9068:          constant]
1.95      moko     9069: 
                   9070:        * INSTALL: . references to documentation and some clarification
                   9071: 
                   9072:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9073:          indication
                   9074: 
1.116     moko     9075:        * Makefile.am: . dist+=buildall*
1.95      moko     9076: 
                   9077: 2005-12-28  paf
                   9078: 
                   9079:        * configure: . 3.2.1
                   9080: 
                   9081:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9082:          simplify build process, see INSTALL
                   9083: 
                   9084: 2005-12-26  paf
                   9085: 
                   9086:        * configure: ver
                   9087: 
                   9088:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9089:          version
                   9090: 
                   9091: 2005-12-21  paf
                   9092: 
                   9093:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9094:          compiled with bison 1.875b, it reports unexpected token names
                   9095: 
                   9096: 2005-12-19  paf
                   9097: 
                   9098:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9099:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9100: 
                   9101:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9102:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9103:          src/main/main.vcproj, src/main/pa_globals.C,
                   9104:          src/targets/cgi/parser3.vcproj,
                   9105:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9106:          configure, configure.in, src/include/pa_version.h: . killing
                   9107:          gdome [what a relief]
                   9108: 
                   9109:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9110:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9111:          run_parser.sh, results/001.processed, results/002.processed,
                   9112:          results/003.processed, results/004.processed,
                   9113:          results/005.processed, results/006.processed,
                   9114:          results/008.processed, results/009.processed,
                   9115:          results/010.processed, results/011.processed,
                   9116:          results/012.processed, results/013.processed,
                   9117:          results/014.processed, results/015.processed,
                   9118:          results/016.processed, results/017.processed,
                   9119:          results/018.processed, results/020.processed,
                   9120:          results/021.processed, results/022.processed,
                   9121:          results/023.processed, results/024.processed,
                   9122:          results/025.processed, results/026.processed,
                   9123:          results/027.processed, results/028.processed,
                   9124:          results/029.processed, results/030.processed,
                   9125:          results/031.processed, results/032.processed,
                   9126:          results/033.processed, results/034.processed,
                   9127:          results/035.processed, results/036.processed,
                   9128:          results/037.processed, results/038.processed,
                   9129:          results/039.processed, results/040.processed,
                   9130:          results/041.processed, results/042.processed,
                   9131:          results/043.processed, results/044.processed,
                   9132:          results/045.processed, results/046.processed,
                   9133:          results/047.processed, results/048.processed,
                   9134:          results/049.processed, results/050.processed,
                   9135:          results/051.processed, results/052.processed,
                   9136:          results/053.processed, results/054.processed,
                   9137:          results/055.processed, results/056.processed,
                   9138:          results/057.processed, results/058.processed,
                   9139:          results/059.processed, results/060.processed,
                   9140:          results/061.processed, results/062.processed,
                   9141:          results/063.processed, results/064.processed,
                   9142:          results/065.processed, results/066.processed,
                   9143:          results/067.processed, results/068.processed,
                   9144:          results/069.processed, results/070.processed,
                   9145:          results/071.processed, results/072.processed,
                   9146:          results/073.processed, results/074.processed,
                   9147:          results/075.processed, results/076.processed,
                   9148:          results/077.processed, results/078.processed,
                   9149:          results/079.processed, results/080.processed,
                   9150:          results/081.processed, results/082.processed,
                   9151:          results/083.processed, results/084.processed,
                   9152:          results/085.processed, results/086.processed,
                   9153:          results/087.processed, results/088.processed,
                   9154:          results/089.processed, results/090.processed,
                   9155:          results/091.processed, results/092.processed,
                   9156:          results/093.processed, results/094.processed,
                   9157:          results/095.processed, results/096.processed,
                   9158:          results/097.processed, results/099.processed,
                   9159:          results/100.processed, results/101.processed,
                   9160:          results/102.processed, results/104.processed,
                   9161:          results/105.processed, results/106.processed,
                   9162:          results/107.processed, results/108.processed,
                   9163:          results/109.processed, results/110.processed,
                   9164:          results/111.processed, results/112.processed,
                   9165:          results/113.processed, results/114.processed,
                   9166:          results/115.processed, results/117.processed,
                   9167:          results/119.processed, results/120.processed,
                   9168:          results/121.processed, results/122.processed,
                   9169:          results/123.processed, results/124.processed,
                   9170:          results/125.processed, results/126.processed,
                   9171:          results/127.processed, results/128.processed,
                   9172:          results/129.processed, results/130.processed,
                   9173:          results/131.processed, results/132.processed,
                   9174:          results/133.processed, results/134.processed,
                   9175:          results/135.processed, results/136.processed,
                   9176:          results/138.processed, results/139.processed,
                   9177:          results/140.processed, results/141.processed,
                   9178:          results/142.processed, results/143.processed,
                   9179:          results/144.processed, results/145.processed,
                   9180:          results/146.processed, results/147.processed,
                   9181:          results/148.processed, results/149.processed, results/auto.p: .
                   9182:          now works if we turn off default auto.p
                   9183: 
1.116     moko     9184:        * configure: . makes
1.95      moko     9185: 
                   9186:        * src/types/pa_vxnode.C: . less warnings
                   9187: 
                   9188:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9189:          tests/145.html, tests/149.html, tests/descript.ion,
                   9190:          tests/outputs/d.cmd, tests/results/142.processed,
                   9191:          tests/results/143.processed, tests/results/144.processed,
                   9192:          tests/results/145.processed, tests/results/146.processed,
                   9193:          tests/results/147.processed, tests/results/148.processed,
                   9194:          tests/results/149.processed: . removed .nodeValue from all node
                   9195:          types other than 5 (grabbed piece from gdome)
                   9196: 
                   9197:        * tests/: 137.html, results/137.processed: . not handled this case
                   9198:          yet. code does not hang from inserting parent into child,
                   9199:          considering thing minor issue -- nodes are removed from source
                   9200:          anyway, don't know why shold that be an error after all
                   9201: 
                   9202:        * src/targets/cgi/parser3.C: . style
                   9203: 
                   9204:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9205:          xdoc too [were barking "not element"]
                   9206: 
                   9207: 2005-12-16  paf
                   9208: 
                   9209:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9210: 
                   9211:        * src/classes/xnode.C: . also bark on possible errors
                   9212: 
                   9213:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9214:          props
                   9215: 
                   9216:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9217:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9218:          ^call(false) case. (confused it with ^call[] case)
                   9219: 
                   9220:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9221:          ^call(false) case. (confused it with ^call[] case)
                   9222: 
                   9223:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9224: 
                   9225:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9226:          results/001.processed, results/002.processed,
                   9227:          results/003.processed, results/004.processed,
                   9228:          results/005.processed, results/006.processed,
                   9229:          results/008.processed, results/009.processed,
                   9230:          results/010.processed, results/011.processed,
                   9231:          results/012.processed, results/013.processed,
                   9232:          results/014.processed, results/015.processed,
                   9233:          results/016.processed, results/017.processed,
                   9234:          results/018.processed, results/019.processed,
                   9235:          results/020.processed, results/021.processed,
                   9236:          results/022.processed, results/023.processed,
                   9237:          results/024.processed, results/025.processed,
                   9238:          results/026.processed, results/027.processed,
                   9239:          results/028.processed, results/029.processed,
                   9240:          results/030.processed, results/031.processed,
                   9241:          results/032.processed, results/033.processed,
                   9242:          results/034.processed, results/035.processed,
                   9243:          results/036.processed, results/037.processed,
                   9244:          results/038.processed, results/039.processed,
                   9245:          results/040.processed, results/041.processed,
                   9246:          results/042.processed, results/043.processed,
                   9247:          results/044.processed, results/045.processed,
                   9248:          results/046.processed, results/047.processed,
                   9249:          results/048.processed, results/049.processed,
                   9250:          results/050.processed, results/051.processed,
                   9251:          results/052.processed, results/053.processed,
                   9252:          results/054.processed, results/055.processed,
                   9253:          results/056.processed, results/057.processed,
                   9254:          results/058.processed, results/059.processed,
                   9255:          results/060.processed, results/061.processed,
                   9256:          results/062.processed, results/063.processed,
                   9257:          results/064.processed, results/065.processed,
                   9258:          results/066.processed, results/067.processed,
                   9259:          results/068.processed, results/069.processed,
                   9260:          results/070.processed, results/071.processed,
                   9261:          results/072.processed, results/073.processed,
                   9262:          results/074.processed, results/075.processed,
                   9263:          results/076.processed, results/077.processed,
                   9264:          results/078.processed, results/079.processed,
                   9265:          results/080.processed, results/081.processed,
                   9266:          results/082.processed, results/083.processed,
                   9267:          results/084.processed, results/085.processed,
                   9268:          results/086.processed, results/087.processed,
                   9269:          results/088.processed, results/089.processed,
                   9270:          results/090.processed, results/091.processed,
                   9271:          results/092.processed, results/093.processed,
                   9272:          results/094.processed, results/095.processed,
                   9273:          results/096.processed, results/097.processed,
                   9274:          results/099.processed, results/101.processed,
                   9275:          results/102.processed, results/104.processed,
                   9276:          results/105.processed, results/106.processed,
                   9277:          results/107.processed, results/108.processed,
                   9278:          results/109.processed, results/110.processed,
                   9279:          results/111.processed, results/112.processed,
                   9280:          results/113.processed, results/114.processed,
                   9281:          results/115.processed, results/116.processed,
                   9282:          results/117.processed, results/118.processed,
                   9283:          results/119.processed, results/120.processed,
                   9284:          results/121.processed, results/122.processed,
                   9285:          results/123.processed, results/124.processed,
                   9286:          results/125.processed, results/126.processed,
                   9287:          results/127.processed, results/128.processed,
                   9288:          results/129.processed, results/130.processed,
                   9289:          results/131.processed, results/132.processed,
                   9290:          results/133.processed, results/134.processed,
                   9291:          results/135.processed, results/136.processed,
                   9292:          results/137.processed, results/138.processed,
                   9293:          results/139.processed, results/140.processed,
                   9294:          results/141.processed: . refreshed old tests, made them work
                   9295:          without auto.p (in utf8) . things noted: . gif got encoded
                   9296:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9297:          some strange year)
                   9298: 
                   9299:        * INSTALL: . revived linux libgc fix
                   9300: 
                   9301:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9302:          glib/gdome in INSTALL and patches]
                   9303: 
                   9304:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9305:          include/pa_charset.h, include/pa_config_includes.h,
                   9306:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9307:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9308:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9309:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9310:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9311:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9312:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9313:          types/pa_vxnode.h: . started killing gdome
                   9314: 
                   9315: 2005-12-13  paf
                   9316: 
                   9317:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9318:          @unhandled_exception thrown another exception, print correct
                   9319:          origin (earlier code in catch of exception inside of
                   9320:          @unhandled_exception grabbed parent_frame(original_exception)
                   9321:          origin and printed it, instead of true origin)
                   9322: 
                   9323:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9324:          another exception, print correct origin (earlier code in catch of
                   9325:          exception inside of @unhandled_exception grabbed
                   9326:          parent_frame(original_exception) origin and printed it, instead
                   9327:          of true origin)
                   9328: 
                   9329: 2005-12-09  paf
                   9330: 
                   9331:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9332:          detection problem, due to change in gc6.4 code
                   9333: 
                   9334:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9335:          ignored in ^string.matched :(
                   9336: 
                   9337:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9338:          ^string.matched :(
                   9339: 
                   9340:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9341:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9342:          src/main/compile.y, src/main/compile_tools.h,
                   9343:          src/main/pa_charset.C, src/main/pa_common.C,
                   9344:          src/main/pa_globals.C, src/main/pa_string.C,
                   9345:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9346:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9347: 
                   9348: 2005-12-08  paf
                   9349: 
                   9350:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9351:          500 chars now handled OK [were wrapped on 500th char according to
                   9352:          rfc, but sendmail failed to unwrap it properly]
                   9353: 
                   9354:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9355:          handled OK [were wrapped on 500th char according to rfc, but
                   9356:          sendmail failed to unwrap it properly]
                   9357: 
                   9358:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9359: 
                   9360:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9361:          since 3.1.5
                   9362: 
                   9363:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9364:          link fixes
                   9365: 
                   9366:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9367:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9368:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9369:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9370: 
                   9371:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9372:          [in current storage scheme there's no place for them. someday we
                   9373:          can add third CORD to store origins and special version of parser
                   9374:          which stores origins there [separate binary]]
                   9375: 
                   9376: 2005-12-07  paf
                   9377: 
                   9378:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9379: 
                   9380:        * src/include/pa_version.h: makefiles
                   9381: 
                   9382:        * src/include/pa_version.h: . not beta
                   9383: 
                   9384:        * configure, configure.in, src/include/pa_version.h: not beta
                   9385: 
                   9386: 2005-12-06  paf
                   9387: 
                   9388:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9389:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9390:          decided to undo the change ^call[$void] passes void. now it will
                   9391:          pass empty string again.
                   9392: 
                   9393:        * src/main/: compile.tab.C, compile.y: . version readded
                   9394: 
                   9395:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9396:          = ^switch[void] problem
                   9397: 
                   9398: 2005-12-01  paf
                   9399: 
                   9400:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9401:          caused ^case[string] to be coerced to double since searching
                   9402:          value were not string (it was vvoid)
                   9403: 
                   9404:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9405:          ^case[string] to be coerced to double since searching value were
                   9406:          not string (it was vvoid)
                   9407: 
                   9408:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9409:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9410: 
                   9411: 2005-11-30  paf
                   9412: 
                   9413:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9414:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9415: 
                   9416:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9417:          putenv("TZ="), on unix works only putenv("TZ")
                   9418: 
                   9419:        * INSTALL: . xml libs versions updated
                   9420: 
                   9421:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9422:          claims that fixed a lot there // 20040920 for now both
                   9423:          workarounds needed. wait for new libxml/xsl versions
                   9424: 
                   9425: 2005-11-28  paf
                   9426: 
                   9427:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9428:          columns==0
                   9429: 
                   9430:        * src/classes/table.C: ! nameless table has columns==0
                   9431: 
                   9432:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9433:          earlier [was totally wrong]
                   9434: 
                   9435:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9436:          wrong]
                   9437: 
                   9438: 2005-11-25  paf
                   9439: 
                   9440:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9441:          undoing for now...
                   9442: 
                   9443:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9444:          strange. undoing
                   9445: 
                   9446:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9447: 
                   9448:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9449: 
                   9450:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9451:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9452:          this speeds things up and saves memory a LOT! (not noticed
                   9453:          negative effect on syntetic tests, future will tell...)
                   9454: 
                   9455:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9456:          changed gc_malloc implementation, which obscured profiling
                   9457: 
                   9458:        * src/classes/table.C: merged from HEAD: + optimized
                   9459:          table::load/sql, now row ArrayString-s allocated with
                   9460:          columns.count() elements and don't always grow from
                   9461:          count=3[realloc,realloc]
                   9462: 
                   9463:        * src/classes/table.C: + optimized table::load/sql, now row
                   9464:          ArrayString-s allocated with columns.count() elements and don't
                   9465:          always grow from count=3[realloc,realloc]
                   9466: 
                   9467:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   9468:          buffer after save
                   9469: 
                   9470:        * src/classes/table.C: . ^table.save unused buffer after save
                   9471: 
                   9472: 2005-11-24  paf
                   9473: 
                   9474:        * configure.in: . merged glib2-config patch
                   9475: 
                   9476:        * configure.in: + trying to find glib2-config
                   9477: 
                   9478:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9479:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   9480:          file/dir_readable to simple file/dir_exist, this would help in
                   9481:          situations "class not found because .p file has bad rights" << in
                   9482:          that case error would be explicit "access denied to 'this' file"
                   9483: 
1.116     moko     9484:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     9485: 
                   9486:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9487:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   9488:          to simple file/dir_exist, this would help in situations "class
                   9489:          not found because .p file has bad rights" << in that case error
                   9490:          would be explicit "access denied to 'this' file"
                   9491: 
                   9492:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   9493:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9494:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   9495:          ^file::exec/cgi[script;$.charset[changed]
                   9496:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9497:          encoded in $.charset charset
                   9498: 
                   9499:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   9500:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9501:          encoded in $.charset charset
                   9502: 
                   9503:        * src/: include/Makefile.am, include/pa_common.h,
                   9504:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9505:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   9506:          separate file [preparation for
                   9507:          ^file::cgi[script;$.form[$.field1[]
                   9508: 
                   9509: 2005-11-22  paf
                   9510: 
                   9511:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   9512: 
                   9513:        * acinclude.m4, configure.in: . merged underquting fixes
                   9514: 
1.116     moko     9515:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     9516: 
                   9517:        * src/classes/op.C: . overmerged a little
                   9518: 
                   9519:        * src/main/compile.tab.C: Makefile
                   9520: 
                   9521:        * src/main/: pa_common.C: . less gcc warnings
                   9522: 
                   9523:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   9524:          now reports original exception if we have no old cache
                   9525: 
                   9526:        * src/classes/op.C: + $exception.handled[cache] now reports
                   9527:          original exception if we have no old cache
                   9528: 
                   9529:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   9530:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   9531:          \^$.[]|()?*+{}
                   9532: 
                   9533:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   9534:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   9535: 
                   9536:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9537:          getenv-ed variable, which does not work both on win32&unix.
                   9538:          copied old TZ value now
                   9539: 
                   9540:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   9541:          stored pointer to getenv-ed variable, which does not work both on
                   9542:          win32&unix. copied old TZ value now
                   9543: 
                   9544:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9545:          getenv-ed variable, which does not work both on win32&unix.
                   9546:          copied old TZ value now
                   9547: 
                   9548:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   9549:          access to internal hash
                   9550: 
                   9551:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   9552:          hash
                   9553: 
                   9554:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   9555:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9556:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9557:          very large block" messages to only important onces
                   9558: 
                   9559:        * src/targets/isapi/parser3isapi.C: +
                   9560:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9561:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9562:          very large block" messages to only important onces
                   9563: 
                   9564:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   9565:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9566: 
                   9567:        * src/classes/string.C: + removed limitation on
                   9568:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9569: 
                   9570:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   9571:          with ?params or $.form option" limitation
                   9572: 
                   9573:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   9574:          $.form option" limitation
                   9575: 
                   9576:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9577:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   9578:          ^file::base64[encoded] decode
                   9579: 
                   9580:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9581:          main/pa_common.C: + ^file.base64[] encode +
                   9582:          ^file::base64[encoded] decode
                   9583: 
                   9584:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   9585:          ^string:base64[encoded] decode
                   9586: 
                   9587:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   9588:          ^string:base64[in] encode + ^string.base64[] decode
                   9589: 
                   9590: 2005-11-21  paf
                   9591: 
                   9592:        * src/classes/file.C: + merged from HEAD:
                   9593:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9594: 
                   9595:        * src/classes/file.C: +
                   9596:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9597: 
                   9598:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   9599:          differes from :download, it does not return content-disposition
                   9600:          at all now [previusely it returned valueless content-disposition]
                   9601: 
                   9602:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   9603:          :download, it does not return content-disposition at all now
                   9604:          [previusely it returned valueless content-disposition]
                   9605: 
                   9606:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   9607:          literals, reverted to just vvod, recreating empty array with each
                   9608:          void_value token. that's absolutely needed, since that array
                   9609:          grows
                   9610: 
                   9611:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9612:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9613:          types/pa_vmethod_frame.h: + merged: expression literals:
                   9614:          true/false. ^format[$.indent(true)]
                   9615: 
                   9616:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9617:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9618:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   9619:          ^format[$.indent(true)]
                   9620: 
                   9621:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9622:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9623:          i386-pc-win32)"
                   9624: 
                   9625:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9626:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9627:          i386-pc-win32)"
                   9628: 
                   9629: 2005-11-18  paf
                   9630: 
                   9631:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   9632:          null}[$.default(123)] will now return default value
                   9633: 
                   9634:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   9635:          expiration time
                   9636: 
                   9637:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   9638:          time
                   9639: 
                   9640:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   9641:          failed << Exception.problem_source pointed to local var!
                   9642: 
                   9643:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   9644:          Exception.problem_source pointed to local var!
                   9645: 
                   9646:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   9647:          now loads VFile.ptr!=0, so such files can be saved now
                   9648: 
                   9649:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   9650:          loads VFile.ptr!=0, so such files can be saved now
                   9651: 
                   9652:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   9653:          only . and .. now removed from list [were removed all .*]
                   9654: 
                   9655:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   9656:          .. now removed from list [were removed all .*]
                   9657: 
                   9658:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   9659:          open error now checked, were not :( [stole that piece from apache
                   9660:          1.3 sources]
                   9661: 
                   9662:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   9663:          checked, were not :( [stole that piece from apache 1.3 sources]
                   9664: 
                   9665:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   9666:          untainting of @main result if returned by $result or
                   9667:          $response:body
                   9668: 
                   9669:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   9670:          result if returned by $result or $response:body
                   9671: 
                   9672:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   9673:          issue: now tries to guess content-length and allocates one big
                   9674:          piece if possible [regretfully gc_realloc works as malloc+free,
                   9675:          leaving lots of holes behind]
                   9676: 
                   9677:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   9678:          fixed file load memory issue: now tries to guess content-length
                   9679:          and allocates one big piece if possible [regretfully gc_realloc
                   9680:          works as malloc+free, leaving lots of holes behind]
                   9681: 
                   9682: 2005-11-16  paf
                   9683: 
                   9684:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   9685:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   9686:          table::save with enclosers now doubles them: "->"" !
                   9687:          table::save/load do not remove elements from options hash
                   9688: 
                   9689:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   9690:          [were overoptimized ^if(double_literal), compiler confused
                   9691:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   9692: 
                   9693:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   9694:          [were overoptimized ^if(double_literal), compiler confused
                   9695:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   9696: 
                   9697:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   9698:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   9699:          "->"" ! table::save/load do not remove elements from options hash
                   9700: 
                   9701: 2005-11-03  paf
                   9702: 
1.116     moko     9703:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   9704:          compilation, not all makefiles liked that
1.95      moko     9705: 
                   9706: 2005-08-30  paf
                   9707: 
                   9708:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   9709: 
                   9710:        * src/classes/op.C: . speedup check of [DEFAULT]
                   9711: 
                   9712: 2005-08-26  paf
                   9713: 
                   9714:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   9715: 
                   9716:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   9717: 
                   9718:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   9719:          complains about bad!=nameless
                   9720: 
                   9721:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   9722:          about bad!=nameless
                   9723: 
                   9724:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   9725:          optional options were allowed to be empty. were checked
                   9726:          if(is_string), changed to !defined||is_string to allow void
                   9727: 
                   9728:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   9729:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   9730:          options were allowed to be empty. were checked if(is_string),
                   9731:          changed to !defined||is_string to allow void
                   9732: 
                   9733:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   9734:          as_junction where they needed as_int/double, so failed with
                   9735:          recent "(const) now no junction" optimization
                   9736: 
                   9737:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   9738:          merged ! many classes/*  used as_junction where they needed
                   9739:          as_int/double, so failed with recent "(const) now no junction"
                   9740:          optimization
                   9741: 
                   9742:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   9743:          classes/op.C, classes/string.C, classes/table.C,
                   9744:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   9745:          used as_junction where they needed as_int/double, so failed with
                   9746:          recent "(const) now no junction" optimization
                   9747: 
                   9748: 2005-08-24  paf
                   9749: 
                   9750:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   9751:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   9752:          stripped it
                   9753: 
                   9754: 2005-08-09  paf
                   9755: 
                   9756:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   9757:          not cleared
                   9758: 
                   9759:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9760:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9761:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9762:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9763:          classes/response.C, classes/string.C, classes/table.C,
                   9764:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9765:          include/pa_array.h, include/pa_cache_managers.h,
                   9766:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9767:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   9768:          include/pa_dictionary.h, include/pa_dir.h,
                   9769:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   9770:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   9771:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   9772:          include/pa_request_charsets.h, include/pa_request_info.h,
                   9773:          include/pa_sapi.h, include/pa_socks.h,
                   9774:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9775:          include/pa_stack.h, include/pa_string.h,
                   9776:          include/pa_stylesheet_connection.h,
                   9777:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9778:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9779:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   9780:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   9781:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   9782:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   9783:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   9784:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9785:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   9786:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   9787:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   9788:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9789:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   9790:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   9791:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   9792:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   9793:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   9794:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   9795:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   9796:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   9797:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   9798:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   9799:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   9800:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   9801:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   9802:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   9803:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   9804:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9805:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9806:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   9807:          types/pa_vresponse.C, types/pa_vresponse.h,
                   9808:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9809:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9810:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   9811:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   9812:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9813:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9814:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   9815: 
                   9816:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   9817:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   9818:          speedup consequent checks in vmethod_frame
                   9819: 
                   9820:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   9821:          not cleared
                   9822: 
                   9823:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   9824:          params: 50 max (were 10)
                   9825: 
                   9826:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   9827:          params: 50 max (were 10)
                   9828: 
                   9829:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   9830:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   9831:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   9832:          empty string) ! simplified (double) speedup consequent checks in
                   9833:          vmethod_frame
                   9834: 
                   9835:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   9836:          optimized constants in expressions vstring->vdouble + optimized
                   9837:          ^call(vdouble), no junction creation, no calls later
                   9838: 
                   9839: 2005-08-08  paf
                   9840: 
                   9841:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   9842:          integrated
                   9843: 
                   9844:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   9845:          integrated
                   9846: 
                   9847:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   9848:          compile_tools.h: merged + optimized constants in expressions
                   9849:          vstring->vdouble + optimized ^call(vdouble), no junction
                   9850:          creation, no calls later
                   9851: 
                   9852:        * src/types/pa_vdouble.h: merged . double values without fractional
                   9853:          part now default printed as %.0f instead of %g
                   9854: 
                   9855:        * src/types/pa_vdouble.h: . double values without fractional part
                   9856:          now default printed as %.0f instead of %g
                   9857: 
                   9858:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   9859:          cause an exception
                   9860: 
                   9861:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   9862:          exception
                   9863: 
                   9864:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   9865:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   9866:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9867:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   9868:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   9869:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9870:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9871:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9872:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   9873:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   9874:          merged VJunction(new Junction) optimization from 3.1.4
                   9875: 
                   9876:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   9877:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   9878:          Junction(params)) to new VJunction(params), thousands of mallocs
                   9879:          removed
                   9880: 
                   9881: 2005-08-05  paf
                   9882: 
                   9883:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   9884:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   9885:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   9886:          creation, no calls later
                   9887: 
                   9888:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9889:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9890:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9891:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9892:          classes/response.C, classes/string.C, classes/table.C,
                   9893:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9894:          include/pa_array.h, include/pa_cache_managers.h,
                   9895:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9896:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   9897:          include/pa_dictionary.h, include/pa_dir.h,
                   9898:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   9899:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   9900:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   9901:          include/pa_request_charsets.h, include/pa_request_info.h,
                   9902:          include/pa_sapi.h, include/pa_socks.h,
                   9903:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9904:          include/pa_stack.h, include/pa_string.h,
                   9905:          include/pa_stylesheet_connection.h,
                   9906:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9907:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9908:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   9909:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   9910:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   9911:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   9912:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   9913:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   9914:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   9915:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   9916:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   9917:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   9918:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   9919:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   9920:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   9921:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   9922:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   9923:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   9924:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   9925:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   9926:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   9927:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   9928:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   9929:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   9930:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   9931:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   9932:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   9933:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9934:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   9935:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   9936:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9937:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9938:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   9939:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   9940:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9941:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9942:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   9943: 
                   9944:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   9945:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   9946:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   9947:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   9948:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   9949:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   9950:          optimized constants in expressions vstring->vdouble
                   9951: 
                   9952: 2005-07-29  paf
                   9953: 
                   9954:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   9955: 
                   9956:        * src/types/pa_vclass.C: + property getter can now be overridden
                   9957: 
                   9958:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   9959:          bug fix: static parent fields were not replaced in case
                   9960:          $derived:field[put] + property setter can now be overridden
                   9961: 
                   9962: 2005-07-28  paf
                   9963: 
                   9964:        * configure, configure.in, src/classes/classes.h,
                   9965:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   9966:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   9967:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   9968:          src/classes/xnode.h, src/include/pa_hash.h,
                   9969:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     9970:          src/types/Makefile.am, src/types/pa_method.h,
                   9971:          src/types/pa_value.h, src/types/pa_vclass.C,
                   9972:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   9973:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   9974:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   9975:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   9976:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   9977:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   9978:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   9979:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   9980:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   9981:          src/types/pa_vstateless_class.h,
1.95      moko     9982:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   9983:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   9984:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   9985:          dynamic_fields_join
                   9986: 
                   9987:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   9988:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   9989:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   9990:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   9991:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   9992:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   9993:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9994:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9995:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   9996:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   9997:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   9998:          restored its checks in vobject.put_element->static fields |
                   9999:          dynamic properties
                   10000: 
                   10001: 2005-07-27  paf
                   10002: 
                   10003:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10004:          is some old code containing @set_name $name
                   10005: 
                   10006:        * src/types/pa_vobject.h: . fixed warning
                   10007: 
                   10008:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10009:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10010: 
                   10011:        * src/: classes/xnode.C, include/pa_hash.h,
                   10012:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10013:          regretfully reverted them all to checks
                   10014: 
                   10015:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10016:          classes/op.C, main/execute.C, types/pa_method.h,
                   10017:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10018:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10019:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10020:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10021:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10022:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10023:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10024:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10025:          joined_dynamic_fields: removed unused param from put_method
                   10026:          (returned to 3 params)
                   10027: 
                   10028:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10029:          joined_dynamic_fields: dynamic get/set works with overriding
                   10030:          props [alpha2]
                   10031: 
                   10032:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10033:          works [alfa]
                   10034: 
                   10035:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10036:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10037:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10038:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10039:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10040:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10041:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10042:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10043:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10044:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10045:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10046:          joined_dynamic_fields: just compiled
                   10047: 
                   10048:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10049:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10050:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10051:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10052:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10053: 
                   10054:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10055:          work yet]
                   10056: 
                   10057:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10058:          object setters [only started, does not work yet]
                   10059: 
                   10060: 2005-07-26  paf
                   10061: 
                   10062:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10063:          works [alpha2]. for classes. todo: for objects
                   10064: 
                   10065:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10066:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10067:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10068:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10069:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10070:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10071:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10072:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10073:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10074:          properties: set works [alpha1]
                   10075: 
                   10076: 2005-07-25  paf
                   10077: 
                   10078:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10079:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10080:          properties: started, get works [alpha1, other approach]
                   10081: 
                   10082:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10083:          properties: started, get works [alpha2]
                   10084: 
                   10085:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10086:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10087: 
                   10088: 2005-07-15  paf
                   10089: 
                   10090:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10091:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10092:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10093:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10094:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10095:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10096:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10097:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10098:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10099:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10100:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10101:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10102:          [getters work but think of changing them too to precaching]
                   10103: 
                   10104: 2005-07-08  paf
                   10105: 
                   10106:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10107:          gpf
                   10108: 
                   10109: 2005-06-28  paf
                   10110: 
                   10111:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10112:          in passing empty strings to file::exec/cgi environment
                   10113: 
                   10114: 2005-06-06  paf
                   10115: 
                   10116:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10117:          ^table:sql ^hash:sql now DO process $.bind option
                   10118: 
                   10119: 2005-05-24  paf
                   10120: 
                   10121:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10122:          $.limit] now work again [support was broken in 3.1.4]
                   10123: 
                   10124:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10125:          ALL_INTERIOR_POINTERS
                   10126: 
                   10127: 2005-05-12  paf
                   10128: 
                   10129:        * configure: 3.1.5beta
                   10130: 
                   10131:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10132: 
                   10133:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10134:          $.limit] now work again [support was broken in 3.1.4]
                   10135: 
                   10136:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10137:          line-width  [was refusing to fill if line-width >1, thanks to
                   10138:          Seras <seras@pinxit.lt> for repro case
                   10139: 
                   10140: 2005-04-25  paf
                   10141: 
                   10142:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10143:          correctly
                   10144: 
                   10145: 2005-04-19  paf
                   10146: 
                   10147:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10148:          in VString violating invariant!!
                   10149: 
                   10150:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10151:          getenv("TZ")==null
                   10152: 
                   10153: 2005-04-08  paf
                   10154: 
                   10155:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10156:          bugfix: when there is no char in charset one byte produces 6
                   10157:          (&#255; <<max). increased buffer size!
                   10158: 
                   10159: 2005-03-23  paf
                   10160: 
                   10161:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10162:          ^date.sql-string now takes TZ into account
                   10163: 
                   10164: 2005-03-16  paf
                   10165: 
                   10166:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10167:          gcc 3.4
                   10168: 
                   10169:        * src/types/pa_vhash.C: . warning about eof eol
                   10170: 
                   10171: 2005-02-17  paf
                   10172: 
                   10173:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10174:          seconds)
                   10175: 
                   10176: 2005-02-02  paf
                   10177: 
                   10178:        * src/classes/xnode.C: beauty: removed needless includes
                   10179: 
                   10180: 2005-01-31  paf
                   10181: 
                   10182:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10183:          $.partNoNumber now alias to $.part1
                   10184: 
                   10185:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10186:          "content-disposition" header with any value? now considering that
                   10187:          part to be "file#" [for text/plain text/html were $.text#
                   10188:          $.html#]
                   10189: 
                   10190:        * INSTALL: updatet to latest working versions available
                   10191: 
                   10192: 2005-01-20  paf
                   10193: 
                   10194:        * configure.in, src/include/pa_version.h: version
                   10195: 
                   10196: 2005-01-19  paf
                   10197: 
1.116     moko     10198:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10199:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10200:          couple warnings in parser3.C
1.95      moko     10201: 
                   10202: 2004-12-23  paf
                   10203: 
                   10204:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10205: 
                   10206:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10207:          dir to directory of script (when shbang used), not to directory
                   10208:          of its interpreter
                   10209: 
                   10210:        * src/include/pa_version.h: compiled on win32...
                   10211: 
                   10212:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10213:          we need more hspace
                   10214: 
                   10215:        * configure, configure.in, src/include/pa_version.h: configured
                   10216:          host to pa_version. will be displayed everywhere
                   10217: 
                   10218:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10219:          exception from being logged by setting $exception.handled(1)
                   10220: 
                   10221:        * operators.txt, src/classes/file.C: change:
                   10222:          ^file::sql{query}[[options]] options: $.name[file name]
                   10223:          $.content-type[application/what]
                   10224: 
                   10225:        * src/: include/pa_common.h, main/pa_common.C,
                   10226:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10227:          new file
                   10228: 
                   10229:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10230:          bugfix: table->hash now regards _default
                   10231: 
                   10232:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10233:          created by accessing $name_of_method it acquired bad self=closest
                   10234:          methodframe; instead of proper self (current class)
                   10235: 
                   10236:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10237:          hashfile produced bad cord
                   10238: 
                   10239: 2004-12-10  paf
                   10240: 
                   10241:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10242:          subsequent failures though defined in .h
                   10243: 
                   10244:        * src/main/pa_common.C: comment on volatile
                   10245: 
                   10246:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10247:          alarm function were not used since the beginning due to stupid
                   10248:          error [setsigjmp were not checked in configure.in]
                   10249: 
                   10250:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10251:          unix too
                   10252: 
                   10253:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10254:          change to most probable http.timeout
                   10255: 
                   10256:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10257:          works [setsockopt on send/receive]
                   10258: 
                   10259: 2004-12-08  paf
                   10260: 
                   10261:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10262:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10263:          proper charset
                   10264: 
                   10265: 2004-11-24  paf
                   10266: 
                   10267:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10268: 
                   10269:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10270:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10271: 
                   10272: 2004-11-12  paf
                   10273: 
                   10274:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10275:          [since 3.0.4]
                   10276: 
                   10277: 2004-11-09  paf
                   10278: 
                   10279:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10280:          writes basics to c:\parser3.log
                   10281: 
                   10282: 2004-10-21  paf
                   10283: 
                   10284:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10285:          tainted strings [were returning clean onces]
                   10286: 
                   10287: 2004-10-15  paf
                   10288: 
                   10289:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10290:          cycles(i=1; i=2), which was wrong, now does ONE
                   10291: 
                   10292: 2004-10-12  paf
                   10293: 
                   10294:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10295: 
                   10296: 2004-10-07  paf
                   10297: 
                   10298:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10299:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10300:          release asserts
                   10301: 
                   10302:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10303:          String.dump() to stdout in detailed form  [were String.v() in
                   10304:          short form]
                   10305: 
                   10306:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10307:          \t\r\n as @#| and truncates long char sequences less
                   10308: 
                   10309: 2004-10-06  paf
                   10310: 
                   10311:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10312:          win32 beauty: socket errors properly decoded
                   10313: 
                   10314: 2004-10-05  paf
                   10315: 
                   10316:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10317:          request::configure_user/admin done always, even if no
                   10318:          file-to-process useful in @unhandled_exception [say, if they
                   10319:          would want to mail by SMTP something]
                   10320: 
                   10321:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10322:          now performed prior to file loading [and @auto executing] thus
                   10323:          making $cookie:value available in @auto and in
                   10324:          @unhandled_exception when IIS is configured to run interpreter
                   10325:          even if no file exist
                   10326: 
                   10327: 2004-09-20  paf
                   10328: 
                   10329:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10330:          somewhere where it should have called xmlMalloc and it calls
                   10331:          xmlFree when it should have not called it.  inserted two
                   10332:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10333:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10334:          author would fix all that.  until that day: we have SLOW garbage
                   10335:          collecting when many xml objects are alive hint: do
                   10336:          ^memory:compact[] before xdoc::create
                   10337: 
                   10338: 2004-09-17  paf
                   10339: 
                   10340:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10341:          error from 3.0.8 version]
                   10342: 
                   10343: 2004-09-14  paf
                   10344: 
                   10345:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10346:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10347:          modified inside
                   10348: 
                   10349: 2004-09-13  paf
                   10350: 
                   10351:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10352:          [were as octal]
                   10353: 
                   10354:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10355:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10356:          safety-check
                   10357: 
                   10358:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10359:          [not something obscure from sdbm lib]
                   10360: 
                   10361:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10362:          = strerror now returnes something and we can properly report that
                   10363:          to client
                   10364: 
                   10365:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10366:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10367: 
                   10368:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10369:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10370:          not be unnecessary optimized away [ruining javascript]
                   10371: 
                   10372:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10373:          [tainted as-is]
                   10374: 
                   10375:        * src/classes/mail.C: bugfix: typo error
                   10376: 
                   10377: 2004-09-09  paf
                   10378: 
                   10379:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10380:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10381:          (bloody yandex.server)
                   10382: 
                   10383: 2004-09-06  paf
                   10384: 
                   10385:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10386:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10387:          encoded
                   10388: 
                   10389: 2004-09-01  paf
                   10390: 
                   10391:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10392:          multipart/related outlook express have no problems showing
                   10393:          unrelated attachments.  todo: someday figure out a way of
                   10394:          multipart/mixed    multipart/related       text/html
                   10395:          image/xxx application/octet-stream << true attachments
                   10396: 
                   10397:        * src/types/pa_vmail.C: new:
                   10398:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10399:          empty mail header fields removed from letter
                   10400: 
                   10401:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10402:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10403:          ^mail:send[    $.file[       $.any[header]
                   10404: 
                   10405: 2004-08-30  paf
                   10406: 
                   10407:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10408:          warnings
                   10409: 
                   10410:        * src/main/pa_common.C: beauty: do not bother with charset
                   10411:          detection when ^file::load[binary
                   10412: 
                   10413: 2004-08-27  paf
                   10414: 
                   10415:        * src/main/pa_common.C: hack: for yandex.server http server
                   10416: 
                   10417: 2004-08-18  paf
                   10418: 
                   10419:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10420:          possibly-chunked response
                   10421: 
                   10422: 2004-08-17  paf
                   10423: 
                   10424:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10425:          $f.content-type now = that of http response
                   10426: 
                   10427:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10428:          $f.content-type now = that of http response
                   10429: 
                   10430: 2004-07-30  paf
                   10431: 
                   10432:        * src/: include/pa_request.h, main/pa_request.C,
                   10433:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10434:          win32: system&parser exceptions in release mode reported properly
                   10435:          parser exception in exception handler WERE mistakenly reported as
                   10436:          system exception, without details [in apache & isapi] +some
                   10437:          beauty in exception text
                   10438: 
                   10439:        * src/: include/pa_exception.h, main/pa_request.C,
                   10440:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10441:          release mode reported properly parser exception in exception
                   10442:          handler WERE mistakenly reported as system exception, without
                   10443:          details
                   10444: 
                   10445:        * src/main/execute.C: beauty: simplified system exception handling
                   10446: 
                   10447: 2004-07-29  paf
                   10448: 
                   10449:        * src/classes/table.C: bugfix:
                   10450:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10451:          were ignored, and \t used unconditionally]
                   10452: 
                   10453:        * src/types/Makefile.am: added vhash.c
                   10454: 
                   10455: 2004-07-28  paf
                   10456: 
                   10457:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10458:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10459:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10460:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10461:          failed on russian letters
                   10462: 
                   10463:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   10464:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   10465:          letters
                   10466: 
                   10467:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   10468:          as 'currentDirectory' parameter to CreateProcess
                   10469: 
                   10470: 2004-07-27  paf
                   10471: 
                   10472:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   10473:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   10474:          from release somewhere [to help searching for unhandled system
                   10475:          exceptions]
                   10476: 
                   10477:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   10478:          TZ shift
                   10479: 
                   10480:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   10481:          but also in ctor
                   10482: 
                   10483: 2004-07-26  paf
                   10484: 
                   10485:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   10486:          src/main/pa_request.C, src/types/pa_vfile.h,
                   10487:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10488:          src/types/types.vcproj: new: $response:body/download[
                   10489:          $.file[name on disk]    $.name[of file for user]
                   10490:          $.mdate[date of last-modified. default from directory] ]
                   10491: 
                   10492:        * src/classes/file.C: moving file:send somewhere else..
                   10493: 
                   10494:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   10495:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   10496:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   10497:          $response:download[ $.filename[filename] $.option[] ,, ]
                   10498: 
                   10499:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   10500: 
                   10501: 2004-07-21  paf
                   10502: 
                   10503:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   10504:          to several lines
                   10505: 
                   10506:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   10507: 
                   10508:          note: ms outlook[!express] shows only first 255 characters of
                   10509:          subject
                   10510: 
                   10511: 2004-07-15  paf
                   10512: 
                   10513:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   10514:          off]
                   10515: 
                   10516: 2004-07-14  paf
                   10517: 
                   10518:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   10519:          according to lang  [were: as-is]
                   10520: 
                   10521: 2004-07-07  paf
                   10522: 
                   10523:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   10524:          checked that
                   10525: 
                   10526:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   10527:          now untainted according to their languages.  were: as-is.
                   10528:          EVERYWHERE
                   10529: 
                   10530:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   10531:          environment string now untainted according to their languages.
                   10532:          were: as-is. EVERYWHERE
                   10533: 
                   10534:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10535:          untainted according to their languages.  were: as-is. on win32:
                   10536:          ok
                   10537: 
                   10538:        * parser3.vssscc: ...would not go unnoticed
                   10539: 
                   10540:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   10541:          fails. in case on input appears nonutf, those bytes will be
                   10542:          printed in %HH form. that can be easily decoded/recovered.
                   10543: 
                   10544:          this form is quite noticable, and hopefully would not go noticed
                   10545: 
                   10546: 2004-07-06  paf
                   10547: 
                   10548:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10549:          untainted according to their languages.  were: as-is. on win32:
                   10550:          ok
                   10551: 
                   10552: 2004-07-01  paf
                   10553: 
                   10554:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   10555:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   10556:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   10557:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   10558:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   10559:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   10560:          option: global optimization ON
                   10561: 
                   10562:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   10563:          to do xdoc::create{invalid chars} standard disables chars less
                   10564:          then \x20, except tab, cr, lf.
                   10565: 
                   10566:          changed tainting so that those become '!'
                   10567: 
                   10568: 2004-06-25  paf
                   10569: 
                   10570:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10571:          int on odd address [prev bugfix failed due to superwize
                   10572:          optimizer, which turned memcpy into same 'ld' asm command]
                   10573: 
                   10574:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10575:          int on odd address
                   10576: 
                   10577: 2004-06-22  paf
                   10578: 
                   10579:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   10580: 
                   10581:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   10582:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10583:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   10584:          paf(:a)}[                $.bind[                         $.a[2]
                   10585:                 ]       ] output variables work.  todo: check in out
                   10586:          variables
                   10587: 
                   10588: 2004-06-18  paf
                   10589: 
                   10590:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   10591:          classes/table.C, classes/void.C, include/pa_globals.h,
                   10592:          include/pa_sql_connection.h, main/compile.tab.C,
                   10593:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   10594:                      $.bind[                         $.a[2]          ]
                   10595:          ] input variables work.  todo:output
                   10596: 
                   10597:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   10598:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   10599:          /_bug.html?404;http://hpsv/test/
                   10600:          --------------------------------------------------------------------------------
                   10601:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   10602:          --------------------------------------------------------------------------------
                   10603:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   10604: 
                   10605: 2004-06-16  paf
                   10606: 
                   10607:        * src/targets/cgi/parser3.C: new: iis specific
                   10608:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   10609:          $request:query
                   10610:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   10611:          $form:fields IIS-STATUS="404"
                   10612:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   10613: 
                   10614:          todo: isapi too
                   10615: 
                   10616: 2004-05-26  paf
                   10617: 
                   10618:        * src/include/pa_version.h: 3.1.3
                   10619: 
                   10620:        * operators.txt: beauty: removed outdated level 'table'
                   10621: 
                   10622:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   10623: 
                   10624:        * src/main/pa_string.C: beauty: removed 3 warnings
                   10625: 
                   10626:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   10627:          classes/op.C: beauty: removed outdated level 'table'
                   10628: 
                   10629: 2004-05-25  paf
                   10630: 
                   10631:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   10632:          implementation. mistery: how anything worked
                   10633: 
                   10634:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   10635:          changed, it is now safe to use url if pointers to it are stored
                   10636:          to gc mem
                   10637: 
                   10638:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   10639:          unknown errors reported and not cause SIGSEGV now
                   10640: 
                   10641: 2004-05-24  paf
                   10642: 
                   10643:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10644:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   10645:          less memory: CORD_chars_block originally intended to ...  it was
                   10646:          good that CORD_chars_block were not used: it consumes more memory
                   10647:          [and, might be slow too] undoing that. [and removed that func so
                   10648:          that it would not confuse parser developer in future]
                   10649: 
                   10650:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   10651:          less memory: CORD_chars_block originally intended to
                   10652:          speedup/reduce mem usage were forgotten, and were used stupid
                   10653:          CORD_chars
                   10654: 
                   10655:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   10656: 
                   10657:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   10658:          BIGENDIAN processors space-conserving mech failed, causing
                   10659:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   10660:          (1|2|3));
                   10661: 
                   10662: 2004-05-14  paf
                   10663: 
                   10664:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   10665:          bugfix: void now has vfile value, and $response:body[] works OK
                   10666: 
                   10667: 2004-05-12  paf
                   10668: 
                   10669:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   10670:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   10671:          sources to use is_defined() {return as_bool();} along VBool
                   10672: 
                   10673: 2004-05-11  paf
                   10674: 
                   10675:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   10676:          referencing to local objects
                   10677: 
                   10678:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   10679:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   10680:          left intact
                   10681: 
                   10682: 2004-04-15  paf
                   10683: 
                   10684:        * src/classes/date.C: merged: beauty: unused var removed
                   10685: 
                   10686:        * src/classes/date.C: beauty: unused var removed
                   10687: 
                   10688:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   10689:          provoked bug
                   10690: 
                   10691: 2004-04-09  paf
                   10692: 
                   10693:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   10694: 
                   10695:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   10696: 
                   10697: 2004-04-08  paf
                   10698: 
                   10699:        * src/classes/date.C: new: ^date::create[y-m-d
                   10700:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   10701: 
                   10702:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   10703: 
                   10704:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   10705:          to consult default catalog [usually, that file belongs to other
                   10706:          user/group]
                   10707: 
                   10708: 2004-04-06  paf
                   10709: 
                   10710:        * src/main/pa_common.C: beauty: gcc warning removed
                   10711: 
                   10712:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   10713:          accept that trick, trying other
                   10714: 
                   10715:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   10716:          explicit result problem
                   10717: 
                   10718:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   10719:          explicit result problem
                   10720: 
                   10721:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   10722:          explicit result problem
                   10723: 
                   10724:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   10725: 
                   10726:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   10727:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   10728:          failed
                   10729: 
                   10730:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   10731:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   10732:          gethostbyname failed with such 'domains'] now checked properly,
                   10733:          were: needless reverse/forward dns lookup
                   10734: 
                   10735:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   10736:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   10737:          gethostbyname failed with such 'domains'] now checked properly,
                   10738:          were: needless reverse/forward dns lookup
                   10739: 
                   10740:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   10741:          @method[][result] means "no string output here" moved to lexical
                   10742:          level [on grammar level it were too difficult]
                   10743: 
                   10744:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   10745:          src/main/compile.y, src/main/compile_tools.h,
                   10746:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   10747:          @method[][result] means "no string output here", implemented part
                   10748:          of that idea: compiler throws away string literal generation
                   10749:          code. and barks nonwhitespace chars
                   10750: 
                   10751:        * operators.txt: truth: removed comment about $ORIGIN
                   10752: 
                   10753: 2004-04-05  paf
                   10754: 
                   10755:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   10756:          src/include/pa_version.h, src/main/pa_common.C,
                   10757:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   10758: 
                   10759:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   10760:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   10761: 
                   10762:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   10763: 
                   10764:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   10765:          interfered with FAR console
                   10766: 
                   10767:        * configure, configure.in: 3.1.3
                   10768: 
                   10769:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   10770: 
                   10771:        * src/main/pa_common.C: removed warning
                   10772: 
                   10773:        * src/include/pa_version.h: 3.1.3
                   10774: 
                   10775: 2004-04-02  paf
                   10776: 
                   10777:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   10778: 
                   10779:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   10780:          allows to specify where to put parser log file
                   10781: 
                   10782: 2004-04-01  paf
                   10783: 
                   10784:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   10785:          without tab and enter were ignored
                   10786: 
                   10787:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   10788:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   10789:          main/pa_socks.C, targets/cgi/parser3.C,
                   10790:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   10791:          bugfix: sql connections now are disconnected
                   10792: 
                   10793: 2004-03-30  paf
                   10794: 
                   10795:        * src/classes/table.C: bugfix: table::load last line without tab
                   10796:          and enter were ignored
                   10797: 
                   10798:        * src/classes/table.C: bufix: if last table lines were commented,
                   10799:          gpfed
                   10800: 
                   10801:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   10802:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   10803:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   10804:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   10805:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   10806:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   10807:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   10808:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   10809:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   10810: 
                   10811: 2004-03-29  paf
                   10812: 
                   10813:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   10814:          causes gpf
                   10815: 
                   10816:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   10817:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   10818:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   10819:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   10820:          value.dox: translated to english
                   10821: 
                   10822: 2004-03-25  paf
                   10823: 
                   10824:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   10825:          parser3project dependency removed
                   10826: 
                   10827:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   10828:          bugfix: refused to compile without xml
                   10829: 
                   10830:        * src/types/pa_vform.C: beauty: removed warning
                   10831: 
                   10832:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   10833:          any folder [removed last ;) folder dependency]
                   10834: 
                   10835:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   10836:          folder [removed last ;) folder dependency]
                   10837: 
                   10838:        * src/include/pa_version.h: release
                   10839: 
                   10840:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   10841: 
                   10842:        * src/classes/table.C: beauty: comment& more meaningful error
                   10843:          message
                   10844: 
                   10845:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   10846:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   10847:          thing]
                   10848: 
                   10849: 2004-03-23  paf
                   10850: 
                   10851:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   10852:          and http status line parsing checked number of columns in table
                   10853:          [user reported an assert]
                   10854: 
                   10855:        * operators.txt: example: on hashfile
                   10856: 
                   10857:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   10858:          bugfix: junction reattach now actually reattaches a junction to
                   10859:          new wcontext [were only assigning it to junction, which caused
                   10860:          junction tracking to loose junction, and it's context were not
                   10861:          killed, and it tried to process in invalid context, gpf]
                   10862: 
                   10863:        * src/targets/cgi/parser3.C: debug helper added
                   10864: 
                   10865: 2004-03-19  paf
                   10866: 
                   10867:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   10868:          "type(type)" in braces
                   10869: 
                   10870: 2004-03-10  paf
                   10871: 
                   10872:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   10873:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10874:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   10875:          solution to search-in-namespaces problem:
                   10876:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   10877:          $nodes[^xdoc.select[//x:second]]
                   10878: 
                   10879:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   10880:          expression][[NAMESPACES HASH]] allows to search for info in
                   10881:          namespaces
                   10882: 
                   10883:          $nodes[^xdoc.select[//x:second][
                   10884:          $.x[http://pif.design.ru/] ]]
                   10885: 
                   10886: 2004-03-09  paf
                   10887: 
                   10888:        * operators.txt, src/main/pa_common.C: new:
                   10889:          ^file::load[...][options]         $.form[
                   10890:          !$.field1[string]
                   10891:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   10892:               ]         !$.body[string]
                   10893: 
                   10894:          GET ?here notGET(POST, HEAD, others) in content-type:
                   10895:          application/x-www-form-urlencoded
                   10896: 
                   10897:          todo: upload files ability
                   10898: 
                   10899:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   10900:          properly, done
                   10901: 
                   10902: 2004-03-05  paf
                   10903: 
                   10904:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   10905:          GET/POST $.form[$.fields started, not tested yet
                   10906:          todo:$.field[table] for multiple values
                   10907: 
                   10908:        * operators.txt: new: http:// options $.user $.password basic
                   10909:          authorization
                   10910: 
                   10911:        * src/main/pa_common.C: beauty: link to rtf added
                   10912: 
                   10913:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   10914:          new: http:// options $.user $.password basic authorization
                   10915: 
                   10916:        * src/main/pa_common.C: beauty: removed needless vars
                   10917: 
                   10918:        * operators.txt: new: pgsql option [like that recently added to
                   10919:          oracle driver]             ClientCharset=parser-charset <<
                   10920:          charset in which parser thinks client works
                   10921: 
                   10922:        * operators.txt: new: odbc option [like that recently added to
                   10923:          oracle driver]             ClientCharset=parser-charset <<
                   10924:          charset in which parser thinks client works
                   10925: 
                   10926:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   10927: 
                   10928:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   10929:          char!
                   10930: 
                   10931:        * etc/parser3.charsets/windows-1251.cfg: typo
                   10932: 
                   10933: 2004-03-04  paf
                   10934: 
                   10935:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   10936:          cached, sql transcoding now goes faster
                   10937: 
                   10938:        * operators.txt: new: mysql option [like that recently added to
                   10939:          oracle driver]             ClientCharset=parser-charset <<
                   10940:          charset in which parser thinks client works
                   10941: 
                   10942:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   10943:          typo error
                   10944: 
                   10945:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   10946:          chars commented
                   10947: 
                   10948: 2004-03-03  paf
                   10949: 
                   10950:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   10951:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   10952: 
                   10953: 2004-03-02  paf
                   10954: 
                   10955:        * operators.txt: new[update typo]:     !^void.left(n)
                   10956:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   10957:                nothing
                   10958: 
                   10959:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   10960:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   10961:                nothing
                   10962: 
                   10963:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   10964:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   10965:          row with columns:   first: data   second: file name   third:
                   10966:          content-type
                   10967: 
                   10968:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   10969:          ^connect gets properly escaped string, which can be passed to
                   10970:          request now this for mysql only. it's up to parser sql driver to
                   10971:          fix zeros properly
                   10972: 
                   10973:        * INSTALL: note: added on building apache with this option:
                   10974:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   10975: 
                   10976: 2004-03-01  paf
                   10977: 
                   10978:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   10979:          extension memory:compact befor processingrequest
                   10980: 
                   10981:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   10982:          call sole column of result
                   10983: 
                   10984:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   10985:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   10986:          pixel color
                   10987: 
                   10988:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   10989:          beauty: image -- less checks [were ugly impl]
                   10990: 
                   10991:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   10992:          negative values now considered bad
                   10993: 
                   10994:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   10995: 
                   10996:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   10997:          options now have unified defaults [after transform
                   10998:          indent/omit-xml-declaration/standalone 'default' erroreously
                   10999:          meant 'true']
                   11000: 
                   11001:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11002:          added [on some platforms gethostbyname failed with such
                   11003:          'domains']
                   11004: 
                   11005:        * src/include/pa_config_auto.h.in: no select check, no define
                   11006: 
                   11007:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11008:          be empty-strings, meaning kind=both chars=whitespaces
                   11009: 
                   11010:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11011:          exist
                   11012: 
                   11013:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11014:          exception if it is
                   11015: 
                   11016:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11017:          whitespaces [start|both|end] << kind, whitespaces
                   11018:          [start|both|end;chars]  full
                   11019: 
                   11020: 2004-02-27  paf
                   11021: 
                   11022:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11023:          method: ^string.trim[start|both|end[;chars]]        default
                   11024:          'chars' -- whitespace chars finished
                   11025: 
                   11026:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11027:          src/main/pa_string.C: new method:
                   11028:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11029:          whitespace chars   started, only start works
                   11030: 
                   11031:        * src/main/compile.C: bugfix: line numbers after
                   11032:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11033:          signed
                   11034: 
                   11035:        * src/main/untaint.C: speed: there's no \n chars in output
                   11036:          [normally], so no need to optimize them they could be retrived
                   11037:          from databases, though. but 1. should be replaced 2. if not
                   11038:          optimized, no harm done
                   11039: 
                   11040:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11041:          ^file::exec/cgi could return invalid status & zombie child can
                   11042:          remain for short period until process exists [very bad in
                   11043:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11044: 
                   11045:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11046:          malicious SMTP server to attack as by returning too long status
                   11047:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11048: 
                   11049: 2004-02-26  paf
                   11050: 
                   11051:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11052:          are         $.main[to what to rename @main]         $.file[file,
                   11053:          from which (user says) goes that CODE]         $.lineno(line
                   11054:          number in that file, where CODE starts. may be negative)
                   11055: 
                   11056:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11057:          src/main/compile.C, src/main/compile_tools.h,
                   11058:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11059:          options] which are         $.main[to what to rename @main]
                   11060:          $.file[file, from which (user says) goes that CODE]
                   11061:          $.lineno(line number in that file, where CODE starts. may be
                   11062:          negative)
                   11063: 
                   11064: 2004-02-25  paf
                   11065: 
1.116     moko     11066:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11067:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11068: 
                   11069:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11070:          produces hash of column=>1
                   11071: 
                   11072:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11073:          with incomplete errno constants set
                   11074: 
                   11075: 2004-02-24  paf
                   11076: 
                   11077:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11078:          "man select"
                   11079: 
                   11080:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11081: 
                   11082:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11083: 
                   11084:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11085: 
1.116     moko     11086:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11087: 
                   11088:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11089:          unix: steps to work on unix [extracted 'to']
                   11090: 
                   11091:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11092: 
                   11093:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11094: 
1.116     moko     11095:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11096:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11097:          unix [testing on solaris]
1.95      moko     11098: 
                   11099: 2004-02-20  paf
                   11100: 
                   11101:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11102:          pointing that out
                   11103: 
                   11104:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11105:          fixed again [same solution, mistanenly removed one line]
                   11106: 
                   11107: 2004-02-19  paf
                   11108: 
                   11109:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11110:          date::create from bad datetime in spring daylightsaving hole now
                   11111:          OK for all platforms [on some platforms it failed]
                   11112: 
                   11113:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11114:          in daylightsaving hole] now throws error
                   11115: 
                   11116:        * src/classes/date.C: comment: mistake fixed
                   11117: 
                   11118: 2004-02-18  paf
                   11119: 
                   11120:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11121:          now renderes in $request:charset, but in header puts
                   11122:          $response:charset todo: make that default only so that coder
                   11123:          could override that
                   11124: 
                   11125:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11126:          turns off omit-xml-declaration
                   11127: 
                   11128:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11129:          /.xsl for sample
                   11130: 
                   11131: 2004-02-17  paf
                   11132: 
                   11133:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11134: 
                   11135:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11136:          copied extra time
                   11137: 
                   11138:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11139:          part of libxml
                   11140: 
                   11141:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11142:          libxml to do the work] <xsl:output        method="html"
                   11143:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11144:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11145:          />
                   11146: 
                   11147:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11148: 
                   11149:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11150:          caused assertion
                   11151: 
                   11152:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11153:          could hang. now such add does nothing, sub clears $hash
                   11154: 
                   11155:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11156:          not made quoted-printable
                   11157: 
                   11158:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11159:          string invariant
                   11160: 
                   11161: 2004-02-16  paf
                   11162: 
                   11163:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11164:          cleared [were not cleared properly]
                   11165: 
                   11166: 2004-02-13  paf
                   11167: 
1.116     moko     11168:        * src/include/pa_version.h: prerelease
1.95      moko     11169: 
                   11170:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11171:          used, introducing dependencies timestamp check
                   11172: 
                   11173:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11174:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11175:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11176:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11177: 
                   11178:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11179: 
                   11180: 2004-02-12  paf
                   11181: 
                   11182:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11183:          ruined empty <input type=file> submits. parser thought there were
                   11184:          nameless empty file and $form:field got value of type 'file'
                   11185: 
                   11186:        * INSTALL: --without-threads
                   11187: 
                   11188:        * src/include/pa_sapi.h: 2004
                   11189: 
                   11190: 2004-02-11  paf
                   11191: 
                   11192:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11193:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11194:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11195:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11196:          classes/response.C, classes/string.C, classes/table.C,
                   11197:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11198:          include/pa_array.h, include/pa_cache_managers.h,
                   11199:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11200:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11201:          include/pa_dictionary.h, include/pa_dir.h,
                   11202:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11203:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11204:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11205:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11206:          include/pa_socks.h, include/pa_sql_connection.h,
                   11207:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11208:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11209:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11210:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11211:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11212:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11213:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11214:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11215:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11216:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11217:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11218:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11219:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11220:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11221:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11222:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11223:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11224:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11225:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11226:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11227:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11228:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11229:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11230:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11231:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11232:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11233:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11234:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11235:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11236:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11237:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11238:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11239:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11240:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11241:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11242:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11243:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11244: 
                   11245:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11246:          debug version of gc.dll
                   11247: 
                   11248:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11249:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11250:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11251:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11252:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11253:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11254:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11255:          processes
                   11256: 
                   11257:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11258:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11259:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11260:          changes to reflect libxml xsl new folders
                   11261: 
                   11262:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11263:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11264:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11265:          to reflect libxml xsl new folders
                   11266: 
                   11267:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11268:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11269:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11270:          types/types.vcproj: started changes to reflect libxml xsl new
                   11271:          folders
                   11272: 
                   11273:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11274:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11275:          src/main/compile.tab.C, src/main/main.vcproj,
                   11276:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11277:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11278:          started changes to reflect libxml xsl new folders
                   11279: 
                   11280: 2004-02-10  paf
                   11281: 
                   11282:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11283:          compile. recommened latest libxml up to date
                   11284: 
                   11285:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11286:          pattern compilation errors", on which spent 4 hours worktime. use
                   11287:          versions higher than that. recommended now latest up to date
                   11288: 
                   11289: 2004-02-06  paf
                   11290: 
                   11291:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11292:          beauty: unified destructing style
                   11293: 
                   11294:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11295: 
                   11296:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11297:          now
                   11298: 
                   11299: 2004-02-03  paf
                   11300: 
                   11301:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11302:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11303:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11304:          then %ld/%lu
                   11305: 
                   11306:        * src/main/pa_common.C: typo: %l -> %u
                   11307: 
                   11308:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11309:          in attributes or documents-results of transform now not &#04xx;
                   11310: 
                   11311:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11312: 
                   11313:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11314: 
                   11315:        * src/main/pa_charset.C: beauty: uncomment
                   11316:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11317:          libraries
                   11318: 
                   11319: 2004-02-02  paf
                   11320: 
                   11321:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11322:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11323: 
                   11324:          $cookie:example[        $.value[]       $.expires[session]
                   11325:          $.path[/there/]         $.domain[test.com] ]
                   11326: 
                   11327:        * src/types/pa_vform.C: bugfix: empty values with
                   11328:          enctype=multipart/form-data now produce entries in $form:tables
                   11329:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11330:          name=a> <input type=hidden name=b>
                   11331: 
                   11332:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11333:          <hr> <pre>$request:body
                   11334: 
                   11335: 2004-01-30  paf
                   11336: 
                   11337:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11338:          or documents-results of transform now not &#04xx;
                   11339: 
                   11340:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11341:          produce exception.
                   11342: 
                   11343:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11344:          bugfix: ^date::create[invalid fields now produce exception.
                   11345: 
                   11346:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11347:          year] now produces exception. todo: check other fields
                   11348: 
                   11349: 2004-01-29  paf
                   11350: 
                   11351:        * src/include/pa_memory.h: typo error
                   11352: 
                   11353:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11354:          more byte then specified, then zeroed it << useless and
                   11355:          potentially harmful(could gpf)
                   11356: 
                   11357: 2004-01-22  paf
                   11358: 
                   11359:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11360: 
                   11361:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11362:          optimization
                   11363: 
                   11364:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11365:          [were bug: ^taint[1 & 2]="1 &2"
                   11366: 
                   11367:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11368:          errors
                   11369: 
                   11370:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11371:          overflow
                   11372: 
                   11373:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11374:          error-reporting code * in parser-error reporting code [when no
                   11375:          @unhandled_exception defined]
                   11376: 
                   11377:          fixed in one place: my *snprintf override
                   11378: 
                   11379: 2004-01-13  paf
                   11380: 
                   11381:        * operators.txt: typo erro
                   11382: 
                   11383: 2003-12-25  paf
                   11384: 
                   11385:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11386:          garbled  [pieces after zero bytes were removed]
                   11387: 
                   11388: 2003-12-22  paf
                   11389: 
1.116     moko     11390:        * src/include/Makefile.am: bugfix: removed from dist:
                   11391:          src/include/pa_config_auto.h which were configured for
1.95      moko     11392:          make-dist-platform and badly updated proper config file in target
                   11393:          [when .tar used for updating existing source tree]
                   11394: 
                   11395:        * ChangeLog, operators.txt, src/classes/op.C,
                   11396:          src/include/pa_sql_connection.h,
                   11397:          src/include/pa_sql_driver_manager.h,
                   11398:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11399:          feature: sql introducing ability to transcode charsets
                   11400: 
                   11401: 2003-12-19  paf
                   11402: 
                   11403:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11404:          error message
                   11405: 
                   11406:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11407:          structure for libxml now allocated properly
                   11408: 
                   11409: 2003-12-17  paf
                   11410: 
                   11411:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11412: 
                   11413:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11414: 
                   11415:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11416: 
                   11417:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11418:          unreported xmlGenericErrors]
                   11419: 
                   11420: 2003-12-15  paf
                   11421: 
                   11422:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11423:          works}
                   11424: 
                   11425: 2003-12-11  paf
                   11426: 
                   11427:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11428:          id
                   11429:              !$status:tid thread id
                   11430: 
                   11431:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11432:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11433:          bugfix(solaris): removed dependency on object initialization
                   11434:          order [one more place]
                   11435: 
                   11436:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11437:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11438:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11439:          understand that
                   11440: 
                   11441:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11442:          classes/xdoc.C, include/pa_cache_managers.h,
                   11443:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11444:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11445:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11446:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11447:          ctor call [relying on implicit String::Body(cstr) call]
                   11448: 
                   11449:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11450:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11451:          object initialization order [two places]
                   11452: 
                   11453: 2003-12-10  paf
                   11454: 
                   11455:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11456:          << time now ok
                   11457: 
                   11458:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11459:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11460:          operational
                   11461: 
                   11462:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11463:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   11464:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   11465:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   11466:          back operational
                   11467: 
                   11468: 2003-12-02  paf
                   11469: 
                   11470:        * src/types/pa_vmail.C: bugfix:
                   11471:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   11472:          as-is forced]
                   11473: 
                   11474:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   11475:          exceptions out of libxml callbacks: reimplemented error handling
                   11476:          of http://localhost, parser://method and safemode check callbacks
                   11477: 
                   11478:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   11479:          [merged from HEAD]
                   11480: 
                   11481:        * src/classes/image.C: nothing: comment removed
                   11482: 
                   11483:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   11484:          addresses to int
                   11485: 
                   11486: 2003-12-01  paf
                   11487: 
                   11488:        * src/main/pa_xml_io.C: bugfix: typo
                   11489: 
                   11490:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   11491: 
                   11492:        * src/classes/xdoc.C: bugfix: typo
                   11493: 
                   11494:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   11495:          exception
                   11496: 
                   11497:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   11498: 
                   11499: 2003-11-28  paf
                   11500: 
                   11501:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   11502:          all xml documents read
                   11503: 
                   11504:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   11505: 
                   11506:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11507:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11508:          replaced original open mech of xdoc::create & co to use libxml
                   11509:          open, so that this would work for root document todo: safe mode
                   11510:          checks to libxml: ideally to some 1 point
                   11511: 
                   11512:        * src/main/pa_xml_io.C: comment
                   11513: 
                   11514:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   11515:          http://parser[abscent params]
                   11516: 
                   11517:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   11518:          works.  todo: maybe replace original open mech of xdoc::create &
                   11519:          co to use libxml open, so that this would work for root document
                   11520: 
                   11521:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   11522:          "parser://method/params/here"> <test>   &test^; </test> }]
                   11523: 
                   11524:          ^taint[^xdoc.string[]]
                   11525: 
                   11526:          @method[param] <!ENTITY test
                   11527:          "test-entity-value+$form:user+$param!">
                   11528: 
                   11529: 2003-11-27  paf
                   11530: 
                   11531:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   11532: 
                   11533:        * src/classes/date.C: bugfix: typo error
                   11534: 
                   11535: 2003-11-26  paf
                   11536: 
                   11537:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   11538:          src/main/Makefile.am, src/main/main.vcproj,
                   11539:          src/main/pa_globals.C, src/main/pa_request.C,
                   11540:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   11541:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   11542:          to pa_xml_io.C/h
                   11543: 
                   11544:        * src/types/pa_value.h: warnings: --
                   11545: 
                   11546: 2003-11-25  paf
                   11547: 
                   11548:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   11549:          whatever)
                   11550: 
                   11551:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   11552:          a, (c?x:y, z)
                   11553: 
                   11554:        * src/main/untaint.C: bugfix: consequences of not reading this
                   11555:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   11556:          <= 0 ==> none    */
                   11557: 
                   11558:        * src/include/pa_array.h: removed needless checks
                   11559: 
                   11560: 2003-11-24  paf
                   11561: 
                   11562:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   11563:          removed limit: now $form:xxx can be accessed anytime, even in
                   11564:          @auto/conf [and request/response:charset still can be changed
                   11565:          anytime]
                   11566: 
                   11567:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   11568:          now not transcodes response body
                   11569: 
                   11570:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   11571:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   11572:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   11573:          $xdoc.firstChild.firstChild.nodeValue[different]
                   11574:          ^taint[^xdoc.string[]]
                   11575: 
                   11576:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   11577:          workaround: static Hash::allocates -> static Hash_allocates
                   11578: 
                   11579: 2003-11-21  paf
                   11580: 
1.116     moko     11581:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   11582:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   11583:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     11584: 
                   11585:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   11586: 
                   11587:        * src/classes/mail.C: bugfix: typo
                   11588: 
                   11589:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     11590:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   11591:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   11592:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   11593:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     11594:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   11595: 
                   11596:        * src/main/pa_exec.C: bug in safe mode
                   11597: 
                   11598:        * src/include/Makefile.am: pa_xml_exception.h
                   11599: 
                   11600:        * src/targets/isapi/parser3isapi.C: more warnings --
                   11601: 
                   11602: 2003-11-20  paf
                   11603: 
                   11604:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   11605:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   11606:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   11607:          --
                   11608: 
                   11609:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   11610:          more warnings --
                   11611: 
                   11612:        * src/classes/xdoc.C: more warnings --
                   11613: 
                   11614:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   11615: 
                   11616:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   11617:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   11618: 
                   11619:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11620:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   11621:          classes/table.C, include/pa_cache_managers.h,
                   11622:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   11623:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   11624:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   11625:          --
                   11626: 
                   11627:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   11628:          can't report problem (undefined @unhandled_exception) problem
                   11629:          source string were not reported
                   11630: 
                   11631:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11632:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11633:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11634:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11635:          classes/response.C, classes/string.C, classes/table.C,
                   11636:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11637:          include/pa_array.h, include/pa_cache_managers.h,
                   11638:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11639:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   11640:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   11641:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   11642:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   11643:          include/pa_request.h, include/pa_request_charsets.h,
                   11644:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   11645:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11646:          include/pa_stack.h, include/pa_string.h,
                   11647:          include/pa_stylesheet_connection.h,
                   11648:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11649:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11650:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   11651:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   11652:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11653:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11654:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11655:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11656:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   11657:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   11658:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   11659:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   11660:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11661:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   11662:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   11663:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   11664:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   11665:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11666:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11667:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11668:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11669:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   11670:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11671:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11672:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11673:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11674:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11675:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11676:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11677:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11678:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11679:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11680:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11681:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   11682:          const IDENT
                   11683: 
                   11684:        * src/: include/pa_array.h, include/pa_pool.h,
                   11685:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   11686:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   11687:          types/pa_wcontext.h: more warnings --
                   11688: 
                   11689:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   11690:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   11691:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11692:          classes/memory.C, classes/op.C, classes/string.C,
                   11693:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   11694:          include/pa_config_includes.h, include/pa_operation.h,
                   11695:          include/pa_sql_connection.h, include/pa_table.h,
                   11696:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   11697:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   11698:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11699:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   11700:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   11701:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   11702:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   11703:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   11704:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   11705:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   11706:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   11707:          types/pa_vmail.C, types/pa_vobject.C,
                   11708:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   11709:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   11710:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   11711:          on all projects (except libltdl=off & libsdbm=level3) found
                   11712:          several unitialized vars
                   11713: 
                   11714: 2003-11-19  paf
                   11715: 
                   11716:        * src/classes/op.C: more ansi C++ comp
                   11717: 
                   11718:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11719:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   11720:          $exception.handled[cache] meaning "get expired cache, if any.
                   11721:          else error"}
                   11722: 
                   11723:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   11724:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   11725:          ^cache[...]{body}{catch code with $exception.cache field}
                   11726: 
                   11727: 2003-11-12  paf
                   11728: 
                   11729:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   11730:          [copy/paste bug]
                   11731: 
                   11732: 2003-11-11  paf
                   11733: 
                   11734:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   11735:          failed]
                   11736: 
                   11737:        * bin/auto.p.dist.in: colno
                   11738: 
                   11739: 2003-11-10  paf
                   11740: 
                   11741:        * src/types/pa_vconsole.h: flush
                   11742: 
                   11743:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   11744:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   11745:          read/write  [for nntp]
                   11746: 
                   11747:        * operators.txt: mysql: transaction support: ?autocommit=0
                   11748: 
                   11749:        * operators.txt: comment: updated
                   11750: 
                   11751:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   11752:          serialize version and exipire now removes entries
                   11753: 
                   11754:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   11755:          dir, if could]
                   11756: 
                   11757:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   11758:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   11759:          removes files altogether [and dir, if could]
                   11760: 
                   11761:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   11762:          nonexistent pair. .c coded that that was error. fixed
                   11763: 
                   11764:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   11765:          file.access [regretfull can't split it to different exceptions
                   11766:          without modifying sdbm source wich would prefer not to]
                   11767: 
                   11768: 2003-11-07  paf
                   11769: 
                   11770:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11771:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11772:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   11773:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   11774:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   11775:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   11776:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   11777:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   11778:          destructing objects at request processing end
                   11779: 
                   11780: 2003-11-06  paf
                   11781: 
                   11782:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   11783:          updates
                   11784: 
                   11785:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   11786:          to include sdbm
                   11787: 
1.116     moko     11788:        * src/include/: pa_config_includes.h, pa_version.h: our
                   11789:          replacements of max& co only for cpp
1.95      moko     11790: 
                   11791:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   11792:          upper dir, .am updated
                   11793: 
                   11794:        * tests/todo.txt: hashfile: done
                   11795: 
                   11796:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   11797:          expiration [time in value. todo: move time to key]
                   11798: 
                   11799:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   11800: 
                   11801:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   11802:          to do that in foreach, no errors, but surely wrong]
                   11803: 
                   11804:        * operators.txt, src/types/pa_vhashfile.C,
                   11805:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   11806: 
                   11807:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   11808:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   11809:          foreach
                   11810: 
                   11811:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   11812:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   11813: 
                   11814:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   11815:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   11816: 
                   11817:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   11818:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   11819:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   11820:          get/put [raw]
                   11821: 
                   11822:        * src/: classes/op.C, main/pa_os.C: just linked
                   11823: 
                   11824:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   11825:          XmlException changes
                   11826: 
                   11827:        * src/: include/pa_charset.h, include/pa_globals.h,
                   11828:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   11829:          XmlException changes
                   11830: 
                   11831:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   11832: 
                   11833:        * src/: include/pa_common.h, include/pa_exception.h,
                   11834:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   11835:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   11836:          main/pa_xml_exception.C: locking move to pa_os [along with
                   11837:          pa_sleep] apr-impl locking done
                   11838: 
                   11839:        * configure, configure.in, operators.txt, parser3.sln,
                   11840:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   11841:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   11842:          src/include/pa_exception.h, src/include/pa_globals.h,
                   11843:          src/include/pa_memory.h, src/include/pa_version.h,
                   11844:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   11845:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   11846:          src/main/compile.tab.C, src/main/main.vcproj,
                   11847:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   11848:          src/types/Makefile.am, src/types/pa_vhash.C,
                   11849:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   11850:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   11851:          again with sdbm from apache
                   11852: 
                   11853: 2003-11-05  paf
                   11854: 
                   11855:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   11856:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   11857:          \parser3project dir anymore
                   11858: 
                   11859:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   11860:          thoughtlessly from xalan]
                   11861: 
                   11862:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   11863:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   11864:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   11865: 
                   11866:        * src/main/helpers/CaseFolding.txt:
                   11867:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   11868: 
                   11869: 2003-11-04  paf
                   11870: 
                   11871:        * operators.txt: comment: ^mail:send[$.options[
                   11872: 
                   11873:        * src/classes/table.C: compiled on unix
                   11874: 
1.116     moko     11875:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     11876: 
                   11877:        * src/classes/mail.C: compiled on unix
                   11878: 
                   11879:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   11880:          src/types/pa_vmail.h:     !^mail:send[
                   11881:                  $.options[unix: string to append to sendmail command
                   11882:          line]
                   11883: 
                   11884:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   11885:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   11886:          $.encloser["] <nothing> by default
                   11887: 
                   11888:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   11889:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   11890:          default
                   11891: 
                   11892: 2003-11-03  paf
                   11893: 
                   11894:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   11895:          ^table::load[; options:         !$.column-separator[^#09]
                   11896:          !$.column-encloser["]
                   11897: 
                   11898:        * operators.txt, src/include/pa_config_fixed.h,
                   11899:          src/types/pa_vrequest.C: $request:document-root
                   11900: 
                   11901:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   11902:          [already included into uri=xxx]
                   11903: 
                   11904:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   11905:          ^image.gif[filename] for $response:download
                   11906: 
                   11907:        * src/classes/date.C: minor precaution
                   11908: 
                   11909:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   11910:              !^date.unix-timestamp[]
                   11911: 
                   11912: 2003-10-30  paf
                   11913: 
                   11914:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   11915:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   11916: 
                   11917:        * src/classes/: date.C, image.C: improvement diagnostics:
                   11918:          $now[^date::create[$undefined]] now is error
                   11919: 
                   11920:        * src/main/pa_common.C: read errors would now be reported 'actually
                   11921:          read -1 bytes'
                   11922: 
                   11923: 2003-10-24  paf
                   11924: 
                   11925:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   11926:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   11927:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   11928:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   11929: 
                   11930: 2003-10-22  paf
                   11931: 
                   11932:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   11933: 
                   11934: 2003-10-21  paf
                   11935: 
                   11936:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   11937:          fixed: string.match[g] without <'> option produced columns with
                   11938:          NULL's, which gpf'ed at table.save time
                   11939: 
                   11940:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   11941:          recoursion' message with intensive throw-catches fixed: incorrect
                   11942:          name and line (one name upper then needed) in error message about
                   11943:          problems inside try block
                   11944: 
                   11945: 2003-10-10  paf
                   11946: 
                   11947:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   11948:          check offset argument for validity did that in String::Body::pos
                   11949:          myself http://i2/tasks/edit/?id=4577425257580789777
                   11950: 
                   11951: 2003-10-07  paf
                   11952: 
                   11953:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   11954:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   11955: 
                   11956: 2003-10-03  paf
                   11957: 
                   11958:        * parser3.sln, src/include/pa_dictionary.h,
                   11959:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   11960:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   11961:          precalculating cstr&length
                   11962: 
                   11963: 2003-10-02  paf
                   11964: 
                   11965:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   11966:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   11967:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   11968:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   11969: 
                   11970: 2003-09-30  paf
                   11971: 
                   11972:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   11973:          occurrances after lang-mismatched
                   11974: 
                   11975: 2003-09-29  paf
                   11976: 
                   11977:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   11978:          helper
                   11979: 
                   11980:        * src/main/pa_string.C: string::serialize bug fix with
                   11981:          zero-terminator
                   11982: 
                   11983:        * src/classes/table.C: ^nameless_table.save column row now has no
                   11984:          \t at the end
                   11985: 
                   11986:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   11987:          @postprocess  now takes $response:body/download
                   11988: 
                   11989:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   11990:          error message
                   11991: 
                   11992:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   11993: 
                   11994:        * src/classes/table.C: bugfix: flip: must produce nameless
                   11995:          http://i2/tasks/edit/?id=4573405524674081244
                   11996: 
                   11997:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   11998:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   11999: 
                   12000:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12001:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12002: 
                   12003: 2003-09-26  paf
                   12004: 
                   12005:        * src/main/untaint.C: removed needless field
                   12006: 
                   12007:        * src/main/untaint.C: removed needless const
                   12008: 
                   12009:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12010:          String.for_each bug fixed [omited one-char cases]
                   12011: 
                   12012:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12013:          runtime-executor stack were cleared... BADLY
                   12014: 
                   12015:        * src/main/pa_string.C: ^stirng.replace code used old
                   12016:          param-convention on langs.append, fixed that search fo the like,
                   12017:          found none
                   12018: 
                   12019:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12020:          string::serialize/deserialize implemented Language enum assigned
                   12021:          meaningful letters [more convinient for debugging. read warning
                   12022:          before adding/changing anything]
                   12023: 
                   12024: 2003-09-25  paf
                   12025: 
                   12026:        * src/: include/pa_string.h, include/pa_version.h,
                   12027:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12028:          differences on unix
                   12029: 
                   12030:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12031:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12032:          src/classes/xdoc.C, src/classes/xnode.C,
                   12033:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12034:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12035:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12036:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12037:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12038:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12039:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12040:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12041:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12042:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12043:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12044:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12045:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12046:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12047:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12048: 
                   12049:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12050:          functions aligned to that of eeparser3 look
                   12051: 
                   12052:        * src/lib/cord/cordprnt.c: removed warnings
                   12053: 
                   12054: 2003-09-24  paf
                   12055: 
                   12056:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12057:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12058:          include/pa_cache_managers.h, include/pa_charset.h,
                   12059:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12060:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12061:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12062:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12063:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12064:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12065:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12066:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12067:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12068:          types/pa_vxnode.C: v() functions of String::Body,
                   12069:          String::Languages and String itself StringBody->String::Body
                   12070: 
                   12071:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12072:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12073:          never optimized anything.  todo: somehow speed up harder cases:
                   12074:          concatenationA+concatenationB when last block of A and first of B
                   12075:          contain same letters
                   12076: 
                   12077:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12078:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12079:          blocks of same char [CORD_append_block]
                   12080: 
                   12081:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12082:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12083:          save space by extending blocks when appending block with c ==
                   12084:          lastblock.c
                   12085: 
                   12086:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12087:          working yet :( but more working &understood :)
                   12088: 
                   12089:        * src/: classes/table.C, include/pa_string.h,
                   12090:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12091: 
                   12092: 2003-09-23  paf
                   12093: 
                   12094:        * src/main/untaint.C: $a[ok!] $a works!
                   12095: 
                   12096:        * src/main/untaint.C: something even more works :)
                   12097: 
                   12098:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12099:          something more works :)
                   12100: 
                   12101:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12102:          lib/cord/cordxtra.c: something already works :)
                   12103: 
                   12104:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12105:          serialize&deserialize
                   12106: 
                   12107:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12108:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12109:          main/untaint.C: main idea implemented, details left
                   12110: 
                   12111: 2003-09-22  paf
                   12112: 
                   12113:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12114: 
                   12115:        * src/classes/xnode.C: copy/paste comment bugfix
                   12116: 
                   12117:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12118:          allocator returns 0, just die.
                   12119:          http://i2/tasks/edit/?id=4570798492410259445
                   12120: 
                   12121:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12122: 
                   12123:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12124:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12125:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12126:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12127: 
                   12128:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12129:          chars due to bitwise operation signed-char error]
                   12130: 
                   12131: 2003-09-19  paf
                   12132: 
                   12133:        * src/types/pa_wcontext.C: output message: more practical
                   12134:          suggestion
                   12135: 
                   12136:        * src/main/pa_common.C, operators.txt: merged
                   12137:          $f[^file::load[binary;http://...]] $f.tables
                   12138: 
                   12139: 2003-09-02  paf
                   12140: 
                   12141:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12142:          flush stdout without referencing 'stdout' symbol. to hell with
                   12143:          non-ansi libraries without 'stdout' symbol
                   12144: 
                   12145:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12146:          unix (users reported problems with some old libc)
                   12147: 
                   12148:        * src/types/pa_vdate.h: forgot initializer
                   12149: 
                   12150: 2003-09-01  paf
                   12151: 
                   12152:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12153:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12154:          zone]
                   12155: 
                   12156:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12157: 
                   12158: 2003-08-19  paf
                   12159: 
                   12160:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12161:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12162:          simplified a little
                   12163: 
                   12164:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12165:          [lost fix from 3.0.8]
                   12166: 
                   12167:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12168:          visible here }
                   12169: 
                   12170:          bug fix
                   12171: 
                   12172:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12173: 
                   12174:        * src/main/compile.tab.C: initialized couple of variables about
                   12175:          which user reported runtime problems when parser were compiled
                   12176:          with VC7, warning level4.  study shows that later in bison
                   12177:          they've fixed that. would migrate to latest bison someday
                   12178: 
                   12179:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12180:          recoding headers)
                   12181: 
                   12182:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12183:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12184:          anything for now
                   12185: 
                   12186:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12187:          problems with body
                   12188: 
                   12189:        * src/types/pa_vmail.C: mail_receive just compiled
                   12190: 
                   12191: 2003-08-18  paf
                   12192: 
                   12193:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12194:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12195:          detaching from \parser3project directory
                   12196: 
                   12197:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12198:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12199:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12200:          src/lib/pcre/pcre_dftables.dsp,
                   12201:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12202:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12203:          src/types/types.dsp: moved to MSVC 7
                   12204: 
                   12205:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12206:          src/classes/classes.vcproj.vspscc,
                   12207:          src/lib/cord/cord.vcproj.vspscc,
                   12208:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12209:          src/lib/md5/md5.vcproj.vspscc,
                   12210:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12211:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12212:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12213:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12214:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12215:          moved to MSVC 7
                   12216: 
                   12217:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12218:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12219:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12220:          src/lib/pcre/pcre_dftables.vcproj,
                   12221:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12222:          src/targets/cgi/parser3.vcproj,
                   12223:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12224:          new VS project files
                   12225: 
                   12226:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12227:          .NET to detect Jalindi Igloo capabilities.
                   12228: 
                   12229:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12230:          src/classes/classes.awk, src/doc/footer.htm,
                   12231:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12232:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12233:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12234:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12235: 
                   12236: 2003-08-15  paf
                   12237: 
                   12238:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12239:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12240: 
                   12241:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12242:          non-ascii <yyy> now encoded correctly
                   12243: 
                   12244: 2003-07-29  paf
                   12245: 
1.116     moko     12246:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12247:          dist
1.95      moko     12248: 
                   12249:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12250: 
                   12251: 2003-07-28  paf
                   12252: 
1.116     moko     12253:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12254:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12255: 
                   12256:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12257: 
                   12258: 2003-07-25  paf
                   12259: 
                   12260:        * src/doc/footer.htm: year
                   12261: 
                   12262: 2003-07-24  paf
                   12263: 
                   12264:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12265:          fix
                   12266: 
                   12267:        * src/include/pa_version.h: release
                   12268: 
1.116     moko     12269:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12270: 
                   12271:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12272:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12273:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12274:          getting rid of win32xml pseudo project
                   12275: 
                   12276:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12277: 
1.116     moko     12278:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12279:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12280:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12281:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12282:          src/classes/classes.C, src/classes/classes.awk,
                   12283:          src/classes/classes.dsp, src/classes/classes.h,
                   12284:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12285:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12286:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12287:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12288:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12289:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12290:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12291:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12292:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12293:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12294:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12295:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12296:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12297:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12298:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12299:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12300:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12301:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12302:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12303:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12304:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12305:          src/include/pa_sql_connection.h,
                   12306:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12307:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12308:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12309:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12310:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12311:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12312:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12313:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12314:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12315:          src/lib/cord/include/ec.h,
                   12316:          src/lib/cord/include/private/Makefile.am,
                   12317:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12318:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12319:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12320:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12321:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12322:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12323:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12324:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12325:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12326:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12327:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12328:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12329:          src/main/pa_request.C, src/main/pa_socks.C,
                   12330:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12331:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12332:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12333:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12334:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12335:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12336:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12337:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12338:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12339:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12340:          src/targets/isapi/parser3isapi.dsp,
                   12341:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12342:          src/types/pa_junction.h, src/types/pa_method.h,
                   12343:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12344:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12345:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12346:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12347:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12348:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12349:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12350:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12351:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12352:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12353:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12354:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12355:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12356:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12357:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12358:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12359:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12360:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12361:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12362:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12363:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12364:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12365:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12366:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12367:          HEAD
                   12368: 
                   12369:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12370:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12371:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12372:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12373:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12374:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12375:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12376:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12377:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12378:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12379:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12380:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12381:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12382:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12383:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12384:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12385:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12386:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12387:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12388:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12389:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12390:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12391:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12392:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12393:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12394:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12395:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12396:          outputs/create-dir, results/001.processed, results/002.processed,
                   12397:          results/003.processed, results/004.processed,
                   12398:          results/005.processed, results/006.processed,
                   12399:          results/007.processed, results/008.processed,
                   12400:          results/009.processed, results/010.processed,
                   12401:          results/011.processed, results/012.processed,
                   12402:          results/013.processed, results/014.processed,
                   12403:          results/015.processed, results/016.processed,
                   12404:          results/017.processed, results/018.processed,
                   12405:          results/019.processed, results/020.processed,
                   12406:          results/021.processed, results/022.processed,
                   12407:          results/023.processed, results/024.processed,
                   12408:          results/025.processed, results/026.processed,
                   12409:          results/027.processed, results/028.processed,
                   12410:          results/029.processed, results/030.processed,
                   12411:          results/031.processed, results/032.processed,
                   12412:          results/033.processed, results/034.processed,
                   12413:          results/035.processed, results/036.processed,
                   12414:          results/037.processed, results/038.processed,
                   12415:          results/039.processed, results/040.processed,
                   12416:          results/041.processed, results/042.processed,
                   12417:          results/043.processed, results/044.processed,
                   12418:          results/045.processed, results/046.processed,
                   12419:          results/047.processed, results/048.processed,
                   12420:          results/049.processed, results/050.processed,
                   12421:          results/051.processed, results/052.processed,
                   12422:          results/053.processed, results/054.processed,
                   12423:          results/055.processed, results/056.processed,
                   12424:          results/057.processed, results/058.processed,
                   12425:          results/059.processed, results/060.processed,
                   12426:          results/061.processed, results/062.processed,
                   12427:          results/063.processed, results/064.processed,
                   12428:          results/065.processed, results/066.processed,
                   12429:          results/067.processed, results/068.processed,
                   12430:          results/069.processed, results/070.processed,
                   12431:          results/071.processed, results/072.processed,
                   12432:          results/073.processed, results/074.processed,
                   12433:          results/075.processed, results/076.processed,
                   12434:          results/077.processed, results/078.processed,
                   12435:          results/079.processed, results/080.processed,
                   12436:          results/081.processed, results/082.processed,
                   12437:          results/083.processed, results/084.processed,
                   12438:          results/085.processed, results/086.processed,
                   12439:          results/087.processed, results/088.processed,
                   12440:          results/089.processed, results/090.processed,
                   12441:          results/091.processed, results/092.processed,
                   12442:          results/093.processed, results/094.processed,
                   12443:          results/095.processed, results/096.processed,
                   12444:          results/097.processed, results/098.processed,
                   12445:          results/099.processed, results/100.processed,
                   12446:          results/101.processed, results/102.processed,
                   12447:          results/103.processed, results/104.processed,
                   12448:          results/105.processed, results/106.processed,
                   12449:          results/107.processed, results/108.processed,
                   12450:          results/109.processed, results/110.processed,
                   12451:          results/111.processed, results/112.processed,
                   12452:          results/113.processed, results/114.processed,
                   12453:          results/115.processed, results/116.processed,
                   12454:          results/117.processed, results/118.processed,
                   12455:          results/119.processed, results/120.processed,
                   12456:          results/121.processed, results/122.processed,
                   12457:          results/123.processed, results/124.processed,
                   12458:          results/125.processed, results/126.processed,
                   12459:          results/127.processed, results/128.processed,
                   12460:          results/129.processed, results/130.processed,
                   12461:          results/131.processed, results/132.processed,
                   12462:          results/133.processed, results/134.processed,
                   12463:          results/135.processed, results/136.processed,
                   12464:          results/137.processed, results/138.processed,
                   12465:          results/139.processed, results/140.processed,
                   12466:          results/141.processed: merged(copied) to HEAD from template_gc
                   12467: 
                   12468:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   12469:          towards \parser3project not having to be in root
                   12470: 
                   12471:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   12472:          module compiled [were minor unnecessary changes in lib/md5
                   12473:          interface]
                   12474: 
                   12475:        * src/include/pa_version.h: release
                   12476: 
                   12477:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   12478: 
                   12479:        * src/classes/math.C: merged uuid bugfix
                   12480: 
                   12481:        * tests/: 141.html, results/141.processed: fixed bug with
                   12482:          too-small-a-buffer
                   12483: 
                   12484:        * src/classes/math.C: uuid bugfix
                   12485: 
                   12486:        * tests/: 141.html, Makefile, results/005.processed,
                   12487:          results/030.processed, results/075.processed,
                   12488:          results/078.processed: to reflect date format change (were -
                   12489:          become ' ')
                   12490: 
                   12491:        * src/classes/math.C: uuid bugfix
                   12492: 
                   12493:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   12494:          debug/release changes
                   12495: 
                   12496:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   12497: 
                   12498: 2003-07-23  paf
                   12499: 
                   12500:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12501:          renamed a little [to move to comman naming conv]
                   12502: 
1.116     moko     12503:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   12504:          build
1.95      moko     12505: 
                   12506:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   12507:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   12508:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   12509:          stack top_index() fixed
                   12510: 
                   12511:        * src/main/pa_globals.C: minor style changes
                   12512: 
                   12513:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   12514:          closing/caching fixed [connections were not closed/put to cache]
                   12515: 
                   12516: 2003-07-22  paf
                   12517: 
                   12518:        * INSTALL: gc part updated stightly
                   12519: 
                   12520:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   12521:          new sapi interface
                   12522: 
                   12523:        * src/classes/file.C: comment on OS
                   12524: 
                   12525:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   12526:          one deeper in cord lib]
                   12527: 
                   12528:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   12529: 
                   12530:        * src/main/pa_memory.C: out of memory is no longer coredump
                   12531: 
                   12532:        * INSTALL: disable-threads adviced
                   12533: 
                   12534: 2003-07-21  paf
                   12535: 
1.116     moko     12536:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     12537: 
                   12538:        * src/classes/file.C: file::exec/cgi environment variables now must
                   12539:          be UPPERCASE and A-Z 0-9 _-
                   12540: 
                   12541:        * src/classes/file.C: env passing fixed
                   12542: 
                   12543:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   12544: 
                   12545:        * src/main/pa_common.C: http:// CRLF now
                   12546: 
                   12547: 2003-07-02  paf
                   12548: 
                   12549:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   12550:          fields to reflect their real meaning
                   12551: 
                   12552: 2003-06-27  paf
                   12553: 
                   12554:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   12555:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   12556:          file::exec/cgi .charset
                   12557: 
                   12558: 2003-06-26  paf
                   12559: 
                   12560:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   12561:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   12562:          src/classes/table.C: fixed several uninitialized local
                   12563:          structures.  notably ^hash.foreach now inserts delimiters
                   12564:          properly [were inserting it before first body]
                   12565: 
                   12566: 2003-06-24  paf
                   12567: 
                   12568:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   12569: 
                   12570: 2003-06-20  paf
                   12571: 
                   12572:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12573:          src/main/pa_globals.C: introducing
                   12574:          $f[^file::load[binary;http://...]] $f.tables
                   12575: 
                   12576: 2003-06-06  paf
                   12577: 
                   12578:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   12579:          table. [were method lookup: inconsistent]
                   12580: 
                   12581: 2003-06-02  paf
                   12582: 
                   12583:        * src/include/pa_memory.h: empty string clone fixed to return
                   12584:          writable memory
                   12585: 
                   12586:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   12587:          were not appended] which violated string invariant
                   12588: 
                   12589: 2003-05-30  paf
                   12590: 
                   12591:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   12592:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   12593: 
                   12594:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   12595:          GMT  ; RFC 822, updated by RFC 1123
                   12596: 
                   12597:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   12598:          targets/isapi/parser3isapi.C: initialized request_info properly
                   12599: 
                   12600:        * src/classes/xnode.C: found minor bug, commended for future
                   12601: 
                   12602: 2003-05-28  paf
                   12603: 
                   12604:        * src/classes/form.C: request_info.content_length can't be <0,
                   12605:          size_t for some time
                   12606: 
                   12607: 2003-05-26  paf
                   12608: 
                   12609:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   12610:          forgotten <0 changed to !=STRING_NOT_FOUND
                   12611: 
                   12612:        * src/classes/math.C: merged ffffu from HEAD
                   12613: 
                   12614: 2003-05-11  paf
                   12615: 
                   12616:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   12617: 
                   12618:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   12619:          premature doc free.  transformed document had xmlDoc reference
                   12620:          stored to non-gc-memory (libgdome) added holding-reference
                   12621: 
                   12622: 2003-04-29  paf
                   12623: 
                   12624:        * src/main/pa_globals.C: started digging on double free.  on win32
                   12625:          found that that's perfectly normal.
                   12626: 
                   12627: 2003-04-25  paf
                   12628: 
                   12629:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   12630: 
                   12631:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   12632: 
                   12633:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   12634:          print anything.  changed to quicker and simplier code
                   12635: 
                   12636:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   12637:          strict a check]
                   12638: 
                   12639:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   12640: 
                   12641: 2003-04-24  paf
                   12642: 
                   12643:        * src/include/pa_table.h: too strict assert loosened
                   12644: 
                   12645:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   12646:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   12647:          report
                   12648: 
                   12649: 2003-04-21  paf
                   12650: 
1.116     moko     12651:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     12652: 
                   12653:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   12654:          memory
                   12655: 
                   12656:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   12657:          xmlMallocAtomic [author agreed to my suggestion], used that
                   12658: 
                   12659:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   12660: 
                   12661:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   12662:          types/pa_vmail.C: attributed_meaning_to_string added
                   12663:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   12664:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   12665:          made that param obligatory
                   12666: 
                   12667:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   12668:          fixed [assert helped]
                   12669: 
                   12670:        * src/include/pa_string.h: assert added [looking for bug]
                   12671: 
                   12672:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   12673:          names on Win32 considered disk-global
                   12674: 
                   12675:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   12676:          considered disk-global
                   12677: 
                   12678: 2003-04-18  paf
                   12679: 
                   12680:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   12681:          filenames
                   12682: 
                   12683:        * src/main/untaint.C: enabled '~' letter in filenames
                   12684: 
                   12685: 2003-04-16  paf
                   12686: 
                   12687:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   12688: 
                   12689:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   12690:          HEAD
                   12691: 
1.116     moko     12692:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     12693: 
                   12694: 2003-04-15  paf
                   12695: 
                   12696:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   12697:          src/lib/md5/pa_md5c.c, tests/141.html,
                   12698:          tests/results/141.processed: merged from head ^math:uuid[]
                   12699:          ^math:uid64[] ^math:md5[string]
                   12700: 
                   12701:          test added: 141.html
                   12702: 
                   12703:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   12704: 
                   12705:        * src/classes/math.C: ^math:uuid[]
                   12706: 
                   12707:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   12708: 
                   12709:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   12710:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   12711: 
                   12712:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   12713:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   12714:          ^file::load[mode;name;     $.offset     $.limit
                   12715: 
                   12716: 2003-04-14  paf
                   12717: 
                   12718:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12719:          started ^math:md5
                   12720: 
                   12721:        * src/classes/table.C, src/include/pa_array.h,
                   12722:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   12723:          tests/results/140.processed: table $.reverse option works in
                   12724:          create&co table $.distinct[tables] bug fix merged
                   12725: 
                   12726:        * src/: classes/table.C, include/pa_table.h: table
                   12727:          $.distinct[tables] bug fixed
                   12728: 
                   12729:        * src/classes/table.C: more warnings
                   12730: 
                   12731:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   12732:          removed checks in table::set_current, moved them back to
                   12733:          table::locate implemented table::create/join ñ $.reverse
                   12734: 
                   12735:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   12736:          removed checks in table::set_current, moved them back to
                   12737:          table::locate
                   12738: 
                   12739: 2003-04-11  paf
                   12740: 
                   12741:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   12742:          src/include/pa_array.h, src/include/pa_common.h,
                   12743:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   12744:          src/include/pa_table.h, src/main/pa_request.C,
                   12745:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12746:          src/main/pa_table.C: merged from HEAD from
                   12747:          before_append_array_limit_sense_change to
                   12748:          after_append_array_limit_sense_change
                   12749: 
                   12750:        * src/classes/table.C: typo
                   12751: 
                   12752:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   12753:          src/include/pa_array.h, src/include/pa_common.h,
                   12754:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   12755:          src/include/pa_table.h, src/main/pa_array.C,
                   12756:          src/main/pa_globals.C, src/main/pa_request.C,
                   12757:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12758:          src/main/pa_table.C: append_array_limit_sense_change locate
                   12759:          accepts options same as create new option: $.reverse(1)   [do not
                   12760:          work in table::create]
                   12761: 
                   12762:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   12763:          (stat xxx,
                   12764: 
                   12765:        * src/classes/: table.C: typo
                   12766: 
                   12767:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   12768:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   12769:          results/130.processed, results/131.processed,
                   12770:          results/132.processed, results/133.processed,
                   12771:          results/134.processed, results/135.processed,
                   12772:          results/136.processed, results/137.processed,
                   12773:          results/138.processed, results/139.processed: added few mustfail
                   12774:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   12775:          date/time 132.html mustfail: access to junction outside of
                   12776:          context 133.html mustfail: access to junction outside of context,
                   12777:          case version 134.html mustfail: hash: adding a key inside of
                   12778:          foreach 135.html mustfail: modifying system class 136.html
                   12779:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   12780:          appendChild without import 138.html mustfail: invalid encoding
                   12781:          inside of xml 139.html mustfail: bad XPath
                   12782: 
                   12783:        * operators.txt, src/classes/table.C, tests/084.html,
                   12784:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   12785:          tests/129.html, tests/results/125.processed,
                   12786:          tests/results/126.processed, tests/results/127.processed,
                   12787:          tests/results/128.processed, tests/results/129.processed: merged
                   12788:          from HEAD ^table.hash[key][$.distinct[tables]]
                   12789: 
                   12790:          maked appropriate tests [changed one old nonconforming]
                   12791: 
                   12792:        * operators.txt, src/classes/table.C:
                   12793:          ^table.hash[key][$.distinct[tables]]
                   12794: 
                   12795:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   12796:          merged fix for found very old xml (dom) bug: were passing
                   12797:          domString objects and later ERROREOUSLY freed them
                   12798: 
                   12799:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   12800:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   12801:          libgdome bug can not be worked around
                   12802: 
                   12803: 2003-04-10  paf
                   12804: 
                   12805:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   12806:          found very old xml (dom) bug: were passing domString objects and
                   12807:          later ERROREOUSLY freed them
                   12808: 
                   12809:        * src/doc/string.dox, src/include/pa_memory.h,
                   12810:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   12811:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   12812:          tests/123.html, tests/124.html, tests/results/001.processed,
                   12813:          tests/results/002.processed, tests/results/003.processed,
                   12814:          tests/results/004.processed, tests/results/005.processed,
                   12815:          tests/results/006.processed, tests/results/008.processed,
                   12816:          tests/results/009.processed, tests/results/010.processed,
                   12817:          tests/results/011.processed, tests/results/012.processed,
                   12818:          tests/results/013.processed, tests/results/014.processed,
                   12819:          tests/results/015.processed, tests/results/016.processed,
                   12820:          tests/results/017.processed, tests/results/018.processed,
                   12821:          tests/results/020.processed, tests/results/021.processed,
                   12822:          tests/results/022.processed, tests/results/023.processed,
                   12823:          tests/results/024.processed, tests/results/025.processed,
                   12824:          tests/results/026.processed, tests/results/027.processed,
                   12825:          tests/results/028.processed, tests/results/029.processed,
                   12826:          tests/results/030.processed, tests/results/031.processed,
                   12827:          tests/results/032.processed, tests/results/033.processed,
                   12828:          tests/results/034.processed, tests/results/035.processed,
                   12829:          tests/results/036.processed, tests/results/037.processed,
                   12830:          tests/results/038.processed, tests/results/039.processed,
                   12831:          tests/results/040.processed, tests/results/041.processed,
                   12832:          tests/results/042.processed, tests/results/043.processed,
                   12833:          tests/results/044.processed, tests/results/045.processed,
                   12834:          tests/results/046.processed, tests/results/047.processed,
                   12835:          tests/results/048.processed, tests/results/049.processed,
                   12836:          tests/results/050.processed, tests/results/051.processed,
                   12837:          tests/results/052.processed, tests/results/053.processed,
                   12838:          tests/results/054.processed, tests/results/055.processed,
                   12839:          tests/results/056.processed, tests/results/057.processed,
                   12840:          tests/results/058.processed, tests/results/059.processed,
                   12841:          tests/results/060.processed, tests/results/061.processed,
                   12842:          tests/results/062.processed, tests/results/063.processed,
                   12843:          tests/results/064.processed, tests/results/065.processed,
                   12844:          tests/results/066.processed, tests/results/067.processed,
                   12845:          tests/results/068.processed, tests/results/069.processed,
                   12846:          tests/results/070.processed, tests/results/071.processed,
                   12847:          tests/results/072.processed, tests/results/073.processed,
                   12848:          tests/results/074.processed, tests/results/075.processed,
                   12849:          tests/results/076.processed, tests/results/077.processed,
                   12850:          tests/results/078.processed, tests/results/079.processed,
                   12851:          tests/results/080.processed, tests/results/081.processed,
                   12852:          tests/results/082.processed, tests/results/083.processed,
                   12853:          tests/results/084.processed, tests/results/085.processed,
                   12854:          tests/results/086.processed, tests/results/087.processed,
                   12855:          tests/results/088.processed, tests/results/089.processed,
                   12856:          tests/results/090.processed, tests/results/091.processed,
                   12857:          tests/results/092.processed, tests/results/093.processed,
                   12858:          tests/results/094.processed, tests/results/095.processed,
                   12859:          tests/results/096.processed, tests/results/097.processed,
                   12860:          tests/results/101.processed, tests/results/102.processed,
                   12861:          tests/results/104.processed, tests/results/105.processed,
                   12862:          tests/results/106.processed, tests/results/107.processed,
                   12863:          tests/results/108.processed, tests/results/109.processed,
                   12864:          tests/results/110.processed, tests/results/111.processed,
                   12865:          tests/results/112.processed, tests/results/113.processed,
                   12866:          tests/results/114.processed, tests/results/115.processed,
                   12867:          tests/results/116.processed, tests/results/117.processed,
                   12868:          tests/results/118.processed, tests/results/119.processed,
                   12869:          tests/results/120.processed, tests/results/121.processed,
                   12870:          tests/results/122.processed, tests/results/123.processed,
                   12871:          tests/results/124.processed: new convention: char* never 0.
                   12872:          assert in cord on that
                   12873: 
                   12874:        * src/main/pa_charset.C: couple more asserts
                   12875: 
                   12876:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   12877:          speedup
                   12878: 
                   12879:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   12880:          added [may be those is the case now?]
                   12881: 
                   12882:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   12883:          that's memory from gc_malloc, not from g_malloc :(, but would
                   12884:          hope]
                   12885: 
                   12886:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   12887:          that's memory from gc_malloc, not from g_malloc :(, but would
                   12888:          hope]
                   12889: 
                   12890:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   12891: 
                   12892: 2003-04-09  paf
                   12893: 
                   12894:        * src/classes/date.C: merged ^date.roll changes
                   12895: 
                   12896:        * src/classes/date.C: ^date.roll bug fix
                   12897: 
                   12898:        * src/classes/date.C: ^date.roll now throws less errors: month
                   12899:          shifts handles end of month situation by reducing day number
                   12900:          hour-hole shift reduces hour to recover
                   12901: 
                   12902:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   12903:          Sort by function time
                   12904: 
                   12905:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   12906:          http://   $.charset[] param done
                   12907: 
                   12908:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   12909:          added [after volatile fix. passes on win&intel-solaris]
                   12910: 
                   12911: 2003-04-08  paf
                   12912: 
                   12913:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   12914:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   12915:          include/pa_common.h, include/pa_request_charsets.h,
                   12916:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12917:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   12918:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   12919:          types/pa_vresponse.C: started http://   $.charset[] param and
                   12920:          http response charset detection just compiled.  todo:test
                   12921: 
                   12922:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   12923: 
                   12924:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   12925:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   12926:          types/pa_vmail.C: changed transcode param converntion  along with
                   12927:          string creating convention -- all strings are zero-terminated,
                   12928:          this allowed to fix one remaining String("123", 2) case
                   12929: 
                   12930:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12931:          classes/op.C, classes/string.C, classes/table.C,
                   12932:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   12933:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   12934:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   12935:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   12936:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   12937:          violated String::invariant. started fixing [not compiled now]
                   12938: 
                   12939:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12940:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   12941:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   12942:          improvements & optimizations
                   12943: 
                   12944:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   12945:          :(]
                   12946: 
                   12947:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   12948:          [for it's a pointer really]
                   12949: 
                   12950:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   12951:          'n' param. worked that around
                   12952: 
                   12953:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   12954:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   12955:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   12956:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   12957:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   12958: 
                   12959:          Thanks for the bug report and patch.
                   12960: 
                   12961:          I hadn't looked at this code in a while.  Reading it now, it
                   12962:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   12963:          comply with the invariant, though that may not matter a lot.  I
                   12964:          changed that, too.
                   12965: 
                   12966:          Hans
                   12967: 
                   12968: 2003-04-07  paf
                   12969: 
                   12970:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   12971:          merged from head:safe mode error message now includes numbers
                   12972: 
                   12973:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   12974:          problem: as_double returns it's result in fp-register compiler
                   12975:          optimizes access to that register after b->as_double, and just
                   12976:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   12977:          from memory.  _SAME_ double values do not match here.  when
                   12978:          forced to REload fp-register, values do match.
                   12979: 
                   12980:          tried to make them volatile.
                   12981: 
                   12982:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   12983:          problem: as_double returns it's result in fp-register compiler
                   12984:          optimizes access to that register after b->as_double, and just
                   12985:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   12986:          from memory.  _SAME_ double values do not match here.  when
                   12987:          forced to REload fp-register, values do match.
                   12988: 
                   12989:          tried to make them volatile.
                   12990: 
                   12991:        * src/types/pa_vobject.h: small style change
                   12992: 
                   12993:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   12994: 
                   12995:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   12996:          mode error message now includes numbers
                   12997: 
                   12998:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   12999:          now causes death
                   13000: 
                   13001: 2003-04-04  paf
                   13002: 
                   13003:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13004:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13005:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13006:          Sent: Thursday, January 23, 2003 9:14 AM
                   13007: 
                   13008:          huge speedup on ^file::cgi with big result
                   13009: 
                   13010:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13011: 
                   13012:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13013:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13014: 
                   13015:          @main[] $with_default[  $.a[1]  $._default[default from
                   13016:          with_default] ] ^show[$with_default]
                   13017: 
                   13018:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13019:          =$to_add_to.xxx=<br>
                   13020: 
                   13021:          ^show[$to_add_to]
                   13022: 
                   13023:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13024:          ^show[$cloned]
                   13025: 
                   13026:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13027: 
                   13028:          }  <hr>
                   13029: 
                   13030:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13031:          http://i2/tasks/edit/?id=4493701604654042676
                   13032: 
                   13033:          @main[] $with_default[  $.a[1]  $._default[default from
                   13034:          with_default] ] ^show[$with_default]
                   13035: 
                   13036:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13037:          =$to_add_to.xxx=<br>
                   13038: 
                   13039:          ^show[$to_add_to]
                   13040: 
                   13041:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13042:          ^show[$cloned]
                   13043: 
                   13044:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13045: 
                   13046:          }  <hr>
                   13047: 
                   13048:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13049:          http://i2/tasks/edit/?id=4507350336410850921
                   13050: 
                   13051:        * src/classes/xdoc.C: memory allocation func bugfix
                   13052:          http://i2/tasks/edit/?id=4499303470368629745
                   13053: 
                   13054:        * src/classes/math.C: allowed random 1...
                   13055: 
                   13056:        * src/classes/math.C: allowed random 0..
                   13057: 
                   13058:        * src/main/pa_globals.C: exif mem leak
                   13059:          http://i2/tasks/edit/?id=4480590323629807263
                   13060: 
                   13061:        * src/: classes/classes.dsp, main/main.dsp,
                   13062:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13063:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13064:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13065: 
                   13066:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13067:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13068:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13069:          links to xml libs made relative, no need to unpack parser3project
                   13070:          to /parser3project.
                   13071: 
                   13072:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13073:          column more precise - tab handling bug fixed
                   13074: 
                   13075:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13076:          message in case @CLASS with more then one line inside
                   13077: 
                   13078:        * src/targets/cgi/parser3.C: more understandable error message in
                   13079:          case of errors in @unhandled_exception
                   13080: 
                   13081: 2003-04-03  paf
                   13082: 
                   13083:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13084:          src/main/compile.tab.C, src/main/compile.y,
                   13085:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13086:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13087:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13088: 
                   13089:          higher limits:   file number (max: 255)   line number (max:
                   13090:          64535)   column number (max: 255)
                   13091: 
                   13092:        * src/classes/math.C: top limit
                   13093: 
                   13094:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13095:          precise parse error position in case of
                   13096: 
                   13097:          ^bug ]
                   13098: 
                   13099:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13100:          changed to realities, and passed [bug fixed]
                   13101: 
                   13102:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13103:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13104:          main/compile_tools.h, main/pa_request.C: introducing
                   13105:          ^process...[main-method-alias]
                   13106: 
                   13107:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13108:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13109:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13110:          params receive zero reference, but they are expected not to look
                   13111:          there]
                   13112: 
                   13113:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13114:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13115:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13116:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13117:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13118:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13119:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13120:          [methods without params receive zero reference, but they are
                   13121:          expected not to look there]
                   13122: 
                   13123:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13124:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13125:          ^process...[filename] useful for better error reporting
                   13126:          [file/line/col]
                   13127: 
                   13128:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13129:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13130:          '%s', it 2. method undefined in case of ^void[]
                   13131: 
                   13132:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13133:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13134:          handling done. now we have error columns todo: test it
                   13135: 
                   13136:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13137:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13138: 
                   13139:          this makes life easier: were: bad stack order -- were in
                   13140:          exception catch unwind order, which didn't match execution order
                   13141: 
                   13142:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13143: 
                   13144:          @first[] ^throw[a;1]
                   13145: 
                   13146:          showed throw a first throw b try
                   13147: 
                   13148:          which is no good
                   13149: 
                   13150:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13151:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13152:          trace reset after handled exception [old bug fixed]
                   13153: 
                   13154:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13155:          fixed.  position reporting made precise [both, in parse erros and
                   13156:          runtime errors]
                   13157: 
                   13158: 2003-04-02  paf
                   13159: 
                   13160:        * src/: include/pa_operation.h, include/pa_request.h,
                   13161:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13162:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13163:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13164:          using.  todo:complete
                   13165: 
                   13166:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13167:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13168:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13169:          main/pa_request.C: prepared debug info todo:use it
                   13170: 
                   13171:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13172:          return Operation class->union after switching from autoptrs.
                   13173: 
                   13174:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13175:          meta considered OK [it's up to coder now to remove it not needed]
                   13176: 
                   13177:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13178:          Dictionary constructor when moved to gc]
                   13179: 
                   13180:        * src/main/pa_common.C: uncommented http:// file loading
                   13181: 
                   13182:        * src/include/pa_array.h, src/main/execute.C,
                   13183:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13184:          fix [gdGrowingBuf]
                   13185: 
                   13186:        * configure.in, src/lib/Makefile.am: removed patches
                   13187: 
                   13188:        * configure, src/include/pa_config_auto.h.in,
                   13189:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13190: 
                   13191:        * src/main/pa_common.C: uncommented http:// file loading
                   13192: 
                   13193:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13194:          xdoc::create/load
                   13195: 
                   13196:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13197:          classes/string.C, classes/table.C, classes/void.C,
                   13198:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13199:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13200:          String::String(str,helper_length) are checked.  found/fixed one
                   13201:          place: $request:body now zero-terminated,
                   13202: 
                   13203:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13204:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13205:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13206:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13207:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13208:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13209:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13210:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13211:          easily optimizable)
                   13212: 
                   13213:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13214:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13215: 
                   13216:        * src/: include/pa_array.h, include/pa_stack.h,
                   13217:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13218:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13219:          become assertion iterator in methodframe filler
                   13220: 
                   13221:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13222:          targets/cgi/parser3.C: array::get/put inlined
                   13223: 
                   13224:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13225:          gc_substitute_memory_management_functions +installed CORD_oom
                   13226:          function
                   13227: 
                   13228:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13229:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13230:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13231:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13232:          assertions started configure.in --enable-assertions
                   13233: 
                   13234: 2003-04-01  paf
                   13235: 
                   13236:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13237:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13238:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13239:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13240:          gc misses that and collects valid memory fixed by remembering
                   13241:          xmlDoc from dom object in xdoc.  todo: do something with
                   13242:          premature free of xdoc with xnodes/node values referring into it
                   13243: 
                   13244:        * src/classes/: mail.C: typo fix
                   13245: 
                   13246:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13247:          changes
                   13248: 
                   13249:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13250:          main/pa_memory.C: moved memory debugging to global level: to
                   13251:          pa_gc_malloc
                   13252: 
                   13253:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13254:          debugging showed no errors. todo: debug parser memory
                   13255: 
                   13256:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13257:          configurations
                   13258: 
                   13259:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13260:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13261:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13262:          types/types.dsp: prepared xml-static configuration
                   13263: 
                   13264: 2003-03-31  paf
                   13265: 
                   13266:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13267:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13268:          xml lib memory debugging, simple checks failed: it seems that
                   13269:          library does realloc(bad ptr), and recording those ptrs in heap
                   13270:          [for debugging] was bad: heap situation changes = everything
                   13271:          works fine
                   13272: 
                   13273:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13274:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13275:          limit of 10 user-defined charsets]
                   13276: 
                   13277: 2003-03-28  paf
                   13278: 
                   13279:        * src/main/execute.C: execution stack copied to local register
                   13280:          variable, removed lots [~2e7) of memory accesses
                   13281: 
                   13282: 2003-03-27  paf
                   13283: 
                   13284:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13285:          works in debug, but fails in release todo: fix that
                   13286: 
                   13287:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13288:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13289:          replacement from gc branch
                   13290: 
                   13291:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13292:          improvement here]
                   13293: 
                   13294:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13295:          'not recommened' in gc.h, on win32 noticed no difference]
                   13296: 
                   13297:        * src/include/pa_array.h: returned checked array get [were disabled
                   13298:          for debugging] result:not slower [don't understand that, it were
                   13299:          INLINED] todo: find out a way of inlining it!
                   13300: 
                   13301:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13302:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13303:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13304:          convention changed: all resulting strings are zero-terminated
                   13305: 
                   13306:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13307:          classes/string.C, classes/table.C, classes/void.C,
                   13308:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13309:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13310:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13311:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13312:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13313:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13314:          append_help_length [radical improvement here]
                   13315: 
                   13316:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13317:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13318:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13319:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13320:          even slower
                   13321: 
                   13322:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13323:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13324:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13325:          clients of &get(): most to use non-ref version, some[in tight
                   13326:          places] to get_unchecked_ref
                   13327: 
                   13328:        * src/doc/memory.dox: forgot to add
                   13329: 
                   13330:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13331:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13332:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13333:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13334:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13335:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13336:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13337:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13338:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13339:          func] other Array & removed
                   13340: 
                   13341: 2003-03-26  paf
                   13342: 
                   13343:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13344:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13345:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13346:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13347:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13348:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13349:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13350:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13351:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13352:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13353:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13354:          pre-evaluated .count() in some places
                   13355: 
                   13356:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13357:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13358:          types/types.dsp: .dsp profiling updated
                   13359: 
                   13360:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13361:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13362:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13363: 
                   13364:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13365:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13366:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13367:          use lib/gc,lib/cord
                   13368: 
1.116     moko     13369:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13370:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13371:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13372:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13373:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13374:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13375:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13376:          src/lib/cord/include/Makefile.am,
1.116     moko     13377:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13378:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13379:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13380:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13381:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13382:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13383:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13384:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13385:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13386:          funcs ported pa_exec
1.95      moko     13387: 
                   13388:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13389: 
                   13390:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13391:          bundled gc includes
                   13392: 
                   13393:        * src/: classes/op.C, include/pa_array.h,
                   13394:          include/pa_sql_connection.h, include/pa_string.h,
                   13395:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13396:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13397:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13398:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13399:          first real site (aval)]
                   13400: 
                   13401: 2003-03-25  paf
                   13402: 
                   13403:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13404:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13405:          process
                   13406: 
                   13407:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13408:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13409: 
                   13410:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13411: 
                   13412:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13413:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13414:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13415:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13416:          tests/results/121.processed: untaint.C L_URI
                   13417: 
                   13418:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13419:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13420:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13421:          src/types/pa_vmemory.h: ^memory:compact[]
                   13422: 
                   13423:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13424:          test result
                   13425: 
                   13426:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13427: 
                   13428:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13429:          tests/results/107.processed: fixed dom language [values are now
                   13430:          considered tainted.  it was a bug in parser. updated 107 test
                   13431:          result
                   13432: 
                   13433:        * src/classes/xdoc.C: fixed transform params
                   13434: 
                   13435:        * src/: include/pa_stylesheet_manager.h,
                   13436:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13437: 
                   13438:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13439:          overloads for structure handling
                   13440: 
                   13441:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13442:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13443:          StringBody(0) ambiguilty, introducting static
                   13444:          StringBody::Format(int)
                   13445: 
                   13446:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13447:          linked
                   13448: 
                   13449:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13450: 
                   13451:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13452:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13453:          finalizers isntalled
                   13454: 
                   13455:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13456:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13457:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13458:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13459:          compiled todo: xnode.C / finalizers
                   13460: 
                   13461:        * src/doc/string.dox: updated: new string internals
                   13462: 
                   13463: 2003-03-24  paf
                   13464: 
                   13465:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13466:          include/pa_charset.h, include/pa_config_fixed.h,
                   13467:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   13468:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   13469:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   13470:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   13471:          types/pa_vxnode.h: started XML
                   13472: 
                   13473:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   13474: 
                   13475:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13476:          include/pa_string.h, main/pa_common.C,
                   13477:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   13478: 
                   13479:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13480:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   13481:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13482:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   13483:          for eq STRING_NOT_FOUND
                   13484: 
                   13485:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   13486:          optimize bit implemented
                   13487: 
                   13488:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13489:          String::ArrayFragment::append_positions fixed
                   13490: 
                   13491:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   13492:          String::this_starts fixed
                   13493: 
                   13494:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   13495: 
                   13496:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   13497:          hashcode implemented fully, including per-char callback [it can
                   13498:          be - substr CORD node]
                   13499: 
                   13500:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   13501:          rewritten to rewalloc with 100byte buf ahead
                   13502: 
                   13503:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   13504:          src/include/pa_string.h, src/main/compile.tab.C,
                   13505:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   13506:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   13507:          CORD_ec [bad] would rewrite as realloc now
                   13508: 
                   13509:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13510:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   13511:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13512:          include/pa_common.h, include/pa_request.h,
                   13513:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   13514:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   13515:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   13516:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   13517:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   13518:          types/pa_vstateless_class.h: 2*2 worked :)
                   13519: 
                   13520:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   13521:          src/include/pa_exec.h, src/include/pa_string.h,
                   13522:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   13523:          passed OK
                   13524: 
                   13525:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13526:          types/pa_value.C: all linked todo: debug
                   13527: 
                   13528:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   13529:          types/pa_vstateless_class.C: all compiled.  todo:link
                   13530: 
                   13531:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   13532: 
                   13533:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   13534: 
                   13535:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   13536: 
                   13537:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   13538: 
                   13539:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   13540:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   13541:          pa_vstateless_class.C, pa_vstateless_class.h:
                   13542:          pa_vstateless_class.C compiled
                   13543: 
                   13544:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   13545:          types/pa_vmath.C: pa_vmail.C compiled
                   13546: 
                   13547:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   13548: 
                   13549:        * src/types/pa_vform.C: pa_vform.C compiled
                   13550: 
                   13551:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   13552: 
                   13553:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   13554:          pa_vstateless_class.C: pa_vcookie.C compiled
                   13555: 
                   13556:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   13557:          types/pa_vhash.h: pa_value.C compiled
                   13558: 
                   13559:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   13560:          classes.lib main.lib compiled
                   13561: 
                   13562:        * src/classes/void.C: void.C compiled
                   13563: 
                   13564:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   13565:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   13566:          compiled
                   13567: 
                   13568:        * src/: classes/string.C, include/pa_request.h,
                   13569:          include/pa_string.h, main/pa_string.C: string.C compiled
                   13570: 
                   13571:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   13572:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   13573:          main/pa_request.C, main/pa_string.C: op.C compiled
                   13574: 
                   13575:        * src/classes/: math.C, op.C: math.C compiled
                   13576: 
                   13577:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   13578:          types/pa_vmail.h: mail.C compiled
                   13579: 
                   13580:        * src/classes/: int.C, table.C: int.C compiled
                   13581: 
                   13582:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   13583:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   13584:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   13585:          compiled
                   13586: 
                   13587:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13588:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   13589:          include/pa_sql_connection.h: hash.C compiled
                   13590: 
                   13591:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   13592:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13593:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13594:          classes/math.C, classes/op.C, classes/response.C,
                   13595:          classes/string.C, classes/table.C, classes/void.C,
                   13596:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   13597:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   13598:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   13599:          file.C table.C compiled
                   13600: 
                   13601:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   13602:          main/untaint.C: main.lib compiled
                   13603: 
                   13604: 2003-03-21  paf
                   13605: 
                   13606:        * src/: classes/op.C, include/pa_cache_managers.h,
                   13607:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13608:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   13609:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   13610:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   13611:          compiled
                   13612: 
                   13613:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   13614:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   13615:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   13616:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   13617:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   13618:          pa_request.C compiled
                   13619: 
                   13620:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   13621:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   13622:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13623:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   13624:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13625:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   13626:          compiled
                   13627: 
                   13628:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   13629:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   13630:          on unix
                   13631: 
                   13632:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   13633:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   13634:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   13635:          pa_charsets.C compiled
                   13636: 
                   13637:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   13638:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   13639:          main/compile.y, main/execute.C, main/pa_common.C,
                   13640:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   13641:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   13642:          types/pa_vmethod_frame.h: execute.C compiled
                   13643: 
                   13644:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13645:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13646:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13647:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   13648:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13649:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13650:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   13651:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   13652:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13653:          include/pa_stylesheet_connection.h,
                   13654:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13655:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13656:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13657:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13658:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13659:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   13660:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   13661:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13662:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13663:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13664:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13665:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13666:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13667:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   13668:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   13669:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   13670:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13671:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13672:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13673:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13674:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13675:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13676:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13677:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13678:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   13679:          [C++ CORD wrapper]
                   13680: 
                   13681:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   13682: 
                   13683:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   13684:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   13685: 
                   13686:          command line, env values, input got transcoded before call
                   13687:          stdout, stderr got transcoded after call
                   13688: 
                   13689:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   13690:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   13691: 
                   13692:        * src/main/pa_common.C: } typo bug fix
                   13693: 
                   13694:        * src/main/pa_common.C: } typo bug fix
                   13695: 
                   13696: 2003-03-20  paf
                   13697: 
                   13698:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   13699:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   13700: 
                   13701:        * src/include/pa_string.h: more tests
                   13702: 
                   13703:        * src/main/pa_string.C: string.pos fixed
                   13704: 
1.116     moko     13705:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   13706:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   13707:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   13708:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   13709:          replaces
1.95      moko     13710: 
                   13711:        * src/: classes/image.C, include/pa_dictionary.h,
                   13712:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   13713:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   13714:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   13715:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   13716: 
                   13717:        * src/include/pa_string.h: warning
                   13718: 
                   13719:        * src/include/pa_string.h: this_starts fixed
                   13720: 
                   13721:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   13722:          new String ctor & append params convention
                   13723: 
                   13724:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   13725:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   13726:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   13727:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   13728:          main/pa_exception.C, main/pa_exec.C,
                   13729:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13730:          main/pa_stylesheet_manager.C, main/untaint.C,
                   13731:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   13732:          types/pa_vmail.C: more tests OK
                   13733: 
                   13734:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   13735:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   13736:          gc/exit runned OK
                   13737: 
                   13738:        * src/types/pa_vmail.C: another naming problem: should not name
                   13739:          vars like that: unpredictable close caused problems with later
                   13740:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   13741:          descriptors missing on startup: stdin; Bad file number
                   13742: 
                   13743:          todo: find out why so many filters(stream) here. probably wrong?
                   13744: 
                   13745:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   13746:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   13747:          main/untaint.C: test compiled
                   13748: 
                   13749:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   13750:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   13751:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   13752:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   13753:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   13754:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   13755:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   13756:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   13757:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   13758:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   13759: 
                   13760:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   13761:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   13762:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   13763:          src/include/pa_memory.h, src/include/pa_request.h,
                   13764:          src/include/pa_request_charsets.h,
                   13765:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   13766:          src/main/compile.tab.C, src/main/execute.C,
                   13767:          src/main/pa_charset.C, src/main/pa_common.C,
                   13768:          src/main/pa_exception.C, src/main/pa_exec.C,
                   13769:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13770:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   13771:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   13772:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   13773:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13774:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   13775:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13776:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   13777:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   13778:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13779:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   13780:          pa_common.C [done, without http for now]
                   13781: 
                   13782: 2003-03-19  paf
                   13783: 
                   13784:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   13785:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   13786:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   13787:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   13788:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   13789:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   13790:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   13791:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   13792:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13793:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   13794:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   13795:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13796:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13797:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13798:          types/pa_wwrapper.h: started test
                   13799: 
1.116     moko     13800:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   13801:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     13802: 
                   13803:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   13804:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   13805:          it
                   13806: 
                   13807:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   13808:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   13809:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   13810:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   13811:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   13812:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   13813:          types/pa_vmethod_frame.h, types/types.dsp: string
                   13814:          reimplementation with cord+array<fragment>: 70%
                   13815: 
                   13816: 2003-03-18  paf
                   13817: 
                   13818:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13819:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   13820:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   13821:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   13822:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   13823:          can ignore lang in cmp and pos really,             but would
                   13824:          split properly!
                   13825: 
                   13826:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   13827:          cord part made parser/src/lib: it's not compiled into libgc by
                   13828:          default
                   13829: 
                   13830:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   13831:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13832:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13833:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13834:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   13835:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   13836:          src/classes/xnode.C, src/classes/xnode.h,
                   13837:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   13838:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13839:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   13840:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13841:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13842:          src/include/pa_memory.h, src/include/pa_pool.h,
                   13843:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   13844:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   13845:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13846:          src/include/pa_stylesheet_connection.h,
                   13847:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13848:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   13849:          src/main/compile.C, src/main/compile.tab.C,
                   13850:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13851:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   13852:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13853:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   13854:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   13855:          src/main/pa_pool.C, src/main/pa_request.C,
                   13856:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13857:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   13858:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   13859:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   13860:          src/types/pa_junction.h, src/types/pa_method.h,
                   13861:          src/types/pa_value.C, src/types/pa_value.h,
                   13862:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13863:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13864:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13865:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13866:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13867:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13868:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13869:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   13870:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   13871:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13872:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13873:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13874:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13875:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13876:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13877:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   13878:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   13879:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   13880:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13881:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13882:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   13883:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   13884:          gc: PA_Object done lots of replacements also
                   13885: 
                   13886:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   13887:          gc logging
                   13888: 
                   13889: 2003-03-17  paf
                   13890: 
                   13891:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13892:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   13893:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   13894:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13895:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   13896:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   13897:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   13898:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   13899:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13900:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   13901:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   13902:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   13903:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   13904:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   13905:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13906:          types/pa_vxnode.h: libgc attempt
                   13907: 
                   13908: 2003-03-13  paf
                   13909: 
                   13910:        * src/: include/pa_sql_driver_manager.h,
                   13911:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   13912:          called
                   13913: 
                   13914:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   13915:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   13916:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   13917:          types/pa_value.h, types/pa_vobject.h,
                   13918:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   13919:          set_base, set_derived simplified [counter leaks fixed]
                   13920: 
                   13921:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   13922:          src/types/types.dsp: incorporated status class patch From:
                   13923:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   13924:          2003 8:14 AM
                   13925: 
                   13926:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   13927:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   13928:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   13929: 
                   13930: 2003-03-12  paf
                   13931: 
1.116     moko     13932:        * configure, configure.in, src/lib/ltdl/configure,
                   13933:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     13934:          lib/ltdl/Makefile now created by /configure.in only [were by
                   13935:          lib/ltdl/configure.in OVERWRITE]
                   13936: 
1.116     moko     13937:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   13938:          linkage fixed for g++ 3.2.2
1.95      moko     13939: 
                   13940:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   13941:          on using privately declared class [fixed]
                   13942: 
                   13943:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   13944:          3.2 rightliy complained on using privately declared class [fixed]
                   13945: 
                   13946:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   13947:          sigpipe before request constructor now causes death
                   13948: 
                   13949:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   13950:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   13951:          not cause exception in exception handler
                   13952: 
1.116     moko     13953:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   13954:          now default links libstdc++ statically.  that can be overriden by
                   13955:          --with-dynamic-stdcpp
1.95      moko     13956: 
                   13957: 2003-03-11  paf
                   13958: 
                   13959:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   13960:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   13961:          necessity of libstdc++
                   13962: 
                   13963:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   13964: 
                   13965:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   13966: 
                   13967: 2003-03-08  paf
                   13968: 
                   13969:        * tests/Makefile: make install & co
                   13970: 
                   13971:        * src/: include/pa_request.h, classes/op.C: removing
                   13972:          vclass,object.h -> pa_request.h dependency
                   13973: 
                   13974:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   13975:          main/pa_request.C: removing vform,response,cookie.h ->
                   13976:          pa_request.h dependency
                   13977: 
                   13978:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   13979:          dependency [testing...]
                   13980: 
                   13981:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   13982:          return 0; fixed
                   13983: 
                   13984:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   13985:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   13986: 
                   13987:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   13988: 
                   13989:        * src/main/pa_request.C: forgotten: ifdef XML
                   13990: 
                   13991:        * src/main/pa_request.C: forgotten: ifdef XML
                   13992: 
                   13993:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   13994:          win32 and run memleak tests again
                   13995: 
                   13996:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   13997:          old xml lib-- it's internal memory handling has faults
                   13998: 
                   13999:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14000:          problems when transcode from charset A to A.
                   14001: 
                   14002:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14003:          todo: still problems when transcode from charset A to A.
                   14004: 
                   14005:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14006:          classes/table.C, include/pa_array.h,
                   14007:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14008:          started full-scale-site-test [~ http://parser.ru sources]
                   14009: 
                   14010:          some fixes
                   14011: 
                   14012:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14013:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14014:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14015:          results/110.processed, results/111.processed,
                   14016:          results/112.processed, results/113.processed,
                   14017:          results/114.processed, results/115.processed,
                   14018:          results/116.processed, results/117.processed,
                   14019:          results/118.processed, results/119.processed,
                   14020:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14021:          selectSingle 111 xdoc.create from tainted & 112
                   14022:          xdoc.create/output with russian attr value 113 xpath
                   14023:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14024:          116 output media-type change 117 transform by dom stylesheet 118
                   14025:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14026:          output
                   14027: 
                   14028:          =END OF PREPARED XML TESTS=
                   14029: 
                   14030: 2003-03-07  paf
                   14031: 
                   14032:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14033:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14034:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14035:          transform with params [bugs fixed]
                   14036: 
                   14037:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14038:          from copy/paste bug
                   14039: 
                   14040:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14041:          src/include/pa_request.h, src/main/execute.C,
                   14042:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14043:          src/main/pa_globals.C, src/main/pa_request.C,
                   14044:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14045:          src/types/pa_vxnode.C, tests/107.html,
                   14046:          tests/results/107.processed: xml: test: 107 bug fixes
                   14047: 
                   14048:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14049:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14050:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14051: 
                   14052:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14053:          string
                   14054: 
                   14055:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14056:          mem alloc functions used for different cases [libxml, libxsl]
                   14057: 
                   14058:        * src/classes/classes.C: fixed: prevent system classes from
                   14059:          modification to lock ALL the classes, not only directly used
                   14060: 
                   14061:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14062:          linked
                   14063: 
                   14064:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14065: 
                   14066: 2003-03-06  paf
                   14067: 
                   14068:        * src/classes/xdoc.C: xdoc.C 50%
                   14069: 
                   14070:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14071:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14072:          main/pa_globals.C, main/pa_request.C,
                   14073:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14074: 
                   14075:        * src/: include/pa_stylesheet_connection.h,
                   14076:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14077:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14078: 
                   14079:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14080:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14081:          xml: stylesheet&manager STARTED
                   14082: 
                   14083:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14084:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14085: 
                   14086:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14087:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14088:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14089:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14090:          charsets
                   14091: 
                   14092:        * tests/023.html: in some cases it rounded up badly. postponing
                   14093:          solution of that problem, making more simple test
                   14094: 
                   14095:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14096:          -kb now
                   14097: 
                   14098:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14099:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14100:          moved to charsets.C
                   14101: 
                   14102: 2003-03-05  paf
                   14103: 
                   14104:        * src/classes/string.C, src/include/pa_string.h,
                   14105:          src/main/pa_string.C, tests/105.html,
                   14106:          tests/results/105.processed: String::match bug fixed
                   14107: 
                   14108:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14109:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14110:          debug build on win32]
                   14111: 
                   14112:        * tests/: 057.html, results/057.processed: test bug fixed
                   14113: 
1.116     moko     14114:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14115: 
                   14116:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14117:          missing
                   14118: 
1.116     moko     14119:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14120:          forgotten files added to Makes
1.95      moko     14121: 
                   14122:        * ltmain.sh: ltmain.sh added
                   14123: 
                   14124:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14125:          change undone ;(
                   14126: 
                   14127:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14128:          made static
                   14129: 
                   14130:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14131:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14132:          todo:make linker happy
1.95      moko     14133: 
                   14134:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14135:          env param made optional
                   14136: 
                   14137: 2003-03-04  paf
                   14138: 
                   14139:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14140:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14141: 
                   14142:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14143:          results/103.processed: tests: 103 image.copy transparence test
                   14144: 
                   14145:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14146:          tests/results/101.processed, tests/results/102.processed: tests:
                   14147:          101 method/variable name conflict test 102 form fields change
                   14148:          should not not change anything [bug fix]
                   14149: 
                   14150:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14151:          results/099.processed, results/100.processed: tests: 57 date
                   14152:          create 2002: added 99,100 response:body/download
                   14153: 
                   14154:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14155:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14156: 
                   14157:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14158:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14159:          fixed]
                   14160: 
                   14161:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14162:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14163:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14164:          image EXIF  [bug fixed]
                   14165: 
                   14166:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14167:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14168:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14169:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14170:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14171:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14172:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14173:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14174:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14175:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14176:          tests/results/062.processed, tests/results/063.processed,
                   14177:          tests/results/064.processed, tests/results/065.processed,
                   14178:          tests/results/066.processed, tests/results/067.processed,
                   14179:          tests/results/068.processed, tests/results/069.processed,
                   14180:          tests/results/070.processed, tests/results/071.processed,
                   14181:          tests/results/072.processed, tests/results/073.processed,
                   14182:          tests/results/074.processed, tests/results/075.processed,
                   14183:          tests/results/076.processed, tests/results/077.processed,
                   14184:          tests/results/078.processed, tests/results/080.processed,
                   14185:          tests/results/081.processed, tests/results/082.processed,
                   14186:          tests/results/083.processed, tests/results/084.processed,
                   14187:          tests/results/085.processed, tests/results/086.processed,
                   14188:          tests/results/087.processed, tests/results/088.processed,
                   14189:          tests/results/089.processed, tests/results/090.processed,
                   14190:          tests/results/091.processed, tests/results/092.processed,
                   14191:          tests/results/093.processed, tests/results/094.processed,
                   14192:          tests/results/095.processed, tests/079.html,
                   14193:          tests/results/079.processed: tests: 61 file::stat size 62
                   14194:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14195:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14196:          string.match simple on long 68 string.match normalized simple on
                   14197:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14198:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14199:          date arithmetics 75 response date values/attributes 76 string.pos
                   14200:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14201:          with local 80 scientific numeric literal in string autoconvert 81
                   14202:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14203:          table.hash distinct 85 long string  replace 86 throw+catch
                   14204:          current language preserve 87 bit shifts 88 junction tests +
                   14205:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14206:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14207:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14208: 
                   14209:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14210:          fixed] 60 string eq string [bug fixed]
                   14211: 
                   14212:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14213:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14214:          results/053.processed, results/054.processed,
                   14215:          results/055.processed, results/056.processed,
                   14216:          results/057.processed, results/058.processed,
                   14217:          results/059.processed, results/060.processed: test: 53
                   14218:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14219:          date.create[string] 58 image.measure[png]
                   14220: 
                   14221:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14222:          outputs/051.processed, results/052.processed: test: 52
                   14223:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14224:          task: fix that
                   14225: 
                   14226: 2003-03-03  paf
                   14227: 
                   14228:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14229:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14230:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14231:          outputs/049.processed, outputs/050.processed,
                   14232:          outputs/051.processed, results/001.processed,
                   14233:          results/002.processed, results/003.processed,
                   14234:          results/005.processed, results/006.processed,
                   14235:          results/008.processed, results/009.processed,
                   14236:          results/011.processed, results/012.processed,
                   14237:          results/013.processed, results/014.processed,
                   14238:          results/015.processed, results/016.processed,
                   14239:          results/017.processed, results/020.processed,
                   14240:          results/021.processed, results/022.processed,
                   14241:          results/024.processed, results/025.processed,
                   14242:          results/026.processed, results/027.processed,
                   14243:          results/028.processed, results/029.processed,
                   14244:          results/030.processed, results/031.processed,
                   14245:          results/049.processed, results/050.processed,
                   14246:          results/051.processed, results/043.processed,
                   14247:          results/044.processed, results/045.processed,
                   14248:          results/046.processed, results/047.processed,
                   14249:          results/048.processed: tests: 43,44,45 date rolls 46
                   14250:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14251:          hash-creating switch 50 process 51 started parent/child, works as
                   14252:          it were but it were NOT GOOD, created separate task  to fix that
                   14253: 
                   14254:        * tests/: 042.html, results/042.processed: test: 42
                   14255:          exception.handled
                   14256: 
                   14257:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14258:          expression
                   14259: 
                   14260:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14261:          of type table 40 method param junction auto evaluate
                   14262: 
                   14263:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14264:          of type table
                   14265: 
                   14266:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14267:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14268:          tests/038.html, tests/results/033.processed,
                   14269:          tests/results/034.processed, tests/results/035.processed,
                   14270:          tests/results/036.processed, tests/results/037.processed,
                   14271:          tests/results/038.processed: tests: 33 string.replace 34
                   14272:          string.upper 35 table created 36 local/global vars with juntions
                   14273:          37 table clone 38 math PI & number formatting
                   14274: 
                   14275:          math class registring typo fixed
                   14276: 
                   14277:        * src/classes/op.C, src/include/pa_request.h,
                   14278:          src/include/pa_string.h, src/main/execute.C,
                   14279:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14280:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14281:          tests/032.html, tests/results/032.processed: uchar changed to
                   14282:          String_UL in all places [was not everywhere] untaint test: 032
                   14283: 
                   14284:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14285:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14286:          tests/parser-unix.sh: removed -H command line key, now testing
                   14287:          using .sh file with SERVER_SOFTWARE=xxx
                   14288: 
                   14289: 2003-02-26  paf
                   14290: 
                   14291:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14292:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14293:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14294:          tests/results/024.processed, tests/results/025.processed,
                   14295:          tests/results/026.processed, tests/results/027.processed,
                   14296:          tests/results/028.processed, tests/results/029.processed,
                   14297:          tests/results/030.processed, tests/results/031.processed: fixed
                   14298:          bug with name_cstr mutable CharPtr more tests
                   14299: 
                   14300:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14301:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14302:          << abort.  die now just exits
                   14303: 
                   14304:        * src/classes/classes.awk, src/classes/classes.h,
                   14305:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14306:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14307:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14308:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14309:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14310:          src/classes/xnode.C, src/include/pa_memory.h,
                   14311:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14312:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14313:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14314:          tests/017.html, tests/018.html, tests/019.html,
                   14315:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14316:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14317:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14318:          tests/results/015.processed, tests/results/016.processed,
                   14319:          tests/results/017.processed, tests/results/018.processed,
                   14320:          tests/results/019.processed, tests/results/020.processed,
                   14321:          tests/results/021.processed, tests/results/022.processed,
                   14322:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14323:          classes SAPI::get_env now returns info on pool more tests
                   14324: 
                   14325:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14326:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14327:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14328:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14329:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14330:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14331:          tests/results/001.processed, tests/results/002.processed,
                   14332:          tests/results/003.processed, tests/results/004.processed,
                   14333:          tests/results/005.processed, tests/results/006.processed,
                   14334:          tests/results/007.processed, tests/results/008.processed,
                   14335:          tests/results/009.processed, tests/results/010.processed,
                   14336:          tests/results/011.processed, tests/results/012.processed,
                   14337:          tests/results/013.processed, tests/results/014.processed: hash
                   14338:          cloning fixed
                   14339: 
                   14340: 2003-02-25  paf
                   14341: 
                   14342:        * src/main/pa_common.C: typo fixed
                   14343: 
                   14344: 2003-02-24  paf
                   14345: 
                   14346:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14347:          [one remained]
                   14348: 
                   14349:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14350:          [should have been get_string(&pool)] todo: check other such calls
                   14351: 
                   14352:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14353:          test10, bad lookups
                   14354: 
                   14355:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14356:          object got destructed, and xxx points to sky
                   14357: 
                   14358:        * ChangeLog, src/classes/string.C: match bug fixed
                   14359: 
                   14360:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14361:          $.charset[specified] now
                   14362: 
                   14363:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14364:          which failed to handle sigsetjmp+throw: crashed inside of
                   14365:          pre-throw code.  rewritten simplier [though duplicating
                   14366:          closesocket code]
                   14367: 
                   14368:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14369:          which failed to handle sigsetjmp+throw: crashed inside of
                   14370:          pre-throw code.  rewritten simplier [though duplicating
                   14371:          closesocket code]
                   14372: 
                   14373: 2003-02-21  paf
                   14374: 
                   14375:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14376:          $cookie:name[$.expires[date << can be now]]
                   14377: 
                   14378:          written makefile with regression tests [raw]
                   14379: 
                   14380:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14381:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14382:          CGI header when parser used in command line [useful for tests
                   14383:          also]
                   14384: 
                   14385:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14386:          switches on CGI mode, and is used in regression tests
                   14387: 
                   14388:        * src/: include/pa_request.h, main/pa_request.C,
                   14389:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14390:          fixed
                   14391: 
                   14392:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14393:          handling pa_*
                   14394: 
                   14395:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14396:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14397:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14398:          memory handling files
                   14399: 
                   14400:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14401: 
                   14402:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14403:          compiles OK test to show benefits of free
                   14404: 
                   14405:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14406:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14407:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14408:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14409:          use pool [as the one in ^process]
                   14410: 
                   14411:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14412:          -- some must use pool [as the one in ^process]
                   14413: 
                   14414: 2003-02-20  paf
                   14415: 
                   14416:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14417:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14418:          classes/math.C, classes/op.C, classes/response.C,
                   14419:          classes/string.C, classes/table.C, classes/void.C,
                   14420:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14421:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14422:          string cmp fixed
                   14423: 
                   14424:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14425:          values passed OK now
                   14426: 
                   14427: 2003-02-19  paf
                   14428: 
                   14429:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14430:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14431:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14432:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14433:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14434:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14435:          in gd -- planning complete rewrite extremely ugly code]
                   14436: 
                   14437:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14438:          files
                   14439: 
                   14440: 2003-02-17  paf
                   14441: 
                   14442:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14443:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14444:          classes/response.C, classes/string.C, classes/table.C,
                   14445:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14446:          include/pa_stylesheet_connection.h,
                   14447:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14448:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14449:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14450:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14451:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14452:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14453:          of unitialized simple-typed field
                   14454: 
                   14455:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14456:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14457:          simple-typed field fixed.  todo: find&kill all like that one
                   14458: 
                   14459:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14460:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14461:          debug output fixed
                   14462: 
                   14463:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   14464:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   14465:          object_ptr from delete[them]
                   14466: 
                   14467:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   14468:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   14469:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   14470:          main/pa_charset.C, main/pa_common.C,
                   14471:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14472:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14473:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   14474:          calls
                   14475: 
                   14476:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   14477:          couple mem leaks rusulted from old pooled::malloc usage.
                   14478:          todo:find more like those
                   14479: 
                   14480:        * src/main/: compile.C, compile_tools.C: 2*2!
                   14481: 
                   14482:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   14483:          stackItem fixed [there were no string on stack before]
                   14484: 
                   14485:        * src/: main/execute.C, main/pa_request.C,
                   14486:          types/pa_vmethod_frame.C: first letters out OK
                   14487: 
                   14488:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   14489:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   14490:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   14491:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   14492:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   14493:          type not initialized with zeros :( while class fields of class
                   14494:          types initialized with default constructors.  learn C++
                   14495: 
                   14496:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   14497:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   14498:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   14499:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   14500:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   14501: 
                   14502: 2003-02-14  paf
                   14503: 
                   14504:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   14505:          13 link errors
                   14506: 
                   14507:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   14508:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   14509:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14510:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   14511:          errors :)
                   14512: 
                   14513:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   14514:          classes/hash.C, classes/mail.C, classes/op.C,
                   14515:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   14516:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   14517:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   14518:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   14519: 
                   14520:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   14521:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   14522:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   14523:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   14524:          types/pa_vint.h, types/types.dsp: op compiled
                   14525: 
                   14526:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   14527:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   14528:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   14529: 
                   14530: 2003-02-07  paf
                   14531: 
                   14532:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   14533: 
                   14534: 2003-02-06  paf
                   14535: 
                   14536:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   14537:          mail compiled
                   14538: 
                   14539:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   14540:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   14541:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   14542: 
                   14543:        * src/classes/: file.C, form.C: form compiled
                   14544: 
                   14545:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   14546:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   14547:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   14548: 
                   14549:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   14550:          types/pa_vmath.h: math compiled [win32]
                   14551: 
                   14552:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   14553:          types/pa_vstring.h: hash compiled
                   14554: 
                   14555: 2003-02-04  paf
                   14556: 
                   14557:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   14558:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14559:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   14560:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   14561:          types/pa_vhash.h: hash 50% compiled
                   14562: 
                   14563:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14564:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   14565:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14566:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   14567:          main/pa_string.C: date compiled
                   14568: 
                   14569:        * src/classes/: classes.dsp, double.C: double compiled
                   14570: 
                   14571:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14572:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   14573:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   14574:          classes/string.C, classes/table.C, classes/void.C,
                   14575:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   14576:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   14577:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   14578:          compiled
                   14579: 
                   14580:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14581:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14582:          classes/math.C, classes/op.C, classes/response.C,
                   14583:          classes/string.C, classes/table.C, classes/void.C,
                   14584:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14585:          types/pa_vvoid.h: void  compiled :)
                   14586: 
                   14587:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   14588:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14589:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14590:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   14591:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   14592:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   14593:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   14594:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   14595:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   14596:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   14597:          value_includes.h
                   14598: 
                   14599:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   14600:          trying to remove stupid value_includes.h
                   14601: 
                   14602:        * src/main/pa_exec.C: pa_exec compiled on win32
                   14603: 
                   14604:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   14605: 
                   14606:        * src/: include/pa_globals.h, include/pa_request.h,
                   14607:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   14608:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   14609:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   14610:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   14611:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   14612: 
                   14613:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   14614:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   14615:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   14616: 
                   14617:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   14618:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   14619:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   14620:          compiled
                   14621: 
                   14622:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   14623:          name conflicts)
                   14624: 
                   14625:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   14626:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   14627:          yelds "virtual memory exhausted" while trying to compile
                   14628:          execute.C [eating up to 127MB]
                   14629: 
                   14630: 2003-02-03  paf
                   14631: 
                   14632:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   14633:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   14634:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   14635:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14636:          types/pa_vint.h, types/pa_vjunction.h,
                   14637:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   14638:          started gcc compiling pa_common compiled
                   14639: 
                   14640:        * src/: include/pa_exception.h, include/pa_pool.h,
                   14641:          main/pa_exception.C: exception gcc change #1
                   14642: 
1.116     moko     14643:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   14644:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     14645: 
                   14646:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   14647: 
                   14648:        * src/types/pa_vtable.C: vtable compiled
                   14649: 
                   14650:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   14651: 
                   14652:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   14653:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   14654: 
                   14655:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   14656: 
                   14657:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   14658: 
                   14659:        * src/types/pa_vrequest.C: vrequest compiled
                   14660: 
                   14661:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   14662:          pa_vobject.C, pa_vobject.h: vobject compiled
                   14663: 
                   14664:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   14665:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14666:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   14667:          compiled
                   14668: 
                   14669:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   14670: 
                   14671:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   14672:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   14673:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   14674:          compiled
                   14675: 
                   14676:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14677:          main.lib - 0 error(s), 0 warning(s)
                   14678: 
                   14679:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   14680:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   14681: 
                   14682: 2003-01-31  paf
                   14683: 
                   14684:        * src/: include/pa_array.h, include/pa_operation.h,
                   14685:          include/pa_request.h, main/execute.C, main/main.dsp,
                   14686:          types/pa_vjunction.h: started last file from main library:
                   14687:          execute
                   14688: 
                   14689:        * src/: include/pa_request.h, include/pa_sapi.h,
                   14690:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   14691:          main/pa_request.C, targets/cgi/parser3.C,
                   14692:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   14693:          types/pa_vhash.h: pa_request compiled
                   14694: 
                   14695:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   14696:          include/pa_globals.h, include/pa_request.h,
                   14697:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   14698:          main/execute.C, main/main.dsp, main/pa_common.C,
                   14699:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14700:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   14701:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   14702:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14703:          types/types.dsp: most pa_request compiled
                   14704: 
                   14705:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14706:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14707:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14708:          classes/op.C, classes/response.C, classes/string.C,
                   14709:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   14710:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   14711:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14712:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14713:          include/pa_dictionary.h, include/pa_dir.h,
                   14714:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14715:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   14716:          include/pa_pool.h, include/pa_request.h,
                   14717:          include/pa_request_charsets.h, include/pa_request_info.h,
                   14718:          include/pa_sapi.h, include/pa_socks.h,
                   14719:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14720:          include/pa_stack.h, include/pa_string.h,
                   14721:          include/pa_stylesheet_connection.h,
                   14722:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14723:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14724:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14725:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   14726:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   14727:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14728:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14729:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14730:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   14731:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   14732:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14733:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14734:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   14735:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14736:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   14737:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   14738:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   14739:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   14740:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   14741:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   14742:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   14743:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14744:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14745:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14746:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14747:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14748:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14749:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14750:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14751:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14752:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14753:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14754:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14755:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14756:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14757:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14758:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   14759: 
                   14760:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   14761:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   14762:          src/include/pa_charsets.h, src/include/pa_common.h,
                   14763:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   14764:          src/include/pa_exec.h, src/include/pa_pool.h,
                   14765:          src/include/pa_request.h, src/include/pa_sapi.h,
                   14766:          src/include/pa_sql_connection.h,
                   14767:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14768:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   14769:          src/main/compile.tab.C, src/main/compile_tools.C,
                   14770:          src/main/compile_tools.h, src/main/main.dsp,
                   14771:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   14772:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   14773:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14774:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14775:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   14776:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   14777:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   14778:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14779:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14780:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   14781:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   14782:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   14783:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14784:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14785:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14786:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14787:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14788:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14789:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   14790:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   14791:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   14792:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   14793:          died, long live StringPtr
                   14794: 
                   14795: 2003-01-30  paf
                   14796: 
                   14797:        * src/: include/pa_charset.h, include/pa_request.h,
                   14798:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   14799:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   14800:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   14801: 
                   14802:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   14803:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   14804:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   14805:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   14806:          types/types.dsp: vstateless_class compiled
                   14807: 
                   14808:        * src/main/compile.C: compile compiled
                   14809: 
                   14810:        * src/: include/pa_array.h, include/pa_operation.h,
                   14811:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   14812:          main/pa_table.C: compile_tools compiled
                   14813: 
                   14814:        * src/: include/pa_operation.h, main/compile.y,
                   14815:          main/compile_tools.C, main/compile_tools.h: started
                   14816:          compile_tools. vagues ideas of how to free compiled code
                   14817: 
                   14818:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   14819:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   14820:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   14821:          compiled
                   14822: 
                   14823: 2003-01-29  paf
                   14824: 
                   14825:        * src/: include/pa_globals.h, include/pa_request.h,
                   14826:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14827:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   14828:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   14829:          compiled
                   14830: 
                   14831:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   14832:          now
                   14833: 
                   14834:        * src/: include/pa_array.h, include/pa_exception.h,
                   14835:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   14836: 
                   14837:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   14838:          compiled
                   14839: 
                   14840:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   14841:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   14842:          types/pa_vfile.h: vfile compiled
                   14843: 
                   14844:        * src/: include/pa_common.h, include/pa_globals.h,
                   14845:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   14846:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14847:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   14848: 
                   14849:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   14850:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   14851:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   14852:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   14853:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   14854: 
                   14855:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   14856:          main/main.dsp, main/untaint.C: more compiled
                   14857: 
                   14858:        * src/: include/pa_charsets.h, include/pa_request.h,
                   14859:          include/pa_request_info.h, include/pa_string.h,
                   14860:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   14861:          types/pa_vresponse.h: vrequest compiled
                   14862: 
                   14863:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   14864:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   14865:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   14866: 
                   14867:        * src/: classes/classes.h, include/pa_charset.h,
                   14868:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   14869:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   14870:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   14871:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   14872:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   14873:          types/pa_vrequest.C, types/pa_vrequest.h,
                   14874:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   14875:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   14876: 
                   14877:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   14878:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14879:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   14880:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   14881:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14882:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   14883:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   14884:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14885:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   14886: 
                   14887: 2003-01-28  paf
                   14888: 
                   14889:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   14890:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   14891:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   14892:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   14893:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   14894:          compile_tools
                   14895: 
                   14896:        * src/: include/pa_charset.h, include/pa_exception.h,
                   14897:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   14898:          untaint compiled
                   14899: 
                   14900:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   14901:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   14902:          more compiled.  struck with string::store_to needing to know
                   14903:          source/client charsets
                   14904: 
                   14905:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   14906:          types/pa_vfile.h: uue compiled
                   14907: 
                   14908:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   14909:          table compiled
                   14910: 
                   14911:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   14912:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   14913: 
                   14914:        * src/: include/pa_charset.h, main/pa_charset.C,
                   14915:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   14916:          introduced]
                   14917: 
                   14918:        * src/: classes/date.C, include/pa_charset.h,
                   14919:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   14920:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   14921:          pa_charsets compiled
                   14922: 
                   14923:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   14924:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   14925: 
                   14926:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   14927:          common compiled
                   14928: 
                   14929:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   14930:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   14931: 
                   14932:        * src/: include/pa_array.h, include/pa_charset.h,
                   14933:          include/pa_charsets.h, include/pa_pool.h,
                   14934:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14935:          include/pa_stack.h, include/pa_string.h,
                   14936:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   14937:          sql_driver_manager compiled
                   14938: 
                   14939:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   14940:          letter i with two dots added to koi, all ukranian letters added
                   14941:          to win1251.
                   14942: 
                   14943:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   14944:          abscent from koi]
                   14945: 
                   14946: 2003-01-27  paf
                   14947: 
                   14948:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   14949:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14950:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   14951:          sql/pa_sql_driver.h: paused on sql_manager
                   14952: 
                   14953:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   14954:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14955:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   14956:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   14957: 
                   14958:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   14959:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14960:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   14961:          main/pa_table.C: table compiled
                   14962: 
                   14963:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   14964:          cache_managers compiled
                   14965: 
                   14966:        * src/: include/pa_array.h, include/pa_charset.h,
                   14967:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   14968: 
                   14969:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   14970: 
                   14971:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   14972:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   14973:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   14974:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   14975:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   14976: 
                   14977: 2003-01-24  paf
                   14978: 
                   14979:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   14980:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   14981:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   14982:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   14983:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   14984:          types/pa_vint.h, types/pa_vjunction.h,
                   14985:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14986:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   14987: 
                   14988:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   14989:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   14990:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   14991:          main/pa_string.C, main/pa_table.C: string compiled
                   14992: 
                   14993:        * src/: include/pa_array.h, include/pa_common.h,
                   14994:          include/pa_dictionary.h, include/pa_exception.h,
                   14995:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   14996:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   14997:          main/pa_string.C: dictionary compiled
                   14998: 
                   14999: 2003-01-23  paf
                   15000: 
                   15001:        * src/: include/pa_array.h, include/pa_common.h,
                   15002:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15003:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15004:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15005:          types/pa_value.h: resurrected pool in new sense: now it's
                   15006:          factory, producing&accounting memory chunks for read[autofree]
                   15007:          buffers
                   15008: 
                   15009:        * src/: include/pa_array.h, include/pa_exception.h,
                   15010:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15011:          main/pa_exception.C, main/pa_table.C: table compiled
                   15012: 
                   15013:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15014:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15015:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15016:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15017:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15018:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15019:          main/pa_table.C: aint that easy
                   15020: 
                   15021:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15022:          main/main.dsp: continued with Hash
                   15023: 
                   15024:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15025:          stack] now. and exception can be reported OK now [can be reported
                   15026:          outside of pro c with that stack]
                   15027: 
                   15028: 2003-01-22  paf
                   15029: 
                   15030:        * src/: include/pa_array.h, include/pa_charset.h,
                   15031:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15032:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15033:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15034:          base: contains references_count.  auto_ptr template calls
                   15035:          add_ref/release
                   15036: 
                   15037: 2003-01-21  paf
                   15038: 
                   15039:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15040:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15041:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15042:          classes/op.C, classes/response.C, classes/string.C,
                   15043:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15044:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15045:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15046:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15047:          include/pa_dictionary.h, include/pa_dir.h,
                   15048:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15049:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15050:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15051:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15052:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15053:          include/pa_stack.h, include/pa_string.h,
                   15054:          include/pa_stylesheet_connection.h,
                   15055:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15056:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15057:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15058:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15059:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15060:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15061:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15062:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15063:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15064:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15065:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15066:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15067:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15068:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15069:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15070:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15071:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15072:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15073:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15074:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15075:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15076:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15077:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15078:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15079:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15080:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15081:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15082:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15083:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15084:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15085:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15086:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15087:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15088:          2002->2003
                   15089: 
                   15090: 2003-01-16  paf
                   15091: 
                   15092:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15093:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15094: 
                   15095:        * operators.txt, src/include/pa_config_fixed.h,
                   15096:          src/main/pa_common.C: http request now return status. and not
                   15097:          fail on status!=200
                   15098: 
                   15099: 2003-01-15  paf
                   15100: 
                   15101:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15102: 
                   15103: 2003-01-14  paf
                   15104: 
                   15105:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15106:          mkinstalldirs: removed some ancient files [they in / really]
                   15107: 
                   15108:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15109:          regretfully needed patch in two places.  in config_fixed.h made
                   15110:          stubs for lib to compile in MSVC
                   15111: 
                   15112: 2003-01-13  paf
                   15113: 
                   15114:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15115:          configure.in(libtool) hacks
                   15116: 
1.116     moko     15117:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15118:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15119:          ltdl.h: moved to latest libtool (1.4.3)
                   15120: 
                   15121: 2003-01-10  paf
                   15122: 
                   15123:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15124: 
                   15125:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15126:          patches.        libxml2 >= 2.5.1
                   15127:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15128:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15129:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15130: 
                   15131:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15132:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15133:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15134:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15135: 
                   15136: 2003-01-09  paf
                   15137: 
                   15138:        * INSTALL: xml,xslt,gdome lib urls updated
                   15139: 
                   15140:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15141:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15142:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15143:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15144:          1.7.2
1.95      moko     15145: 
                   15146:        * depcomp: moving to automake 1.7.2
                   15147: 
                   15148: 2002-12-27  paf
                   15149: 
                   15150:        * src/include/pa_version.h: 0007
                   15151: 
                   15152:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15153:          outdated parts, made links to language docs
                   15154: 
                   15155:        * src/include/pa_config_auto.h.in: comment
                   15156: 
                   15157: 2002-12-26  paf
                   15158: 
                   15159:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15160:          not contain trailing / fixed.
                   15161: 
                   15162:        * INSTALL: changing SAFE_MODE politics
                   15163: 
                   15164:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15165: 
                   15166:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15167: 
                   15168: 2002-12-25  paf
                   15169: 
                   15170:        * src/main/pa_globals.C: optimized-xml
                   15171: 
                   15172:        * src/main/pa_globals.C: optimized-as-is
                   15173: 
                   15174: 2002-12-24  paf
                   15175: 
                   15176:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15177:          fixed [were really called with zero size when .html?a=&b=]
                   15178: 
                   15179:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15180:          with --with-sendmail
                   15181: 
                   15182:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15183:          fixed]
                   15184: 
                   15185: 2002-12-23  paf
                   15186: 
                   15187:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15188:          ignoring parameters & were storing only string with default
                   15189:          expires
                   15190: 
                   15191:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15192:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15193:          December 23, 2002 4:22 AM Subject: bug â
                   15194:          Charset::transcode_buf2xchar
                   15195: 
                   15196: 2002-12-20  paf
                   15197: 
                   15198:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15199:          non-cgi [script] runs
                   15200: 
                   15201: 2002-12-19  paf
                   15202: 
                   15203:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15204:          [tested on elik]] moreover, it's not needed there [parser
                   15205:          registers charsets itself]
                   15206: 
                   15207:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15208:          [tested on elik]]
                   15209: 
                   15210:        * operators.txt, src/include/pa_globals.h,
                   15211:          src/include/pa_request.h, src/main/pa_globals.C,
                   15212:          src/main/pa_request.C: $response:download
                   15213: 
                   15214:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15215:          compiler [win32]].
                   15216: 
                   15217: 2002-12-18  paf
                   15218: 
                   15219:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15220: 
                   15221: 2002-12-17  paf
                   15222: 
                   15223:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15224: 
                   15225:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15226:          to exit(1) 2. more flexible iilegal call check
                   15227: 
                   15228: 2002-12-16  paf
                   15229: 
                   15230:        * ltmain.sh: some automakes silly insist on having this handy
                   15231: 
                   15232:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15233:          'p' bug fix
                   15234: 
                   15235: 2002-12-15  paf
                   15236: 
                   15237:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15238:          'p'
                   15239: 
                   15240:        * configure.in, src/include/pa_config_auto.h.in,
                   15241:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15242:          from branch 6 to HEAD
                   15243: 
                   15244:        * src/main/compile.C: removed warning
                   15245: 
                   15246:        * src/main/pa_common.C: ftruncate having checked
                   15247: 
                   15248:        * configure.in, src/include/pa_version.h: new version
                   15249: 
                   15250: 2002-12-14  paf
                   15251: 
                   15252:        * src/classes/table.C: removed unnecessary code
                   15253: 
                   15254:        * src/sql/pa_sql_driver.h: exception type fixed
                   15255: 
                   15256: 2002-12-09  paf
                   15257: 
                   15258:        * src/types/pa_vvoid.h: $void.store[now] error
                   15259: 
                   15260:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15261: 
                   15262:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15263:          tries to write core dump
                   15264: 
                   15265:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15266: 
                   15267:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15268:          classes/void.C, main/pa_sql_driver_manager.C,
                   15269:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15270:          handlers #2
                   15271: 
                   15272:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15273:          exception handling mech in sql handlers
                   15274: 
                   15275:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15276:          handlers
                   15277: 
                   15278:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15279:          classes/void.C, main/pa_sql_driver_manager.C,
                   15280:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15281:          handlers
                   15282: 
1.116     moko     15283:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15284:          to write makefile which used libtool to install things, which is
                   15285:          not needed
1.95      moko     15286: 
                   15287: 2002-12-06  paf
                   15288: 
                   15289:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15290:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15291: 
                   15292: 2002-12-05  paf
                   15293: 
                   15294:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15295:          cc/bcc OK now
                   15296: 
                   15297:        * src/main/untaint.C: mail header closed properly
                   15298: 
                   15299:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15300:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15301:          works, cc, bcc ignored now, and MAILED ;)]
                   15302: 
                   15303:          [strncpy killed, memnchr used]
                   15304: 
                   15305:        * src/main/pa_table.C: table-copy now current=0
                   15306: 
                   15307:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15308:          lowlevel proc
                   15309: 
                   15310:        * src/targets/cgi/parser3.C: more checks on
                   15311:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15312:          checked that now
                   15313: 
                   15314:        * src/targets/cgi/parser3.C: more checks on
                   15315:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15316:          checked that now
                   15317: 
                   15318:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15319:          out-of-mem errors reached log]
                   15320: 
                   15321:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15322:          mail:send MIME-Version default
                   15323: 
                   15324:        * src/main/main.dsp: pa_version included into main.dsp
                   15325: 
                   15326: 2002-12-04  paf
                   15327: 
                   15328:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15329: 
                   15330:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15331:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15332: 
                   15333:        * src/classes/classes.awk: more strict *.C$
                   15334: 
                   15335:        * gnu.dsp: restored
                   15336: 
1.116     moko     15337:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15338:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15339:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15340:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15341:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15342:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15343:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15344:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15345:          now created with /configure, not ltdl/configure, so it does have
                   15346:          no problems with automake.  ltdl/configure
                   15347:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15348: 
                   15349: 2002-12-02  paf
                   15350: 
                   15351:        * operators.txt: removed outdated status:db
                   15352: 
                   15353:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15354:          src/main/pa_common.C, src/main/pa_request.C,
                   15355:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15356:          tainted parts becomes http-header
                   15357: 
                   15358: 2002-11-29  paf
                   15359: 
                   15360:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15361:          dates now objects of type date
                   15362: 
                   15363:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15364:          only, and for parser user this  means that jpeg image has bad
                   15365:          size in fragment's header] now used image.format
                   15366: 
                   15367:        * src/: include/pa_common.h, main/pa_common.C,
                   15368:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15369:          now handled exactly like $response:header values.  e.g. can be
                   15370:          hash [can have subattributes] & contain date values.
                   15371: 
                   15372:        * src/main/pa_common.C: http:// param values lang forced URI
                   15373: 
                   15374:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15375: 
                   15376: 2002-11-28  paf
                   15377: 
                   15378:        * operators.txt: http.timeout
                   15379: 
                   15380:        * src/classes/image.C: ^image.length now counts interchar space.
                   15381:          plus space after last char
                   15382: 
                   15383:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15384: 
                   15385:        * src/classes/image.C: ^image.font width measurer now scans full
                   15386:          height [were -1]
                   15387: 
                   15388:        * configure.in: stopped double libltdl/Makefile generation
                   15389: 
                   15390:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15391:          chars [one top horizontal line of 1pixel height were missing]
                   15392: 
                   15393:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15394:          'false' to go into (Hash *) parameter
                   15395: 
                   15396: 2002-11-27  paf
                   15397: 
                   15398:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15399:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15400:          returns content-disposition: >>attachment<<
                   15401: 
                   15402:        * src/classes/image.C: ^image.font << bad font file-size now
                   15403:          properly reported
                   15404: 
                   15405: 2002-11-26  paf
                   15406: 
                   15407:        * src/main/pa_request.C: fixed lang in reponse header
                   15408: 
                   15409:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15410: 
                   15411:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15412:          made exception: http.status with source=bad status#
                   15413: 
                   15414: 2002-11-25  paf
                   15415: 
                   15416:        * configure.in, src/classes/image.C,
                   15417:          src/include/pa_config_auto.h.in,
                   15418:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15419:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15420:          const void related probs fixed
1.95      moko     15421: 
                   15422:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15423: 
                   15424:          $file[^file::load[http://there]] $file.SERVER
                   15425: 
                   15426:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15427:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15428:          http options [invalid onces now reported] made default
                   15429:          user-agent: paf
                   15430: 
                   15431:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15432:          src/classes/xdoc.C, src/include/pa_common.h,
                   15433:          src/include/pa_globals.h, src/main/pa_common.C,
                   15434:          src/main/pa_globals.C, src/main/pa_request.C,
                   15435:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15436:          now understand http:// prefix and additional params, sample:
                   15437:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15438:          $.USER-AGENT[parser3] ]]
                   15439: 
                   15440: 2002-11-22  paf
                   15441: 
                   15442:        * src/classes/image.C, src/include/pa_globals.h,
                   15443:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15444:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15445:          $image.exif.DateTime & co
                   15446: 
                   15447: 2002-11-21  paf
                   15448: 
                   15449:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15450:          _PASS_APPENDED)
                   15451: 
                   15452:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15453:          EXIF information [were big block and it's size were considered
                   15454:          negative :(]
                   15455: 
                   15456:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15457:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15458:          internals rewritten. no there's reader.seek, and all's ready for
                   15459:          EXIF extraction [now we fail to measure files with EXIF info]
                   15460: 
                   15461:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15462:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15463:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   15464: 
                   15465: 2002-11-20  paf
                   15466: 
                   15467:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   15468: 
                   15469:        * configure.in, src/include/pa_config_auto.h.in,
                   15470:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   15471:          comment
                   15472: 
                   15473:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   15474: 
                   15475:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15476:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   15477:          currently processed document SIGPIPE >> interrupts request
                   15478:          processing [exception = DB rollback]
                   15479: 
                   15480:        * src/main/pa_exec.C: comment
                   15481: 
                   15482:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   15483: 
                   15484:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   15485:          << disable HTTP-POST repassing
                   15486: 
                   15487:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15488:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   15489:          pipe read errors now checked
                   15490: 
                   15491: 2002-11-19  paf
                   15492: 
                   15493:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   15494:          CGI: Illegal call
                   15495: 
                   15496: 2002-11-01  paf
                   15497: 
                   15498:        * src/main/execute.C: comment
                   15499: 
                   15500: 2002-10-31  paf
                   15501: 
                   15502:        * src/main/execute.C: found out why, checked that for now.  todo:
                   15503:          find out a way for that user could do that
                   15504: 
                   15505:        * src/types/pa_vstateless_object.h: object put replaces static
                   15506:          parent if any
                   15507: 
                   15508:        * src/types/pa_vobject.C: object put replaces static parent if any
                   15509: 
                   15510:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15511:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   15512:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   15513:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15514:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   15515:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15516:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   15517:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15518:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15519:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15520:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15521:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15522:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15523:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15524:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15525:          types/pa_wwrapper.h: static fix merged
                   15526: 
                   15527:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   15528:          $virtual_fields in dynamic, but one can reach derived
                   15529:          static[class] variable from base
                   15530: 
                   15531:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15532:          types/pa_vobject.C, types/pa_vobject.h,
                   15533:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   15534:          statics, left $virtual_fields in dynamic
                   15535: 
                   15536:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   15537:          one can't remember derivates in base class: there's so many of
                   15538:          them.  also there can be no virtual method calls in static
                   15539:          classes
                   15540: 
                   15541:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15542:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   15543:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   15544:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15545:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   15546:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15547:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   15548:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   15549:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   15550:          types/pa_vresponse.C, types/pa_vresponse.h,
                   15551:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15552:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15553:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15554:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15555:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15556:          types/pa_wwrapper.h: static call $self fixed
                   15557: 
                   15558:        * src/main/execute.C: comment
                   15559: 
                   15560:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   15561:          ^process[$caller.self]{...} now compiles to last derived object
                   15562:          part of that 'self'
                   15563: 
                   15564: 2002-10-29  paf
                   15565: 
                   15566:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   15567:          re-passing [iis to blame]
                   15568: 
                   15569:        * src/classes/string.C: changed string.save to pass current sql
                   15570:          connection to cstr thus one can ^connect[some server]{
                   15571:          $s[insert into table x (x) values (^taint[sql]{value})]
                   15572:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   15573:          properly escaped.  [tried in mssql->mysql export->import of
                   15574:          binary data]
                   15575: 
                   15576: 2002-10-25  paf
                   15577: 
                   15578:        * src/types/pa_vresponse.C: case insensitive response user fields
                   15579:          get/put
                   15580: 
                   15581:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   15582:          types/pa_vresponse.C: saving for maybe-future
                   15583: 
                   15584: 2002-10-23  paf
                   15585: 
                   15586:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   15587:          ^table.hash(expr)...
                   15588: 
                   15589:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   15590: 
                   15591: 2002-10-22  paf
                   15592: 
                   15593:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   15594:          VForm::Append...(...Value)
                   15595: 
                   15596:        * src/main/execute.C: $.name outside of $name[...] checked
                   15597: 
                   15598:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   15599:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   15600: 
                   15601: 2002-10-21  paf
                   15602: 
                   15603:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   15604:          $form:qtail $form:imap.x/y
                   15605: 
                   15606:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   15607:          "?value&...", "...&value&...", "...&value"
                   15608: 
                   15609:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   15610: 
                   15611:        * operators.txt, src/classes/file.C: /some/page.html:
                   15612:          ^file:fullpath[a.gif] => /some/a.gif
                   15613: 
                   15614: 2002-10-17  paf
                   15615: 
                   15616:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   15617:          a little: logical not and bitwise negation precedence made
                   15618:          highest, << and >> bitshits precedence made equal [were << higher
                   15619:          than >>]
                   15620: 
                   15621:        * src/classes/op.C: exception handling fixed [were bad with
                   15622:          contexts]
                   15623: 
                   15624: 2002-10-16  paf
                   15625: 
                   15626:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   15627:          main/pa_request.C: Request::self considered equal to
                   15628:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   15629:          VMethodFrame.self()
                   15630: 
                   15631:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   15632:          $hash in open field now gives old good error meesage
                   15633: 
                   15634: 2002-10-15  paf
                   15635: 
                   15636:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   15637:          use ^if($junction is junction){was and now true}
                   15638: 
                   15639:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15640:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   15641:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   15642:          points to place where value left xml library and came to parser:
                   15643:          place of dom field extraction/call
                   15644: 
                   15645:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   15646:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15647:          types/pa_vmethod_frame.h: removed last pieces of old code
                   15648:          allowing $junction.xxx at compile time
                   15649: 
                   15650:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   15651:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   15652:          objects also considered [were only classes]
                   15653: 
                   15654:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   15655:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   15656:          with CLASS self.  [   (request&method_frame).self temporarily
                   15657:          changed   ]
                   15658: 
                   15659:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   15660:          no exception to native calls.  for&foreach changed to use
                   15661:          method_frame.caller for their var's name context
                   15662: 
                   15663:        * src/: main/execute.C, targets/cgi/parser3.C,
                   15664:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   15665:          compiling to system classes disabled
                   15666: 
                   15667:        * operators.txt, src/classes/op.C:
                   15668:          ^process[$caller.CLASS]{code-string} added
                   15669: 
                   15670:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   15671:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   15672:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   15673:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   15674:          src/types/types.dsp: removed $junction.get $junction.set[]
                   15675:          introducing $caller
                   15676: 
                   15677:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   15678:          find them lower by inheritance tree
                   15679: 
                   15680:        * src/types/pa_vjunction.C: ident
                   15681: 
                   15682: 2002-10-14  paf
                   15683: 
                   15684:        * src/classes/op.C: process compiles to code's class class
                   15685: 
                   15686:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15687:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   15688:          main/compile.y, main/execute.C, main/pa_request.C,
                   15689:          types/pa_vstateless_class.h: operators now main-class-methods
                   15690: 
                   15691:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   15692:          better stack trace [has "call" & co there]
                   15693: 
                   15694:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15695:          operators @auto now executed in MAIN context
                   15696: 
                   15697:        * src/main/execute.C: operator execution context now = MAIN, not
                   15698:          closest stack frame
                   15699: 
                   15700:          @touchit[] $i[after]
                   15701: 
                   15702:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   15703:          were 'after'
                   15704: 
                   15705:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   15706:          'after'
                   15707: 
                   15708:        * src/main/execute.C: comment
                   15709: 
                   15710:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   15711:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   15712:          action]
                   15713: 
                   15714:        * src/types/pa_vxnode.C: misreplace fixed
                   15715: 
                   15716:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15717:          src/types/pa_vstatus.C, operators.txt:
                   15718:          $status:rusage.tv_secs/usecs introduced
                   15719: 
                   15720: 2002-10-09  paf
                   15721: 
                   15722:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   15723:          on empty string [or uses (default)]
                   15724: 
                   15725: 2002-10-08  paf
                   15726: 
                   15727:        * src/main/untaint.C: mail header quoted printable changed after
                   15728:          RFC reread
                   15729: 
                   15730:        * operators.txt: plan on ^if(method
                   15731: 
                   15732:        * src/types/pa_vxnode.C: misreplace
                   15733: 
                   15734: 2002-09-24  paf
                   15735: 
1.116     moko     15736:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     15737: 
                   15738:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   15739:          mailreceive would compile on freebsd now
                   15740: 
                   15741:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   15742:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     15743:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   15744:          mailreceive would compile on freebsd now
1.95      moko     15745: 
                   15746:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   15747:          changed: now there are only few chars are untainted: * ? ' " < >
                   15748:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   15749:          one should use ^untaint[uri]{...} now]
                   15750: 
                   15751:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   15752:          $list.name, not tainted as filespec
                   15753: 
                   15754:          @russianindex[] #dir with files with russian-lang names
                   15755:          $where[dir]
                   15756: 
                   15757:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   15758:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   15759: 
                   15760: 2002-09-23  paf
                   15761: 
                   15762:        * src/types/pa_vdouble.h: double->int round added
                   15763: 
                   15764:        * src/classes/date.C: date bug fix, now
                   15765:          round(floatDays*secondsPerDay)
                   15766: 
                   15767:        * src/classes/date.C: date bug fix, now
                   15768:          round(floatDays*secondsPerDay)
                   15769: 
                   15770: 2002-09-20  paf
                   15771: 
                   15772:        * src/main/execute.C: code junction calls disabled [before: code
                   15773:          was compiled in such a way, that there were no code-junctions in
                   15774:          OP_CALL]
                   15775: 
                   15776:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   15777: 
                   15778:          @badjunctioncallinside[code] ^code[]
                   15779: 
                   15780:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   15781:          expanding to include ^junction.method
                   15782: 
                   15783:        * src/main/pa_common.C: -d "DIR/" now true
                   15784: 
                   15785:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   15786:          as internal xdoc encoding, and after decoding attributes set by
                   15787:          dom functions now encoded OK, not as digital entities
                   15788: 
                   15789:        * src/classes/xdoc.C: empty transform result, being taken as file
                   15790:          now returns empty file, not raises stupid error about "stat-ed
                   15791:          file"
                   15792: 
                   15793:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   15794:          allowed
                   15795: 
                   15796:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   15797:          write iterators now:
                   15798: 
                   15799:          ^user-foreach[key;value]{$key=$value<br>}
                   15800: 
                   15801:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15802:          $code.value($i*2)       $code }
                   15803: 
                   15804:        * src/main/compile_tools.h: mistype
                   15805: 
1.116     moko     15806:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   15807:          thus taking linking options configure changes into account [were:
                   15808:          ignoring]
1.95      moko     15809: 
                   15810:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   15811:          $junction.get/put(1) one can write iterators now:
                   15812: 
                   15813:          ^user-foreach[key;value]{$key=$value<br>}
                   15814: 
                   15815:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15816:          $code.value($i*2)       $code }
                   15817: 
                   15818:        * src/: include/pa_opcode.h, include/pa_request.h,
                   15819:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15820:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   15821:          introducing $junction.get/put(1) one can write iterators now:
                   15822: 
                   15823:          ^user-foreach[key;value]{$key=$value<br>}
                   15824: 
                   15825:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15826:          $code.value($i*2)       $code }
                   15827: 
                   15828: 2002-09-19  paf
                   15829: 
1.116     moko     15830:        * Makefile.am: new: make commit
1.95      moko     15831: 
                   15832:        * aclocal.m4: forced to be older
                   15833: 
                   15834: 2002-09-18  paf
                   15835: 
                   15836:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   15837:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   15838: 
                   15839:        * src/: include/pa_common.h, include/pa_request.h,
                   15840:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   15841:          - now this - fatal error
                   15842: 
                   15843:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   15844:          that one can pass binary data there
                   15845: 
                   15846:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15847:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15848:          classes/op.C, classes/response.C, classes/string.C,
                   15849:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15850:          include/pa_request.h: pa_request contexts made privated, plus
                   15851:          get_{self/method_frame} to read.  Request_context_saver used in
                   15852:          ^try to save flang too.  [were not saved]
                   15853: 
                   15854:        * src/types/pa_vresponse.C: header value chains joined before
                   15855:          output, this should help $.subject[$var $var] from being
                   15856:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   15857: 
                   15858: 2002-09-17  paf
                   15859: 
                   15860:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   15861:          removed changes, operators executed with calling self.  lots of
                   15862:          code with ^include code relies on defined/defining self variables
                   15863: 
                   15864:          $a[1] ^include[print_a.p] print_a.p: $a
                   15865: 
                   15866:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   15867: 
                   15868:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   15869:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15870:          types/pa_vstateless_class.h: operators now executed with MAIN
                   15871:          self.  it's for ^include sake, too strong a change
                   15872: 
                   15873:        * src/classes/op.C: made place for ^process to compile it's code to
                   15874:          in case of no self
                   15875: 
                   15876:        * src/main/execute.C: found ancient param to Junction, removed.
                   15877:          allowed passing self to native_code_operators [for ^process to
                   15878:          work, she needs self]
                   15879: 
                   15880:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   15881:          types/pa_vstateless_class.h: found ancient param to Junction,
                   15882:          removed.  allowed passing self to native_code_operators [for
                   15883:          ^process to work, she needs self]
                   15884: 
                   15885:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   15886:          types/pa_value.h, types/pa_vmethod_frame.h,
                   15887:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   15888:          checked that in VMethodFrame get/put and $self.
                   15889: 
                   15890:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   15891:          copy options options checked, wrong option now fatal error
                   15892: 
                   15893:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   15894:          pieces boundaries]
                   15895: 
                   15896:        * bin/auto.p.dist.in: strange \n
                   15897: 
                   15898:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   15899:          .dll on cygwin, .so in other cases)
                   15900: 
1.116     moko     15901:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   15902:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     15903: 
                   15904:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   15905:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   15906:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   15907:          record taken [were last]
                   15908: 
                   15909:        * src/: classes/hash.C, classes/table.C,
                   15910:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   15911:          now errors
                   15912: 
                   15913:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   15914: 
                   15915:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   15916:          ,2,3]
                   15917: 
                   15918: 2002-09-16  paf
                   15919: 
                   15920:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   15921:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   15922:          stdout to be binary.  now detected closest header break.
                   15923: 
                   15924:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   15925:          closed right
                   15926: 
                   15927: 2002-09-13  paf
                   15928: 
                   15929:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   15930:          src/main/compile_tools.h: (expression #comment)
                   15931: 
                   15932:          (multiline expression #comment  line2  #comment )
                   15933: 
                   15934:          (expression #comment with (brackets) comment) << OK
                   15935: 
                   15936:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   15937:          bitwise !|| numerical xor now [preparing for expression
                   15938:          #comments]
                   15939: 
                   15940:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   15941:          error
                   15942: 
                   15943:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   15944:          cheched in pa_socks.C
                   15945: 
1.116     moko     15946:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   15947:          HAVE_WINSOCK_H created in configure.in
1.95      moko     15948: 
                   15949:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   15950:          cookie date now clean [were mistakenly tainted & that worked bad
                   15951:          with opera -- 'happily' that worked OK with msie]
                   15952: 
                   15953: 2002-09-12  paf
                   15954: 
                   15955:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   15956:          VClass get_element now first looks to fields, next to methods &
                   15957:          co todo: the rest reason: more speed
                   15958: 
                   15959:        * src/main/untaint.C: quoted printable encoding stops before
                   15960:          \s*<...>$
                   15961: 
                   15962:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   15963:          stops before <...>$
                   15964: 
                   15965: 2002-09-11  paf
                   15966: 
                   15967:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   15968:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   15969:          forgot to check users of those funcs. not all were using that
                   15970:          return value convention
                   15971: 
                   15972:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   15973:          windows-1254 added
                   15974: 
                   15975: 2002-09-10  paf
                   15976: 
                   15977:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   15978:          VCodeFrame parent param were specified badly
                   15979: 
                   15980:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   15981:          WWrapper which used in constructing objects(second param to sql
                   15982:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   15983:          code in hash to survivi
                   15984: 
                   15985:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   15986:          param to execute [stack said 'thanks']
                   15987: 
                   15988:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   15989:          types/pa_value.h, types/pa_vcode_frame.h,
                   15990:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   15991:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   15992:          responsibility to wcontext
                   15993: 
                   15994:        * src/classes/file.C: decided not to log exec's with stderr, that
                   15995:          could be warnings, and it's up to scritper to log/show them
                   15996: 
                   15997:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   15998:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   15999:          double/string converstion, which were loosing time&precesion
                   16000: 
                   16001:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16002:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16003:          case of unfinished in buffer processing, causing accidental
                   16004:          transcode stop [in case that source enc != utf-8 & there is
                   16005:          incomplete utf-8 sequence at the end of 16000block iside of
                   16006:          libxml lib] tfm readed & code updated
                   16007: 
                   16008: 2002-09-04  paf
                   16009: 
                   16010:        * configure: makes with sjlj
                   16011: 
                   16012:        * INSTALL, src/include/pa_config_fixed.h,
                   16013:          src/include/pa_sql_connection.h,
                   16014:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16015:          checked.  on win32 it made default
                   16016: 
                   16017:        * src/include/pa_config_auto.h.in: sjlj define
                   16018: 
                   16019:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16020:          can not work with longjump/throw pair, and one must switch that
                   16021:          on there.  todo: detect that automatically]
                   16022: 
                   16023:        * src/types/pa_vxnode.C: removed too strong checks of
                   16024:          xnode.elements.  now, for instance, if element does not have any
                   16025:          attributes, $xnode.attributes is void, not error
                   16026: 
                   16027: 2002-09-02  paf
                   16028: 
                   16029:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16030:          removed double_result, didn't help
                   16031: 
                   16032:        * src/main/execute.C: double_result made to move that var away from
                   16033:          hungry g++ optimizer (-O2), before: it were optimized and
                   16034:          comparison operators worked badly
                   16035: 
                   16036:        * src/types/pa_vdate.h: removed debug
                   16037: 
1.116     moko     16038:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16039: 
                   16040:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16041:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16042:          unknown reason.
                   16043: 
                   16044: 2002-08-29  paf
                   16045: 
                   16046:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16047:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16048:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16049:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16050:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16051:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16052:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16053:          [called less frequent, allowed to remove ugly
                   16054:          Junction.change_context-s from many places, switch,
                   16055:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16056:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16057:          [speed up]
                   16058: 
                   16059: 2002-08-28  paf
                   16060: 
                   16061:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16062:          tainted
                   16063: 
                   16064:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16065:          $cookie:name[$.value[]]
                   16066: 
                   16067:        * operators.txt, src/classes/string.C:
                   16068:          ^string.split[delim[;options]]
                   16069: 
                   16070: 2002-08-27  paf
                   16071: 
1.116     moko     16072:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16073: 
                   16074:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16075:          delimiter
                   16076: 
                   16077:        * INSTALL: recommended latest gmime 1.0.5
                   16078: 
                   16079: 2002-08-26  paf
                   16080: 
                   16081:        * configure, configure.in: apache13/hook added to make dist.
                   16082: 
                   16083: 2002-08-23  paf
                   16084: 
                   16085:        * src/: include/pa_common.h, main/pa_common.C,
                   16086:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16087:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16088:          whatever] it's error now
                   16089: 
                   16090: 2002-08-21  paf
                   16091: 
1.116     moko     16092:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16093: 
                   16094:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16095:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16096:          class".  compiled as if here they named base class
                   16097: 
                   16098:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16099:          cloning constructor]
                   16100: 
                   16101:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16102: 
                   16103:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16104:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16105:          $mail.received.file.value.content-type fixed
                   16106: 
                   16107: 2002-08-20  paf
                   16108: 
                   16109:        * src/classes/file.C: fixed language of file:file result
                   16110: 
                   16111:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16112:          from 3.0.0005
                   16113: 
                   16114:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16115: 
                   16116:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16117:          3.0.0005
                   16118: 
                   16119:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16120: 
                   16121: 2002-08-19  paf
                   16122: 
                   16123:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16124:          work now
                   16125: 
                   16126:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16127:          error in xnode, which were not catched in xdoc]
                   16128: 
                   16129:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16130:          prepared:        // validate each document after load/create (?)
                   16131:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16132: 
                   16133: 2002-08-15  paf
                   16134: 
                   16135:        * src/classes/classes.h: write to static var caused useless
                   16136:          Exception, introduced Methoded::put_element wich consumes those
                   16137: 
                   16138:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16139:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16140:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16141:          $response:field[date] $response:field[$.xxx[date]]
                   16142: 
                   16143:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16144:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16145:          ^hash::sql{bad}
                   16146: 
                   16147:        * operators.txt: $request:body unprecessed POST request body
                   16148: 
                   16149:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16150: 
                   16151:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16152:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16153: 
                   16154:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16155:          src/include/pa_request.h, src/main/pa_pool.C,
                   16156:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16157:          $request:body r.post_data now const
                   16158: 
                   16159:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16160:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16161:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16162:          types/pa_vtable.h: instead of type() checking everywhere used
                   16163:          Value.as now user descendants can be used in params.
                   16164: 
                   16165:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16166:          ^if($xtable) now OK
                   16167: 
                   16168:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16169:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16170:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16171: 
                   16172: 2002-08-14  paf
                   16173: 
                   16174:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16175:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16176:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16177:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16178:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16179:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16180:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16181:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16182:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16183:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16184:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16185:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16186:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16187:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16188:          & VClass
                   16189: 
                   16190:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16191: 
                   16192:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16193:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16194:          ../cgi/parser3 script
                   16195: 
                   16196:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16197:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16198: 
                   16199:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16200:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16201:          them by space, excluding argv[0], argv[argc-1]
                   16202: 
                   16203:        * src/targets/cgi/parser3.C: -f config file
                   16204: 
                   16205:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16206: 
                   16207: 2002-08-13  paf
                   16208: 
                   16209:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16210:          for form descendants [in vobject too, were in vclass]
                   16211: 
                   16212:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16213:          for form descendants
                   16214: 
                   16215:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16216:          overwritten in derived(table)
                   16217: 
                   16218:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16219:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16220:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16221:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16222:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16223:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16224:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16225:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16226:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16227:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16228:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16229:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16230:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16231:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16232:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16233:          Value::get_element(..., bool looking_down) [needed to exclude
                   16234:          endless recoursion]
                   16235: 
                   16236:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16237:          fix bug with put endless recoursion todo: check 'as'
                   16238: 
                   16239:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16240:          reorganized modules todo: fix bug with put endless recoursion
                   16241:          todo: check 'as'
                   16242: 
                   16243:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16244:          in derived(table)
                   16245: 
                   16246:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16247:          own now
                   16248: 
                   16249:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16250:          fixed error message on using non-created table
                   16251: 
                   16252:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16253:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16254:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16255:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16256:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16257:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16258:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16259:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16260:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16261:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16262:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16263:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16264:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16265:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16266:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16267:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16268:          looking down/up tree todo: fix error message on non-constructed
                   16269:          parents
                   16270: 
                   16271: 2002-08-12  paf
                   16272: 
                   16273:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16274:          derived OK
                   16275: 
                   16276:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16277:          thorough testing
                   16278: 
                   16279:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16280:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16281:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16282:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16283:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16284:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16285: 
                   16286:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16287:          now instantates base class, remembers it and saves child in
                   16288:          parent VObject.get_class now returns last child = downward
                   16289:          virtual calls OK
                   16290: 
                   16291:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16292:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16293:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16294:          types/pa_vobject.h, types/pa_vresponse.h,
                   16295:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16296:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16297:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16298:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16299:          instance]
                   16300: 
                   16301:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16302: 
                   16303:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16304: 
                   16305:        * src/main/pa_request.C: $response:body[file] content-type check
                   16306:          fixed [were bad when content-type is hash]
                   16307: 
                   16308: 2002-08-09  paf
                   16309: 
                   16310:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16311:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16312: 
                   16313: 2002-08-08  paf
                   16314: 
                   16315:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16316:          src/main/pa_globals.C: year column in month calendar [week year]
                   16317: 
                   16318:        * src/main/execute.C: error reporting on object writes to MAIN
                   16319:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16320: 
                   16321:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16322:          $date.daylightsaving
                   16323: 
                   16324:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16325:          use tainted data now. only she must specify the language.
                   16326: 
                   16327:          ^mail:send[     $.from[paf@mail.design.ru]
                   16328:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16329:                $.text[^taint[uri][ìîñêâà]=] ]
                   16330: 
                   16331:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16332:          now prints more precise origin
                   16333: 
                   16334:        * src/include/pa_string.h: String::first_char now not fails on
                   16335:          empty strings ^if(-f '') now ok and in 3 other places.
                   16336: 
                   16337:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16338:          String::first_char now not fails on empty strings ^if(-f '') now
                   16339:          ok and in 3 other places.
                   16340: 
                   16341: 2002-08-07  paf
                   16342: 
                   16343:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16344:          fixed
                   16345: 
                   16346:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16347: 
                   16348:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16349:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16350:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16351:          mistakenly not completely transparent to object writes.
                   16352:          $hash[^if(1){$hash}] now works
                   16353: 
                   16354:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16355:          now erasing cache file [there were bad check on that]
                   16356: 
                   16357:        * src/: classes/classes.dsp, classes/table.C,
                   16358:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16359:          all Debug dirs in .dsp now named 'Debug'
                   16360: 
1.116     moko     16361:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16362: 
                   16363:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16364: 
                   16365:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16366: 
                   16367:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16368: 
                   16369: 2002-08-06  paf
                   16370: 
                   16371:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16372:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16373:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16374: 
                   16375:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16376:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16377:          #  $.default() }
                   16378: 
                   16379:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16380: 
                   16381:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16382:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16383:          $file.content-type [instead of .mime-type] now works for
                   16384:          file::stat also
                   16385: 
                   16386:        * src/main/pa_request.C: case insensitive mime_type_of
                   16387: 
                   16388:        * bin/auto.p.dist.in: jpeg
                   16389: 
                   16390: 2002-08-05  paf
                   16391: 
                   16392:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16393: 
                   16394:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16395: 
                   16396:        * operators.txt: comment on date:calendar week column
                   16397: 
                   16398:        * src/main/pa_common.C: write checked
                   16399: 
                   16400:        * src/main/: pa_common.C: write checked
                   16401: 
                   16402:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16403: 
                   16404:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16405:          month calendar week column [ISO 8601 Week Numbers]
                   16406: 
                   16407: 2002-08-02  paf
                   16408: 
                   16409:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16410:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16411:          DEBUG*
                   16412: 
                   16413:        * configure, configure.in, src/include/pa_version.h: release
                   16414:          3_0_0005
                   16415: 
                   16416:        * bin/auto.p.dist.in: unhandled_exception comments
                   16417: 
                   16418:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16419:          multipart post fixed
                   16420: 
                   16421:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16422:          response transcoded source->client only when text/* or simple
                   16423:          onoverridden $response:body
                   16424: 
                   16425: 2002-08-01  paf
                   16426: 
                   16427:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16428:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16429:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16430:          classes/op.C, classes/response.C, classes/string.C,
                   16431:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16432:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16433:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16434:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16435:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16436:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16437:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16438:          include/pa_socks.h, include/pa_sql_connection.h,
                   16439:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16440:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16441:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16442:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16443:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16444:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16445:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16446:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16447:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16448:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16449:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16450:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16451:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16452:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16453:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16454:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16455:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16456:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16457:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16458:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16459:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16460:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16461:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16462:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16463:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16464:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   16465:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16466:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16467:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16468:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16469:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16470:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16471:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16472:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     16473:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     16474: 
                   16475:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   16476:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16477:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16478:          classes/math.C, classes/op.C, classes/response.C,
                   16479:          classes/string.C, classes/table.C, classes/void.C,
                   16480:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16481:          include/pa_array.h, include/pa_cache_managers.h,
                   16482:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16483:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16484:          include/pa_dictionary.h, include/pa_dir.h,
                   16485:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16486:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16487:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16488:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16489:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16490:          include/pa_stack.h, include/pa_string.h,
                   16491:          include/pa_stylesheet_connection.h,
                   16492:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16493:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16494:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   16495:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16496:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   16497:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16498:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16499:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16500:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16501:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16502:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16503:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16504:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16505:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16506:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16507:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16508:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16509:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   16510:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16511:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16512:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16513:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16514:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16515:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16516:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16517:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16518:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16519:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16520:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16521:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16522:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16523:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16524:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16525:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   16526:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   16527:          types/Makefile.am: ident.C* removed
                   16528: 
                   16529:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   16530:          file:find[/can/do/this/now.txt]
                   16531: 
                   16532:        * src/targets/cgi/parser3.C: usage to stdout now
                   16533: 
                   16534: 2002-07-31  paf
                   16535: 
                   16536:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   16537: 
                   16538:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   16539:          default "postmaster"
                   16540: 
                   16541:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   16542:          -f postmaster now default sendmail key word "postmaster"
                   16543:          replaced to $.from
                   16544: 
                   16545: 2002-07-30  paf
                   16546: 
1.116     moko     16547:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   16548:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     16549: 
                   16550:        * src/main/pa_charset.C: comment
                   16551: 
                   16552:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   16553:          table, &#decimal;
                   16554: 
                   16555:        * src/main/pa_request.C: comment
                   16556: 
                   16557:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   16558:          paragraf]
                   16559: 
                   16560: 2002-07-11  paf
                   16561: 
                   16562:        * src/main/pa_exec.C: build command line badly added params twice
                   16563:          [and first time without ' ']. double wrong. fixed.
                   16564: 
                   16565:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   16566:          wich parser did not provide = reported badly.  fixed that.
                   16567: 
                   16568:        * src/classes/mail.C: $MAIL[ # xxx ]
                   16569: 
                   16570:          now ok
                   16571: 
                   16572:        * operators.txt: plan: sql detailed exception
                   16573: 
                   16574: 2002-07-01  paf
                   16575: 
                   16576:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   16577:          [MForm.configure_admin were called when request.main_class ==0
                   16578: 
                   16579:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   16580: 
                   16581:        * src/classes/form.C: content_length type fix
                   16582: 
                   16583: 2002-06-30  paf
                   16584: 
                   16585:        * src/classes/mail.C: merged from 4
                   16586: 
                   16587:        * src/classes/mail.C: restored $MAIL
                   16588: 
                   16589: 2002-06-28  paf
                   16590: 
                   16591:        * configure, configure.in: removed paths.h
                   16592: 
1.116     moko     16593:        * configure, src/include/pa_version.h,
1.95      moko     16594:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   16595:          merged, makes updated
                   16596: 
                   16597:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   16598:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16599:          src/include/pa_pool.h, src/include/pa_version.h,
                   16600:          src/main/pa_charset.C, src/main/pa_pool.C,
                   16601:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   16602:          src/types/pa_vmail.C: merged latest updates to head
                   16603: 
                   16604: 2002-06-27  paf
                   16605: 
                   16606:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   16607:          not error now
                   16608: 
                   16609:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   16610:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   16611:          src/main/pa_charset.C, src/main/pa_pool.C:
                   16612:          ^xdoc::create[[uri]]... base uri for document being created,
                   16613:          imports and other relative file names would be relative to this
                   16614:          uri default uri=path_translated
                   16615: 
                   16616:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   16617: 
                   16618: 2002-06-26  paf
                   16619: 
                   16620:        * configure, configure.in, src/include/pa_version.h:
                   16621:          release_3_0_0004
                   16622: 
                   16623:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   16624:          0 now
                   16625: 
                   16626:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   16627: 
                   16628: 2002-06-25  paf
                   16629: 
                   16630:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   16631:          considered bad number now
                   16632: 
                   16633:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   16634:          now
                   16635: 
                   16636:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   16637:          name: optimize
                   16638: 
                   16639:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   16640:          library configured
                   16641: 
                   16642:        * src/main/pa_request.C: configure_admin forced if no @conf
                   16643: 
                   16644:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   16645:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   16646:          when needed and to call system crypt() if not $apr1$ prefix
                   16647: 
                   16648: 2002-06-24  paf
                   16649: 
                   16650:        * INSTALL: --with-static/shared-mailreceive described
                   16651: 
                   16652:        * src/include/pa_config_fixed.h: ssize_t fixed
                   16653: 
1.116     moko     16654:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16655:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     16656:          src/types/pa_vmail.C: $mail:received makes update
                   16657: 
                   16658:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   16659:          WITH_MAILRECEIVE
                   16660: 
                   16661:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   16662: 
                   16663:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   16664:          option, for $mail:receive
                   16665: 
                   16666:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   16667:          introducting $message:received ^mail:send rewritten with backward
                   16668:          comp
                   16669: 
                   16670:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   16671:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16672:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   16673:          now
                   16674: 
                   16675:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   16676:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16677:          src/include/pa_request.h, src/include/pa_string.h,
                   16678:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   16679:          src/main/pa_globals.C, src/main/pa_request.C,
                   16680:          src/main/pa_string.C, src/main/pa_uue.C,
                   16681:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   16682:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16683:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   16684:          uue to separate file introducting $message:received ^mail:send
                   16685:          rewritten with backward comp
                   16686: 
                   16687: 2002-06-21  paf
                   16688: 
1.116     moko     16689:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   16690:          co changes
1.95      moko     16691: 
1.116     moko     16692:        * configure, configure.in, src/lib/md5/Makefile.am,
                   16693:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   16694:          restructure .in and .am files appropriate changes
1.95      moko     16695: 
                   16696:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   16697:          pcre to libs/ added libs/md5 which is linked to non-apache
                   16698:          targets ^math:crypt[password;$apr1$salt]
                   16699: 
                   16700:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   16701:          src/Makefile.am, src/classes/Makefile.am,
                   16702:          src/classes/classes.dsp, src/classes/math.C,
                   16703:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     16704:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   16705:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   16706:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   16707:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   16708:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   16709:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   16710:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   16711:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     16712:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   16713:          src/lib/pcre/pcre_parser_ctype.dsp,
                   16714:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   16715:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   16716:          src/main/compile.tab.C, src/main/main.dsp,
                   16717:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   16718:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   16719:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   16720:          to libs/ added libs/md5 which is linked to non-apache targets
                   16721:          ^math:crypt[password;$apr1$salt]
                   16722: 
                   16723: 2002-06-20  paf
                   16724: 
                   16725:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     16726:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   16727:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     16728:          src/include/pa_request.h, src/main/execute.C,
                   16729:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   16730:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   16731:          marged latest HEAD updates, mainly file:justname&co &
                   16732:          @auto/conf[filespec
                   16733: 
                   16734:        * operators.txt, src/classes/file.C:
                   16735:          !^file:dirname[/a/some.tar.gz]=/a
                   16736:              !^file:dirname[/a/b/]=/a
                   16737:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   16738:              !^file:justname[/a/some.tar.gz]=some.tar
                   16739:              !^file:justext[/a/some.tar.gz]=gz
                   16740: 
                   16741:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16742:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   16743:          @conf/auto[filespec]
                   16744: 
                   16745:        * bin/auto.p.dist.in: <noindex>
                   16746: 
1.116     moko     16747:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     16748: 
                   16749:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   16750:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   16751:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   16752:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   16753: 
                   16754: 2002-06-18  paf
                   16755: 
                   16756:        * configure, configure.in, src/include/pa_version.h: version to
                   16757:          configure.in
                   16758: 
                   16759:        * INSTALL: reflected .conf.dist dir change
                   16760: 
1.116     moko     16761:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   16762:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     16763:          .in & *.am updated
                   16764: 
                   16765:        * src/classes/file.C: strncasecmp
                   16766: 
                   16767:        * src/classes/file.C: strcasecmp
                   16768: 
1.116     moko     16769:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   16770:          from etc
1.95      moko     16771: 
                   16772:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   16773:          insensitive check now
                   16774: 
                   16775:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   16776: 
                   16777:        * configure, configure.in, src/include/pa_pool.h,
                   16778:          src/include/pa_types.h: pack configure.in detection simplified.
                   16779:          figured out that gcc on sparc not that stupid as thought
                   16780:          previously: on sparc: when it sees packed class it modifies it's
                   16781:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   16782:          operations [st, lduh] so packed must be all parts of packed
                   16783:          class, i.e. it's parents&fields(classes).  for now it's only
                   16784:          String that packed and what was wrong is that it's parent -
                   16785:          Pooled, were not packed. fixed that.
                   16786: 
                   16787: 2002-06-14  paf
                   16788: 
                   16789:        * operators.txt: more precise xml-to-text options
                   16790: 
                   16791:        * operators.txt, src/types/pa_vxnode.C: xnode
                   16792:          attribute_node.name/value xnode pi.node.data
                   16793: 
                   16794: 2002-06-12  paf
                   16795: 
1.116     moko     16796:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   16797:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     16798: 
                   16799:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   16800:          src/include/pa_globals.h, src/include/pa_request.h,
                   16801:          src/main/compile.tab.C, src/main/pa_globals.C,
                   16802:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   16803:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   16804: 
                   16805:        * src/classes/mail.C: sendmail -ti [default now]
                   16806: 
                   16807:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   16808:          to be strings. for convinient #ing
                   16809: 
                   16810:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   16811:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   16812: 
                   16813:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   16814:          main/pa_globals.C, main/pa_request.C: @conf
                   16815: 
                   16816: 2002-06-11  paf
                   16817: 
                   16818:        * src/classes/file.C: check simplified
                   16819: 
                   16820:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   16821:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   16822:          valid prefix
                   16823: 
                   16824:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   16825:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   16826:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   16827: 
                   16828: 2002-06-10  paf
                   16829: 
                   16830:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   16831:          src/main/pa_common.C: lock failures reported now
                   16832: 
                   16833:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   16834:          string->double @ compile time were not-enough-checking...
                   16835: 
                   16836:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   16837:          autoconvert now ignored
                   16838: 
                   16839:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   16840:          check
                   16841: 
                   16842:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   16843:          $response:body content-type:name
                   16844: 
                   16845:        * configure, configure.in: hpux check, nsl link, no socket
                   16846: 
                   16847:        * operators.txt: old merge conflict removed
                   16848: 
                   16849:        * configure, configure.in: pack even address access on sparc&co
                   16850:          arch checked in configure
                   16851: 
                   16852:        * configure, src/include/pa_version.h: makes
                   16853: 
                   16854:        * configure, configure.in, src/include/pa_version.h: makes
                   16855: 
                   16856:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   16857:          with charset even when all letters were 7bit one
                   16858: 
                   16859:        * src/main/pa_common.C: merged fixed -d (bug)
                   16860: 
                   16861:        * src/main/pa_common.C: fixed -d (bug)
                   16862: 
                   16863: 2002-06-03  paf
                   16864: 
                   16865:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   16866:          src/classes/classes.dsp, src/main/compile.tab.C,
                   16867:          src/main/main.dsp, src/main/pa_globals.C,
                   16868:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   16869:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   16870:          .dsp-s along with reorganized cvs modules dirs structure
                   16871: 
                   16872:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   16873:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   16874:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   16875:          modules
                   16876: 
                   16877: 2002-05-28  paf
                   16878: 
                   16879:        * src/targets/cgi/parser3.C: info.uri now ""
                   16880: 
                   16881: 2002-05-17  paf
                   16882: 
                   16883:        * src/classes/: table.C: ^table.save << checked empty
                   16884:          pre/match/post columns
                   16885: 
                   16886: 2002-05-16  paf
                   16887: 
                   16888:        * src/classes/image.C: image::measure can png now
                   16889: 
                   16890: 2002-05-15  paf
                   16891: 
                   16892:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   16893:          added
                   16894: 
                   16895:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   16896: 
                   16897:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   16898:          %H[:%M[:%S]]]]]] [-%m now
                   16899: 
                   16900: 2002-05-14  paf
                   16901: 
                   16902:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   16903: 
                   16904: 2002-05-07  paf
                   16905: 
                   16906:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   16907:          src/include/pa_globals.h, src/include/pa_request.h,
                   16908:          src/include/pa_table.h, src/main/compile.tab.C,
                   16909:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   16910:          src/main/pa_request.C, src/main/pa_table.C,
                   16911:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   16912:          src/targets/isapi/parser3isapi.dsp,
                   16913:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   16914:          name2number field now &.  main_method_name now on Request pool
                   16915:          rather on global_pool [Junction+VJunction created on same pool as
                   16916:          name = were created on global pool, causing mem leaks]
                   16917: 
                   16918:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   16919:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   16920:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   16921:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   16922:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16923:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   16924:          field now &.  main_method_name now on Request pool rather on
                   16925:          global_pool [Junction+VJunction created on same pool as name =
                   16926:          were created on global pool, causing mem leaks]
                   16927: 
                   16928: 2002-05-06  paf
                   16929: 
                   16930:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   16931:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   16932:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   16933: 
                   16934:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   16935:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   16936:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   16937: 
                   16938: 2002-04-30  paf
                   16939: 
                   16940:        * configure, src/include/pa_version.h: version now not b
                   16941: 
                   16942:        * src/targets/cgi/parser3.C: request.uri now never 0
                   16943: 
                   16944: 2002-04-29  paf
                   16945: 
                   16946:        * configure.in: removed b
                   16947: 
                   16948:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   16949:          Exception::comment/type checked in (), no there's no empty
                   16950:          type/comment by default
                   16951: 
                   16952:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   16953:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   16954:          src/doc/value.dox, src/include/pa_exception.h,
                   16955:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   16956:          0001
                   16957: 
                   16958: 2002-04-26  paf
                   16959: 
                   16960:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   16961:          size reduced
                   16962: 
                   16963: 2002-04-25  paf
                   16964: 
                   16965:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   16966:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   16967:          now that took into account
                   16968: 
                   16969:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   16970:          01:03:04]
                   16971: 
                   16972:        * ChangeLog, operators.txt, src/classes/date.C:
                   16973:          ^date::create[2002-12-33 01:03:04]
                   16974: 
                   16975:        * ChangeLog: updated changelog
                   16976: 
                   16977:        * src/classes/table.C: removed restriction on column count to
                   16978:          ^table.hash to work, now must be >0 [were >1]
                   16979: 
                   16980: 2002-04-24  paf
                   16981: 
                   16982:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   16983:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16984:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   16985:          targets
                   16986: 
                   16987: 2002-04-23  paf
                   16988: 
                   16989:        * operators.txt, src/classes/string.C:
                   16990:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   16991:          "junction used outside of context"]
                   16992: 
                   16993: 2002-04-22  paf
                   16994: 
                   16995:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   16996:          src/main/pa_string.C, src/types/pa_vstring.C,
                   16997:          src/types/pa_vstring.h: ^string.optimize[]
                   16998: 
                   16999:        * src/: include/pa_globals.h, include/pa_table.h,
                   17000:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17001:          table template
                   17002: 
                   17003:        * src/classes/: string.C: optimize removed from string
                   17004:          .left/right/pos
                   17005: 
                   17006:        * src/main/execute.C: rolled back to
                   17007:          before_killing_userjunction_contexts
                   17008: 
                   17009:        * src/main/execute.C: user junctions context killed
                   17010: 
                   17011:        * src/main/execute.C: junctions to local contexts got
                   17012:          cleanized&checked later
                   17013: 
                   17014: 2002-04-19  paf
                   17015: 
                   17016:        * src/: classes/string.C, include/pa_request.h,
                   17017:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17018:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17019:          prior to .left .right .mid .pos .match when that is profitable,
                   17020:          and always before .replace when $ORIGINS(1) optimization disabled
                   17021:          economy from not wasting mem on lots of strings which occur by
                   17022:          lots of String:mid calls to get parts of source string between
                   17023:          found_occurances
                   17024: 
                   17025:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17026:          ^file:list
                   17027: 
                   17028:        * src/: include/pa_globals.h, include/pa_table.h,
                   17029:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17030:          globalized, not created @ each ^match anymore economy:
                   17031:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17032: 
                   17033:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17034:          removed from each String::match replace iteration, and made
                   17035:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17036: 
                   17037:        * src/doc/footer.htm: 2001,
                   17038: 
                   17039:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17040:          string.match[]['] option enables generation of $match.prematch
                   17041:          .match .postmatch columns
                   17042: 
                   17043:        * src/main/pa_string.C: String::match options analized without
                   17044:          cstr-ing them now
                   17045: 
                   17046:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17047:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17048:          config updated to doxygen 1.2.15, created helper which fixes
                   17049:          minor bugs in chm project files & htm tree.  changed extension to
                   17050:          .htm
                   17051: 
                   17052: 2002-04-18  paf
                   17053: 
                   17054:        * src/doc/doxygen.cfg: .chi generation disabled
                   17055: 
                   17056:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17057:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17058:          fields&methods
                   17059: 
                   17060:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17061:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17062:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17063:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17064:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17065:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17066:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17067:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17068:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17069:          VStateless_class to VObject
                   17070: 
                   17071:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17072:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17073:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17074:          version of VStateless_object
                   17075: 
                   17076:        * src/classes/op.C: ^throw comment param made optional
                   17077: 
                   17078:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17079:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17080:          and implemented down in VClass, fclass_alias removed,
                   17081: 
                   17082:        * src/types/pa_value.C: forced to cut that from .h because of
                   17083:          VStateless_class usage [undefined in .h]
                   17084: 
                   17085:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17086:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17087:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17088:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17089:          on each CALL]
                   17090: 
                   17091:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17092:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17093:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17094:          classes/response.C, classes/string.C, classes/table.C,
                   17095:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17096:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17097:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17098:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17099:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17100:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17101:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17102:          removed Value::fname
                   17103: 
                   17104: 2002-04-17  paf
                   17105: 
                   17106:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17107:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17108:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17109:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17110:          state, PTHROW freshen to throw & co
                   17111: 
                   17112:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17113: 
                   17114:        * src/classes/op.C: taint local result var bug fixed
                   17115: 
                   17116: 2002-04-16  paf
                   17117: 
                   17118:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17119:          Attic asm.txt as most interesting
                   17120: 
                   17121:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17122:          check, preventing content-length: 0 from appearing
                   17123: 
                   17124:        * src/main/execute.C: $result in @main now taken into account as in
                   17125:          usual functions
                   17126: 
                   17127:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17128:          & @unhandled_exception now taken into account as in usual
                   17129:          functions
                   17130: 
                   17131:        * src/doc/postbuild.txt: instructions on post .html build
                   17132: 
                   17133:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17134: 
                   17135:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17136:          tainted
                   17137: 
                   17138:        * src/main/pa_request.C: uri in error log
                   17139: 
                   17140:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17141:          cheched date:create(days) param for validity [later were assumed
                   17142:          valid and crashed on invalid onces]
                   17143: 
                   17144:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17145:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17146:          and used that for removing VString wrapper
                   17147: 
                   17148:        * src/classes/op.C: exception2vhash file now tainted
                   17149: 
                   17150:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17151:          heap
                   17152: 
                   17153:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17154: 
                   17155: 2002-04-15  paf
                   17156: 
                   17157:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17158: 
                   17159:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17160:          functions
                   17161: 
                   17162:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17163:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17164:          started dual write_xxx_lang functions, if checked & works
                   17165: 
                   17166:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17167:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17168:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17169:          unnecessary VString shells
                   17170: 
                   17171:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17172:          prev changes]
                   17173: 
                   17174:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17175:          classes/table.C, include/pa_request.h, main/execute.C,
                   17176:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17177:          StringOrValue wcontext result, now ready for dual writes
                   17178: 
                   17179:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17180:          checked that
                   17181: 
                   17182:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17183:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17184:          changed to OP_WRITE_VALUE in var get cases
                   17185: 
                   17186:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17187:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17188:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17189:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17190:          switch in hash constructor fixed [were problems with using of
                   17191:          stacked wwrapper after it's death]
                   17192: 
                   17193: 2002-04-12  paf
                   17194: 
                   17195:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17196: 
                   17197: 2002-04-11  paf
                   17198: 
                   17199:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17200:          Request::process_internal codeFrame & wwrapper stacked [not
                   17201:          wasting  heap anymore]
                   17202: 
                   17203: 2002-04-10  paf
                   17204: 
                   17205:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17206:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17207:          classes/string.C, classes/table.C, classes/void.C,
                   17208:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17209:          main/pa_string.C: killed Request::process() wrapping
                   17210:          VString(String) in case we need only String
                   17211: 
                   17212:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17213:          killed 8 bytes from String.head
                   17214: 
                   17215: 2002-04-09  paf
                   17216: 
                   17217:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17218:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17219:          local*/char b[...];      a=b; situations
                   17220: 
                   17221:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17222: 
                   17223:        * src/classes/xdoc.C: xslt params fixed
                   17224: 
                   17225:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17226:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17227:          not pool.malloc(MAX_NUMBER) but really neaded
                   17228: 
                   17229:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17230:          int/double.int/double(default)
                   17231: 
                   17232: 2002-04-04  paf
                   17233: 
                   17234:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17235:          [when reconstructing pieces were split by
                   17236:          max_integral(piece.size), thus some strings to replace happen to
                   17237:          be split into two = not replaced)
                   17238: 
                   17239:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17240:          standalone version = current dir
                   17241: 
                   17242:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17243:          current dir
                   17244: 
                   17245: 2002-04-03  paf
                   17246: 
                   17247:        * configure, configure.in: more checks on nonexistent charset
                   17248: 
1.116     moko     17249:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17250: 
                   17251: 2002-04-02  paf
                   17252: 
                   17253:        * src/main/compile.C: parser.compile [exception name more like in
                   17254:          doc]
                   17255: 
                   17256: 2002-04-01  paf
                   17257: 
                   17258:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17259:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17260:          .content-type.charset, not .charset
                   17261: 
                   17262: 2002-03-29  paf
                   17263: 
                   17264:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17265: 
                   17266:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17267:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17268:          days' year.  | 31.05->31.04   roll
                   17269: 
                   17270: 2002-03-28  paf
                   17271: 
                   17272:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17273:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17274:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17275:          ^cache(seconds)    ^cache[date] }
                   17276: 
                   17277:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17278:          param
                   17279: 
                   17280: 2002-03-27  paf
                   17281: 
                   17282:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17283:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17284:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17285:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17286:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17287:          src/classes/xnode.C, src/include/pa_exception.h,
                   17288:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17289:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17290:          src/main/pa_array.C, src/main/pa_charset.C,
                   17291:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17292:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17293:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17294:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17295:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17296:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17297:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17298:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17299:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17300:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17301:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17302:          src/types/pa_wwrapper.h: assigned exception types
                   17303: 
                   17304:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17305:          src/include/pa_request.h, src/main/execute.C,
                   17306:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17307:          just changed name
                   17308: 
                   17309: 2002-03-26  paf
                   17310: 
                   17311:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17312:          fixed
                   17313: 
                   17314:        * src/classes/op.C: forced language of $source field of exception
                   17315:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17316:          of connect
                   17317: 
                   17318:        * operators.txt: removed date.roll limit of +-1 offset
                   17319: 
                   17320:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17321: 
                   17322:        * operators.txt, src/classes/date.C: fixed date roll on
                   17323:          daylightsaving days mktime took into account tm_isdst flag, which
                   17324:          remained from BEFORE roll, but should have been reset
                   17325: 
                   17326: 2002-03-25  paf
                   17327: 
                   17328:        * operators.txt, src/targets/cgi/parser3.C:
                   17329:          http_site_config_filespec
                   17330: 
                   17331:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17332:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17333:          with any/both --disable-foreign-group-files --disable-execs
                   17334: 
                   17335:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17336: 
                   17337:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17338:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17339:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17340:          disables execs also.  introducing --sendmail
1.95      moko     17341: 
                   17342:        * operators.txt: pgsql options comment
                   17343: 
                   17344:        * INSTALL: comment on --disable-link-stdcpp
                   17345: 
1.116     moko     17346:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17347:          libstdc++ link skipping configure option
1.95      moko     17348: 
                   17349:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17350:          with error were put to cache with 'marked_to_rollback' flag, all
                   17351:          consequent even OK requests rolled back
                   17352: 
                   17353: 2002-03-22  paf
                   17354: 
                   17355:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17356:          false return
                   17357: 
                   17358:        * operators.txt: few comments on sets
                   17359: 
                   17360: 2002-03-18  paf
                   17361: 
                   17362:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17363:          src/include/pa_globals.h, src/include/pa_request.h,
                   17364:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17365:          src/main/pa_request.C: introducing ^try
                   17366: 
                   17367:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17368:          types/pa_vdouble.h: removed some tested @tests
                   17369: 
                   17370: 2002-03-15  paf
                   17371: 
                   17372:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17373: 
                   17374: 2002-03-13  paf
                   17375: 
                   17376:        * src/main/pa_exception.C: checked not-pooled malloc
                   17377: 
                   17378: 2002-03-11  paf
                   17379: 
                   17380:        * INSTALL, configure, configure.in,
                   17381:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17382: 
                   17383:        * src/main/pa_common.C: --disable-foreign-group-files
                   17384: 
                   17385:        * INSTALL: --disable-execs
                   17386: 
                   17387:        * src/main/pa_exec.C: --disable-execs
                   17388: 
                   17389:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17390:          --disable-execs
                   17391: 
                   17392:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17393: 
                   17394:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17395:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17396: 
                   17397: 2002-03-05  paf
                   17398: 
                   17399:        * operators.txt, src/classes/date.C: date week calendar columns
                   17400:          named
                   17401: 
                   17402:        * operators.txt, src/classes/date.C: date week calendar columns
                   17403:          named
                   17404: 
                   17405:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17406:          requires headers to be terminated with \r\n manually [refuses to
                   17407:          separate header/body itself]
                   17408: 
                   17409:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17410:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17411: 
                   17412: 2002-03-04  paf
                   17413: 
                   17414:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17415:          in PASS language
                   17416: 
                   17417:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17418:          deserialize checks on broken file
                   17419: 
                   17420:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17421:          parser3isapi.dsp: isapi updated
                   17422: 
                   17423: 2002-03-01  paf
                   17424: 
                   17425:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17426: 
                   17427: 2002-02-28  paf
                   17428: 
                   17429:        * src/main/untaint.C: removed some debug comments
                   17430: 
                   17431:        * src/main/pa_charsets.C: when placing charset to cache using
                   17432:          global name now [were request]
                   17433: 
                   17434:        * configure, configure.in: apache module updated
                   17435: 
                   17436:        * src/main/pa_string.C: origin by first piece preferred before last
                   17437:          piece
                   17438: 
                   17439: 2002-02-27  paf
                   17440: 
                   17441:        * src/main/pa_charset.C: size_t
                   17442: 
                   17443:        * INSTALL: shared/static-xml with-pathlink
                   17444: 
                   17445:        * operators.txt: SMTP comment
                   17446: 
                   17447: 2002-02-26  paf
                   17448: 
                   17449:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17450: 
                   17451:        * src/classes/xnode.C: in some situation, xpath query returned
                   17452:          result with type NODESET, but empty nodeset member field, checked
                   17453:          that
                   17454: 
                   17455: 2002-02-22  paf
                   17456: 
                   17457:        * INSTALL: without-zlib comment
                   17458: 
                   17459:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17460: 
                   17461:        * configure, configure.in: glib###.a detection fixed
                   17462: 
                   17463:        * INSTALL: hashfile removed from INSTALL
                   17464: 
1.116     moko     17465:        * Makefile.am: make update
1.95      moko     17466: 
                   17467:        * src/main/pa_string.C: string iterators fixed again, so were
                   17468:          String::join_chain
                   17469: 
                   17470:        * src/main/pa_string.C: string iterators fixed again, so were
                   17471:          String::join_chain
                   17472: 
                   17473:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   17474:          fixed again, so were String::join_chain
                   17475: 
                   17476:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   17477: 
                   17478:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   17479:          "session"
                   17480: 
1.116     moko     17481:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17482:          --with-shared-xml --with-static-xml
1.95      moko     17483: 
                   17484:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17485:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17486:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   17487:          xalan&xml
                   17488: 
                   17489:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   17490: 
                   17491:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   17492:          src/types/types.dsp: removed hashfile support from sources for
                   17493:          now
                   17494: 
1.116     moko     17495:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     17496:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     17497:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   17498:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   17499:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     17500:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     17501:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   17502:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   17503:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     17504: 
                   17505: 2002-02-21  paf
                   17506: 
                   17507:        * src/main/untaint.C: removed debug code, activated commented-for
                   17508:          debug parts
                   17509: 
1.116     moko     17510:        * Makefile.am: make cvsupdate
1.95      moko     17511: 
                   17512:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17513:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   17514:          append_row, not at link zero now string to string appending works
                   17515: 
                   17516: 2002-02-20  paf
                   17517: 
                   17518:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   17519:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   17520:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   17521: 
                   17522:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17523:          economy: 22%
                   17524: 
                   17525:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17526:          space uptimized: string::link_row removed
                   17527: 
                   17528:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   17529:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   17530:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17531:          types/pa_vstring.h: speed uptimized: string::is_empty
                   17532: 
                   17533:        * operators.txt, src/include/pa_common.h,
                   17534:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   17535:          src/include/pa_types.h, src/main/compile.tab.C,
                   17536:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   17537:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   17538:          string append optimiziation idea and estimates
                   17539: 
                   17540: 2002-02-19  paf
                   17541: 
                   17542:        * src/classes/math.C: not used directly [but erroreously reported
                   17543:          that 'is', thus registering twice&other probs]
                   17544: 
                   17545:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   17546:          to node [element]
                   17547: 
                   17548:        * src/main/compile.C: without string_origins parse error
                   17549:          file+line+col possible
                   17550: 
                   17551:        * src/main/: compile.C: without string_origins not worked
                   17552: 
                   17553: 2002-02-18  paf
                   17554: 
                   17555:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   17556:          trick i've installed into double::as_string
                   17557: 
                   17558:        * src/main/pa_globals.C: extern "C" was removed too fast
                   17559: 
                   17560:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17561:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17562:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   17563:          with string/nonstring values, now in expressions double/int
                   17564:          values are passed as-is, without stupid tostring/fromstring
                   17565:          conversions
                   17566: 
                   17567:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   17568:          __cplusplus } #endif
                   17569: 
                   17570:        * src/main/compile.tab.C: bison env set so one could compile
                   17571:          without cygwin installed
                   17572: 
                   17573:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17574:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   17575:          gnome xml libs parser .dsp-s changed accordingly
                   17576: 
                   17577:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   17578: 
                   17579:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   17580:          with backward comp
                   17581: 
                   17582:        * src/classes/math.C: math:random range check fixed
                   17583: 
                   17584:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   17585: 
                   17586:        * INSTALL: local install comment
                   17587: 
1.116     moko     17588:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     17589: 
1.116     moko     17590:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   17591:          src/include/pa_config_auto.h.in,
                   17592:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   17593:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     17594: 
                   17595:        * operators.txt: \ comment
                   17596: 
                   17597: 2002-02-13  paf
                   17598: 
                   17599:        * src/include/pa_config_includes.h: sys/time time both included
                   17600:          now.  vaguely remember confilicts on this on some system [not on
                   17601:          six|ablv] so when would see them again would think up proper
                   17602:          check
                   17603: 
1.116     moko     17604:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17605:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     17606: 
                   17607:        * src/main/pa_common.C: truncation never occured when writing files
                   17608:          on unix [since i've changed cache mech] fix
                   17609: 
                   17610:        * src/main/pa_common.C: strnchr: sanity check added
                   17611: 
                   17612:        * etc/parser3.charsets/windows-1257.cfg: id added
                   17613: 
                   17614:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   17615:          baltic charset file generated, in generation script ispunct check
                   17616:          added
                   17617: 
                   17618: 2002-02-08  paf
                   17619: 
1.116     moko     17620:        * src/: include/Makefile.am, sql/Makefile.am,
                   17621:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     17622: 
                   17623:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   17624:          forgotten
                   17625: 
                   17626:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   17627: 
                   17628:        * INSTALL, README: install&others updated
                   17629: 
                   17630:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   17631: 
1.116     moko     17632:        * Makefile.am, configure, configure.in,
                   17633:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   17634:          src/classes/Makefile.am, src/main/Makefile.am,
                   17635:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   17636:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   17637:          works
1.95      moko     17638: 
                   17639:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17640:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17641:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   17642:          classes/math.C, classes/op.C, classes/response.C,
                   17643:          classes/string.C, classes/table.C, classes/void.C,
                   17644:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17645:          include/pa_array.h, include/pa_cache_managers.h,
                   17646:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17647:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17648:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17649:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   17650:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17651:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17652:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17653:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17654:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17655:          include/pa_stack.h, include/pa_string.h,
                   17656:          include/pa_stylesheet_connection.h,
                   17657:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17658:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   17659:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17660:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   17661:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17662:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   17663:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   17664:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17665:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   17666:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17667:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17668:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   17669:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17670:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17671:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17672:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17673:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17674:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   17675:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   17676:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17677:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17678:          types/pa_vrequest.h, types/pa_vresponse.h,
                   17679:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17680:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17681:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17682:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17683:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   17684:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   17685:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17686:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   17687:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17688:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   17689:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   17690: 
                   17691:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17692:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17693:          classes/hashfile.C, classes/image.C, classes/int.C,
                   17694:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17695:          classes/string.C, classes/table.C, classes/void.C,
                   17696:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17697:          include/pa_array.h, include/pa_cache_managers.h,
                   17698:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17699:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17700:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17701:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   17702:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17703:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17704:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17705:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17706:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17707:          include/pa_stack.h, include/pa_string.h,
                   17708:          include/pa_stylesheet_connection.h,
                   17709:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17710:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   17711:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   17712:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   17713:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17714:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17715:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   17716:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17717:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17718:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17719:          main/pa_status_provider.C, main/pa_string.C,
                   17720:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   17721:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17722:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17723:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17724:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17725:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17726:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   17727:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17728:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17729:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17730:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17731:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   17732:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17733:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17734:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17735:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17736:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17737:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17738:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17739:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17740:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17741:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   17742: 
                   17743: 2002-02-07  paf
                   17744: 
                   17745:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   17746: 
1.116     moko     17747:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17748:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   17749:          added yet another locking function: fcntl
1.95      moko     17750: 
                   17751:        * config.sub: on cygwin configure passes it with strange i1586
                   17752:          const, hacked it to mean i586
                   17753: 
                   17754:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   17755:          disabled $if reference due to conflicts with local variables
                   17756: 
                   17757:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   17758:          xdoc::set obsolete now, now xdoc::create, with both sences
                   17759: 
                   17760:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   17761:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   17762:          table::create now // 'set' name obsolete now table clone.
                   17763: 
                   17764:        * operators.txt, src/classes/string.C,
                   17765:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   17766:          ^int/double/string.format now can be called with normal []
                   17767:          brackets, not stupid {} as it were implemented for some strange
                   17768:          reason.  retaining backward compatibility due to some
                   17769:          already-implemented servers
                   17770: 
                   17771:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   17772:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   17773:          operators now detected by check at name_without_curly_rdive_read
                   17774:          rule whether diving code constists only of
                   17775:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   17776:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   17777:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   17778: 
                   17779: 2002-02-06  paf
                   17780: 
                   17781:        * configure, configure.in: prefix expanded, grr
                   17782: 
                   17783:        * operators.txt, src/classes/mail.C: mail:send config changed
                   17784: 
                   17785: 2002-02-05  paf
                   17786: 
                   17787:        * operators.txt: regex options commented
                   17788: 
                   17789:        * src/main/: pa_exec.C: argv0 now correct
                   17790: 
                   17791:        * src/types/pa_vstatus.C: status:rusage 3
                   17792: 
                   17793:        * src/types/pa_vstatus.C: status:rusage 2
                   17794: 
                   17795:        * operators.txt: status:rusage described int operators
                   17796: 
                   17797:        * src/types/pa_vstatus.C: status:rusage 1
                   17798: 
                   17799:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   17800:          src/types/types.dsp: status:rusage
                   17801: 
                   17802:        * configure.in, operators.txt, src/classes/file.C,
                   17803:          src/classes/op.C, src/include/pa_common.h,
                   17804:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   17805:          src/main/pa_common.C: rewritten ^cache to use
                   17806:          non-blocking-exclusive-caches
                   17807: 
                   17808:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   17809:          [speed impact. was off for debugging purpose, but forgotten
                   17810:          afterwards]
                   17811: 
                   17812: 2002-02-01  paf
                   17813: 
                   17814:        * src/classes/op.C: file_write does EX lock after create, while
                   17815:          file_read does SH after open, so there's a moment after create
                   17816:          but before EX lock when read can sneak into, and read
                   17817:          just-created-for-writing-and-not-yet-locked file, added a check
                   17818:          for that in ^cache...read
                   17819: 
                   17820: 2002-01-31  paf
                   17821: 
                   17822:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   17823:          ^xxx:
                   17824: 
                   17825:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   17826:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   17827: 
                   17828:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   17829:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   17830:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   17831:          operators check 6.1 rewritten. now check is done at compile time
                   17832: 
                   17833:        * src/main/execute.C: operators check 5 floated up old error of
                   17834:          staying in 'entered class/object' state after $a($a..) it
                   17835:          prevented operators from being called thereafter
                   17836: 
                   17837:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17838:          main/execute.C: operators check 4 floated up old error of staying
                   17839:          in 'entered object' state after ^a.a(a) it prevented operators
                   17840:          from being called thereafter
                   17841: 
                   17842:        * src/main/execute.C: operators check 3 floated up old error of
                   17843:          staying in 'entered class' state after $a:a(a) it prevented
                   17844:          operators from being called thereafter
                   17845: 
                   17846:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   17847:          floated up old error of staying in 'entered class' state after
                   17848:          $a:a[a] it prevented operators from being called thereafter
                   17849: 
                   17850:        * src/main/execute.C: operators check, thay mistakenly seen in
                   17851:          $class:operator   $object.operators contexts
                   17852: 
                   17853:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   17854:          win32
                   17855: 
1.116     moko     17856:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   17857:          src/classes/Makefile.am, src/main/Makefile.am,
                   17858:          src/targets/cgi/Makefile.am,
1.95      moko     17859:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     17860:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     17861: 
1.116     moko     17862:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   17863:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   17864:          configure, configure.in, form.txt, ident.awk, install-sh,
                   17865:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   17866:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     17867:          etc/parser3.charsets/Makefile.am,
                   17868:          etc/parser3.charsets/koi8-r.cfg,
                   17869:          etc/parser3.charsets/windows-1250.cfg,
                   17870:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     17871:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   17872:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   17873:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   17874:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     17875:          straightened installation scripts procedure made
                   17876:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   17877:          change
                   17878: 
                   17879: 2002-01-30  paf
                   17880: 
                   17881:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   17882:          removed] those comments were a mistake, and prevented libltdl
                   17883:          from function properly
                   17884: 
                   17885: 2002-01-29  paf
                   17886: 
1.116     moko     17887:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   17888:          creation [modified acinclude.m4 which were creating int into just
                   17889:          assignment LIBTOOL=../libtool] added default system
                   17890:          config&charsetts prepared 'make install', now it installs
                   17891:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   17892:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     17893:          $sysconfdir/parser3.charsets respectively
                   17894: 
                   17895:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   17896:          main/pa_globals.C: few forgotten ifdef XML added
                   17897: 
                   17898: 2002-01-28  paf
                   17899: 
1.116     moko     17900:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     17901:          removed
                   17902: 
                   17903:        * src/main/pa_exception.C: dom|generic error output fix
                   17904: 
                   17905:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   17906: 
                   17907:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   17908: 
                   17909:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   17910:          [fixed as_node helper func to accept docs]
                   17911: 
                   17912:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   17913:          xdoc.importNode 0
                   17914: 
                   17915:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   17916: 
                   17917: 2002-01-25  paf
                   17918: 
                   17919:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   17920:          @SPECIAL now works OK
                   17921: 
                   17922:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   17923: 
                   17924:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   17925:          violation that added
                   17926: 
                   17927:        * src/classes/hash.C: unified  hash::sql, now
                   17928:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   17929: 
                   17930:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   17931:          ^file:lock[filename]{code}
                   17932: 
                   17933:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   17934:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   17935:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   17936:          to some pa_common funcs
                   17937: 
                   17938:        * src/: include/pa_charset.h, main/pa_globals.C:
                   17939:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   17940: 
                   17941:        * src/: include/pa_charset.h, main/pa_charset.C,
                   17942:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   17943:          not stupid illegal define
                   17944: 
                   17945: 2002-01-24  paf
                   17946: 
                   17947:        * src/include/pa_version.h: changed version number
                   17948: 
                   17949:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   17950:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17951:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17952:          main/pa_db_connection.C, main/pa_db_table.C,
                   17953:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   17954:          hashfile without logfiles
                   17955: 
                   17956:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   17957:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   17958:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   17959:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   17960:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   17961:          cluttered disk without huge need]
                   17962: 
                   17963:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   17964:          handy macro, which is strangly abscent in dome lib
                   17965: 
                   17966:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   17967: 
                   17968:        * src/classes/xdoc.C: checked empty response
                   17969: 
                   17970:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   17971:          /, not self node]
                   17972: 
                   17973:        * src/classes/xnode.C: xnode.select returns array always now, in
                   17974:          case 'nothing found' returns empty array
                   17975: 
                   17976:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   17977:          be more tender with ctrl/c/v
                   17978: 
                   17979: 2002-01-23  paf
                   17980: 
                   17981:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   17982:          substituted.         // 2. when dom tree with entites goes under
                   17983:          transform text nodes        // got [erroreosly] cut on first
                   17984:          entity occurance
                   17985: 
                   17986:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   17987:          twice-converting
                   17988: 
                   17989:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   17990:          'e' in output this is for regretful twice-converting here:
                   17991:          $a(double value) when they write double falue  they convert it to
                   17992:          string first, thus %g were losing precesion.
                   17993: 
                   17994:          todo: think up some way to remove double->string string->double
                   17995:          twice-converting
                   17996: 
                   17997:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   17998:          %.20E now default float format this is for regretful
                   17999:          twice-converting here: $a(double value) when they write double
                   18000:          falue  they convert it to string first, thus %g were losing
                   18001:          precesion.
                   18002: 
                   18003:          todo: think up some way to remove double->string string->double
                   18004:          twice-converting
                   18005: 
                   18006:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18007:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18008:          reasons in comment inside
                   18009: 
                   18010:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18011:          statically linked]
                   18012: 
                   18013:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18014:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18015:          not needed anymore 2. there were a conflict[causing errors]
                   18016:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18017:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18018:          ctor(, va_list) which, of course, caused gpf
                   18019: 
                   18020:        * src/main/pa_globals.C: removed debug xslt messages
                   18021: 
                   18022: 2002-01-22  paf
                   18023: 
                   18024:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18025:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18026:          helps compiling stylesheet properly.  example: this refused to
                   18027:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18028:          />&raquo;</b> stranly worked only this way:
                   18029:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18030: 
                   18031:          docs says "set it to 1", never going into details, so I decided
                   18032:          to try NOT to do that
                   18033: 
                   18034:        * src/classes/table.C: join behaived badly in case named tables
                   18035:          structure mismatched: 0 strings sneaked into dest failing
                   18036:          afterwards.  replaced them with empty strings
                   18037: 
                   18038: 2002-01-21  paf
                   18039: 
                   18040:        * src/main/pa_charset.C: checked empty transcoders in
                   18041:          transcode_cstr|buf
                   18042: 
                   18043:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18044: 
                   18045:        * src/classes/xdoc.C: transform error source now
                   18046:          stylesheet_filespec
                   18047: 
1.116     moko     18048:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18049:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18050:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18051:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18052:          gnome
1.95      moko     18053: 
                   18054:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18055:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18056:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18057:          xslt generic error 1
                   18058: 
                   18059:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18060:          xml generic message 1
                   18061: 
                   18062:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18063:          headline
                   18064: 
                   18065:        * src/: include/pa_array.h, include/pa_globals.h,
                   18066:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18067:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18068:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18069:          errors 0
                   18070: 
                   18071: 2002-01-16  paf
                   18072: 
                   18073:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18074:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18075:          include/pa_db_connection.h, include/pa_request.h,
                   18076:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18077:          include/pa_stylesheet_connection.h,
                   18078:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18079:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18080:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18081:          stylesheet_connection auto destroyers to remaining gnome objects
                   18082: 
                   18083:        * src/classes/xdoc.C: few comments
                   18084: 
                   18085: 2002-01-15  paf
                   18086: 
                   18087:        * src/classes/xdoc.C: xdoc   file   save   string
                   18088: 
                   18089:          ready.  todo: error handling
                   18090: 
                   18091:        * src/classes/xdoc.C: xdoc save rewritten using
                   18092:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18093:          result
                   18094: 
                   18095:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18096:          started output options parsing
                   18097: 
                   18098: 2002-01-14  paf
                   18099: 
                   18100:        * src/classes/xdoc.C: method
                   18101: 
                   18102:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18103:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18104:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18105:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18106:          xslt transform0.  TODO:   use output options   handle errors
                   18107: 
                   18108:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18109: 
                   18110: 2002-01-11  paf
                   18111: 
                   18112:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18113:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18114:          partial logical && || evaluation
                   18115: 
                   18116:        * src/classes/xnode.C: xpath selectNodes
                   18117: 
                   18118:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18119:          string/number/bool
                   18120: 
                   18121:        * src/classes/xnode.C: xpath selectNode 2
                   18122: 
                   18123:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18124:          xpath selectNode 1
                   18125: 
                   18126: 2002-01-10  paf
                   18127: 
                   18128:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18129: 
                   18130:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18131:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18132:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18133:          refcounter]
                   18134: 
                   18135: 2001-12-29  paf
                   18136: 
                   18137:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18138:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18139:          glib works 0
                   18140: 
                   18141: 2001-12-28  paf
                   18142: 
                   18143:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18144:          main/pa_exception.C: started glib transcoders
                   18145: 
                   18146:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18147: 
                   18148:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18149:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18150:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18151:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18152:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18153:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18154:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18155:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18156: 
                   18157: 2001-12-27  paf
                   18158: 
                   18159:        * src/: include/pa_charset.h, include/pa_common.h,
                   18160:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18161:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18162:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18163:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18164:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18165:          from xalan&xerces, started the process.  globals [initialization
                   18166:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18167:          calls
                   18168: 
                   18169:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18170:          anymore
                   18171: 
                   18172: 2001-12-26  paf
                   18173: 
                   18174:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18175:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18176:          key globalized [bug]
                   18177: 
                   18178: 2001-12-25  paf
                   18179: 
                   18180:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18181:          main/pa_string.C: table set & append changed splitting languages,
                   18182:          separators now can be clean AND as-is same to mail command line
                   18183:          $MAIN:MAIL.progX arguments
                   18184: 
                   18185: 2001-12-24  paf
                   18186: 
                   18187:        * src/classes/mail.C: one parted text messages - no multipart
                   18188:          mime-type anymore.  for convinient if $.attach-ments
                   18189: 
                   18190:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18191:          main/pa_string.C: read from cache size check updated
                   18192: 
                   18193:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18194: 
                   18195: 2001-12-21  paf
                   18196: 
                   18197:        * src/classes/date.C: date:sql-string now returns localtime
                   18198: 
                   18199:        * src/main/pa_request.C: $result in @main actually not working, to
                   18200:          hell with it for now
                   18201: 
                   18202:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18203:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18204:          @postprocess @exception
                   18205: 
                   18206:        * src/main/execute.C: junction evaluation canceled - endless
                   18207:          recursion detected
                   18208: 
                   18209: 2001-12-19  paf
                   18210: 
                   18211:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18212:          intermediate
                   18213: 
                   18214:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18215: 
                   18216:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18217: 
                   18218:        * src/classes/op.C: ^cache keypath now relative
                   18219: 
                   18220:        * src/classes/mail.C: changed weighting prior to sort
                   18221: 
                   18222:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18223:          were missing
                   18224: 
                   18225: 2001-12-17  paf
                   18226: 
                   18227:        * src/main/pa_charset.C: ifndef XML were bad type
                   18228: 
                   18229:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18230:          outdated unset services_pool
                   18231: 
                   18232:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18233:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18234:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18235: 
                   18236:        * src/main/untaint.C: allowed space in filespec
                   18237: 
                   18238:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18239: 
                   18240:        * src/classes/image.C: no govno
                   18241: 
                   18242:        * src/classes/image.C: govno
                   18243: 
                   18244: 2001-12-16  paf
                   18245: 
                   18246:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18247: 
                   18248:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18249:          charset_connection&manager replaced by charset&charsets
                   18250: 
                   18251:        * src/main/pa_charset.C: name_cstr 0
                   18252: 
                   18253:        * src/main/untaint.C: uri lang now knows about client/source
                   18254:          charsets
                   18255: 
                   18256:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18257:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18258:          include/pa_array.h, include/pa_cache_managers.h,
                   18259:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18260:          include/pa_common.h, include/pa_db_connection.h,
                   18261:          include/pa_db_manager.h, include/pa_db_table.h,
                   18262:          include/pa_dictionary.h, include/pa_exception.h,
                   18263:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18264:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18265:          include/pa_sapi.h, include/pa_socks.h,
                   18266:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18267:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18268:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18269:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18270:          main/pa_charset.C, main/pa_charset_connection.C,
                   18271:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18272:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18273:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18274:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18275:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18276:          types/types.dsp: introducing Charset
                   18277: 
                   18278: 2001-12-14  paf
                   18279: 
                   18280:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18281:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18282:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18283:          uri lang
                   18284: 
                   18285:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18286: 
                   18287:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18288: 
                   18289:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18290:          defalts_name global
                   18291: 
                   18292:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18293:          include/pa_request.h, main/main.dsp,
                   18294:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18295:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18296:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18297:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18298:          changed charset model.  now important: $request:charset
                   18299:          $response:charset while $response:content-type.charset become
                   18300:          unimportant [informational]
                   18301: 
                   18302: 2001-12-13  paf
                   18303: 
                   18304:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18305: 
                   18306:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18307:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18308:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18309:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18310:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18311:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18312: 
                   18313:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18314:          auto_ptr part other way, because of stupid gcc 2.96
                   18315:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18316:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18317:          FormatterListener] /usr/include/g++-3/memory:48:
                   18318:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18319:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18320: 
                   18321:        * src/classes/xdoc.C: removed extra inc
                   18322: 
                   18323:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18324: 
                   18325:        * src/include/pa_types.h: msvc head debugging flag
                   18326: 
                   18327:        * src/classes/xdoc.C: freed up listener
                   18328: 
                   18329:        * src/classes/string.C: change msg '... code is not code'
                   18330: 
                   18331:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18332:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18333:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18334:          [past/future prob]
                   18335: 
                   18336:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18337:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18338:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18339:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18340: 
                   18341:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18342:          main/pa_string.C: removed signed mismatch warnings
                   18343: 
                   18344:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18345:          'expires' from header outputs
                   18346: 
                   18347:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18348:          row ptr
                   18349: 
                   18350:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18351:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18352: 
                   18353:        * src/classes/xdoc.C: lang list updated
                   18354: 
                   18355: 2001-12-10  paf
                   18356: 
                   18357:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18358: 
                   18359:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18360:          erase files like that, knowing their full name introducing   //
                   18361:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18362:          // they would yield the same    // because
                   18363:          need_file_encode('_')=false  // but we need to delete such files
                   18364:          somehow, getting names from ^index
                   18365: 
                   18366:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18367:          string::join_chank break]
                   18368: 
                   18369: 2001-12-07  paf
                   18370: 
                   18371:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18372:          include/pa_common.h, include/pa_config_auto.h.in,
                   18373:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18374:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18375:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18376:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18377: 
                   18378:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18379:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18380:             lduh  [ %i2 + 1 ], %l0
                   18381: 
                   18382:          bus error, fixed that
                   18383: 
                   18384:        * src/main/pa_string.C: strange string deserialize bug on
                   18385:          client[pmts], a bit shortened,
                   18386: 
                   18387:        * src/include/pa_config_auto.h.in: makes
                   18388: 
                   18389:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18390:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18391:          file write shared lock file read
                   18392: 
                   18393:        * src/: classes/op.C, include/pa_common.h,
                   18394:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18395: 
                   18396: 2001-12-06  paf
                   18397: 
                   18398:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18399:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18400: 
                   18401:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18402:          info
                   18403: 
                   18404:        * src/classes/hashfile.C: removed transaction from ^cache
                   18405: 
                   18406: 2001-12-05  paf
                   18407: 
                   18408:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18409:          IIS5 there were a prob with illegal call check
                   18410: 
                   18411: 2001-12-04  paf
                   18412: 
                   18413:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18414:          main/pa_request.C: measures to log
                   18415: 
                   18416: 2001-11-23  paf
                   18417: 
                   18418:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18419:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18420:          types/pa_vhashfile.C: merged from _0014, 1
                   18421: 
                   18422:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18423:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18424:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18425:          ^cache(33) would change
                   18426: 
                   18427:          0660 bits in file_write & hashfile create
                   18428: 
                   18429:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18430:          after pa_string optimization]
                   18431: 
                   18432: 2001-11-22  paf
                   18433: 
                   18434:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18435:          table.offset[whence]
                   18436: 
                   18437:        * src/classes/op.C: process cstr(,connection)
                   18438: 
                   18439:        * src/classes/op.C: process now gets its body on current language,
                   18440:          not as-is
                   18441: 
                   18442:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18443: 
                   18444:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18445:          bit
                   18446: 
1.116     moko     18447:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18448: 
                   18449: 2001-11-21  paf
                   18450: 
                   18451:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18452:          <xsl:output output options made identical to xsl:output
                   18453:          attributes exclusion:    cdata-section-elements what xalan can do
                   18454:          but that not used now:    it can escape and remove CDATA sections
                   18455: 
                   18456:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18457:          produced by xslt
                   18458: 
                   18459:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18460: 
                   18461:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18462: 
                   18463:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   18464:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   18465:          default language for {code}, it happen to change it's language
                   18466:          from CLEAN, so later refused to split by CLEAN \t
                   18467: 
                   18468: 2001-11-20  paf
                   18469: 
1.116     moko     18470:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   18471:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     18472:          bottom of dependeces, so that errors would popup quicklier, fixed
                   18473:          line numbering in table::sql
                   18474: 
                   18475: 2001-11-19  paf
                   18476: 
                   18477:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   18478:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   18479:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   18480:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   18481:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   18482:          at wcontext.write
                   18483: 
1.116     moko     18484:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     18485:          _set_new_handler
                   18486: 
1.116     moko     18487:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   18488:          set_new_handler in apache&isapi
1.95      moko     18489: 
                   18490: 2001-11-16  paf
                   18491: 
                   18492:        * src/targets/cgi/parser3.C: pool debug @ die
                   18493: 
                   18494:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   18495:          removed 8 bytes from String, 2 bytes from
                   18496:          string::chunk::row::item
                   18497: 
                   18498:        * src/main/pa_string.C: removed 1+4 bytes from String
                   18499: 
                   18500:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18501:          types/pa_vstring.C: removed 1+4 bytes from String
                   18502: 
                   18503:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   18504:          0
                   18505: 
                   18506:        * src/: include/pa_globals.h, include/pa_string.h,
                   18507:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   18508:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   18509:          targets/cgi/parser3.C: introducing estimating
                   18510:          String::cstr_bufsize, 0
                   18511: 
                   18512:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   18513: 
                   18514:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   18515: 
                   18516:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18517:          include/pa_pool.h: die in pool::fail
                   18518: 
                   18519: 2001-11-15  paf
                   18520: 
                   18521:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   18522:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   18523:          dynamic buffer re-back now with counter
                   18524: 
                   18525:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   18526:          static buffer back
                   18527: 
                   18528:        * src/targets/cgi/parser3.C: std::
                   18529: 
                   18530:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   18531:          include/pa_config_includes.h: setnewhandler check
                   18532: 
1.116     moko     18533:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18534: 
                   18535:        * src/targets/cgi/parser3.C: set_new_handler started
                   18536: 
                   18537: 2001-11-14  paf
                   18538: 
                   18539:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18540:          was wrong
                   18541: 
                   18542:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18543:          was wrong
                   18544: 
                   18545:        * src/main/pa_request.C: z
                   18546: 
                   18547:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   18548:          full returns win32 -1 solaris >buffer_size
                   18549: 
                   18550:          checked all that
                   18551: 
                   18552:        * src/classes/op.C: ^untaint{body} as-is default now
                   18553: 
                   18554:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18555:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   18556:          with no_bad_constructors_try
                   18557: 
                   18558:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18559:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   18560:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   18561:          $bred[^int::int[]]
                   18562: 
                   18563:          now VObject creation moved into overriden
                   18564:          VClass::create_new_value, thus 0 from create_new_value means that
                   18565:          class has no ctors
                   18566: 
                   18567: 2001-11-13  paf
                   18568: 
                   18569:        * src/classes/classes.C: returned accedently removed if in foreach
                   18570:          callbacks [when hash no-0-restructure]
                   18571: 
                   18572: 2001-11-12  paf
                   18573: 
                   18574:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   18575:          passed as-is to method, xalan makes & into &amp; itself
                   18576: 
                   18577:        * src/classes/date.C: date.roll parser2 alg used
                   18578: 
                   18579:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   18580:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   18581:          main/pa_dictionary.C, main/pa_hash.C,
                   18582:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   18583:          now does not containt 0 values. put 0 actullay removes.  no check
                   18584:          on 0 value in foreach now required
                   18585: 
                   18586: 2001-11-11  paf
                   18587: 
                   18588:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   18589: 
                   18590:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   18591: 
                   18592:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   18593:          driver initialize not const
                   18594: 
                   18595: 2001-11-10  paf
                   18596: 
                   18597:        * src/main/pa_exec.C: doc
                   18598: 
                   18599: 2001-11-09  paf
                   18600: 
                   18601:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   18602:          param properly
                   18603: 
                   18604:        * src/classes/string.C: string.save now does untainting before
                   18605:          saving
                   18606: 
                   18607:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   18608:          still cstr oriented]
                   18609: 
                   18610:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18611:          line endings fixing got rid of cstr, now must work ok with post
                   18612:          multipart
                   18613: 
                   18614:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   18615:          not file  also now
                   18616: 
                   18617: 2001-11-08  paf
                   18618: 
                   18619:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18620:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18621:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   18622:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   18623:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   18624:          simple parent, not second parent [gcc 2.96 strangly refused to
                   18625:          call virtual from second parent]
                   18626: 
1.116     moko     18627:        * src/: include/pa_common.h, main/Makefile.am,
                   18628:          targets/cgi/pa_pool.C: makes
1.95      moko     18629: 
                   18630:        * src/: include/pa_request.h, main/pa_request.C,
                   18631:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   18632:          'status' class enabler
                   18633: 
                   18634:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   18635: 
                   18636:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18637:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18638:          include/pa_stylesheet_manager.h, main/main.dsp,
                   18639:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   18640:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   18641:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18642:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   18643:          todo: apache 'status' class enabler
                   18644: 
                   18645: 2001-11-05  paf
                   18646: 
                   18647:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   18648:          debug to normal
                   18649: 
                   18650:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   18651:          hence i removed skipping 0 values in hash::for_each-es we need to
                   18652:          check cleaned cache items manually. few more checks.
                   18653: 
                   18654:          expiring to 0 time was wrong, changed to 'now' time
                   18655: 
                   18656:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   18657:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   18658:          on apache already done :)
                   18659: 
                   18660:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   18661:          skipping 0 values in hash::for_each-es we need to check cleaned
                   18662:          cache items manually
                   18663: 
                   18664:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   18665:          parser_multithreaded check was wrong
                   18666: 
                   18667:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18668:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18669:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18670:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18671:          classes/string.C, classes/table.C, classes/void.C,
                   18672:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18673:          include/pa_array.h, include/pa_charset_connection.h,
                   18674:          include/pa_charset_manager.h, include/pa_common.h,
                   18675:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18676:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18677:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18678:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18679:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18680:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18681:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18682:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18683:          include/pa_stack.h, include/pa_string.h,
                   18684:          include/pa_stylesheet_connection.h,
                   18685:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18686:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18687:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18688:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   18689:          main/pa_charset_manager.C, main/pa_common.C,
                   18690:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18691:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18692:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18693:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18694:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18695:          main/pa_status_provider.C, main/pa_string.C,
                   18696:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18697:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18698:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18699:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18700:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18701:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18702:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18703:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18704:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18705:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18706:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18707:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18708:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18709:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18710:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   18711:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18712:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18713:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   18714:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18715:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18716:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   18717:          $status:db fixed used not initialized in db_connection & db_table
                   18718: 
                   18719:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   18720:          $status:charset
                   18721: 
                   18722:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   18723:          include/pa_stylesheet_connection.h,
                   18724:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   18725:          types/pa_vstatus.h: $status:stylesheet
                   18726: 
                   18727:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   18728:          include/pa_request.h, include/pa_sql_connection.h,
                   18729:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18730:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   18731:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   18732:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18733:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   18734:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   18735: 
                   18736: 2001-11-01  paf
                   18737: 
                   18738:        * src/include/pa_config_auto.h.in: makes
                   18739: 
                   18740:        * src/main/pa_hash.C: removed old extra include
                   18741: 
                   18742:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   18743:          checks [for hp, there are such in math.h]
                   18744: 
                   18745:        * src/classes/op.C: ^for endless loop check strightened
                   18746: 
                   18747:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   18748:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   18749:          co can use r.root to write their i & key,value there
                   18750: 
                   18751:        * src/classes/op.C: detected for var storage bug, fixed.
                   18752:          todo:foreach
                   18753: 
                   18754:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   18755:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18756:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   18757:          changing of hash inside of foreach
                   18758: 
                   18759:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   18760:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   18761:          were hash.foreach
                   18762: 
                   18763:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   18764:          types/pa_vstring.C, types/pa_vstring.h:
                   18765:          ^foreach[key|value]{body}[[separator]|{separator}]
                   18766: 
                   18767:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   18768:          types/pa_vcookie.C: ^hash.delete[key]
                   18769: 
                   18770: 2001-10-31  paf
                   18771: 
                   18772:        * src/main/: compile.C, pa_common.C: completely empty file now
                   18773:          considered "read", not ignored [not perfect trick used]
                   18774: 
                   18775:        * src/main/pa_common.C: simplier common ifdefs
                   18776: 
                   18777:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   18778: 
                   18779:        * src/main/pa_db_connection.C: z
                   18780: 
                   18781:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   18782:          lockdetector flags
                   18783:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   18784: 
                   18785:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   18786:          from accidental show [imagine user forgot @exception]
                   18787: 
                   18788:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   18789: 
                   18790:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   18791:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   18792:          main/pa_common.C: ^string.save[[append;]path]
                   18793: 
                   18794:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18795:          main/execute.C: \ in expression: int divide 10/3=3
                   18796: 
                   18797:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   18798:          inside of ^cache
                   18799: 
                   18800:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   18801:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   18802:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   18803:          needed
                   18804: 
                   18805: 2001-10-30  paf
                   18806: 
                   18807:        * src/: classes/classes.dsp, main/main.dsp,
                   18808:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18809:          types/types.dsp: enabled debug incremental compile
                   18810: 
                   18811:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18812:          form post data line endings not reformatted now.
                   18813: 
                   18814:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   18815:          now required [had bug when file= has no value]
                   18816: 
                   18817:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   18818:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   18819:          cstr(asis) default param removed
                   18820: 
                   18821:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   18822: 
                   18823:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   18824: 
                   18825:        * src/include/pa_dir.h: LOAD_DIR fixed
                   18826: 
                   18827:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   18828:          was broken} fix_line_breaks
                   18829: 
                   18830:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   18831:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   18832:          packed with #pragma pack
                   18833: 
1.116     moko     18834:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     18835: 
                   18836: 2001-10-29  paf
                   18837: 
                   18838:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   18839: 
                   18840:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   18841:          string hash.puts
                   18842: 
                   18843:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   18844: 
                   18845:        * src/include/pa_sql_connection.h: there were one wrong
                   18846:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   18847: 
                   18848:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   18849:          param.someday either ifdef or remove it
                   18850: 
                   18851:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   18852: 
                   18853:        * src/main/untaint.C: optimizing returned after debugging
                   18854: 
                   18855:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18856:          main/untaint.C: memory hunging #pragma pack(1)
                   18857: 
                   18858:          16 419 844 13 169 394
                   18859: 
                   18860:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18861:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   18862:          places [todo:Array]
                   18863: 
                   18864:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   18865:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   18866:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   18867: 
                   18868:          total 5 652 652/158731 total 5 469 332/158731
                   18869: 
                   18870:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   18871:          Array:: without cache in get/put now
                   18872: 
                   18873:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   18874:          18:25:27 2001] total 5 652 652/158731
                   18875: 
                   18876:        * src/: include/pa_string.h, main/pa_string.C,
                   18877:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   18878:          now
                   18879: 
                   18880:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   18881:          18:11:53 2001] total 5796092/158731
                   18882: 
                   18883:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   18884:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   18885:          key ref now
                   18886: 
                   18887:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   18888:          17:11:17 2001] total 16867948/202658
                   18889: 
                   18890:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   18891:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   18892:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   18893:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18894:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   18895:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   18896:          string::as_int/double now usually uses stack, not heap [200K out
                   18897:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   18898: 
                   18899:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   18900:          hiding bug]
                   18901: 
                   18902:        * src/Makefile.am: .am order
                   18903: 
                   18904:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   18905:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18906:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   18907:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18908:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   18909:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   18910:          required "friend class"
                   18911: 
                   18912:          ../include/pa_request.h:51: friend declaration requires
                   18913:          class-key, i.e. `friend    class Temp_lang'
                   18914: 
                   18915:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   18916:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   18917:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   18918: 
                   18919:          the idea is to #1 jump to C++ some function to main body, where
                   18920:          every function stack frame has exception unwind information and
                   18921:          from there... #2 propagate_exception()
                   18922: 
                   18923: 2001-10-28  paf
                   18924: 
                   18925:        * src/main/pa_db_connection.C: removed old consts
                   18926: 
                   18927:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   18928:          with wrong type/cast]
                   18929: 
                   18930:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   18931:          translation
                   18932: 
1.116     moko     18933:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     18934:          remember to build DB2 with -fexceptions!!!
                   18935: 
                   18936:        * src/main/pa_db_table.C: DB_RMW defed
                   18937: 
                   18938:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   18939:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18940:          include/pa_db_table.h, main/pa_db_connection.C,
                   18941:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   18942: 
                   18943: 2001-10-27  paf
                   18944: 
                   18945:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   18946:          include/pa_db_table.h, main/pa_db_connection.C,
                   18947:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   18948:          types/pa_vhashfile.C: DB2 ifdefs
                   18949: 
1.116     moko     18950:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   18951:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     18952:          makes with DB2
                   18953: 
1.116     moko     18954:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   18955:          types/Makefile.am: makes db
1.95      moko     18956: 
                   18957:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   18958:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   18959:          globals.C
                   18960: 
                   18961:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   18962:          include/pa_db_table.h, main/pa_db_connection.C,
                   18963:          main/pa_db_table.C: ^hashfile.clear[]
                   18964: 
                   18965:        * src/classes/classes.awk: no $ in var names
                   18966: 
                   18967:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   18968:          connection&table [forgotten calls]
                   18969: 
                   18970: 2001-10-26  paf
                   18971: 
                   18972:        * src/main/pa_db_connection.C: db checkpoints
                   18973: 
                   18974:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   18975:          checkpoints
                   18976: 
                   18977:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   18978:          default. but entities still reparsed. todo: tothink
                   18979: 
                   18980:        * src/main/pa_db_connection.C: db recover mech 2
                   18981: 
                   18982:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   18983:          include/pa_db_manager.h, include/pa_db_table.h,
                   18984:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   18985:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   18986:          types/pa_vhashfile.h: db connections & tables now cached at
                   18987:          create time & multithreaded
                   18988: 
                   18989:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   18990:          parsed_source
                   18991: 
                   18992:        * src/main/pa_db_connection.C: about to remove connection from
                   18993:          vhashfile
                   18994: 
                   18995:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   18996:          transaction commit/rollback responsibility left to parent [as it
                   18997:          sould - else there were a bug with double free]
                   18998: 
                   18999:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19000:          responsibility left to parent [as it sould - else there were a
                   19001:          bug with double free]
                   19002: 
                   19003: 2001-10-25  paf
                   19004: 
                   19005:        * src/: classes/hashfile.C, include/pa_common.h,
                   19006:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19007:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19008:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19009:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19010:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19011:          yet]
                   19012: 
                   19013:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19014: 
                   19015:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19016:          transaction parent passed
                   19017: 
                   19018: 2001-10-24  parser
                   19019: 
1.116     moko     19020:        * src/classes/Makefile.am: makes
1.95      moko     19021: 
                   19022:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19023:          isapi/pool_storage.h: pool_storage fixed
                   19024: 
                   19025:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19026:          types/pa_vform.h: form fix_line_breaks
                   19027: 
1.116     moko     19028:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19029: 
                   19030:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19031:          targets/cgi/pool_storage.h: makes
                   19032: 
                   19033:        * src/sql/pa_sql_driver.h: version
                   19034: 
                   19035:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19036:          types/pa_vform.C, types/pa_vform.h: .am
                   19037: 
                   19038:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19039:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19040:          the retrieval. Setting this flag may decrease the likelihood of
                   19041:          deadlock during a read-modify-write cycle by immediately
                   19042:          acquiring the write lock during the read part of the cycle so
                   19043:          that another thread of control acquiring a read lock for the same
                   19044:          item, in its own read-modify-write cycle, will not result in
                   19045:          deadlock
                   19046: 
                   19047:        * src/targets/isapi/parser3isapi.dsp: doc
                   19048: 
                   19049:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19050: 
                   19051:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19052: 
                   19053:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19054:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19055:          get & iterate
                   19056: 
                   19057:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19058:          expiring 1
                   19059: 
                   19060:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19061: 
                   19062:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19063:          db_connection not bothers with key when not returning expired
                   19064:          data
                   19065: 
                   19066:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19067:          types/pa_vhashfile.C: db_cursor constructor public now
                   19068: 
                   19069:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19070:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19071:          stamped, todo: put_element analize
                   19072: 
                   19073:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19074:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19075:          serialize. todo stamp
                   19076: 
                   19077: 2001-10-23  parser
                   19078: 
                   19079:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19080:          classes/image.C, classes/mail.C, classes/response.C,
                   19081:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19082:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19083:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19084:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19085:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19086:          types/pa_vtable.C: ^hashfile.hash[]
                   19087: 
                   19088:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19089:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19090:          main/pa_globals.C: ifdefs so it compiled without db
                   19091: 
                   19092:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19093:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19094:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19095:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19096:          ^hashfile.delete[key]
                   19097: 
                   19098: 2001-10-22  parser
                   19099: 
                   19100:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19101:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19102: 
                   19103:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19104:          classes/xnode.C, include/pa_charset_connection.h,
                   19105:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19106:          include/pa_exception.h, include/pa_sapi.h,
                   19107:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19108:          include/pa_stylesheet_connection.h,
                   19109:          include/pa_stylesheet_manager.h,
                   19110:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19111:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19112:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19113:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19114:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19115:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19116:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19117:          types/types.dsp: hashfile 0
                   19118: 
                   19119:        * src/types/pa_vhashfile.C: z
                   19120: 
                   19121:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19122:          include/pa_config_fixed.h, main/execute.C,
                   19123:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19124:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19125: 
                   19126:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19127: 
                   19128:        * src/: include/pa_exception.h, include/pa_request.h,
                   19129:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19130:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19131:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19132: 
                   19133: 2001-10-19  parser
                   19134: 
                   19135:        * src/include/pa_pool.h: header
                   19136: 
                   19137:        * src/main/pa_pool.C: auto compiled on gcc
                   19138: 
                   19139:        * src/classes/image.C: comment
                   19140: 
1.116     moko     19141:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19142: 
                   19143:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19144:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19145:          types/pa_vxnode.h: xnode clone got freed
                   19146: 
                   19147:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19148:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19149:          can free up xalandomstring resulting from pool::transcode
                   19150: 
                   19151:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19152:          include/pa_config_fixed.h, include/pa_exception.h,
                   19153:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19154:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19155:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19156:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19157:          from non-xml compile
                   19158: 
                   19159:        * src/main/pa_request.C: pool:: context - get_context
                   19160: 
                   19161:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19162:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19163:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19164:          classes/string.C, classes/table.C, classes/void.C,
                   19165:          include/pa_config_fixed.h, include/pa_exception.h,
                   19166:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19167:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19168:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19169:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19170:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19171:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19172:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19173:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19174:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19175:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19176:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19177:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19178:          exceptions 0
                   19179: 
                   19180:        * src/classes/classes.awk: $ removed
                   19181: 
                   19182: 2001-10-18  parser
                   19183: 
                   19184:        * src/types/pa_vcookie.C: cookie:CLASS
                   19185: 
                   19186:        * src/main/main.dsp: project
                   19187: 
                   19188:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19189:          set_document & ctor question "who owns document" solved
                   19190: 
                   19191:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19192: 
                   19193:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19194:          main/pa_pool.C: encoding in dom creating funcs
                   19195: 
                   19196:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19197:          be transformed now
                   19198: 
                   19199:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19200: 
                   19201:        * src/classes/xdoc.C: z
                   19202: 
                   19203:        * src/classes/xdoc.C: comment
                   19204: 
                   19205:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19206:          create now uses XercesDocumentBridge, appendChild&co now works
                   19207: 
                   19208:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19209:          @ recompile
                   19210: 
                   19211:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19212:          $origin @exception[
                   19213: 
                   19214:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19215:          tag names forced to XML lang
                   19216: 
                   19217:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19218:          leechy-found bugs in code&doc fixed
                   19219: 
                   19220: 2001-10-17  parser
                   19221: 
                   19222:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19223:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19224:          n functionality preserved
                   19225: 
                   19226:        * src/types/pa_vimage.h: removed unused vimage::save
                   19227: 
                   19228: 2001-10-16  parser
                   19229: 
                   19230:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19231: 
                   19232:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19233: 
                   19234:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19235: 
                   19236:        * src/classes/image.C: image.copy tolerance
                   19237: 
                   19238:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19239:          ineffective, but works for small paleted image
                   19240: 
                   19241:        * src/types/pa_vimage.C: comment
                   19242: 
                   19243:        * src/classes/image.C: gd size/resize bugfix
                   19244: 
                   19245:        * src/: classes/classes.dsp, main/main.dsp,
                   19246:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19247:          types/types.dsp: ident >nul 2>&1
                   19248: 
                   19249:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19250:          systems
                   19251: 
                   19252:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19253:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19254: 
                   19255: 2001-10-15  parser
                   19256: 
                   19257:        * src/main/execute.C: z
                   19258: 
                   19259:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19260: 
                   19261:        * src/types/pa_vxnode.C:     document_type_node.
                   19262:                  !readonly attribute DOMString name
                   19263:              !notation_node.
                   19264:                  !readonly attribute DOMString publicId
                   19265:                  !readonly attribute DOMString systemId
                   19266: 
1.116     moko     19267:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19268:          ::write badly passed string too transparently [failed to
                   19269:          intercept it]
1.95      moko     19270: 
                   19271:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19272:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19273:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19274:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19275:          attributes/methods left
                   19276: 
                   19277: 2001-10-13  parser
                   19278: 
                   19279:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19280:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19281:          in main handler
                   19282: 
                   19283:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19284:          cleanups & frees order
                   19285: 
                   19286:        * src/types/pa_vcode_frame.h: couple comments
                   19287: 
                   19288:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19289:          transparent enough to handle hash if creation&passing
                   19290: 
                   19291:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19292:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19293:          enough, would change now
                   19294: 
                   19295: 2001-10-12  parser
                   19296: 
                   19297:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19298:          fixed. initialization&free on each thread!
                   19299: 
                   19300:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19301:          handling changed: now type of default param analized always, not
                   19302:          only at problem time, thus helping early problem spotting
                   19303: 
                   19304:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19305:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19306:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19307:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19308:          multithread bug fixed. initialization&free on each thread!
                   19309: 
                   19310: 2001-10-11  parser
                   19311: 
                   19312:        * src/classes/xnode.C: xnode.selectSingle now
                   19313: 
                   19314:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19315:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19316:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19317:          convertors out of Pool into Exception
                   19318: 
                   19319:        * src/main/pa_string.C: const
                   19320: 
                   19321:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19322:          linked pieces of same language together prior to String::replace
                   19323: 
                   19324:        * src/classes/hash.C:     !^hash.add[addme]
                   19325:              !^hash.sub[subme]
                   19326:              !^a.union[b] = new
                   19327:              !^a.intersection[b] = new
                   19328:              !^a.intersects[b] = bool
                   19329: 
                   19330:        * src/classes/hash.C:     !^hash::append[append_from]
                   19331: 
                   19332:        * src/: classes/hash.C, types/pa_vhash.h:
                   19333:          !^hash::create[[copy_from]]
                   19334: 
                   19335:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19336:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19337:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19338:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19339:          exception but somebody[value.bark] tried to throw it on it's pool
                   19340: 
1.116     moko     19341:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19342: 
                   19343: 2001-10-10  parser
                   19344: 
                   19345:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19346: 
                   19347:        * src/main/: compile.tab.C, compile.y: ^a[
                   19348: 
                   19349:          @next_method  << now unclosed ] would be reported here
                   19350: 
                   19351:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19352:          compile error
                   19353: 
                   19354: 2001-10-09  parser
                   19355: 
1.116     moko     19356:        * src/: classes/Makefile.am, main/Makefile.am,
                   19357:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19358: 
                   19359:        * src/classes/Makefile.am: makes
                   19360: 
                   19361:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19362:          win32 errors intercepted [xalan transformer patched and
                   19363:          incorporated]
                   19364: 
                   19365:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19366:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19367:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19368:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19369:          patches starting
                   19370: 
                   19371:        * src/classes/: string.C, table.C: ^string.save[file]
                   19372: 
                   19373:        * src/classes/: date.C, table.C: calendar moved to date
                   19374: 
                   19375:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19376:          string/table]  now
                   19377: 
                   19378:        * src/classes/: op.C, table.C: z
                   19379: 
                   19380:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19381:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19382:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19383:          be code [be string..]
                   19384: 
                   19385:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19386:          table.C: lots of
                   19387:          params->as_int/double/as_string/as_junction/as_no_junction
                   19388:          messages added
                   19389: 
                   19390: 2001-10-08  parser
                   19391: 
                   19392:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19393:          classes/table.C, classes/void.C, include/pa_request.h:
                   19394:          params->as_int/double message added
                   19395: 
                   19396:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19397: 
                   19398:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19399:          image:sector removed image:html internal "line-*" attribs
                   19400: 
                   19401:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19402:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19403: 
                   19404:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19405:          way
                   19406: 
                   19407:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19408:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19409:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19410: 
                   19411:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19412:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19413:          @ SAPI::log
                   19414: 
                   19415:        * src/main/untaint.C: \r to ' ' in origins mode
                   19416: 
                   19417:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19418:          set]
                   19419: 
                   19420:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19421:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19422:          nonstandard liaison freed up
                   19423: 
                   19424: 2001-10-07  parser
                   19425: 
                   19426:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19427:          project
                   19428: 
                   19429: 2001-10-05  parser
                   19430: 
                   19431:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19432:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19433:          from outputing to cerr.  lots of "todos"
                   19434: 
                   19435:        * src/main/untaint.C: http_header tainting more gentle with
                   19436:          enquoting now
                   19437: 
                   19438:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19439:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19440:          xml errorhandler.  fixed string.replace a little, read @test
                   19441: 
                   19442:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19443:          *) does not have limit, and looks further eos, fixing....
                   19444: 
                   19445:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19446: 
                   19447:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19448: 
                   19449:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19450:          bugfix
                   19451: 
1.116     moko     19452:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19453:          $result[^[$p^]z] now works fine
1.95      moko     19454: 
                   19455:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19456:          wrong. fixed it
                   19457: 
                   19458:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19459:          of totable appered to be vital
                   19460: 
                   19461: 2001-10-04  parser
                   19462: 
                   19463:        * src/classes/image.C: ^image.length[text]
                   19464: 
                   19465: 2001-10-03  parser
                   19466: 
                   19467:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   19468: 
                   19469:        * src/main/pa_request.C: restored pcre defaulting in request
                   19470:          [mindlessly "optimized" yesterday] comment left
                   19471: 
                   19472: 2001-10-02  parser
                   19473: 
                   19474:        * src/: main/pa_charset_manager.C,
                   19475:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   19476:          needed
                   19477: 
                   19478:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   19479:          forgot non-xml pool.*charset needed
                   19480: 
                   19481:        * src/classes/table.C: # config comments fixed
                   19482: 
                   19483:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   19484:          charset_connection #comment now
                   19485: 
                   19486:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   19487:          options fixed to use release msvcrt lib
                   19488: 
                   19489:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   19490:          removed default - pcre handles that internally fixed bug on
                   19491:          not-cleaning tables [previously was calloced, now member]
                   19492: 
                   19493:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   19494:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   19495:          inside removed default - pcre handles that internally fixed bug
                   19496:          on not-cleaning tables [previously was calloced, now member]
                   19497: 
                   19498:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   19499:          tested charset reload on file change @ apache version = OK tested
                   19500:          freeing up prev encoding on adding new = OK
                   19501: 
                   19502: 2001-10-01  parser
                   19503: 
                   19504:        * src/main/pa_charset_connection.C: removed entitify external hack
                   19505:          [internal installed]
                   19506: 
1.116     moko     19507:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     19508: 
                   19509:        * src/: include/pa_charset_connection.h,
                   19510:          include/pa_charset_manager.h,
                   19511:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19512:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19513:          main/pa_request.C: charset loading & caching mech 0
                   19514: 
                   19515:        * src/: include/pa_stylesheet_connection.h,
                   19516:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19517:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   19518:          & caching mech now
                   19519: 
                   19520: 2001-09-30  parser
                   19521: 
                   19522:        * src/main/pa_request.C: forgot to fill toTable
                   19523: 
                   19524:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   19525:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   19526:          failed on win32 for now..
                   19527: 
                   19528:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19529:          now charsets table configuration variable is: CHARSETS
                   19530: 
                   19531:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   19532:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19533: 
                   19534:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19535:          include/pa_request.h, main/pa_request.C: started ctype with
                   19536:          unicode values
                   19537: 
                   19538: 2001-09-28  parser
                   19539: 
                   19540:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   19541:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   19542:          string passed AS-IS now
                   19543: 
                   19544:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   19545:          way of user-configuring... todo: implement
                   19546: 
                   19547: 2001-09-27  parser
                   19548: 
                   19549:        * src/classes/table.C: table.sort changed to sort table itself
                   19550: 
                   19551:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   19552:          X^.getElementsByTagName[tagname] = array of xnode
                   19553:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   19554:          nodes removed - regretfully not supported @ xalan. maybe someday
                   19555:          would reimplement, if needed.
                   19556: 
                   19557:          win32build system: solved long waiting anti-non-started-apache
                   19558:          problem
                   19559: 
                   19560:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   19561:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19562:          types/types.dsp: win32 ident make system so not to rebuild
                   19563:          library [ident.C.new]
                   19564: 
                   19565: 2001-09-26  parser
                   19566: 
                   19567:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   19568:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   19569:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19570:          types/pa_vxnode.C, types/types.dsp: z
                   19571: 
                   19572:        * src/classes/classes.C: forgot one non-xml check
                   19573: 
1.116     moko     19574:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   19575:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     19576: 
                   19577:        * src/targets/cgi/parser3.C: z
                   19578: 
                   19579:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   19580:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   19581: 
                   19582:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   19583:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19584:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   19585:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   19586:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19587:          types/types.dsp: xdoc&xnode now
                   19588: 
                   19589:        * src/: classes/classes.C, classes/classes.awk,
                   19590:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   19591:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   19592:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19593:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19594:          classes/op.C, classes/response.C, classes/string.C,
                   19595:          classes/table.C, classes/void.C, include/pa_array.h,
                   19596:          include/pa_common.h, include/pa_config_fixed.h,
                   19597:          include/pa_config_includes.h, include/pa_dictionary.h,
                   19598:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19599:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19600:          include/pa_socks.h, include/pa_sql_connection.h,
                   19601:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19602:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19603:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19604:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   19605:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19606:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   19607:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19608:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19609:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19610:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19611:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   19612:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19613:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19614:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   19615:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19616:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   19617:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19618:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19619:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19620:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   19621:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   19622:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19623:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   19624:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19625:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19626:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19627:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19628:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   19629:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19630:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19631:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   19632:          main.dsp splitted to main+classes+types along to .am
                   19633: 
                   19634:        * src/classes/Makefile.am: removed useless var
                   19635: 
                   19636:        * src/: classes/classes.cmd, main/main.dsp,
                   19637:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   19638:          main.dsp
                   19639: 
                   19640: 2001-09-25  parser
                   19641: 
                   19642:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   19643:          1251 though, todo ICU
                   19644: 
1.116     moko     19645:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     19646:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     19647:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   19648:          types/pa_vdom.h: xml configure makes
1.95      moko     19649: 
                   19650: 2001-09-24  parser
                   19651: 
1.116     moko     19652:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   19653:          types/Makefile.am: makes
1.95      moko     19654: 
1.116     moko     19655:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     19656: 
                   19657:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   19658:          started unix makes update
                   19659: 
                   19660:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   19661:          started unix makes update
                   19662: 
                   19663:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   19664: 
                   19665:        * src/types/pa_value.h: z
                   19666: 
                   19667:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   19668:          bugs with usinge hash/table in expressions
                   19669: 
                   19670:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   19671:          resolved conflicts fixed [const]
                   19672: 
                   19673:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   19674:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   19675:          main/compile.C, main/compile.tab.C, main/compile.y,
                   19676:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   19677:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19678:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   19679:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   19680:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19681:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   19682:          with before_xml [merge2 actually didn't happen - i've created
                   19683:          tags on wrong branch. so this merge is in fact re-merge]
                   19684: 
                   19685: 2001-09-21  parser
                   19686: 
                   19687:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19688:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   19689:          produced "" in make file and sadly wrong interpreted on load]
                   19690: 
1.116     moko     19691:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   19692:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   19693:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19694:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   19695:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   19696:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   19697:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     19698: 
                   19699:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   19700:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   19701:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   19702:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   19703:          main/pa_pool.C, main/pa_request.C,
                   19704:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   19705:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   19706:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19707:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   19708:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   19709:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   19710:          types/pa_vrequest.C, types/pa_vresponse.h,
                   19711:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   19712:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   19713:          created new projects for sql drivers [planning to remove sql
                   19714:          drivers from main cvs project] first, will join latest changes
                   19715: 
                   19716:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   19717:          pool.get_charset
                   19718: 
                   19719:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   19720:          pool.get_charset
                   19721: 
                   19722:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   19723:          pool.get_charset
                   19724: 
                   19725:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   19726:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   19727:          methods encoding to pool.get_charset
                   19728: 
                   19729:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   19730:          transcoder were created right "unsupported encoding" message.
                   19731:          not @ set time, but @ use time, so until xml output functions
                   19732:          .string, .file, .save used - no encoding name check occur
                   19733: 
                   19734:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   19735:          registration needed, pools are officially destructured
                   19736: 
                   19737: 2001-09-20  parser
                   19738: 
                   19739:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   19740: 
                   19741:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   19742:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   19743: 
                   19744:        * src/: classes/dnode.C, classes/dom.C,
                   19745:          include/pa_config_includes.h, include/pa_globals.h,
                   19746:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   19747:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   19748:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19749:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   19750:          Pool::transcode 0
                   19751: 
                   19752:        * src/classes/dom.C: dom. string save file moved output xml options
                   19753:          to last param and made it optional
                   19754: 
                   19755:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   19756:          dnodes
                   19757:              !$attributenode.specified = boolean
                   19758:                      true if the attribute received its value explicitly
                   19759:          in the XML document,
                   19760:                      or if a value was assigned programatically with the
                   19761:          setValue function.
                   19762:                  false if the attribute value came from the default value
                   19763:          declared in the document's DTD.
                   19764:              !$pinode.target = target of this processing instruction
                   19765:                  XML defines this as being the first token following the
                   19766:          markup
                   19767:                  that begins the processing instruction.
                   19768:                  XPath:
                   19769:              !^node.select[xpath/query/expression] = hash of 0->node0
                   19770:          1->node1
                   19771:              !^node.select-single[xpath/query/expression] = first node if
                   19772:          any
                   19773: 
                   19774:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   19775:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   19776:          some 'const's added
                   19777: 
                   19778:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   19779:          expression context now, there value = size and boolean value
                   19780:          size!=0
                   19781: 
                   19782:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   19783:          can be used in expression context now, there value = size and
                   19784:          boolean value size!=0
                   19785: 
                   19786:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   19787:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   19788:          due to strange xalan bug
                   19789: 
                   19790: 2001-09-18  parser
                   19791: 
                   19792:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   19793:          classes/image.C, classes/op.C, classes/table.C,
                   19794:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19795:          include/pa_sql_driver_manager.h, main/compile.C,
                   19796:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   19797:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   19798:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19799:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19800:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   19801:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19802:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   19803:          before_xml branch ^if(def $hash) now true only when
                   19804:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   19805: 
                   19806:        * src/: classes/op.C, main/execute.C: operators self changed to
                   19807:          root ^for variable context changed to self
                   19808: 
                   19809:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   19810:          dnode 1
                   19811: 
                   19812:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   19813:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   19814: 
                   19815:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   19816:          poly* fixed
                   19817: 
                   19818: 2001-09-17  parser
                   19819: 
                   19820:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   19821:          types/pa_vdom.h: started dnode+dom
                   19822: 
                   19823:          dnode     DOM methods:     $node.name     $node.value
                   19824:          ...others...
                   19825: 
                   19826:              ^node.xpath[/rates/USD] = hash
                   19827:                  $hash[
                   19828:                          $.0[node0]
                   19829:                          $.1[node1]
                   19830:                  ]
                   19831: 
                   19832:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   19833:          applies to all linear primitives
                   19834: 
                   19835:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   19836:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19837:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   19838:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   19839:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   19840:          dom(dnode)
                   19841: 
                   19842:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   19843:          main/compile.y, main/compile_tools.h, main/execute.C,
                   19844:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   19845:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   19846:          name after '.'
                   19847: 
                   19848: 2001-09-15  parser
                   19849: 
                   19850:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   19851:          image: $line-width ^line(...)[****   style]
                   19852: 
                   19853:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   19854:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   19855:          pool_storage - cleanups first, allocations second.  apache wisely
                   19856:          does just like that
                   19857: 
                   19858:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   19859:          rewritten using template, no bugs now
                   19860: 
                   19861:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   19862:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19863:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   19864:          poorly started isapi pool_storage, would rewrite using template
                   19865:          now
                   19866: 
                   19867:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   19868:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19869:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19870:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   19871:          xalan objects freed up [introducing Pool::register_cleanup]
                   19872: 
                   19873:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   19874:          comments
                   19875: 
                   19876: 2001-09-14  parser
                   19877: 
                   19878:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   19879:          z
                   19880: 
                   19881:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   19882:          classes/mail.C, include/pa_common.h,
                   19883:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   19884:          include/pa_stylesheet_connection.h,
                   19885:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19886:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   19887:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   19888:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   19889:          compiled&cached
                   19890: 
                   19891: 2001-09-13  parser
                   19892: 
                   19893:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   19894:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   19895: 
                   19896:        * src/classes/dom.C: dom:file content-type(.method)
                   19897: 
                   19898:        * src/: include/pa_common.h, include/pa_globals.h,
                   19899:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   19900:          string now more informative error messages
                   19901: 
                   19902:        * src/: include/pa_globals.h, include/pa_request.h,
                   19903:          main/pa_request.C, targets/cgi/parser3.C,
                   19904:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   19905:          ParserSiteConfig .../parser3.conf
                   19906: 
                   19907:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   19908: 
                   19909: 2001-09-12  parser
                   19910: 
                   19911:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   19912:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   19913:          precise error reporting: "connection string must start with
                   19914:          protocol://" now
                   19915: 
                   19916:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   19917:          braced
                   19918: 
                   19919:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   19920:          lexer on LS_USER level did [] matching without setting nestage,
                   19921:          introduced special LS_NAME_SQUARE_PART state
                   19922: 
                   19923: 2001-09-11  parser
                   19924: 
                   19925:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   19926:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   19927:          languages+=xml
                   19928: 
                   19929:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   19930: 
                   19931:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   19932:          options:     $.method[xml|html|text] detection fixed
                   19933: 
                   19934:        * src/types/pa_vdom.h: messages
                   19935: 
                   19936:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   19937:          options:     $.method[xml|html|text] detection fixed
                   19938: 
                   19939: 2001-09-10  parser
                   19940: 
                   19941:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   19942:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   19943: 
                   19944:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   19945:          added]
                   19946: 
                   19947:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   19948:          ^dom.xslt[stylesheet filename] 0
                   19949: 
                   19950:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   19951:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   19952: 
                   19953:        * src/classes/dom.C: ^dom.file[encoding] = file
                   19954: 
                   19955:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   19956:          ^dom.save[encoding;filename]
                   19957: 
                   19958:        * src/classes/dom.C: ^dom.string[] 0
                   19959: 
                   19960:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   19961: 
                   19962:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   19963:          types/pa_vform.h: ^dom.save[b.xml] 0
                   19964: 
                   19965: 2001-09-08  parser
                   19966: 
                   19967:        * src/types/pa_vform.C: $form:tables.name.field
                   19968: 
                   19969: 2001-09-07  parser
                   19970: 
                   19971:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   19972:          $table)...
                   19973: 
                   19974:        * src/targets/cgi/parser3.C: z
                   19975: 
                   19976:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   19977:          from '' to int/double is 0]
                   19978: 
                   19979:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   19980:          $table) is false when table is empty
                   19981: 
                   19982:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   19983:          !$form:tables $atable[$form:tables.a]
                   19984:          ^atable.menu{a=$atable.element}[,]
                   19985: 
                   19986:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   19987:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   19988: 
1.116     moko     19989:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     19990:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   19991:          of dom
                   19992: 
                   19993:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   19994:          types/pa_vform.C, types/pa_vform.h: z
                   19995: 
                   19996:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   19997:          element [not last]
                   19998: 
1.116     moko     19999:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20000:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20001: 
                   20002: 2001-09-06  parser
                   20003: 
                   20004:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20005:          table with one column 'element' and two rows: 1 and 2
                   20006: 
                   20007:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20008:          table with one column 'element' and two rows: 1 and 2
                   20009: 
                   20010:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20011:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20012:          would return 88
                   20013: 
                   20014:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20015:          types/pa_vhash.h: now there's special hash key '_default'
                   20016:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20017:          $._default[xx] ] $hash.c
                   20018: 
                   20019:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20020:          fixed [thanks, fif], ^; were treated there non-literally
                   20021: 
                   20022:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20023:          doxygen
                   20024: 
                   20025:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20026:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20027:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20028: 
                   20029: 2001-09-05  parser
                   20030: 
                   20031:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20032:          image:html the other day]
                   20033: 
                   20034:        * src/targets/cgi/Makefile.am: .am undo
                   20035: 
                   20036:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20037:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20038:          macro expantion on param, simply qoutes whatever passed, undone
                   20039: 
                   20040:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20041:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20042:          STRINGIZE(name) #name invented
                   20043: 
                   20044:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20045:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20046:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20047: 
                   20048:          moved to be availible to all users
                   20049: 
                   20050:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20051:          SQL_DRIVER_CREATE_FUNC_NAME
                   20052: 
                   20053:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20054: 
                   20055: 2001-09-04  parser
                   20056: 
                   20057:        * src/classes/image.C: image.html now can accept void params
                   20058: 
                   20059:        * src/targets/isapi/parser3isapi.C: z
                   20060: 
                   20061:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20062: 
                   20063:        * src/targets/cgi/parser3.C: getenvcheck
                   20064: 
                   20065:        * src/targets/cgi/parser3.C: zz
                   20066: 
                   20067:        * src/targets/cgi/parser3.C: zzz
                   20068: 
                   20069:        * src/classes/date.C: date
                   20070: 
                   20071:        * src/classes/date.C: date:sql-string is now without ''
                   20072: 
1.116     moko     20073:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20074:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20075:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20076: 
1.116     moko     20077:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20078: 
                   20079: 2001-09-03  parser
                   20080: 
                   20081:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20082: 
                   20083: 2001-09-01  parser
                   20084: 
                   20085:        * src/classes/image.C: letter_spacing
                   20086: 
                   20087:        * src/classes/image.C: image: font params changed
                   20088: 
                   20089:        * src/classes/image.C: image: as_int as_string used
                   20090: 
                   20091:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20092:          analized
                   20093: 
                   20094: 2001-08-31  parser
                   20095: 
                   20096:        * src/targets/cgi/parser3.C: z
                   20097: 
1.116     moko     20098:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20099:          cygwin
1.95      moko     20100: 
                   20101:        * src/classes/void.C: void:int/double += (default)
                   20102: 
                   20103:        * src/classes/image.C: image:font added space param image:font
                   20104:          changed charwidth alg, added kerning const[for now]
                   20105: 
                   20106:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20107: 
                   20108: 2001-08-29  parser
                   20109: 
                   20110:        * src/main/pa_exception.C: exception redundant debug info
                   20111: 
                   20112: 2001-08-28  parser
                   20113: 
                   20114:        * src/classes/image.C: image error msgs
                   20115: 
                   20116:        * src/classes/image.C: image: gifsize little endian
                   20117: 
                   20118:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20119:          doxygeneration
                   20120: 
                   20121:        * src/: classes/Makefile.am, main/Makefile.am,
                   20122:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20123: 
                   20124:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20125:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20126: 
                   20127:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20128: 
                   20129:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20130: 
                   20131:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20132:          storage class specifiers invalid in friend function declarations
                   20133: 
                   20134:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20135:          main/untaint.C, targets/cgi/parser3.C,
                   20136:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20137:          case of limit
                   20138: 
                   20139:        * src/: classes/file.C, main/pa_common.C: file:move
                   20140:          autocreate/remove dest/src dir
                   20141: 
                   20142:        * src/: classes/string.C, include/pa_dictionary.h,
                   20143:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20144:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20145:          to directory constructor.  string:replace
                   20146: 
                   20147: 2001-08-27  parser
                   20148: 
                   20149:        * src/classes/image.C: fixed jpgsize alg
                   20150: 
                   20151:        * src/classes/image.C: fixed jpgsize alg
                   20152: 
                   20153:        * src/main/pa_exception.C: z
                   20154: 
                   20155:        * src/main/pa_common.C: removed debug info from pa_common
                   20156: 
                   20157:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20158:          [auto.p from current dir loading]
                   20159: 
1.116     moko     20160:        * src/: main/pa_common.C, main/pa_exception.C,
                   20161:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20162:          for solaris -lsocket
1.95      moko     20163: 
                   20164: 2001-08-24  parser
                   20165: 
                   20166:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20167: 
                   20168:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20169: 
                   20170:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20171: 
                   20172:        * src/main/pa_sql_driver_manager.C: z
                   20173: 
                   20174:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20175:          sql* removed services from disconnect - cross-request ideological
                   20176:          probs.
                   20177: 
                   20178:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20179:          cross-request ideological probs.  oracle - fixed bug: cs
                   20180:          allocated on request.pool and got freed before disconnect
                   20181: 
                   20182:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20183:          mallocs fixed
                   20184: 
                   20185: 2001-08-23  parser
                   20186: 
                   20187:        * src/classes/file.C: minor bug in file:save fixed
                   20188: 
                   20189:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20190: 
                   20191: 2001-08-22  parser
                   20192: 
                   20193:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20194:          types/pa_vfile.h: file:load|save[text|binary;
                   20195: 
                   20196:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20197: 
                   20198: 2001-08-21  parser
                   20199: 
                   20200:        * src/classes/: file.C, table.C: ^file:list
                   20201: 
                   20202: 2001-08-20  parser
                   20203: 
                   20204:        * src/: main/compile.tab.C, main/compile.y,
                   20205:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20206:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20207:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20208: 
                   20209: 2001-08-10  parser
                   20210: 
                   20211:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20212: 
                   20213:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20214:          added
                   20215: 
                   20216:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20217:          added
                   20218: 
                   20219:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20220: 
                   20221:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20222:          ''
                   20223: 
                   20224:        * src/main/: pa_request.C: wanted to make const int
                   20225:          MAX_EXECUTE_SECONDS=1;
                   20226: 
                   20227:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20228:          :(
                   20229: 
                   20230:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20231:          check but it weren't wise enough
                   20232: 
                   20233:          @parse[dateString][tmp]
                   20234:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20235:          #end
                   20236: 
                   20237:          @main[] ^parse[2001-02-03]
                   20238: 
                   20239:        * src/classes/: table.C: table:sort now default desc
                   20240: 
                   20241:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20242:          table.sort now creates new sorted table
                   20243: 
                   20244: 2001-08-09  parser
                   20245: 
                   20246:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20247: 
                   20248:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20249: 
                   20250:        * src/classes/op.C: case without switch check added
                   20251: 
                   20252:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20253:          precise $ORIGINS(1)
                   20254: 
                   20255:        * src/main/Makefile.am: .am
                   20256: 
                   20257:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20258:          fixed
                   20259: 
                   20260:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20261:          fixed
                   20262: 
                   20263: 2001-08-07  parser
                   20264: 
                   20265:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20266:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20267:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20268:          string, table
                   20269: 
                   20270:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20271:          srand made working
                   20272: 
                   20273: 2001-08-06  parser
                   20274: 
                   20275:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20276:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20277:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20278:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20279:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20280: 
                   20281:        * src/main/pa_exec.C: exec win32 real filename
                   20282: 
                   20283:        * src/classes/file.C: exec stderr out
                   20284: 
                   20285:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20286: 
                   20287: 2001-08-03  parser
                   20288: 
                   20289:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20290: 
                   20291: 2001-08-02  parser
                   20292: 
                   20293:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20294:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20295: 
                   20296:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20297:          get@execute, but needs array iterator, separate from array to
                   20298:          avoid it & use caching
                   20299: 
                   20300:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20301:          bug fixed
                   20302: 
                   20303:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20304:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20305:          in op.C (last, last global var killed) :)
                   20306: 
                   20307: 2001-08-01  parser
                   20308: 
                   20309:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20310:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20311:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20312:          main/untaint.C: speeded up typo-html replacements. introducing
                   20313:          Dictionary with first-char caching
                   20314: 
                   20315: 2001-07-31  parser
                   20316: 
                   20317:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20318: 
                   20319:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20320:          non-bison-enabled platforms
                   20321: 
                   20322: 2001-07-28  parser
                   20323: 
                   20324:        * src/classes/table.C: table:hash always produces hash, when can't
                   20325:          - empty
                   20326: 
                   20327:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20328:          skipped \n
                   20329: 
                   20330: 2001-07-27  parser
                   20331: 
                   20332:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20333:          on int/double/string :sql without result and default
                   20334: 
                   20335: 2001-07-26  parser
                   20336: 
                   20337:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20338:          OP
                   20339: 
                   20340:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20341: 
                   20342:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20343:          creation syntax problem persists. restored $: for a while.
                   20344:          thinking of $man[$.age[zzz]] syntax now
                   20345: 
                   20346:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20347:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20348:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20349:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20350:          types/pa_wwrapper.h: fixing :: realization #1
                   20351: 
                   20352:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20353:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20354:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20355:          prefix.  ordinary : remains for static accesses
                   20356: 
                   20357: 2001-07-25  parser
                   20358: 
                   20359:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20360:          fields 2. methods 3. columns
                   20361: 
                   20362:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20363:          quote.  optimized double&int tostring-s
                   20364: 
                   20365:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20366:          whitespace before first method decl
                   20367: 
                   20368:        * src/classes/table.C: allowed nontable result in table:sql,
                   20369:          results in empty table
                   20370: 
                   20371:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20372:          lines before first method decl
                   20373: 
                   20374:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20375:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20376: 
                   20377:        * src/main/compile.y: $var[] is now empty string, not void
                   20378: 
                   20379:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20380:          void
                   20381: 
                   20382:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20383:          main/pa_globals.C: match replace code context moved to implicit
                   20384:          $match context
                   20385: 
                   20386:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20387:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20388:          introduced with former 'with' syntax
                   20389: 
                   20390: 2001-07-24  parser
                   20391: 
                   20392:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20393:          types/pa_value.h: first get_element, next get operator
                   20394: 
                   20395:        * src/main/compile.y: removed @end handling
                   20396: 
                   20397:        * src/main/: compile.C, compile.y: @end handling method2
                   20398: 
                   20399:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20400:          file:move
                   20401: 
                   20402:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20403:          fixed
                   20404: 
                   20405: 2001-07-23  parser
                   20406: 
                   20407:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20408:          driver
                   20409: 
                   20410:        * src/classes/hash.C: changed sql driver query interface
                   20411: 
                   20412:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20413:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20414:          changed sql driver query interface
                   20415: 
                   20416: 2001-07-20  parser
                   20417: 
                   20418:        * src/types/pa_vrequest.C: X!$browser:type
                   20419: 
                   20420:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20421:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20422:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20423:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20424:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20425:          types/pa_vobject.h, types/pa_vrequest.C,
                   20426:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20427:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20428:          BASE element globally removed
                   20429: 
                   20430: 2001-07-18  parser
                   20431: 
                   20432:        * src/classes/file.C: file:exec/cgi msg
                   20433: 
                   20434:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20435: 
                   20436:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20437: 
1.116     moko     20438:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20439:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20440:          removed $id from *.in *.am
1.95      moko     20441: 
                   20442:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20443:          abbrevations
                   20444: 
                   20445:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20446:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20447:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20448:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20449:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20450:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20451:          $ORIGINS(1) output tracing mode
                   20452: 
                   20453: 2001-07-13  parser
                   20454: 
                   20455:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20456:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20457:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20458:          second would not call first @auto
                   20459: 
                   20460:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20461:          wrong, fixed
                   20462: 
                   20463: 2001-07-12  parser
                   20464: 
                   20465:        * src/types/pa_value.h: pa_value.putelement modification of system
                   20466:          classes prevented
                   20467: 
                   20468: 2001-07-11  parser
                   20469: 
                   20470:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   20471:          table $piece
                   20472: 
                   20473:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20474:          types/pa_vstateless_class.h: $file created by file:state +=
                   20475:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   20476:          get_junction-created objects [they were on wrong pool]
                   20477: 
                   20478: 2001-07-09  parser
                   20479: 
                   20480:        * src/main/untaint.C: qp wrong name
                   20481: 
                   20482:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   20483:          main/compile.y: date format 0
                   20484: 
                   20485: 2001-07-07  parser
                   20486: 
                   20487:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   20488:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   20489:          roll table calendar
                   20490: 
                   20491:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   20492:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   20493:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   20494:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   20495:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   20496:          string.  todo: sql, calendar
                   20497: 
                   20498: 2001-07-06  parser
                   20499: 
                   20500:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   20501:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   20502: 
                   20503: 2001-07-03  parser
                   20504: 
                   20505:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   20506:          classes/random.C, main/main.dsp: class random renamed to math,
                   20507:          operators became methods
                   20508: 
                   20509:        * src/classes/op.C:  pow sqrt
                   20510: 
                   20511:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   20512: 
                   20513: 2001-07-02  parser
                   20514: 
                   20515:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   20516:          'column'
                   20517: 
                   20518:        * src/classes/hash.C: ^hash.keys[]
                   20519: 
                   20520:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   20521: 
                   20522:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   20523:          'strings'
                   20524: 
                   20525: 2001-06-29  parser
                   20526: 
                   20527:        * src/main/: execute.C: /0  %0 checkes ver 2
                   20528: 
                   20529:        * src/main/execute.C: /0  %0 checke
                   20530: 
                   20531:        * src/classes/Makefile.am: nothing - void
                   20532: 
                   20533:        * src/classes/table.C: empty strings @ sql
                   20534: 
                   20535: 2001-06-28  parser
                   20536: 
                   20537:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20538:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20539:          classes/op.C, classes/random.C, classes/response.C,
                   20540:          classes/string.C, classes/table.C, classes/void.C,
                   20541:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20542:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20543:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20544:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20545:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20546:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   20547:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   20548:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   20549:          $";
                   20550: 
                   20551:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20552:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20553:          classes/op.C, classes/random.C, classes/response.C,
                   20554:          classes/string.C, classes/table.C, classes/void.C,
                   20555:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20556:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20557:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20558:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20559:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20560:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     20561:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     20562: 
                   20563:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   20564:          $class:name: == ${class:name}:
                   20565: 
                   20566:        * src/classes/string.C: exactly one
                   20567: 
                   20568: 2001-06-27  parser
                   20569: 
                   20570:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   20571:          types/pa_vvoid.h: nothing renamed to void
                   20572: 
                   20573:        * src/classes/op.C: ^switch ^case
                   20574: 
                   20575:        * src/main/compile.y: nothing renamed to void
                   20576: 
                   20577:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   20578:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20579:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   20580:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   20581:          void
                   20582: 
                   20583:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   20584: 
                   20585: 2001-05-28  parser
                   20586: 
                   20587:        * src/doc/html2chm.cmd: removed >a
                   20588: 
                   20589:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   20590:          project options [some bugs]
                   20591: 
                   20592:        * src/doc/sources2html.cmd: z
                   20593: 
                   20594:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20595:          main/execute.C: operators are not in root class again
                   20596: 
                   20597: 2001-05-24  parser
                   20598: 
                   20599:        * src/targets/cgi/parser3.dsp: project file
                   20600: 
                   20601:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   20602:          ^log ^exp
                   20603: 
                   20604:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   20605:          conversions in @exception[params]
                   20606: 
                   20607:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   20608: 
                   20609: 2001-05-23  parser
                   20610: 
                   20611:        * src/main/pa_string.C: string cmp bug
                   20612: 
                   20613:        * src/classes/: mail.C, op.C: rem max 1000
                   20614: 
                   20615:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   20616:          LS_DEF_NAME
                   20617: 
                   20618: 2001-05-22  parser
                   20619: 
                   20620:        * src/classes/op.C: if params code-required
                   20621: 
                   20622: 2001-05-21  parser
                   20623: 
                   20624:        * src/types/pa_vstring.C: eoleof
                   20625: 
                   20626:        * src/classes/Makefile.am: .AM
                   20627: 
                   20628:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   20629: 
                   20630:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   20631: 
                   20632:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   20633:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   20634:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   20635:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   20636:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   20637:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   20638:          'nothing'
                   20639: 
                   20640:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   20641:          vstring::set_string
                   20642: 
                   20643:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   20644: 
                   20645:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   20646:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   20647:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   20648: 
                   20649:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   20650:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   20651:          hash:sql moved to main trunc. operators.txt updated
                   20652: 
                   20653:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   20654: 
                   20655:        * src/classes/op.C: z
                   20656: 
                   20657:        * src/: main/compile.C, classes/classes.C: 1
                   20658: 
                   20659:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20660:          main/execute.C: 0
                   20661: 
                   20662:        * src/main/execute.C: z
                   20663: 
                   20664:        * src/targets/cgi/parser3.C: z
                   20665: 
                   20666:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   20667:          site_auto_path "." in that case
                   20668: 
                   20669:        * src/targets/cgi/: parser3.C: z
                   20670: 
                   20671:        * src/main/pa_request.C: .am
                   20672: 
                   20673:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   20674:          pcre_tables=pcre_default_tables;
                   20675: 
                   20676: 2001-05-19  parser
                   20677: 
                   20678:        * src/main/pa_string.C: z
                   20679: 
                   20680:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   20681:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   20682:          target.
                   20683: 
                   20684:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   20685:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   20686:          used, 4* mem wasted
                   20687: 
                   20688:        * src/classes/string.C: root context in match replace body now
                   20689:          unchanged
                   20690: 
                   20691:        * src/types/pa_value.h: parameter # 1 based
                   20692: 
                   20693:        * src/main/pa_common.C: common:  actual filename '%s'
                   20694: 
                   20695:        * src/classes/string.C: z
                   20696: 
                   20697:        * src/classes/Makefile.am: classes/.am
                   20698: 
                   20699:        * src/classes/: Makefile.am: classes/.am
                   20700: 
                   20701:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   20702:          targets/cgi/pa_pool.C: classes/.am
                   20703: 
                   20704: 2001-05-18  parser
                   20705: 
1.116     moko     20706:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   20707:          pa_threads.C ins
1.95      moko     20708: 
                   20709:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   20710: 
                   20711: 2001-05-17  parser
                   20712: 
                   20713:        * src/: classes/string.C, include/pa_config_fixed.h,
                   20714:          include/pa_config_includes.h, main/compile.y,
                   20715:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   20716:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   20717:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   20718:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   20719:          most .C
                   20720: 
                   20721:        * src/doc/html2chm.cmd: z
                   20722: 
                   20723:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   20724:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   20725: 
                   20726:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   20727:          get_connection_from_cache
                   20728: 
                   20729:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   20730: 
                   20731:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   20732:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   20733:          cache expiration[use SQL_Driver::disconnect]
                   20734: 
                   20735:        * src/main/pa_table.C: table.locate current restored on "not found"
                   20736: 
                   20737:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   20738:          line no
                   20739: 
                   20740:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20741:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   20742: 
                   20743:        * src/: classes/op.C, include/pa_sql_connection.h,
                   20744:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   20745:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   20746:          1driver and set_services fight for driver::fservices. before fix
                   20747: 
                   20748:        * src/: classes/op.C, include/pa_config_fixed.h,
                   20749:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20750:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   20751:          own 1driver and set_services fight for driver::fservices. before
                   20752:          fix
                   20753: 
                   20754:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   20755:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20756:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   20757:          pa_threads.C
                   20758: 
                   20759:        * src/include/pa_threads.h: removed targets/parser
                   20760: 
                   20761:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   20762:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   20763:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   20764:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   20765:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   20766:          headers
                   20767: 
                   20768:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   20769:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   20770:          order prevented sqlmanager to see MULTYTHREAD define
                   20771: 
                   20772:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   20773:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   20774:          put/gets
                   20775: 
                   20776:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   20777:          from hash.h
                   20778: 
                   20779:        * src/: classes/op.C, include/pa_sql_connection.h,
                   20780:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   20781:          from cache ->set_services(&services);
                   20782: 
                   20783: 2001-05-16  parser
                   20784: 
                   20785:        * src/targets/cgi/parser3.C: z
                   20786: 
                   20787:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   20788:          debug, #ifdefed some.  would debug later, on more precise sample
                   20789:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   20790:          $name.$tail[$tail!] $name.$tail } ok3
                   20791: 
                   20792:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   20793:          removed array debug. before vstring rebasing
                   20794: 
                   20795:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   20796:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   20797:          array debugged; adjusted
                   20798: 
                   20799:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   20800:          SQL_Driver_manager line no for connect/charset errors
                   20801: 
                   20802: 2001-05-15  parser
                   20803: 
                   20804:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   20805:          main/pa_string.C: string+array made linear grows
                   20806: 
                   20807:        * src/: include/pa_string.h, main/pa_string.C,
                   20808:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   20809:          grow lineary, not exponentialy
                   20810: 
                   20811:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   20812:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   20813:          with fullchunk cmps
                   20814: 
                   20815:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   20816:          70041=           81
                   20817: 
                   20818:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   20819:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   20820:          malloc 27809390/368771, calloc 3232/83. would test now
                   20821: 
                   20822:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   20823:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   20824:          numbered params had wrong name - for instance: bad error message
                   20825:          in ^for[] bad body type. fixed
                   20826: 
                   20827: 2001-05-14  parser
                   20828: 
                   20829:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   20830:          main/untaint.C: ^string.upper|lower[]
                   20831: 
                   20832: 2001-05-11  parser
                   20833: 
                   20834:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   20835:          classes/string.C, classes/table.C, classes/unknown.C,
                   20836:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   20837:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   20838:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   20839: 
                   20840:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   20841:          .dsp for win32tools
                   20842: 
                   20843: 2001-05-11  paf
                   20844: 
                   20845:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   20846:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   20847:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   20848:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   20849: 
                   20850: 2001-05-10  paf
                   20851: 
                   20852:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   20853:          for C++, that's all
                   20854: 
1.116     moko     20855:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   20856:          pa_config_includes.h: inline wonders
1.95      moko     20857: 
                   20858:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   20859:          doc/doxygen.cmd: hash.C added
                   20860: 
                   20861:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   20862: 
                   20863:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   20864:          menthod
                   20865: 
                   20866:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   20867:          pa_vstateless_object.h: changed priority: field before method
                   20868:          lookup in vclass & vobject
                   20869: 
                   20870:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   20871:          grammar: priorities changes [lowerd && prior] vobject: now first
                   20872:          fields, next methods
                   20873: 
                   20874: 2001-05-08  paf
                   20875: 
                   20876:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   20877:          bark=false. fixed
                   20878: 
                   20879:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   20880:          types/pa_vmethod_frame.h: hash:default works at last!
                   20881: 
                   20882:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   20883:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   20884:          hash:default
                   20885: 
                   20886:        * src/classes/table.C: z
                   20887: 
                   20888:        * src/classes/table.C: table:hash always hash of hash now
                   20889: 
                   20890:        * src/classes/table.C: table:empty return bool now
                   20891: 
                   20892:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   20893:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   20894:          types/pa_vtable.h: table:hash
                   20895: 
                   20896:        * src/classes/table.C: table:record have name
                   20897: 
                   20898:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   20899:          returns vunknown
                   20900: 
                   20901:        * src/classes/: double.C, int.C, op.C, string.C:
                   20902:          int,double,string:int[] double[] string:length[] results now have
                   20903:          hames
                   20904: 
                   20905:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   20906:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   20907:          now return bool
                   20908: 
                   20909:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   20910:          in method checkparams again. fixed
                   20911: 
                   20912: 2001-05-07  paf
                   20913: 
                   20914:        * src/doc/chm.cmd: cmd
                   20915: 
                   20916:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   20917:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   20918:          types/pa_value.h: method reported errors on wrong pool
                   20919: 
                   20920:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   20921:          now
                   20922: 
                   20923:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   20924:          include/code.h, include/pa_opcode.h, main/compile.C,
                   20925:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   20926:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20927:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   20928:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   20929:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20930:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20931:          types/pa_vrequest.h, types/pa_vresponse.h,
                   20932:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   20933:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   20934:          types/pa_wwrapper.h: pa_code.h
                   20935: 
                   20936:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   20937: 
                   20938:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   20939:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   20940:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   20941:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   20942:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   20943:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   20944:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   20945:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   20946:          types/pa_vtable.h: dox, split by not clean parts also
                   20947: 
                   20948:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   20949:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   20950:          'dir' fields & co. more
                   20951: 
                   20952:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   20953:          so to enable 'dir' fields & co.
                   20954: 
                   20955:        * src/main/compile.y: grammar: @end
                   20956: 
                   20957: 2001-05-04  paf
                   20958: 
                   20959:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   20960:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   20961: 
                   20962:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   20963:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   20964:          classes/op.C, classes/random.C, classes/response.C,
                   20965:          classes/string.C, classes/table.C, classes/unknown.C,
                   20966:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   20967:          method dox
                   20968: 
                   20969: 2001-05-03  paf
                   20970: 
                   20971:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   20972:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   20973:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   20974:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   20975:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   20976:          main/pa_request.C: dox splitted .dox files and added some
                   20977: 
                   20978:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   20979: 
                   20980: 2001-05-02  paf
                   20981: 
                   20982:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   20983:          by file_name  language now
                   20984: 
                   20985: 2001-04-28  paf
                   20986: 
                   20987:        * src/classes/classes.inc: removed classes.inc
                   20988: 
                   20989:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   20990:          from .am
                   20991: 
                   20992:        * src/classes/classes.awk: skipped classes in .awk
                   20993: 
                   20994:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   20995:          classes/classes.inc, classes/double.C, classes/file.C,
                   20996:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   20997:          classes/string.C, classes/table.C, classes/unknown.C,
                   20998:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   20999:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21000:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21001:          pa_methoded back to classes/classes.h
                   21002: 
                   21003:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21004: 
                   21005:        * src/: classes/Makefile.am, classes/classes.awk,
                   21006:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21007:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21008: 
                   21009:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21010:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21011:          classes/response.C, classes/string.C, classes/table.C,
                   21012:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21013:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21014:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21015:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21016:          include|main/pa_methoded
                   21017: 
                   21018:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21019:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21020: 
                   21021:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21022:          moved some configured data to request::classes_conf moved some
                   21023:          string crations from globals to M...  [works]
                   21024: 
                   21025:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21026:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21027:          main/pa_request.C: moved some configured data to
                   21028:          request::classes_conf moved some string crations from globals to
                   21029:          M...
                   21030: 
                   21031:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21032:          about to move configured data to special request hash
                   21033: 
                   21034:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21035:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21036:          main/pa_request.C: configure started
                   21037: 
                   21038:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21039:          2. todo: methoded-configure
                   21040: 
                   21041:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21042:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21043:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21044:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21045:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21046:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21047:          classes/random.C, classes/response.C, classes/string.C,
                   21048:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21049:          include/pa_request.h, main/compile.y, main/execute.C,
                   21050:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21051:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21052:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21053:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21054:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21055:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21056:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21057:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21058:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21059:          methoded-configure
                   21060: 
                   21061:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21062:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21063:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21064:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21065: 
                   21066:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21067:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21068:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21069:          classes/random.C, classes/response.C, classes/string.C,
                   21070:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21071:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21072:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21073:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21074:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21075:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21076:          beautifying just compiled. todo: debug, configure
                   21077: 
                   21078: 2001-04-27  paf
                   21079: 
                   21080:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21081:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21082:          beautifying -99
                   21083: 
                   21084:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21085:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21086:          classes/classes.h, classes/double.C, classes/file.C,
                   21087:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21088:          classes/op.C, classes/random.C, classes/response.C,
                   21089:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21090:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21091:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21092:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21093:          types/pa_vunknown.h: beautifying -100
                   21094: 
                   21095:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21096: 
                   21097:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21098:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21099:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21100:          classes/op.C, classes/random.C, classes/response.C,
                   21101:          classes/string.C, classes/table.C, classes/unknown.C,
                   21102:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21103:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21104:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21105:          beautifying
                   21106: 
                   21107: 2001-04-26  paf
                   21108: 
                   21109:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21110: 
                   21111:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21112:          documentation ++
                   21113: 
                   21114:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21115:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21116:          targets/cgi/pa_pool.C: code documentation ++
                   21117: 
                   21118:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21119:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21120:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21121:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21122:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21123:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21124:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21125:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21126:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21127:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21128:          code documentation ++
                   21129: 
                   21130:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21131:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21132:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21133:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21134:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21135:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21136:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21137:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21138: 
                   21139:        * src/main/: pa_request.C, pa_string.C: z
                   21140: 
                   21141:        * src/: include/pa_common.h, include/pa_types.h,
                   21142:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21143:          connection caching fixed.  request-pooled-url were stored into
                   21144:          global connectioncache
                   21145: 
                   21146: 2001-04-25  paf
                   21147: 
                   21148:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21149:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21150: 
                   21151:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21152:          main/execute.C, main/pa_common.C: -d
                   21153: 
                   21154:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21155:          illegal call check a bit improved, but still under iis no mapping
                   21156:          of dir with parser allowed!
                   21157: 
                   21158: 2001-04-24  paf
                   21159: 
                   21160:        * src/targets/Makefile.am: apache module lib .am
                   21161: 
                   21162:        * src/main/pa_exec.C: windows32 buildCommand
                   21163: 
                   21164: 2001-04-23  paf
                   21165: 
                   21166:        * src/targets/cgi/Makefile.am: win32 conditional
                   21167: 
                   21168:        * src/targets/cgi/Makefile.am: win32 conditional
                   21169: 
                   21170:        * src/targets/cgi/Makefile.am: liblink
                   21171: 
                   21172:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21173:          vfile fields return type
                   21174: 
                   21175:        * src/types/pa_vfile.h: vfile fields return type
                   21176: 
                   21177:        * src/include/pa_config_auto.h.in: .h.in
                   21178: 
                   21179:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21180:          types/Makefile: makefiles removed
                   21181: 
                   21182:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21183:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21184: 
                   21185:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21186:          [tested: i & g ]
                   21187: 
                   21188:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21189:          @test noticed series in isapi, check how initialize_random_class
                   21190:          is called! [must be called only once]
                   21191: 
                   21192:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21193:          would not be 'unknown column'
                   21194: 
                   21195:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21196:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21197: 
                   21198:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21199:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21200:          [now doesnt]
                   21201: 
                   21202:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21203: 
                   21204:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21205:          /cgi-bin/parser3/auto.p
                   21206: 
                   21207:        * src/main/untaint.C: untaint without charset
                   21208: 
                   21209:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21210:          main/pa_common.C: common: file_write /// @test mkdirs
                   21211:          file_delete rmdirs
                   21212: 
                   21213:        * src/main/untaint.C: mail header only once to =?
                   21214: 
                   21215:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21216:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21217:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21218:          all but 'html'
                   21219: 
                   21220:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21221:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21222:          main/untaint.C: untaint -  @test mail-header
                   21223: 
                   21224: 2001-04-20  paf
                   21225: 
                   21226:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21227:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21228:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21229:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21230: 
                   21231:        * src/main/untaint.C: z
                   21232: 
                   21233:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21234: 
                   21235: 2001-04-19  paf
                   21236: 
                   21237:        * src/main/compile_tools.h: $a$b bugfix
                   21238: 
                   21239:        * src/targets/cgi/parser3.C: z
                   21240: 
                   21241:        * src/classes/file.C: z
                   21242: 
                   21243:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21244:          done: header to $fields. waits for header '\' tricks
                   21245: 
                   21246:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21247:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21248:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21249:          \" mech
                   21250: 
                   21251:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21252:          http://alx/~paf/ doesnt load /auto.p
                   21253: 
                   21254: 2001-04-18  paf
                   21255: 
                   21256:        * src/main/pa_request.C: 1
                   21257: 
                   21258:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21259:          linux @alx
                   21260: 
                   21261: 2001-04-17  paf
                   21262: 
                   21263:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21264:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21265:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21266:          enabled
                   21267: 
                   21268:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21269:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21270:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21271:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21272:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21273:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21274:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21275:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21276:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21277:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21278:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21279:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21280:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21281:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21282: 
                   21283:        * src/: include/pa_sql_driver_manager.h,
                   21284:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21285:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21286:          .so)
                   21287: 
                   21288: 2001-04-16  paf
                   21289: 
                   21290:        * src/Makefile.am: compile2 cygwin
                   21291: 
                   21292:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21293:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21294: 
                   21295:        * src/targets/cgi/Makefile.am: compile0 jav
                   21296: 
                   21297:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21298:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21299:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21300:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21301:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21302:          classes/mail.C, classes/op.C, classes/random.C,
                   21303:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21304:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21305:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21306:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21307:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21308:          compile-1
                   21309: 
                   21310: 2001-04-15  paf
                   21311: 
                   21312:        * src/classes/op.C: z
                   21313: 
                   21314:        * src/classes/table.C: table:empty +=process
                   21315: 
                   21316:        * src/types/pa_value.h: MethodParams !junction
                   21317: 
                   21318:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21319:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21320:          classes/random.C, classes/response.C, classes/string.C,
                   21321:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21322:          MethodParams everywhere
                   21323: 
                   21324:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21325:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21326: 
                   21327: 2001-04-12  paf
                   21328: 
                   21329:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21330: 
                   21331:        * src/: classes/_unknown.h, classes/unknown.C,
                   21332:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21333:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21334: 
                   21335:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21336: 
                   21337:        * src/classes/image.C: image:gif now does not have params
                   21338: 
                   21339:        * src/classes/image.C:
                   21340:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21341: 
                   21342:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21343:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21344:          for var now written not to r.wcontext, but to r.root cleared
                   21345:          "entered_object" state
                   21346: 
                   21347: 2001-04-11  paf
                   21348: 
                   21349:        * src/classes/image.C: image:create image:load
                   21350: 
                   21351:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21352:          just compiled
                   21353: 
                   21354:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21355:          todo: gif without file
                   21356: 
                   21357:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21358:          started porting to Pooled descendant
                   21359: 
                   21360:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21361:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21362:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21363:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21364: 
                   21365:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21366:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21367:          end. switching to python imaging lib
                   21368: 
                   21369:        * src/main/main.dsp: gd+smtp made separate libs
                   21370: 
                   21371:        * src/: include/pa_globals.h, include/pa_string.h,
                   21372:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21373:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21374:          length
                   21375: 
                   21376:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21377:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21378:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21379:          UL_FILE_NAME of posted file name
                   21380: 
                   21381:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21382:          post [broke when moved post read to core]
                   21383: 
                   21384: 2001-04-10  paf
                   21385: 
                   21386:        * src/classes/image.C: image:html done
                   21387: 
                   21388:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21389: 
                   21390:        * src/classes/image.C: z
                   21391: 
                   21392:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21393:          forgotten!
                   21394: 
                   21395:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21396:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21397:          types/pa_vimage.h: image:measure -90
                   21398: 
                   21399:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21400:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21401:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21402:          classes/_table.h, classes/file.C, classes/mail.C,
                   21403:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21404:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21405:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21406:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21407:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21408:          compiled
                   21409: 
                   21410:        * src/classes/mail.C: minor bug with unclear from/to
                   21411: 
                   21412:        * src/classes/mail.C: sendmail unix skipping defaults
                   21413: 
                   21414:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21415:          sendmail unix added defaults
                   21416: 
                   21417:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21418: 
                   21419:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21420: 
                   21421: 2001-04-09  paf
                   21422: 
                   21423:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21424:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21425:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21426:          targets/isapi/parser3isapi.dsp: all targets exec
                   21427: 
                   21428:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21429:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21430:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21431:          args in apache:util.script
                   21432: 
                   21433:        * src/include/pa_string.h: written but not tested exec with env for
                   21434:          unix
                   21435: 
                   21436:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21437:          targets/cgi/parser3.C: exec win32 env
                   21438: 
                   21439:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21440:          0
                   21441: 
                   21442:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21443:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21444:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21445:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21446: 
                   21447:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21448:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21449: 
                   21450:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21451:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21452: 
                   21453:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21454:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21455:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21456:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21457:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21458:          exec class just compiled. moved post read to request core
                   21459: 
                   21460:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21461:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21462:          main/pa_globals.C, targets/cgi/parser3.C,
                   21463:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   21464:          are already read by vform
                   21465: 
                   21466: 2001-04-08  paf
                   21467: 
                   21468:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   21469:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   21470:          uuencode. string<<
                   21471: 
                   21472: 2001-04-07  paf
                   21473: 
                   21474:        * src/classes/mail.C: z
                   21475: 
                   21476:        * src/classes/mail.C: z
                   21477: 
                   21478:        * src/classes/mail.C: ^mail[$attach
                   21479: 
                   21480:        * src/classes/mail.C: ^attach dead end
                   21481: 
                   21482:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   21483:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21484:          targets/isapi/parser3isapi.C: mail:send 1
                   21485: 
                   21486:        * src/: classes/mail.C, main/pa_request.C: z
                   21487: 
                   21488:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   21489:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   21490:          compiled
                   21491: 
                   21492:        * src/classes/mail.C: +=
                   21493: 
                   21494:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   21495:          prepared
                   21496: 
                   21497:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   21498:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   21499:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21500:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   21501: 
                   21502: 2001-04-06  paf
                   21503: 
                   21504:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   21505:          main/pa_string.C: table:dir 1
                   21506: 
                   21507:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   21508:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   21509: 
                   21510:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   21511:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   21512:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   21513:          main/pa_request.C: renamed 'root' to 'op'
                   21514: 
                   21515:        * src/classes/: _op.h, op.C: renamed from 'root'
                   21516: 
                   21517:        * src/types/pa_valiased.C: another root inherititance skipped
                   21518: 
                   21519:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   21520:          root methods of parent class. just 'ROOT' class
                   21521: 
                   21522:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   21523:          @office
                   21524: 
                   21525:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   21526: 
                   21527: 2001-04-05  paf
                   21528: 
                   21529:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   21530:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   21531:          constructor flag dropped at get_method_frame and remembered into
                   21532:          method_frame
                   21533: 
                   21534:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21535:          classes/table.C, main/pa_request.C: junction to code&expression
                   21536:          in errors
                   21537: 
                   21538:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   21539:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   21540:          $LOCALE:ctype[Russian_Russia.1251]
                   21541: 
                   21542:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21543:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   21544:          main/pa_table.C: hash now not thread-safe.
                   21545: 
                   21546:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21547:          main/untaint.C: z
                   21548: 
                   21549:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21550:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   21551:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   21552:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   21553:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   21554: 
                   21555:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21556:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   21557: 
                   21558:        * src/classes/table.C: select * from hren error contains statement
                   21559: 
                   21560:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21561:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   21562:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   21563: 
                   21564:        * src/: classes/root.C, include/pa_sql_connection.h,
                   21565:          include/pa_sql_driver.h, main/main.dsp,
                   21566:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   21567:          services for conv memory & error reporting
                   21568: 
                   21569: 2001-04-04  paf
                   21570: 
                   21571:        * src/doc/doxygen.cfg: z
                   21572: 
                   21573:        * src/include/pa_sql_driver.h: mysql connect
                   21574: 
                   21575:        * src/include/pa_sql_driver.h: mysql info
                   21576: 
                   21577:        * src/: classes/root.C, include/pa_sql_driver.h,
                   21578:          include/pa_sql_driver_manager.h, main/main.dsp,
                   21579:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   21580: 
                   21581:        * src/sql/Makefile.am: forgot to add mysql client
                   21582: 
                   21583:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   21584:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   21585:          [forgot to add libltdl, added]
                   21586: 
                   21587:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   21588:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   21589:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   21590:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   21591:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   21592:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   21593:          -1000 just compiled
                   21594: 
                   21595:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21596:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   21597:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   21598: 
                   21599: 2001-04-03  paf
                   21600: 
                   21601:        * src/types/pa_vform.C: z
                   21602: 
                   21603:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   21604:          assigned lang
                   21605: 
                   21606:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   21607:          {}[]< empty []
                   21608: 
                   21609:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   21610:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   21611:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   21612: 
                   21613:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21614:          string:match replace strange matches
                   21615: 
                   21616:        * src/classes/string.C: string:match replace 0
                   21617: 
                   21618:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   21619:          prepared 2
                   21620: 
                   21621:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21622:          string:match replace prepared
                   21623: 
                   21624:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21625:          string:match replace -11
                   21626: 
                   21627:        * src/: classes/string.C, include/pa_globals.h,
                   21628:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   21629:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   21630: 
                   21631:        * src/: classes/string.C, include/pa_globals.h,
                   21632:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   21633:          main/pa_string.C: string:match [search] -1 just compiled
                   21634: 
                   21635:        * src/types/pa_vstring.C: z
                   21636: 
                   21637:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21638:          classes/int.C, classes/response.C, classes/root.C,
                   21639:          classes/string.C, classes/table.C, include/pa_string.h,
                   21640:          main/pa_string.C: string:match -10 [frame]
                   21641: 
                   21642:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   21643:          main/pa_request.C: z
                   21644: 
                   21645:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   21646:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   21647:          todo/tests
                   21648: 
                   21649:        * src/include/pa_common.h: z
                   21650: 
                   21651:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   21652:          main/pa_request.C, targets/cgi/parser3.C,
                   21653:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   21654:          content-disposition
                   21655: 
                   21656:        * src/: include/pa_common.h, include/pa_globals.h,
                   21657:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   21658:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   21659: 
                   21660:        * src/: include/pa_common.h, include/pa_request.h,
                   21661:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   21662:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21663:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   21664:          response:body
                   21665: 
                   21666:        * src/classes/table.C: table:append now uses string::split
                   21667: 
                   21668:        * src/classes/table.C: z
                   21669: 
                   21670:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21671:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   21672:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   21673:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   21674:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   21675:          string::pos & cmp & piece bugs fixed.  string::split new
                   21676:          table:load separated from set table:set implemented with clean \n
                   21677:          \t searches
                   21678: 
                   21679: 2001-04-02  paf
                   21680: 
                   21681:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21682:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   21683:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   21684:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   21685:          it in table:set/load
                   21686: 
                   21687:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   21688:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   21689: 
                   21690:        * src/classes/random.C: random:generate 1
                   21691: 
                   21692:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   21693:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21694:          types/pa_value.h: random:generate
                   21695: 
                   21696: 2001-03-30  paf
                   21697: 
                   21698:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   21699:          todo: table flip and append. string::pos
                   21700: 
                   21701:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   21702:          classes/response.C, classes/root.C, classes/string.C,
                   21703:          classes/table.C, main/compile.y, main/execute.C,
                   21704:          types/pa_value.h, types/pa_vstateless_class.C,
                   21705:          types/pa_vstateless_class.h: static|dynamic|any method
                   21706:          registration
                   21707: 
                   21708:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   21709:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   21710:          table:flip
                   21711: 
                   21712: 2001-03-29  paf
                   21713: 
                   21714:        * src/classes/string.C: string:xsplit forgot that they must result
                   21715:          in 1 row N column [not vice versa]
                   21716: 
                   21717:        * src/classes/string.C: z
                   21718: 
                   21719:        * src/classes/string.C: string: rsplit
                   21720: 
                   21721:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21722:          string: lsplit
                   21723: 
                   21724:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   21725:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   21726:          lsplit -1
                   21727: 
                   21728:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   21729:          string: pos
                   21730: 
                   21731:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21732:          string: pos -1
                   21733: 
                   21734:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   21735:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   21736:          main/untaint.C: string: left right mid
                   21737: 
                   21738:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   21739:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   21740:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   21741:          and [;] are different now.
                   21742: 
                   21743:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   21744:          main/untaint.C: pool.request undone
                   21745: 
                   21746:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   21747:          main/untaint.C: pool.request
                   21748: 
                   21749: 2001-03-28  paf
                   21750: 
                   21751:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   21752:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21753:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   21754:          $request:browser [.type .version]; unknown.get_double now = 0.
                   21755: 
                   21756:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   21757:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   21758:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   21759:          types/pa_vform.C: file:load autodetection of mime-type by
                   21760:          user-file-name
                   21761: 
                   21762:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   21763:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   21764:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   21765: 
                   21766:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21767:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   21768:          write. must be self.set
                   21769: 
                   21770:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21771:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   21772: 
                   21773:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   21774:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   21775:          types/pa_vtable.h: table:locate just compiled
                   21776: 
                   21777: 2001-03-27  paf
                   21778: 
                   21779:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   21780:          code-params2, fixed ntfs hardlink slow dir update
                   21781: 
                   21782:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   21783:          types/pa_wcontext.h: fixed r/w context of code-params
                   21784: 
                   21785:        * src/: classes/table.C, main/execute.C: about to change junction
                   21786:          rcontext!!
                   21787: 
                   21788:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21789:          classes/string.C, classes/table.C, main/compile_tools.C,
                   21790:          main/execute.C, main/pa_request.C, main/untaint.C,
                   21791:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   21792:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   21793:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   21794:          types/pa_vunknown.h: sort 0
                   21795: 
                   21796:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   21797:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   21798:          renamed to are_static_calls_disabled
                   21799: 
                   21800:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   21801:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   21802:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   21803:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   21804: 
                   21805:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   21806: 
                   21807:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   21808:          started table:sort fixed minor bug in #...^{
                   21809: 
                   21810:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   21811:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   21812:          decided to have as it were. stepped back.  grammar: added 'in'
                   21813:          'is' 'lt'&co follow-space check
                   21814: 
                   21815: 2001-03-26  paf
                   21816: 
                   21817:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21818:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   21819:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21820:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   21821:          invocation in ^process
                   21822: 
                   21823:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   21824: 
                   21825:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   21826:          main/pa_array.C: table:record
                   21827: 
                   21828:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   21829:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21830:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   21831:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21832:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   21833:          types/pa_vtable.h: z
                   21834: 
                   21835:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   21836:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   21837:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   21838:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   21839:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   21840:          method realisations on 'self' validity - they now can simply
                   21841:          assume that 'self' is V{Proper} .
                   21842: 
                   21843: 2001-03-25  paf
                   21844: 
                   21845:        * src/main/untaint.C: z
                   21846: 
                   21847:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   21848:          lowlevel - it initialization could be skipped if failed in @auto.
                   21849:          so that exception report would use some table
                   21850: 
                   21851:        * src/main/pa_request.C: table empty lines ignored. system-default
                   21852:          content type assigned in output:result [can fail in main:auto and
                   21853:          skipped normal defaults extraction]
                   21854: 
                   21855:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   21856:          bug
                   21857: 
                   21858:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   21859:          processing to table [except preliminary \r\n \r \n replacements
                   21860:          to "\n"]
                   21861: 
                   21862:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   21863:          move all the processing to table
                   21864: 
                   21865:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   21866:          main/pa_table.C, main/untaint.C: returned table originating.
                   21867:          useful for reporting typo table problems origin. think would be
                   21868:          useful somewhere else
                   21869: 
                   21870:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   21871: 
                   21872:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   21873:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   21874:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   21875:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   21876:          types/pa_vcookie.h: typo & typo-default
                   21877: 
                   21878: 2001-03-24  paf
                   21879: 
                   21880:        * src/main/pa_common.C: z
                   21881: 
                   21882:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21883:          targets/cgi/parser3.C: html-typo 2
                   21884: 
                   21885:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   21886:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   21887:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   21888:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   21889:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21890:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21891:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   21892:          noticed double default content-type prob. run cgi.cmd tomorrow
                   21893:          first html-typo sample. detected << problem: they become ltlt too
                   21894:          fast
                   21895: 
                   21896:        * src/main/compile.y: z
                   21897: 
                   21898:        * src/main/: compile.y, compile_tools.h: #comment
                   21899: 
                   21900:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21901:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   21902:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21903:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   21904:          stringified
                   21905: 
                   21906:        * src/types/pa_valiased.C: decided to String-ify file_read
                   21907: 
                   21908:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   21909:          isapi/parser3isapi.dsp: cgi: sapi::log
                   21910: 
                   21911:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   21912:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   21913:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   21914:          error log experiments failed - cgi under iis got no access to
                   21915:          log. registereventsource simply failed with 5(illegal call) code,
                   21916:          while worked OK as standalone executable.  isapi: used
                   21917:          HSE_APPEND_LOG_PARAMETER feature
                   21918: 
                   21919:        * src/: include/pa_common.h, include/pa_globals.h,
                   21920:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21921:          targets/isapi/parser3isapi.C: fixed default content-type
                   21922:          allocation storage
                   21923: 
                   21924:        * src/: include/pa_globals.h, include/pa_request.h,
                   21925:          main/pa_globals.C, main/pa_request.C: z
                   21926: 
                   21927:        * src/: include/pa_array.h, include/pa_hash.h,
                   21928:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   21929:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21930:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   21931:          content-type
                   21932: 
                   21933:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   21934:          sanity
                   21935: 
                   21936:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   21937:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   21938:          away freeze mech.  no danger now for you can't do
                   21939:          ^request:process[@new-method[] body] trick anymore.  still
                   21940:          remains $some_instance.process[@new-method[] possibility] but
                   21941:          would leave it as a feature.  see index for sample
                   21942: 
                   21943:        * src/: include/pa_common.h, main/pa_common.C,
                   21944:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   21945:          monkey every target
                   21946: 
                   21947:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21948:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   21949:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   21950: 
                   21951: 2001-03-23  paf
                   21952: 
                   21953:        * src/: include/pa_pool.h, main/pa_request.C,
                   21954:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21955:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21956:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   21957: 
                   21958:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   21959: 
                   21960:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   21961:          it would be better to rewrite as filter then to deal with pool
                   21962: 
                   21963:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   21964:          now like in cgi, not from APPL_PHYSICAL_PATH
                   21965: 
                   21966:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   21967:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21968:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   21969:          include/pa_version.h, main/compile.y, main/execute.C,
                   21970:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   21971:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   21972:          main/untaint.C, targets/cgi/parser3.C,
                   21973:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   21974:          cgi: reinvent document_root and request_uri under iis. autoconf
                   21975:          updated. introducing ap_config_includes
                   21976: 
                   21977:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   21978: 
                   21979:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   21980: 
                   21981:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   21982:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   21983:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   21984:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   21985: 
                   21986:        * src/: include/pa_globals.h, main/pa_request.C,
                   21987:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21988:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   21989:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   21990: 
                   21991:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   21992:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   21993:          isapi minor env beauty
                   21994: 
                   21995:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   21996:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   21997:          isapi document_root 0
                   21998: 
                   21999: 2001-03-22  paf
                   22000: 
                   22001:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22002: 
                   22003:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22004:          isapi/parser3isapi.C: z
                   22005: 
                   22006:        * src/: include/pa_pool.h, main/pa_request.C,
                   22007:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22008: 
                   22009:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22010:          kill.pl: isapi added utils
                   22011: 
                   22012:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22013:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22014:          types/pa_vform.C: isapi 0
                   22015: 
                   22016:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22017:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22018:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22019:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22020:          started isapi
                   22021: 
                   22022:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22023:          some comments
                   22024: 
                   22025:        * src/: include/pa_globals.h, include/pa_request.h,
                   22026:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22027:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22028:          parser_root_auto_path parser_site_auto_path
                   22029: 
                   22030:        * src/types/pa_vcookie.C: cookie attr decoded
                   22031: 
                   22032: 2001-03-21  paf
                   22033: 
                   22034:        * src/targets/cgi/parser3.C: z
                   22035: 
                   22036:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22037: 
                   22038:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22039:          types/pa_venv.h: in cookie & env. todo:post
                   22040: 
                   22041:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22042:          classes/root.C, classes/table.C, include/pa_array.h,
                   22043:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22044:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22045:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22046:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22047:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22048:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22049:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22050:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22051:          shifted apache branch on main trunc
                   22052: 
                   22053:        * src/: include/pa_common.h, include/pa_globals.h,
                   22054:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22055:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22056:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22057:          starting mod_parser3
                   22058: 
                   22059:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22060: 
                   22061: 2001-03-20  paf
                   22062: 
                   22063:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22064:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22065:          win32 ifdefs work and add ifdef unistd
                   22066: 
                   22067:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22068:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22069:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22070:          z
                   22071: 
                   22072:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22073:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22074:          locking
                   22075: 
                   22076:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22077: 
                   22078:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22079:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22080:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22081:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22082:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22083:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22084:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22085: 
                   22086:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22087:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22088: 
                   22089:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22090:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22091:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22092:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22093:          types/pa_vform.h: z
                   22094: 
                   22095:        * src/include/pa_string.h: z
                   22096: 
                   22097:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22098:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22099:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22100:          :Value
                   22101: 
                   22102:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22103:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22104:          :VStateless_object
                   22105: 
                   22106:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22107:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22108:          :VStateless_object
                   22109: 
                   22110:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22111:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22112: 
                   22113:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22114:          types/pa_valiased.h, types/pa_value.h,
                   22115:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22116:          types/pa_vstateless_object.h: moved common get_element part from
                   22117:          stateless object&class into VAliased
                   22118: 
                   22119:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22120:          classes/table.C, main/execute.C, main/main.dsp,
                   22121:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22122:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22123:          now :Value
                   22124: 
                   22125:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22126:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22127:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22128: 
                   22129:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22130:          doxx
                   22131: 
                   22132:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22133:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22134:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22135:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22136:          and ^file:save
                   22137: 
                   22138: 2001-03-19  paf
                   22139: 
                   22140:        * src/types/pa_vfile.C: z
                   22141: 
                   22142:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22143:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22144:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22145:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22146: 
                   22147:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22148:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22149:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22150:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22151:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22152:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22153:          types/pa_vfile.h: file class just compiled
                   22154: 
                   22155:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22156:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22157:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22158:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22159:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22160: 
                   22161:        * src/include/pa_pool.h: z
                   22162: 
                   22163:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22164:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22165:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22166:          those Value-s
                   22167: 
                   22168:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22169:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22170:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22171:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22172:          include/pa_types.h, main/compile.C, main/compile.y,
                   22173:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22174:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22175:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22176:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22177:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22178: 
                   22179:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22180:          derivates somehow unlinked. don't know why yet
                   22181: 
                   22182:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22183:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22184:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22185:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22186:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22187:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22188:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22189: 
                   22190:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22191:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22192:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22193:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22194:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22195: 
                   22196:        * src/include/pa_globals.h: z
                   22197: 
                   22198:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22199:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22200:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22201:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22202:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22203:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22204:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22205:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22206: 
                   22207: 2001-03-18  paf
                   22208: 
                   22209:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22210:          cookie: allowed access to hash-assigned
                   22211: 
                   22212:        * src/targets/cgi/parser3.C: z
                   22213: 
                   22214:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22215:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22216:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22217:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22218:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22219:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22220:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22221:          types/pa_vunknown.h: cookie class
                   22222: 
                   22223:        * src/main/pa_request.C: zero length output allowed
                   22224: 
                   22225:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22226:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22227: 
                   22228:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22229:          lang switch
                   22230: 
                   22231:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22232:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22233:          types/pa_value.h, types/pa_vhash.h:
                   22234:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22235: 
                   22236:        * src/main/execute.C: z
                   22237: 
                   22238:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22239:          targets/cgi/parser3.C: taint[uri
                   22240: 
                   22241:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22242:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22243:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22244:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22245: 
                   22246:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22247:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22248:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22249:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22250:          bool tainted) ctor
                   22251: 
                   22252:        * src/: include/pa_hash.h, include/pa_request.h,
                   22253:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22254:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22255:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22256: 
                   22257:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22258:          response fields to header
                   22259: 
                   22260:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22261:          z
                   22262: 
                   22263:        * src/: classes/_response.h, classes/response.C,
                   22264:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22265:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22266:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22267:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22268:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22269:          $response: 0  request::core exception rethrow
                   22270: 
                   22271: 2001-03-16  paf
                   22272: 
                   22273:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22274:          types/pa_vrequest.h: native method' class call with less params
                   22275:          then needed error reporting
                   22276: 
                   22277:        * src/: classes/_request.h, classes/request.C,
                   22278:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22279:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22280:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22281:          types/pa_vrequest.h: $request : query :uri
                   22282: 
                   22283:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22284:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22285:          types/pa_wcontext.h: $result
                   22286: 
                   22287:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22288: 
                   22289:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22290:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22291:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22292: 
                   22293:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22294:          main/compile.y, main/execute.C, types/pa_value.h,
                   22295:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22296:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22297:          wcontext conflict
                   22298: 
                   22299:        * src/: main/execute.C, types/pa_value.h,
                   22300:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22301:          $string.field
                   22302: 
                   22303: 2001-03-15  paf
                   22304: 
                   22305:        * src/main/pa_request.C: news sample
                   22306: 
                   22307:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22308:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22309: 
                   22310:        * src/main/: compile.y, execute.C: z
                   22311: 
                   22312:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22313:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22314:          pre pre works
                   22315: 
                   22316:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22317:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22318:          fillfields just compiled
                   22319: 
                   22320: 2001-03-14  paf
                   22321: 
                   22322:        * src/: include/pa_request.h, main/pa_request.C,
                   22323:          targets/cgi/parser3.C: z
                   22324: 
                   22325:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22326:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22327:          types/pa_vstring.h: limits -1
                   22328: 
                   22329:        * src/: include/pa_globals.h, include/pa_request.h,
                   22330:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22331:          main/pa_request.C, targets/cgi/parser3.C,
                   22332:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22333:          request_info -1
                   22334: 
                   22335:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22336:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22337:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22338:          vform_fields_fill
                   22339: 
                   22340:        * src/targets/cgi/parser3.C: #  if MSVC
                   22341: 
                   22342:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22343:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22344: 
                   22345:        * src/targets/cgi/parser3.C: z
                   22346: 
                   22347:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22348:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22349:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22350:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22351:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22352:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22353: 
                   22354: 2001-03-13  paf
                   22355: 
                   22356:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22357:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22358:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22359:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22360:          instead
                   22361: 
                   22362:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22363:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22364:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22365:          started cgi target
                   22366: 
                   22367:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22368:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22369:          before error show with parser
                   22370: 
                   22371:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22372:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22373:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22374: 
                   22375:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22376: 
                   22377:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22378:          parser3.C: renamed targets/ parser to cgi
                   22379: 
                   22380:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22381:          classes/root.C, classes/string.C, classes/table.C,
                   22382:          include/pa_request.h, types/pa_vhash.h: z
                   22383: 
                   22384:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22385:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22386:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22387:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22388:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22389:          [historical moment :)]
                   22390: 
                   22391:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22392:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22393: 
                   22394:        * src/types/pa_venv.h: $ENV 1
                   22395: 
                   22396:        * src/main/execute.C: z
                   22397: 
                   22398:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22399:          future methods of ENV constructor if
                   22400: 
                   22401:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22402:          class
                   22403: 
                   22404:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22405:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22406:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22407:          classes/string.C, classes/table.C, include/pa_request.h,
                   22408:          main/compile.C, main/compile_tools.h, main/core.C,
                   22409:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22410:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22411:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22412:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22413:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22414:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22415: 
                   22416:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22417:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22418:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22419:          classes/string.C, classes/table.C, include/pa_request.h,
                   22420:          main/compile.C, main/compile_tools.h, main/core.C,
                   22421:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22422:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22423:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22424:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22425:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22426:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22427: 
                   22428:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22429:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22430:          yesterdays bad decision on execute_static_method
                   22431: 
                   22432:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22433: 
                   22434:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22435:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22436: 
                   22437:        * src/main/pa_request.C: z
                   22438: 
                   22439:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22440:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22441: 
                   22442:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22443:          include/pa_pool.h, main/pa_request.C:
                   22444:          restructure_exceptions_dead_end
                   22445: 
                   22446:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22447:          allowed ; inside {} to break params
                   22448: 
                   22449:        * src/classes/root.C: ^eval
                   22450: 
                   22451:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22452:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22453:          string ^format
                   22454: 
                   22455:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22456:          'bad' but not 'enough'
                   22457: 
                   22458:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22459:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22460:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22461:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22462:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22463: 
                   22464:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22465:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   22466:          types/pa_vint.h: ^for
                   22467: 
                   22468: 2001-03-12  paf
                   22469: 
                   22470:        * src/classes/table.C: table ^empty
                   22471: 
                   22472:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   22473: 
                   22474:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   22475:          ^offset ^line ^count
                   22476: 
                   22477:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   22478:          ^abs()  ^sign()
                   22479: 
                   22480:        * src/classes/: root.C, table.C: ^use
                   22481: 
                   22482:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22483:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   22484:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22485:          ^while. switched off wcontext.constructing after write(value) or
                   22486:          auto-vhash-constructing
                   22487: 
                   22488:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22489:          main/pa_request.C: fail_if_junction_ helper func
                   22490: 
                   22491:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22492:          include/pa_request.h, main/execute.C, main/main.dsp,
                   22493:          main/pa_common.C, main/pa_request.C: ^process error point by
                   22494:          actual method_name, not source.  ^load
                   22495: 
                   22496:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   22497: 
                   22498:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   22499:          classes/_table.h, classes/table.C, main/untaint.C: z
                   22500: 
                   22501:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   22502:          include/pa_table.h, main/core.C, main/execute.C,
                   22503:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   22504:          types/pa_value.h: table:set 0
                   22505: 
                   22506:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   22507:          include/pa_request.h, include/pa_table.h, main/core.C,
                   22508:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   22509:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   22510:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   22511:          types/pa_vstring.h: freeze, ^table:create[] -1
                   22512: 
                   22513:        * src/: classes/root.C, types/pa_value.h: z
                   22514: 
                   22515:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   22516:          get_method in couple places optimizing them
                   22517: 
                   22518:        * src/classes/root.C: z
                   22519: 
                   22520:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   22521:          zeroing
                   22522: 
                   22523:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22524:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   22525:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   22526:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22527:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22528:          types/pa_vmframe.h: ^process. actual names to store param and
                   22529:          check_actual_numbered_params for better place diagnostics
                   22530: 
                   22531:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   22532:          method-junctions bug fixed
                   22533: 
                   22534:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   22535:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   22536: 
                   22537: 2001-03-11  paf
                   22538: 
                   22539:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   22540:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   22541:          VDouble VInt base now VObject_base - without fields
                   22542: 
                   22543:        * src/: classes/root.C, include/core.h, main/core.C: z
                   22544: 
                   22545:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22546:          classes/string.C, include/core.h, include/pa_hash.h,
                   22547:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   22548:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   22549: 
                   22550:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22551:          include/pa_request.h, main/execute.C: intercept_string
                   22552: 
                   22553:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22554:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   22555: 
                   22556:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   22557:          ^inc-s(expr)
                   22558: 
                   22559:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22560:          classes/_root.h, classes/_string.h, classes/double.C,
                   22561:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22562:          include/code.h, include/core.h, include/pa_array.h,
                   22563:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22564:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22565:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22566:          include/pa_types.h, main/compile.C, main/compile.y,
                   22567:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22568:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22569:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   22570:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22571:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22572:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22573:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22574:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22575:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22576:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   22577: 
                   22578:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   22579: 
                   22580:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22581:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   22582: 
                   22583:        * src/: include/pa_valiased.h, include/pa_value.h,
                   22584:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22585:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22586:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22587:          include/pa_vobject.h, include/pa_vstring.h,
                   22588:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22589:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   22590:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   22591:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   22592:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22593:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22594:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22595:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22596:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22597:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   22598:          include/
                   22599: 
                   22600: 2001-03-10  paf
                   22601: 
                   22602:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22603:          main/pa_request.C: run+auto=run
                   22604: 
                   22605:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   22606: 
                   22607:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22608:          classes/_root.h, classes/_string.h, classes/double.C,
                   22609:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22610:          include/code.h, include/core.h, include/pa_array.h,
                   22611:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22612:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22613:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22614:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   22615:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22616:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22617:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22618:          include/pa_vobject.h, include/pa_vstring.h,
                   22619:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22620:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   22621:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22622:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   22623:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   22624:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22625:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   22626:          main/pa_wcontext.C: sources header
                   22627: 
                   22628:        * src/main/pa_request.C: auto..
                   22629: 
                   22630:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   22631:          main/pa_request.C: auto tree0
                   22632: 
                   22633:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   22634:          main/core.C, main/pa_request.C: names to core.C
                   22635: 
                   22636:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   22637:          include/pa_request.h, main/core.C, main/execute.C,
                   22638:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   22639: 
                   22640:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   22641:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   22642:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   22643:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   22644: 
                   22645:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22646:          @auto[] realised. auto.p scan togo
                   22647: 
                   22648:        * src/: include/pa_request.h, main/execute.C: autocalc
                   22649:          code-junctions result now have names
                   22650: 
                   22651:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22652:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   22653:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   22654:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   22655: 
                   22656:        * src/classes/env.C: env:file/line
                   22657: 
                   22658:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   22659:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   22660:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   22661:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   22662:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22663:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   22664:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   22665: 
                   22666:        * src/include/pa_vclass.h: const fight to go
                   22667: 
                   22668:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22669:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   22670:          main/main.dsp: env0
                   22671: 
                   22672:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   22673:          classes/_string.h, classes/double.C, classes/int.C,
                   22674:          classes/root.C, classes/string.C, include/pa_request.h,
                   22675:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   22676:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   22677:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   22678:          main/pa_wcontext.C: ^lang prepare0
                   22679: 
                   22680: 2001-03-09  paf
                   22681: 
                   22682:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   22683:          construct proper naming
                   22684: 
                   22685:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   22686:          classes/double.C, classes/int.C, classes/root.C,
                   22687:          classes/string.C, include/code.h, include/pa_value.h,
                   22688:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   22689:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22690:          main/compile.y, main/compile_tools.C, main/core.C,
                   22691:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   22692:          and ^double[]. fixed expr type
                   22693: 
                   22694:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   22695:          ^string.length[]
                   22696: 
                   22697: 2001-03-08  paf
                   22698: 
                   22699:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   22700: 
                   22701:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   22702:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   22703:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   22704:          derivated from vobject
                   22705: 
                   22706:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   22707:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   22708: 
                   22709:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   22710:          remained clone conseqs
                   22711: 
                   22712:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   22713: 
                   22714:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   22715: 
                   22716:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   22717:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   22718:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   22719:          include/pa_vobject.h, include/pa_vstring.h,
                   22720:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   22721:          main/execute.C: withoud cloning. didn't need it actually, params
                   22722:          got passed from out unnamed ewpool
                   22723: 
                   22724:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   22725:          include/pa_vjunction.h, include/pa_vobject.h,
                   22726:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   22727: 
                   22728:        * src/: include/pa_bool.h, include/pa_double.h,
                   22729:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   22730:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   22731:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22732:          include/pa_vobject.h, include/pa_vstring.h,
                   22733:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   22734:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   22735:          to give params proper names
                   22736: 
                   22737:        * src/main/pa_wcontext.C: z
                   22738: 
                   22739:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   22740:          unknown values in get_element and unfilled params. removed wrong
                   22741:          name change in get_element
                   22742: 
                   22743:        * src/main/execute.C: z
                   22744: 
                   22745:        * src/main/execute.C: fixed problems calling operators in
                   22746:          constructors
                   22747: 
                   22748:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   22749:          detected problems calling operators in constructors
                   22750: 
                   22751:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   22752:          autocalc def to string
                   22753: 
                   22754:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   22755:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   22756: 
                   22757:        * src/classes/root.C: added root.c
                   22758: 
                   22759:        * src/: include/pa_request.h, include/pa_value.h,
                   22760:          include/pa_vcframe.h, include/pa_vmframe.h,
                   22761:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   22762:          main/core.C, main/execute.C, main/pa_cframe.C,
                   22763:          main/pa_wcontext.C: 'if' just compiled
                   22764: 
                   22765:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   22766:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22767:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   22768:          main/pa_wcontext.C: z
                   22769: 
                   22770:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   22771:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   22772:          with parameter names  in operator methods
                   22773: 
                   22774:        * src/main/compile.y: minor renamings in .y
                   22775: 
                   22776:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   22777:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   22778:          @BASE.  changed 'RUN' assignment mech
                   22779: 
                   22780:        * src/main/execute.C: z
                   22781: 
                   22782:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   22783:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   22784:          static. so to enable runtime ^use
                   22785: 
                   22786:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   22787: 
                   22788:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   22789:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   22790: 
                   22791:        * src/main/execute.C: root root in code-junction
                   22792: 
                   22793: 2001-03-07  paf
                   22794: 
                   22795:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   22796:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   22797: 
                   22798:        * src/: include/pa_stack.h, include/pa_value.h,
                   22799:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   22800:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   22801:          fixed rwcontext of {} params up
                   22802: 
                   22803:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   22804: 
                   22805:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   22806: 
                   22807:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   22808:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   22809:          main/pa_hash.C: expr def in -f
                   22810: 
                   22811:        * src/main/: compile.y, execute.C: expr calls
                   22812: 
                   22813:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   22814:          fixed
                   22815: 
                   22816:        * src/main/compile.y: expr quoted code
                   22817: 
                   22818:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   22819:          support0
                   22820: 
                   22821:        * src/main/compile.y: expr string comparisons 0
                   22822: 
                   22823:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   22824:          main/pa_string.C: just compiled lt&co
                   22825: 
                   22826:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   22827:          $field not a $var.field
                   22828: 
                   22829: 2001-03-06  paf
                   22830: 
                   22831:        * src/main/compile.y: .y expr visible-shorter
                   22832: 
                   22833:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   22834:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   22835:          logical
                   22836: 
                   22837:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   22838:          skipping whitespace in yylex
                   22839: 
                   22840:        * src/include/pa_vbool.h: forgot this
                   22841: 
                   22842:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   22843:          string ops in expressions 0
                   22844: 
                   22845:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   22846:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   22847:          main/execute.C, main/main.dsp: !~
                   22848: 
                   22849:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   22850:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   22851:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22852:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22853:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   22854:          main/compile_tools.h, main/execute.C: +-*/
                   22855: 
                   22856:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   22857:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   22858: 
                   22859:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   22860:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   22861: 
                   22862:        * src/main/compile.y: expr grammar-1
                   22863: 
                   22864:        * src/main/compile.y: expr lexx1
                   22865: 
                   22866:        * src/main/: compile.y, execute.C, main.dsp: z
                   22867: 
                   22868:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   22869:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   22870:          main/execute.C: expr lex0 exec-1
                   22871: 
                   22872:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   22873: 
                   22874: 2001-02-26  paf
                   22875: 
                   22876:        * src/main/compile.y: max_string in yyerror bug fix
                   22877: 
                   22878: 2001-02-25  paf
                   22879: 
                   22880:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   22881:          include/pa_wcontext.h, main/execute.C: VAliased3
                   22882: 
                   22883:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   22884: 
                   22885:        * src/main/execute.C: VAliased1
                   22886: 
                   22887:        * src/: include/pa_request.h, include/pa_value.h,
                   22888:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   22889:          VAliased0
                   22890: 
                   22891:        * src/: include/pa_pool.h, include/pa_request.h,
                   22892:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   22893:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   22894:          VAliased just compiled
                   22895: 
                   22896:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   22897:          include/pa_vobject.h, main/execute.C: alias dead end
                   22898: 
                   22899:        * src/: include/pa_value.h, include/pa_vclass.h,
                   22900:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   22901:          main/main.dsp: no not get fields into interm VFielded class.
                   22902:          fields & staticfields 1
                   22903: 
                   22904:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   22905:          include/pa_vobject.h, include/pa_wcontext.h,
                   22906:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   22907:          main/main.dsp: would now get fields into interm VFielded class
                   22908: 
                   22909:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   22910:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22911:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   22912:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   22913:          main/pa_wcontext.C: virtuals2
                   22914: 
                   22915:        * src/main/compile.y: : 1
                   22916: 
                   22917:        * src/main/compile.y: rethought to $class:static.field.subfield
                   22918: 
                   22919:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   22920:          $class:element
                   22921: 
                   22922:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   22923:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   22924:          main/pa_wcontext.C: before execute class calls rewrite
                   22925: 
                   22926:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   22927:          name RUN, also alias
                   22928: 
                   22929:        * src/main/compile.y: escaping bug
                   22930: 
                   22931:        * src/: include/pa_request.h, include/pa_value.h,
                   22932:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   22933:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   22934: 
                   22935:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   22936:          include/pa_vmframe.h, include/pa_vobject.h,
                   22937:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   22938:          main/compile_tools.h, main/execute.C: ^class:method() just
                   22939:          compiled
                   22940: 
                   22941: 2001-02-24  paf
                   22942: 
                   22943:        * src/main/main.dsp: no bison -d
                   22944: 
                   22945:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   22946:          class' err msg wrong
                   22947: 
                   22948:        * src/main/compile.y: z
                   22949: 
                   22950:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   22951: 
                   22952:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   22953:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   22954: 
                   22955:        * src/: include/pa_vclass.h, main/core.C: z
                   22956: 
                   22957:        * src/: include/pa_value.h, include/pa_vclass.h,
                   22958:          include/pa_vobject.h, main/main.dsp: vobject00
                   22959: 
                   22960:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   22961:          60% from 1 were 0
                   22962: 
                   22963:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   22964:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   22965:          as bad as you've named it: wcontext.value() was not a perfect
                   22966:          idea
                   22967: 
                   22968:        * src/main/execute.C: codeframe1
                   22969: 
                   22970:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   22971:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   22972:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22973:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   22974:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   22975:          just compiled
                   22976: 
                   22977:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   22978:          ideology @: ^x{$a()) must construct current wcontext element, so
                   22979:          smart wcontext handling needed
                   22980: 
                   22981:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   22982:          klinch
                   22983: 
                   22984:        * src/main/: compile.y, execute.C: fixed empty constructor
                   22985:          optimized empty case. failed on calls - produced empty string
                   22986:          param
                   22987: 
                   22988:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   22989: 
                   22990:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   22991:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   22992:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22993:          main/execute.C: code junctions0. something wrong with last \n
                   22994:          macrotemplate strip
                   22995: 
                   22996:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   22997:          main/pa_value.C: minor error reporting format beautifyings
                   22998: 
                   22999:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23000:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23001:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23002:          junctions0
                   23003: 
                   23004: 2001-02-23  paf
                   23005: 
                   23006:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23007:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23008: 
                   23009:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23010:          junction
                   23011: 
                   23012:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23013:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23014:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23015: 
                   23016:        * src/: include/pa_hash.h, include/pa_value.h,
                   23017:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23018:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23019:          done
                   23020: 
                   23021:        * src/include/pa_wcontext.h: z
                   23022: 
                   23023:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23024:          wrong grammar in complex constructor case
                   23025: 
                   23026:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23027: 
                   23028:        * src/main/execute.C: with result rwpool
                   23029: 
                   23030:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23031:          main/main.dsp: value named
                   23032: 
                   23033:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23034:          strign 2 value in 2 places in execute
                   23035: 
                   23036:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23037:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23038:          wcontext.put_element when wcontext fvalue==0
                   23039: 
                   23040: 2001-02-22  paf
                   23041: 
                   23042:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23043:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23044:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23045: 
                   23046:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23047:          erroreos checkout
                   23048: 
                   23049:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23050: 
                   23051:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23052:          main/compile_tools.h, main/pa_array.C: $self.get
                   23053: 
                   23054:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23055: 
                   23056:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23057:          bit. finished now.
                   23058: 
                   23059:        * src/main/compile.y: $: finished
                   23060: 
                   23061:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23062: 
                   23063:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23064:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23065: 
                   23066:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23067:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23068:          string to vstring it .y all
                   23069: 
                   23070:        * src/: include/pa_request.h, include/pa_stack.h,
                   23071:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23072:          all
                   23073: 
                   23074:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23075:          precise parse error line:col
                   23076: 
                   23077:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23078:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23079: 
                   23080:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23081:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23082:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23083:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23084:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23085:          main/pa_table.C: removed exception from request
                   23086: 
                   23087:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23088:          some forgotten
                   23089: 
                   23090:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23091:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23092:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23093:          get/put simple vars to VClass works0
                   23094: 
                   23095:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23096:          main/pa_string.C: in process, but found that exceptions are too
                   23097:          global
                   23098: 
                   23099:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23100:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23101:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23102:          seems wcontext must write strings regardles of fvalue!=0
                   23103: 
                   23104: 2001-02-21  paf
                   23105: 
                   23106:        * src/main/execute.C: tired :)
                   23107: 
                   23108:        * src/main/: compile.C, compile.y, execute.C: store0
                   23109: 
                   23110:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23111:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23112:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23113:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23114:          main/pa_request.C: get put -1 [just compiled]
                   23115: 
                   23116:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23117:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23118:          main/main.dsp, main/pa_request.C: request core methods0
                   23119: 
                   23120:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23121:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23122:          execute
                   23123: 
                   23124:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23125:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23126:          methods and one_big_piece. now compile returns array<method*>
                   23127: 
                   23128:        * src/main/compile.y: more straightforward yylex[end]
                   23129: 
                   23130:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23131:          string.operator==(char*)
                   23132: 
                   23133:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23134:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23135: 
                   23136:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23137:          pa_string.h, pa_value.h: struck with const array.gets
                   23138: 
                   23139:        * src/main/: execute.C: z
                   23140: 
                   23141:        * src/main/: compile.y, execute.C: z
                   23142: 
                   23143:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23144:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23145: 
                   23146:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23147:          parse error positions. leaving RIGHTMOST position as
                   23148:          @file[line:col]
                   23149: 
                   23150:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23151:          main/compile_tools.h: line numbers needed. would add them to .y
                   23152:          now internally. externally it's not as precise as needed
                   23153: 
                   23154:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23155:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23156:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23157:          compiler works ok
                   23158: 
                   23159: 2001-02-20  paf
                   23160: 
                   23161:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23162:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23163:          not perfect
                   23164: 
                   23165:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23166:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23167:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23168:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23169:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23170:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23171:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23172:          compiled.  execute=dump for now
                   23173: 
                   23174:        * src/main/core.C: core rewrite using yacc investigations now will
                   23175:          be compile[yacc]/execute[opcodes]
                   23176: 
                   23177: 2001-02-15  paf
                   23178: 
                   23179:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23180:          rewrite as turing machine? for it seems it would be it's too many
                   23181:          ifs with this syntax now
                   23182: 
                   23183: 2001-02-14  paf
                   23184: 
                   23185:        * src/main/core.C: get_params 1
                   23186: 
                   23187:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23188:          :( ]
                   23189: 
                   23190:        * src/main/core.C: varios breaks
                   23191: 
                   23192:        * src/main/core.C: get names 3
                   23193: 
                   23194:        * src/main/core.C: get names 2
                   23195: 
                   23196:        * src/main/core.C: get names 1
                   23197: 
                   23198:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23199:          names 0
                   23200: 
                   23201:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23202:          text repassing2 operator static vars
                   23203: 
                   23204:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23205:          main/pa_string.C: process text repassing
                   23206: 
                   23207:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23208:          module:calls changes
                   23209: 
                   23210: 2001-02-13  paf
                   23211: 
                   23212:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23213:          ^class:calls[] started
                   23214: 
                   23215:        * src/: include/pa_value.h, main/core.C: z
                   23216: 
                   23217:        * src/main/core.C: operators : and self. prefixes
                   23218: 
                   23219:        * src/main/core.C: z
                   23220: 
                   23221:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23222:          tested
                   23223: 
                   23224:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23225:          optimized
                   23226: 
                   23227:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23228:          would change privates to better support optimization
                   23229: 
                   23230:        * src/: include/pa_string.h, main/pa_string.C:
                   23231:          String_iterator::skip_to todo:optimize
                   23232: 
                   23233: 2001-02-12  paf
                   23234: 
                   23235:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23236:          String_iterator
                   23237: 
                   23238:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23239:          comments
                   23240: 
                   23241:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23242:          self/methodref joined
                   23243: 
                   23244: 2001-02-11  paf
                   23245: 
                   23246:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23247:          main/main.dsp: core started.  core.C, context&value .h
                   23248: 
                   23249:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23250:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23251:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23252: 
                   23253: 2001-01-30  paf
                   23254: 
                   23255:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23256:          comments
                   23257: 
                   23258:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23259:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23260: 
                   23261:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23262:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23263:          to & changes
                   23264: 
                   23265:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23266:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23267:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23268:          re-associated. that's much better even removed 'die' necessety
                   23269: 
                   23270:        * src/: include/pa_error.h, include/pa_exception.h,
                   23271:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23272:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23273:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23274:          parser_Pool(Pool) failed to add. would think..
                   23275: 
                   23276:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23277:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23278:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23279:          hence lots of 'const'
                   23280: 
                   23281:        * src/: include/pa_error.h, include/pa_request.h,
                   23282:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23283:          main/pa_table.C: Error fixed
                   23284: 
                   23285: 2001-01-29  paf
                   23286: 
                   23287:        * src/: include/pa_array.h, include/pa_common.h,
                   23288:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23289:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23290:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23291:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23292: 
                   23293:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23294:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23295:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23296:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23297: 
                   23298:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23299:          templates"
                   23300: 
                   23301:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23302:          main/main.dsp, main/pa_array.C: templates failed no template
                   23303:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23304:          2.95.2-6 from latest cygwin]
                   23305: 
                   23306:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23307:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23308:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23309:          main/pa_table.C: Table started would test template Array now
                   23310: 
                   23311:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23312:          String originating
                   23313: 
                   23314:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23315:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23316:          SYNCHRONIZED(thread_safe)
                   23317: 
                   23318:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23319:          parts to top
                   23320: 
                   23321:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23322:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23323:          see: needed only in global Hash now, made Hash:: put/get
                   23324:          SYNCHRONIZED
                   23325: 
                   23326:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23327:          main/pa_threads.C: added pa_threads
                   23328: 
                   23329:          Mutex
                   23330: 
                   23331:        * src/include/pa_hash.h: some comments
                   23332: 
                   23333:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23334:          Array& operator += (Array& src)
                   23335: 
                   23336:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23337: 
                   23338:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23339:          (Array& src)
                   23340: 
                   23341:          rethought, would change now
                   23342: 
                   23343: 2001-01-27  paf
                   23344: 
                   23345:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23346:          caching
                   23347: 
                   23348:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23349:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23350:          cache rethought to chunk caching
                   23351: 
                   23352:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23353:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23354:          main/pa_hash.C, main/pa_string.C: Array 0
                   23355: 
                   23356:        * src/main/pa_string.C: String::operator ==
                   23357: 
                   23358:        * src/main/pa_hash.C: String(&String)
                   23359: 
                   23360:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23361: 
                   23362:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23363:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23364:          pa_hash[forgotten]
                   23365: 
                   23366: 2001-01-26  paf
                   23367: 
                   23368:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23369:          removed templates [vc++ suxx]
                   23370: 
                   23371:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23372:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23373: 
                   23374:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23375: 
1.119     moko     23376:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23377: 
1.119     moko     23378:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23379:          check
                   23380: 
                   23381:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23382:          dynamic row_count
                   23383: 
                   23384:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23385:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23386:          targets/Makefile.am: Initial revision
                   23387: 
                   23388:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23389:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23390:          targets/Makefile.am: creating parser3 module
                   23391: 

E-mail: